
How To: Change Date on FreeBSD
date yymmddhhmm yy = year mm = month dd = date hh = hours mm = mins If you do not give ss = seconds, …

date yymmddhhmm yy = year mm = month dd = date hh = hours mm = mins If you do not give ss = seconds, …

adduser -s (s – silent, not a verbose o/p). Use option “-verbose” if you want to see more warnings and questions or try to repair …

To bind IPs to your FreeBSD server: Open /etc/rc.conf with your editor: # vi /etc/rc.conf You should see a line which looks like this: ifconfig_fxp0=”inet …

Solution qmHandle, a perl script which gives you greater functionality – allows you to view and manage the ‘qmail’ message queue. It can be install …

A handy little Linux application called mytop fits this just perfectly. This is a near-time monitor just like the UNIX utility ‘top’ that specifically looks …

Managing disk space is a critical aspect of Linux system administration. When storage utilization reaches high thresholds, system performance can degrade, services may fail to …

This can be set with the Banner directive in sshd_config. First create a banner to display upon connection: root@root [~]# vi /etc/sshd_banner.txt Set the Banner …

To change which port ssh listens on, you just need to edit the sshd_config file. The default directory for ssh configuration is /etc/ssh. First, backup …

Using the Chilisoft software, it is possible to run ASP scripts. These scripts can provide database connectivity, however they cannot reference custom COM objects.

Because ext3 is relatively new, some disk utilities do not yet support it. For example, you may need to shrink a partition with resize2fs, which …

For a more concise understanding of system performance, try vmstat. With vmstat, it is possible to get an overview of process, memory, swap, I/O, system, …