Useful tips for everyday
How do I move contents from one folder to another? Moving and Copying Files & Folders Right-click the file or folder you want, and from…
How to compile Linux kernel to local version? Run this from your kernel source folder “cp /boot/config-`uname -r` .config”. This saves a lot of time,…
Why does my screen go black for a few seconds? The main reason that your monitor is going black for a few seconds is that…
What is associative array example with example? For example, the following statement defines an associative array a with key signature [ int, string ] and…
What is netfilter Ubuntu? The Linux kernel in Ubuntu provides a packet filtering system called netfilter, and the traditional interface for manipulating netfilter are the…
Can we create soft link in Windows? Windows 10, 8, 7, and Vista all support symbolic links—also known as symlinks—that point to a file or…
How do I use my USB Bluetooth adapter instead of built in Bluetooth? Insert the Bluetooth dongle to the computer USB port….The Generic Bluetooth Radio…
How does rsync backup work in Ubuntu 18.04? Backup Storage Ubuntu Rsync (Remote sync) is a tool to copy and synchronize files and folders on…
How do I add Favorites in Centos 7? Open the Activities overview and click Activities at the top left of the screen. Click the grid…
How do you tail multiple files? To tail multiple files with multitail simply invoke the program followed by the two filenames you wish to follow.…