Creating symbolic links in Linux

Symbolic links mean shortcuts, right? If you ever heard that explanation, it is only partially correct, and they are present on a most modern OS. There are two kinds of symbolic links when thinking in terms of files: hard and soft: Hard LinksSoft LinksOnly link to...

Creating a user account on Ubuntu desktop or server

Suppose you have already installed the Ubuntu desktop or server. In that case, it means you have already created a default user on your system, even on the cloud also Ubuntu is installed with preconfigured default user account. You can do all administrative tasks...

How to Create a diff of two files and patching

In several situations or cases, we need to identify the differences between files and patch them, especially when updating configuration files, applications or patches, etc. So, when we start thinking about our day-to-day communication with the Linux operating system,...