Hands on with an Exim Cheatsheet!
How to Install and Configure DHCP Server in Ubuntu Server
A DHCP Server assigns IP addresses to client computers. This is very often used in enterprise networks to reduce configuration efforts. All IP addresses of all computers are stored in a database that resides on a server machine.A DHCP server can provide configuration settings using two methods
highlight grep search string
Submitted by sandip on Fri, 12/19/2008 - 15:09. | Tags:Default to highlighting search string when using grep by adding the below alias to ~/.bashrc file:
alias grep='grep --color=auto'Speed up updates with Presto
Presto is a project that aims to utilize the work done on deltarpm to provide faster, smaller size downloads to Fedora users. Not only will using yum-presto save lots of bandwidth, but it will cut down on the time it takes to perform updates...
Share screen session
Submitted by sandip on Tue, 12/16/2008 - 23:45. | Tags:-
Start screen using the command:
$ screen -S <SessionName>The -S switch gives the session a name, which makes multiple screen sessions easier to manage.
Allow multiuser access in the screen session:CTRL-A
:multiuser onCTRL-A
:acladd <guest_user>$ screen -x <host_user>/<SessionName>Check Your Mysql Server Performance with MySQLTuner
MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.
NIC Information Collector script
Along with mii-tool, mii-diag and ethtool for NIC diagnostics... the NIC (NIC Information Collector) script collects network information necessary to investigate network related problems.
Install and Configure Cacti Monitoring tool in Ubuntu 8.10 (Intrepid Ibex) Server
Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for
LAN-sized installations up to complex networks with hundreds of devices.
c-client library version skew with uw-imap
Submitted by sandip on Mon, 11/17/2008 - 11:30. | Tags:With the recent update of uw-imap from epel repository to uw-imap-2007d-1.el5, I was getting the below error which indicated that uw-imap required 2007d version of c-client.
Below was the error message as logged in "/var/log/messages":
IMAP toolkit crash: c-client library version skew, app=2007d library=2007bAdding "libc-client2007" to the list of "includepkgs" in yum conf for epel repository and doing a `yum update` resolved the issue by updating libc-client2007-2007b to libc-client2007-2007d.
Bash Comparison Operators
Very helpful when unsure on using the type of comparison operators and brackets to use in bash.
Recent comments
3 days 2 hours ago
5 days 1 hour ago
5 days 2 hours ago
5 days 21 hours ago
6 days 12 hours ago
6 days 16 hours ago
1 week 1 day ago
1 week 1 day ago
1 week 1 day ago
1 week 4 days ago