
Fsck stands for “file system check” and it is used to check and optionally repair one or more Linux file systems.
If you want to force fsck on the next reboot or next boot. Here is a quick tip that will show how you can tell your Linux system to perform a fsck during the next boot. There are two pretty simple procedures:
Read more »


December 18th, 2011
Tum.
You’re know, Crontab will not work on a specific day of the month but it can be a specific minute, hour, month and day of the week. So, if you need to run some command in the first day of month or last day of month you can’t use crontab to scheduled it. However, you can use crontab with shell script to filter out a particular date that you need to run the command.
Historically, if you wanted to host multiple SSL enabled Web sites, you had to have an unique IP address for each site. With the advent of SNI, one SSL certificate per unique IP address is no longer necessary. The Server Name Indication (SNI) is a TLS extension which makes the configuration of SSL-enabled name-based virtual hosts possible. This extension eliminates the need for the assignment of one IP address per secure virtual host, so all secure virtual hosts can share the same IP address and port combination. However the SNI has only recently gained support in browsers. The browsers that have been confirmed to support SNI are:




