Showing posts with label cool. Show all posts
Showing posts with label cool. Show all posts

Thursday, March 9, 2017

Weather forecast widget on Ubuntu


Having information about weather forecast right on your desktop is very helpful for everyone, it would be great if my ubuntu desktop have something like that.

Friday, March 3, 2017

How to playback video in ASCII art on Ubuntu


Playback videos on graphical mode is what people always do in their everyday life, however playback videos on command line in ASCII art mode is something most people don't do, in this article i will show you how to playback video on command line and in ASCII art mode.

Thursday, March 2, 2017

Playing Music On Console (MOC) Ubuntu


I already tell you about 'cmus', a music player on the command line of ubuntu, but there is another command line based music player called 'moc' stand for 'music on console'. In this article i will show you how to install and use 'moc' on ubuntu and compared it with cmus to see which one is better.

Friday, February 17, 2017

How to create command alias on Ubuntu


There is another cool trick that you can do on the command line of ubuntu, you can make an alias for calling other command, it's little bit hard to explain but i think it's easier to understand when you try out your self.

Monday, February 13, 2017

How to display tree of processes on Ubuntu


Another cool thing you can do while you are on command line is displaying tree of processes, how cool is that? This is very useful for someone who wants to trace processes on ubuntu, you actually get the visual display of every processes.

Create simple web server with Python on Ubuntu

Create simple web server with Python on Ubuntu

There is a cool thing we can do with python command on ubuntu, we can create a simple HTTP server with python command, and you don't even have to wrote any code, simply execute the command.

Friday, January 13, 2017

How to show weather forecast on command line Ubuntu

How to show weather forecast on command line Ubuntu

When you are working on command line mode, it is very handy if you can get information about weather forescast within the command line itself, is it possible to do that?