Useful tips for everyday
Can VNC connect to Windows? Step 1: Set up VNC Server on the remote Windows computer The answer is yes. There are many remote access…
How do I customize my Cinnamon desktop look like OSX? Without any modifications, the Cinnamon desktop looks more like Windows than macOS. Fortunately, this it…
How do I make my bash script executable on double click? There are two ways of doing this. Right click on the script or file…
How do I set the timezone in Linux? To change the time zone in Linux systems use the sudo timedatectl set-timezone command followed by the…
What is the source of command line arguments? source is a shell built-in command which is used to read and execute the content of a…
How do I change my profile picture on LightDM? Simple way to change Login Icon/Avatar [For one user] [LightDM] Open Terminal and type su to…
Does DNS A record affect email? In short, if your are changing the A record, MX and TXT for mail, then it will affect your…
How do I recursively list files? Try any one of the following command: ls -R : Use the ls command to get recursive directory listing…
How do you identify the file to be hard linked? If you find two files with identical properties but are unsure if they are hard-linked,…
What diff Linux? diff is a command-line utility that allows you to compare two files line by line. It can also compare the contents of…