News

Did you know that Linux makes it easy to create and use hidden files, which means you can easily tuck important documents away from plain sight? Here's how to manage those files.
Linux 101: How to create a zip file in Linux Jack Wallen walks you through the process of zipping and unzipping files in Linux from both the command line and the GUI.
If you're new to Linux administration, Jack Wallen shows you a skill you'll definitely need to have--creating directories from the command line interface.
In this step-by-step guide, learn how to access and modify the Linux hosts file to control the mapping of hostnames to IP addresses.
File counting in a directory is a common task that many users might need to perform. It could be for administrative purposes, understanding disk usage, or organizing files in a systematic manner.
Alternatively, you’re free to create a completely new file. VI Editing Commands You need to be in the command mode to run editing commands in the VI editor. VI is case-sensitive. Hence, make sure you ...
Windows will not allow to name files, folders as con, aux, nul, etc. These are restricted reserved names. Concu lets you create and delete such folders.
Creating the custom application launcher Our first step is to create the custom application launcher, and for this we will be using a text editor and writing Bash shell scripts.