Tips on Configuring (A)DSL ModemsOctober 20th, 2007 Modern DSL modems by default allows you to establish a DSL link through them to provide internet connectivity. The actual connection is handled by software running on your computer.
FireStarter - Super Easy Powerful Firewall for LinuxApril 16th, 2007 FireStarter is for Linux what ZoneAlarm is for Windows, a simple to use but fully functional firewall for small business and homes for free. The simplicity of firewall even surpasses ZoneAlarm, even a novice can set it up properly with very minimum knowledge.
How To Setup BSNL DataOne Broadband on Linux / Fedora CoreApril 22nd, 2007 BSNL DataOne provides software for connecting to Linux. However I found that you can setup much easier and without using their custom software.
Other causes of failing DNS lookup on WindowsNovember 1st, 2004 After 8 months I restarted by old faithful PC with a new internet provider (Reliance). I found that I can access websites using their IP address, yet cannot access them using their name like www.yahoo.com.
Comparison of Software RAID on Windows versus LinuxFebruary 18th, 2007 The basic idea of RAID (Redundant Arrays of Inexpensive Disks) is to combine multiple small, independent disk drives into an array of disk drives which yields performance and recoverability exceeding that of a Single Large Expensive Drive (SLED). Redundancy is also provided (unless RAID 0) which allows easy and often automatic recovery from hard disk crash.
How To Install XMemo (IPMsg Alternative) in Fedora Core 6 / LinuxApril 10th, 2007 XMemo is an alternative to IPMsg (for Windows only) and claims to interoperate with IPMSg protocol. In short a quick messaging tool for intranet use.
Experiences With eBox Platform (Total Network Solution for Small Business)September 1st, 2007 eBox platform provides a mini-debian installation along with its modules to allow you to provide and manage network services on your corporate network. The key capabilities includes support for multiple external network interfaces with load balancing, traffic shaping, transparent proxy, firewall, content filters, DNS (domain name server), NTP (time server), mail server, Jabber Instant Messaging server, SAMBA for file sharing, DHCP and more.
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.
Discussion & Examples: Java enums versus public static finalSeptember 23rd, 2008 Should we use to represent a constant String such as browser's user agent or simply use public static final String as before?
Using public static final as enum has many problems, such as:
Not typesafe - Since a type is just an int you can pass in any other int value where a particular type is required, or add two types together (which makes no sense). This is particularly noticeable in C programs where you will find strange constants being used in un-related place and yet it seems to work, simply because the required constant and the provided constant share the same int value.
Network Masks / Netmasks for DummiesOctober 16th, 2007 Network masks is a notation to group IP addresses. Let's take a familiar analogy.
Sun Offers 3 Free Solaris 10 ExamsJune 13th, 2008 Sun is offering three free assessment tests for Solaris 10 operating system focusing on Unix Essential and System Administration. They are for the following certifications:
UNIX Essentials Featuring the Solaris 10 Operating System
Objectives:
Use command-line features and help resources
Manage and view files and directories and change the directory contents
Create and modify files and use basic file permissions
Create ACLs
Control the user work environment
Use commands within the shell
Perform basic process and job control
Archive files and create archives
Compress, view, and uncompress files
Perform remote file transfers
Sun Certified System Administrator (SCSA) for the Solaris 10 Operating System (Part 1)
Objectives:
Manage file systems
Install software
Perform system boot procedures
Perform user and security administration
Manage network printers and system processes
Perform system backups and restores
Sun Certified System Administrator (SCSA) for the Solaris 10 Operating System (Part 2)
Objectives:
Describe network basics and the client-server model
Describe remote administration with the Solaris Management Console
Manage swap configuration
Manage crash dumps and core files
Configure NFS and AutoFS
Describe RAID and Solaris Volume Manager software concepts
Configure Solaris Volume Manager software
Configure RBAC
Configure system messaging
Configure naming service clients
Configure NIS
Configure a custom JumpStart software installation
Perform a Flash installation
Take the tests and find out how strong you are in Solaris.
DansGuardian Configure Error Fix - configure: error: pcre-config not found!April 5th, 2008 On running ./configure in dansguardian (web content filter for Linux), I got the following error - configure: error: pcre-config not found!configure: WARNING: Cache variable ac_cv_prog_PCRE contains a newline.. The solution, as usual, is simple:
Install pcre-devel.
How To: Wireless Networking With BSNL DataOne Broadband On Windows & LinuxJuly 22nd, 2007 I am going to describe a simple no-brainer way to share your BSNL Dataone Broadband internet connection over wireless network. The same principles can be used with other broadband connections too.
How To Automatically Close AVG Anti-Virus Free Edition Virus Alert PopupsAugust 6th, 2006 AVG Anti-Virus Free Edition has the annoying habit of popping up a virus alert everytime it detects an email virus. There is no way to stop the alert in the free edition (on Windows).
Linux Software: Insight on mrepo - Advanced Apt, Yum Repository ManagerNovember 4th, 2008 If you are wondering what mrepo actually is, YAM has been renamed and changed to mrepo. mrepo builds a local APT/Yum RPM repository from local ISO files, downloaded updates, and extra packages from 3rd party repositories.