A history file on Linux is one of the important files for the Audit Trail. But there are some complications with it if you use the Red Hat standards. Here i’m going to explain how a simple script can make your life much easier later. Timestamps First of all if you check a history file, you do not know at what date / time a user executed a specific command. So that last shutdown -r you see might be the reason you server went down....
Read More
Installing RedHat / Fedora / CentOS over the network using pxelinux is pretty straightforward. But installing Windows with pxelinux is a bit harder (what a suprise…)
Setup
My setup contains the following systems:
Windows 7 (x64)
CentOS 6 (x64)
1 VM running on VMware Workstation, able to boot from the same network as CentOS 6...
If you need to have users that can download or upload files to your server but over an encrypted (SSH) protocol you quickly end up with scp or sftp. The bad thing about this is that it requires an account, with actually a shell. What if you don’t want them give a shell, and if we are at it we also want to give that user a chrooted /...