Tag Archives: Linux
Software RAID level 1 behavior
Here I will try to describe behavior of SW RAID level 1 in case of crash.
Trick: DOC to PDF on Linux
Here is little trick how to convert *.doc files into the *.pdf on Linux.
Check if the perl module is installed
Under cover you can find some trick and script to check perl module installation.
Network bandwidth script
I spent several hours to find suitable script which help me figure out my network speed between two servers. But it was fruitlessly. So, I decided to make my own script with blackjack and hoockers. (c)
Get system temperature in Linux
How to get online temperature status on your linux box.
D-link dwa-110 on Debian Box
Here some manual how to set up wireless usb stick(D-link dwa-110) on Debian Linux box step-by-step.
Wireless connection issue
Recently I have faced with the next problem-> my wireless connection time-to-time became unavailable.
Wireless internet AP based on RedHat linux
I will try to describe how to make own home wireless access point based on RedHat linux machine.
Local Cent-OS repository step-by-step
There is some instruction how to make centralized repository for CentOS software.
Login restriction by time over pam.d
If you I want to allow users log in in to system only at working hours use pam_time.so module. This example works on CentOS and I suspect that it will be work at RHEL as well.