How to Create a File in Linux Using Terminal

Createe files on Linux shell

As we all know, Linux is an operating system mainly used by geeks and developers, who are mostly keyboard people and like to write commands instead of using a graphical user interface (GUI). Unlike the Windows operating system, where most of the work is done with a few clicks, Linux has commands for everything, such … Read more

How to Install and Configure VNC Server on Ubuntu 20.04 LTS

Ubuntu TightVNC

VNC or Virtual Network Computing is a graphical desktop sharing tool that allows you to remotely control a computer (server or desktop) from another computer (client). A VNC server transmits all keyboard and mouse events from the client computer to the server computer. If you are not yet familiar with CLI commands such as the … Read more

How to customize Bash Terminal prompt on Debian 10

Customize Bash Prompt

The bash Linux shell provides many customization options for the prompt that you can use not only to incorporate various features in the prompt but also to differentiate them through different colors. In this article, we will use various examples to customize and recolor the prompt of our Terminal application that will enable you to … Read more

How to create and edit PDF files in Debian 10

Linux PDF Editor

PDF or Portable Document Format is one of the most widely used and well-known file formats used to read, print and exchange documents that do not require any editing. However, sometimes it is necessary to create and edit PDF files. Unfortunately, Linux does not ship with a standard PDF editor; however, you can do some … Read more

How to install VMware Workstation on Centos 8

VMWare Workstation on CentOS 8

VMware Workstation is a software that is used for virtualization. Using a virtual machine, you can operate multiple operating systems on a single host computer. VMware workstation pro is used to create a single instance for Windows or Linux simultaneously. The concept of virtualization is useful not only for individuals also important for enterprises and … Read more