The scp command in Linux – Securely Copy Data in Linux
Learn How to install and transfer file securely. The scp command in Linux – Securely Copy Data in Linux.
The scp command in Linux – Securely Copy Data in Linux Read More ยป
Learn How to install and transfer file securely. The scp command in Linux – Securely Copy Data in Linux.
The scp command in Linux – Securely Copy Data in Linux Read More ยป
In this tutorial, we will be looking at the steps to install and set up a VNC Server on a CentOS 8 machine. VNC or Virtual Network Computing is a platform-independent protocol that enables users to connect to and control a remote computer system graphically. It follows a server-client architecture. Steps to Install VNC Server
A Step-by-Step Guide to Install VNC Server on CentOS 8 Read More ยป
The screen command is a terminal multiplexer. It is similar to the Window Manager for a Desktop Environment except that it works inside the terminal. It can create sessions and split windows which are a very powerful way of doing multitasking in the terminal. Installing the screen command The screen command can be installed with
How to use the screen command in Linux? Read More ยป
When it comes to downloading files from the internet, we usually imagine pressing the download button. However, you can also download files directly from your terminal. Wget and Curl are two of the popular tools that let you do that. In this tutorial we will look at these two and see how the two differ.
wget vs. curl – What is the difference between the wget and curl commands? Read More ยป
In this tutorial, we will install and configure a DHCP Server on Ubuntu Linux. Dynamic Host Configuration Protocol (DHCP) is a network service for automatically assigning IP Addresses to clients on a network without having to manually configure it on every device. It follows a server-client architecture, where the client requests a DHCP Server to
A Step-by-Step Guide to configure a DHCP Server on Ubuntu Linux Read More ยป
Vim and Nano are two of the commonly used editors available on Linux. Both the editors differ a lot in the way they operate. Nano is simple to use and easy to master while Vim is powerful and tough to master. Vim is a mode based text editor while Nano is modeless. Mode based editor
Nano vs VIM editor – What’s the difference between nano and vim editors? Read More ยป
Emacs editor is one of the oldest and most versatile textย editorsย available forย Linuxย UNIX-based systems. It has been around for over 20 years. It is known for its powerful and richย editingย features. Emacs offers amazing editing features like that of Vim editor and is as user-friendly as the nano editor. You won’t have to enter insertion mode to
Emacs Editor Tutorial – An Absolute Beginners Reference Read More ยป
In this article, we’ll learn the steps to install VLC on Ubuntu. VLC is a free and open-source cross-platform multimedia player. It is the go-to media player if you want to play video/audio content on your system. Personally, what I like about VLC is its ability to play files of different formats without any issue.
How to Install VLC on Ubuntu? Read More ยป
Peek is an animated GIF recorder that makes it easy to create short screencasts of a screen area. In this article, let’s learn how to install peek on Linux and record your first gif. GIF is short for Graphics Interchange Format. It is a lossless format for image files that supports both animated and static
How to Install Peek on Linux – An Animated GIF recorder on Ubuntu Read More ยป
Nano is a user friendly text editor available on Linux. It is easy to learn as compared to other text editors such as vim and emacs. Nano is a ย modeless, WYSIWYG command-line text editor. Modeless means that it doesn’t have modes like Vim editor and WYSIWYG means What You See Is What You Get. Beginner’s
The nano editor in Linux – A Complete Beginner’s Reference to the nano editor Read More ยป