Bala's Blog
My technical blog
Thursday, September 27, 2018
Command line colours
›
Hi Get the bolded lines in .bashrc to turn on appropriate colors. # should be on the output of commands, not on the prompt force...
Tuesday, February 6, 2018
Email Server in Ubuntu 14.04
›
For this setup I followed the youtube link given below so kudos to that guy. The documentation is a bit poor. However if you listed to th...
Friday, June 9, 2017
Linux - find command
›
This command will search for all file type with a case insensitive ending of .conf. find . -type f -iname "*.conf" This will d...
Tuesday, April 25, 2017
GSO, TSO and UFO ethtool for nic
›
Wonderful article at https://www.coverfire.com/articles/queueing-in-the-linux-network-stack/
Tuesday, March 7, 2017
Shadow file line
›
balatesting:$6$mgdrjbp6$CuWkPbZHHZpYanP5zJZWwS1awzdh4objOvsfJ.IrIqmYgu1.h5oIu.UvrMysy/NFaZEdS8Zm4jN8Mv/oJor.y.:17232:0:99999:7:::
Saturday, February 25, 2017
Basic Email server in Ubuntu
›
Here we will see about the installation of a basic SMTP server on Ubuntu $ sudo apt-get update # apt-get update –fix-missing ...
Monday, January 23, 2017
Shredding a disk securely
›
shred -vfz -n 10 /dev/sda5 -v : show progress -f : change permissions to allow writing if necessary -z : add a final overwrite wi...
›
Home
View web version