Useful tips for everyday
Is tar faster than gzip? tar file was compressed and decompressed 9 times each by gzip, bzip2 and xz at each available compression level from…
How DHCP server works step by step? How does DHCP work? During the boot process, a client computer that is configured as a DHCP client…
How much does tar compress by? The advantages of tar: Tar, when it comes to compression has a compression ratio of 50%, which means it…
What does $@ mean in make file? From make manpage: $@ is: The file name of the target of the rule. If the target is…
Why does my sound stop working when I unplug my headphones? There are various factors that cause sound not working in Windows 10 when you…
How do I install Windows after installing Linux Mint? Install Windows after Linux Mint in Dual Boot mode Step 1 : Create Windows bootable USB.…
What is a multi boot configuration? Multi-booting is the act of installing multiple operating systems on a single computer, and being able to choose which…
How do I install MySQL without admin rights? Run MySQL Without Installation in Windows Download the MySQL Zip archive: Extract the Zip File: Create Data…
Does Bashrc run with sudo? sudo runs an executable, not a shell command. This shell will load its configuration file ( ~/. bashrc for bash).…
How to turn on tab Autocompletion in Bash? Personally I like bash better as it has Tab-autocompletion turned on out of the box. Now try…