Useful tips for everyday
How do I transfer Thunderbird profile? Here’s how: Open profiles. ini in a text editor. You’ll find it at /Users/[your username]/Library/Thunderbird/. Under the profile you…
What kind of file system does initramfs use? An initramfs is an initial ram file system based on tmpfs (a size-flexible, in-memory lightweight file system),…
How do I enable vi mode in bash? In order to enable it, you run the command $ set -o vi. Just like magic, you’re…
How do I change the default install location in Linux? The installation path is a standard location and cannot be changed. If you have another…
How does locate work in Linux? How Does locate Work. The locate command searches for a given pattern through a database file that is generated…
How do I run a .sh file on Mac? Make a file executable in Terminal on Mac In the Terminal app on your Mac, use…
How do I count the number of lines in a line in Unix? Wc Command in Linux (Count Number of Lines, Words, and Characters) On…
How to copy files found with grep Stack Overflow? I am running this command to find all my files that contain (with help of regex)”someStrings”…
What does copying a link mean? Copy Link allows you to bookmark a specific part of a book that can be incorporated into your own…
How to use expect script in SSH server? Here is the script I created for automatically login to the SSH server and then login with…