Tip: How to Use watch Command

I have never known that there is a command in Linux called watch. Basically, watch runs a program in a period of time, and displaying the output in real time.

watch command syntax is very simple. One typical use of the command watch is running it with traceroute. This is one example:

watch 'traceroute google.com'

This will run the traceroute command, display the output and when it is done, it repeats the process again.

Here a couple more examples of the watch command:

watch -n 10 free -m

This command will run the command free in ten-second intervals, and display the output.

watch -n 3 'cat /proc/interrupts'

This command will display the interrupts in 3-second intervals.

Popularity: 3% [?]

Free Movie Tickets in Manila

If you are in Manila and would love to go see a movie, then you are in luck, my dear friend. WazzupManila.com, one of the top sites that features the best places and happenings in Manila, is giving away free movie tickets. WazzupManila.com is the site that you should visit if you are looking for a place to chill in Manila Philippines. They also have classified ads of many different things from apartments, hotels, and resorts (and you can place ads for free) or connect with someone through their forum.

What they do have that is really exciting is they are giving away free free movie for two. This promo is run in conjunction with Magic 88.9.fm, my favorite radio station in Manila. Now all you need to do is buy some popcorn and you are good to go. But in rare occasion that you do not want the ticket for yourself, you can give it to someone since the tickets are transferable.

If you want more information about this promo, please head on to their website, http://www.wazzupmanila.com.

Popularity: 5% [?]