Tag Archives: linux

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

How Set your Default Gateway using Route | terminal

You want to quickly set the route for your machine from the terminal.

Frankly this problem faced me yesterday with my laptop and its drives me crazy untill this helped me

Start by opening up a terminal window, and type the following, just make sure you have the ip address of your gateway to do so.

  route add default gw IP ADDRESS eth0

We can see our changes by typing:

route -n

[tweetme]