Linux Pronunciation
Sat, 08/26/2006 - 22:29 — sandipLinus Torvalds explains how the word should be pronounced.
- sandip's blog
- Login or register to post comments
Extending Logical Volume
Thu, 08/24/2006 - 22:40 — sandipI was only using a part of my external usb hard drive to keep backups and needed to extend the partition to accomodate the ever-growing backup files.
There are quite some ways to do this which can be referenced at FedoraNews.org and TLDP.org .
Below is a quick command line reference if you are familiar with the process already.
-
I added an additional 10GB of space:
# lvextend -L+10G /dev/vg00/lvol0Unmount the drive:
# umount /mnt/usbdiskCheck the logical volume:
# e2fsck -f /dev/vg00/lvol0Increase the file system size to match.
# resize2fs -pf /dev/vg00/lvol0Remount:
# mount /mnt/usbdisk
Why doesn't Linux need defragmenting?
Wed, 08/23/2006 - 10:28 — shujuhuifufrom:http://geekblog.oneandone
It's a question that crops up with depressing regularity: Why don't Linux filesystems need to be defragmented?. Here's my attempt at giving a simple, non-technical answer as to why some filesystems suffer more from fragmenting than others.
Rather than simply stumble through lots of dry technical explanations, I'm opting to consider that an ASCII picture is worth a thousand words. Here, therefore, is the picture I shall be using to explain the whole thing:
a b c d e f g h i j k l m n o p q r s t u v w x y z
- shujuhuifu's blog
- Login or register to post comments
- Read more
Opensource Bandwidth,Network and Servers Monitoring tools with Tutorials
Wed, 08/23/2006 - 03:45 — david23This is very good tutorials for bandwidth monitoring,network monitoring and servers monitoring tools with clear step by step installation guides this includes Nagios,MRTG,RTG,Netmrg,Darksta
- david23's blog
- Login or register to post comments
Nagios 2.5 and Oreon 1.3 (Nagios web front end) installation With screenshots
Thu, 08/17/2006 - 03:46 — david23Oreon© is an Open Source monitoring solution based on Nagios. It offers to this monitoring standard a new front end and brings it a panel of new functionalities.
- david23's blog
- Login or register to post comments
ZABBIX monitoring System installation with screenshots
Thu, 08/17/2006 - 03:45 — david23ZABBIX is a 24×7 monitoring solution without high cost.
ZABBIX is software that monitors numerous parameters of a network and the health and integrity of servers. ZABBIX uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. ZABBIX offers excellent reporting and data visualisation features based on the stored data. This makes ZABBIX ideal for capacity planning.
- david23's blog
- Login or register to post comments
Free Software Movement and the GNU/Linux Operating System -- Richard Stallman
Sat, 08/12/2006 - 23:31 — sandipThis is a rather long (approx 1 hour) but very informative video lecture by Richard Stallman at the Australian National University in Canberra, October 2004 -- on the free software movement and the GNU/Linux Operating System.
Topics covered include free software development, privacy, copyright, the history of GNU, Linux, and the GNU/Linux operating system.
- sandip's blog
- Login or register to post comments
Reading ext2/ext3 file system from Windows...
Sat, 08/12/2006 - 18:55 — sandipRecently, I've been involved in developing the website for ext2read. It is a windows explorer like application from where you can read ext2/ext3 partitions. Simply download the exe and run it. It will automatically scan your file system for any ext2/ext3 partitions and list it.
- sandip's blog
- Login or register to post comments
Easy SNMP Server and Client Configuration Steps
Wed, 08/02/2006 - 06:25 — david23Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
- david23's blog
- Login or register to post comments