How to 'Watch' Over Your Linux System AutomaticallyJanuary 2nd, 2009 There is a very useful but rarely used command in Linux, watch. While those of you who know about it are surely aware of all the easy works it does for you, I want to tell it to them who didn't know about it.
No FUD Dept.: Difference between CentOS 5 versus RedHat Enterprise Linux 5October 9th, 2009 CentOS Enterprise Linux 5 is built from the Red Hat Enterprise Linux source code. Other than logo and name changes CentOS Enterprise Linux 5 is compatible with the equivalent Red Hat version.
How to find Hardware Details in LinuxAugust 28th, 2009 We often come across a lot of inquires on Linux systems. One of the most commonly asked questions is how to find the hardware specs /details on Linux.
How to display the process in Linux SystemSeptember 21st, 2009 As a part of monitoring Linux system you often need to know about the currently running processes in Linux systems. Once you know the process running on the Linux system you can kill the process that are slowing down your system.
How To Install Sun JVM (JDK 1.5.x) on Linux / Fedora Core in 5 Simple StepsDecember 26th, 2006 Install Sun's Java Virtual Machine ( J2SE(TM) Development Kit 5.0 Update 9 ) on Fedora Core / Linux platform in 5 simple steps. The procedure is geared for users having access to Linux box from ssh / telnet only as in a vpn / dedicated web hosting.
How to Trace System Calls and Signals in LinuxSeptember 22nd, 2009 There are certain programs in Linux for which the source is not readily available. There is an useful diagnostic, instructional, and debugging tool for Linux to solve it.
How to See Linux TCP/UDP Network and Socket informationSeptember 19th, 2009 After configuring services on the network in Linux system, it's important for you to keep tabs on the ports that are actually listening on the system's network interfaces. This is all more important because open ports are evidence of an intrusion.
Mysterious Call From Microsoft Inquiring About Windows! ... Evil Nexus With Dell?March 12th, 2008 I just received a mysterious call from Microsoft inquiring about our Windows usage! I was surprised to say the least. Why would a 100% Linux based company get a call from Microsoft? Read on for the juicy details.
How To Disable IPv6 on Fedora / Linux & WhyAugust 21st, 2007 A guide to easily disable IPv6 support on your Linux workstation / server:
1. Add the two lines, if not already present, to /etc/modprobe.conf:
alias net-pf-10 off
alias ipv6 off
For Fedora 7 you should add the command to blacklist instead as shown below:
blacklist net-pf-10
Note: I haven't personally tested on Fedora 7.
RapidShare Hack: Bypass 1 Hour Download Limit on LinuxJuly 1st, 2007 Rapidshare is a popular site for sharing files. With free access you can only download 1 file per hour.
Who is in My Linux SystemSeptember 17th, 2009 Out of many Linux monitoring tools there's a one cool one that allows you to know who is logged on the system and what they are doing. It shows current time, the time for which the system had been running, number of users currently logged on.
How to Hack Root Password in LinuxNovember 3rd, 2008 Today I am going to tell you the trick to hack your root passoword in Linux if you are too forgetful to remember it or you have legal permission to enter a server run by a different admin and by any chance he forgot to give you the root password. Those Who Have GRUB bootloader
The first step is to reboot server.
How to See the Memory Map of Processes in LinuxSeptember 18th, 2009 When working in Linux system you might need to look for the memory usage in the system. Linux comes with different command to check memory usage.
How to Monitor System Activity, Hardware and System information in LinuxSeptember 17th, 2009 For any Linux user monitoring the system's performance can be an intricate task. Most of the Linux distributions already come with loads of monitoring tools.
How to know the Uptime in My Linux SystemSeptember 18th, 2009 Do you wanna know how long the server has been running? It requires just a simple command to monitor the time for which the Linux system has been running. With a single command you can not only know about the uptime, but also the number of users that have currently logged on and the system load averages for the past 1, 5 and 15 minutes.