Why Choose Linux?

Image from Knoldus Blogs If you’re only familiar with the windows operating system, it’s time to be introduced to something more interesting…” Linux”. A brief history Linus Torvalds, a student at the University of Helsinki started a personal project to create an open-source operating system similar to MINIX, a UNIX …

Different methods to create a text file in Linux terminal

In this article I will show you 7 different methods to create a new file in Linux using terminal. The touch command is used for changing the timestamp of a file. But it can also be used to create a new empty file using the following command: touch yourfilename If …