Linux ifconfig Command
interface configuration, abbreviated as ifconfig, is a tool that provides network management in Unix/Linux operating systems. Through ifconfig, you can configure network interface parameters, check the status of active system interfaces, and define queries for network interface parameters. Also, by using the ifconfigh command, you can assign IP addresses to network interfaces, you will be […]
How to List User in Linux with Command Line
Fortunately, with the advancement of technology, several users can connect to a single Linux system and perform their tasks using the information available in that system. This feature has played an important role in the efficiency, and speed of carrying out projects and administrative tasks; but on the other hand, security has been weakened by […]
Manjaro Package Manager
Previously, you learned about Manjaro Linux. It has a default package manager of Arch Linux as other Linux distributions. Manjaro Linux comes with different ways to add and remove Software. Pacman is a package manager that allows you to download, install, update, and uninstall software packages on an Arch Linux system. This article will discuss […]
How to Configure Static IP on RHEL/CentOS 8
An IP Address is a unique numerical representation of a computer on a network. When you set up a text-only and GUI-less CentOS server, you may need to configure static IP on it. So, join this article to learn How to Configure Static IP on RHEL/CentOS 8. This guide will teach you three different methods […]
Using echo Command in Linux with Practical Examples
As a pre-installed command in Linux, echo is a feature for printing out arguments as standard output. Using the echo Command in Linux with Practical Examples is what you will learn in this article. The echo command is one of the most frequently used commands in Linux that allows you to display messages as command […]
How to Install and Setup VNC on Linux
VNC, which stands for Virtual Networking Computing, is a remote connection system and sharing system that, with its emergence in the 1990s, provided remote access to the desktop graphical environment on a server for Linux systems similar to MSTSC on Windows.
How to Install Kali Linux?
As the most advanced Penetration Testing Distribution, Kali Linux is an open-source Debian-based Operating System and powerful toolkit for security testing. When you need a dedicated Kali for the longer term, you can install Kali Linux, otherwise, you can run it temporarily from a USB drive. Hackers and Security experts are big fans of Kali […]
Pinging IP Address in OSs
As a Linux user, you might be familiar with the Ping command which is one of the most popular commands. If not, follow this article as the essential content of Linux to review Pinging IP Address in OSs. Also, many useful Linux ping commands will be explained with examples for those who need to upgrade […]
Migrating From CentOS 8 to AlmaLinux 8
Linux users are well aware that CentOS 8 was discontinued on December 31, 2021, and Redhat officially announced the end of life of CentOS8. This news was very sad and bitter for CentOS fans. Redhat company talked about focusing on the CentOS stream, but this distribution could not meet the needs of CentOS 8 users […]
What is Winbox and How to Use it
To run MikroTik RouterOS, you need to know What is Winbox and How to Use it. It is a small utility that enables you to administer MikroTik RouterOS and monitor its progress. Winbox uses a fast and simple GUI and is what you can use to configure your router. While it is a native win32 […]
How to Install and Configuration PostgreSQL on Ubuntu
PostgreSQL is one of the most famous and popular database management systems, which has become an essential tool for accessing and managing users’ information. Database management systems, as we talked about in detail before and you are well acquainted with DBMS, are a bridge between users and the database. All users need Database management systems […]
How to Use SFTP Command to Securely Transfer File
SFTP stands for SSH File Transfer Protocol Join us with this article to learn How to Use SFTP Command to Securely Transfer File. You can use the SFTP Command as a secure file protocol to access, manage, and transfer files over an encrypted SSH transport. As a secure way to move files, SFTP supports encryption […]