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
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
Secure Debian System Using FireHOL Firewall
Wed, 07/26/2006 - 07:17 — david23FireHOL is a stateful iptables packet filtering firewall configurator. It is abstracted, extensible, easy and powerful. It can handle any kind of firewall, but most importantly, it gives you the means to configure it, the same way you think of it.
- david23's blog
- Login or register to post comments
Nagios and Oreon (Nagios web front end) installation and Configuration
Tue, 07/18/2006 - 04:58 — david23Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but works fine under most *NIX variants as well. The monitoring daemon runs intermittent checks on hosts and services you specify using external "plugins" which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways (email, instant message, SMS, etc.).
Lighttpd Webserver Installation and Configuration
Mon, 07/10/2006 - 08:23 — david23Security, speed, compliance, and flexibility--all of these describe LightTPD which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, CGI, Auth, Output-Compression,URL-Rewriti
Debian Based Linux Distributions and Live CD's list
Sun, 06/25/2006 - 05:34 — david23Most of the people want to know the list of debian based linux distributions and live cd's.This is very interesting list i haven't seen any place on the net
Read Full article here.
- david23's blog
- Login or register to post comments