Monthly Archives: October 2009

Defend PHP convince me it isn’t horrible? the prefect answer is

Yesterday while i was surfing the stackoverflow.com , i found a question which is :
Defend PHP convince me it isn’t horrible?

I made a tongue-in-cheek comment in another question thread calling PHP a terrible language and it got down-voted like crazy. Apparently there are lots of people here who love PHP.

So I’m genuinely curious. What am I missing? What makes PHP a good language?
Read more »

Easy download torrent files from command line(Linux Terminal)

This can be achieved by using the ultra-lightweight text-based BitTorrent client “rTorrent”.
If you are using Ubuntu, you can install rTorrent via Synaptic Package Manager, or with this command:

sudo apt-get install rtorrent

You can also get  rTorrent HERE.

Now, we will start using rTorrent. But first, download a ‘.torrent’ file. You can download it through this command:

rtorrent  filename.torrent

20 Linux System Monitering Tools Every SysAdmin Should Know

Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about systemlinux-logoactivities. You can use these tools to find the possible causes of a performance problem. The commands discussed below are some of the most basic commands when it comes to system analysis and debugging server issues such as:

  1. Finding out bottlenecks.
  2. Disk (storage) bottlenecks.
  3. CPU and memory bottlenecks.
  4. Network bottlenecks.

So I’d like to share with you this article form cyberciti.biz , Its really Usefull .

http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html