The following method can be used when a user login to a linux machine, an email will be sent with IP information. For this to work, you need to have the program mutt installed. Then add the following to the user’s .bashrc file, which is located in /home/$user/.bashrc echo `who` | /usr/bin/mutt -s “SSH Alert” [...]
There are two ways of achieving passwordless authentication on a Linux Box. On Debian/Ubuntu you can just type: $ cd $HOME ~$ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key: Press Enter each question and you will have a pair of keys ready to use. You will be asked [...]
Doing visudo you get nano instead of your favorite text editor? Mine is vim therefore I issue: DEBIAN/UBUNTU way # update-alternatives –config editor There are 4 alternatives which provide `editor’. Selection Alternative ———————————————– 1 /usr/bin/vim.tiny 2 /bin/ed *+ 3 /bin/nano 4 /usr/bin/vim.basic Press enter to keep the default[*], or type selection number: Selecting 4 I’m [...]
I’ve come across multiple ways of doing it but so far the best way is the following (I assume you are on i386 platform and you have access to the net): 1. Download boot.img.gz from Debian website 2. Download the net-install image choosing i386. 3. Plug your USB drive into a Linux PC, open the [...]
This tip might comes handy when you do a system check and you want to make sure you don’t check the same file twice. Let’s pretend that our “file1″ is a conf file that needs review. As you can see the output of the command issued below shows that the file was last edited in [...]
It is pretty easy when it comes to gaining root password to any Linux System as long as you have physical access. This is how to change Fedora’s ROOT Password. When your box starts up, You will see the GRUB screen… What you need to do is, press the a Key instead of Enter You [...]