How to Monitor the Server And Network in LinuxSeptember 23rd, 2009 For any System administrator its tough to monitor large Linux networks continuously without a streamlined system. Looking for an efficient network monitoring solution for Linux systems we came across Nagios.
Top 5 Regrets After Migrating From Windows To LinuxJuly 30th, 2007 It has been several months that I fully migrated to Linux. The whole company has moved 100% to Linux, all servers, desktop ...
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.
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 Setup Dual Monitors on Linux / Fedora CoreJune 3rd, 2007 Linux comes with automatic setup for dual-monitors like windows. However I found the gnome applet rather buggy and unusable.
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 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.
Pure Java Emulation of x86 with Fully Virtual PeripheralsFebruary 16th, 2008 JPC is a pure Java emulation of an x86 PC with fully virtual peripherals. It runs anywhere you have a JVM, whether x86, RISC, mobile phone, set-top box, possibly even your refrigerator! All this on top of security and stability of Java technology and cross-platform capability.
lm_sensors Guide Or How To Monitor CPU Temperature in Linux / Fedora Core 6 ( > 2.6 Kernel)April 30th, 2007 To monitor CPU temperature in Linux you will need to install lm_sensors package and then install gnome-applet-sensors (assuming you are using gnome) to get a nice graphical display. The devil is in the details.
How to track Average CPU Load and Disk Activity under LinuxSeptember 19th, 2009 For any System Admin working in Linux it's imperative to know how to maintain a better balance in input/output load between physical disks.They can change the system configuration to generate better input/output load between physical disks. There is a simple command for monitoring system input/output device loading in Linux by observing the time the devices are active in relation to their average transfer rates.
How To Rapidly Clean / Wipe Hard Disk DriveApril 6th, 2008 How to overwrite your hard disk with random characters
dd if=/dev/random of=/dev/sda
How to overwrite your hard disk with zero characters
dd if=/dev/random of=/dev/sda
Replace sda / hda with your hard disk identifier. Either of the procedure requires the system has Linux installed or accessible from Linux operating system.
Why Microsoft Vista is Bad & BadVista Good (But FSF Bad)September 11th, 2007 I morally support BadVista campaign in as much as it helps educate people that:
1. Windows Vista is actually a downgrade (from Windows XP or Windows 2000) wherein you are forced to support DRM (for content producers) at your expense (CPU & Memory) forcing you to upgrade your hardware just to get reasonable performance out of Windows Vista (cost analysis).
High-end Linux Computer w. 17" TFT for Office Under Rs. 20000September 26th, 2008 We recently bought several high-end computers for our office which will be used with Linux Operating System (Fedora 8). The price including VAT comes to Rs 19, 214.
How To Add Programs To X / Gnome Session StartupApril 29th, 2007 I needed to run Synergy server for my triple monitor setup at startup of Gnome session. crontab isn't going to help here.