IPMI/KVM module is a pretty useful add-on module to every server. In fact, every server should have IPMI module installed for fast management of the…
megacli – restart a rebuild with a disk in failed state
Sometimes we need to start a rebuild with a disk in failed state when using a LSI hardware controller, but if we just return the…
How to enable linux bonding without ifenslave
ifenslave is no more needed when configuring bonding under Linux. There are situations when we could have no network link without bonding, because of specific…
bash: find all files between a given time period
Here is the command to find all files between two given dates with find linux command: to use “find” with -newermt you must have find…
Bring up network interface with an IP address using “ip” command
Lately many linux distributions do not ship by default with ifconfig which is considered as old style of setting the network when we need to…
Check a certificate and a private key for a match
Ever wondered how to verify your private key with a certificate or CSR certificate? All of the three server certificate, private key and CSR contain…
Replace default program to open text files in Linux console
Ever wondered how to change your text editor when editing text files in Linux? Here is a newbie tip! For example if you when you…