This comprehensive Arch Linux installation guide walks you through the complete process of installing Arch Linux from scratch, including disk partitioning, system configuration, bootloader setup, and GNOME desktop environment installation. Follow this Arch Linux installation guide to build a fully functional system with a graphical interface.
commands
Kali Linux Download
Kali Linux is a specialized Linux distribution designed for penetration testing, ethical hacking, and security auditing. Based on Debian, Kali compiles over 600 security tools into a single operating system, making it the go-to choice for security professionals worldwide. For other popular Linux distributions, visit our Linux download page.
How to find IP address in Kali Linux
In this tutorial, we will be checking the IP address on Kali Linux. This will reveal the local IP address, public IP address, default gateway, and DNS servers of our Kali Linux system. It is possible on Kali to get IP address information from command line or from GUI. We will cover the step by step instructions for both methods below.
exa vs ls Comparison: Modern File Listing for Power Users
The ls command on Linux systems has been the standard file listing utility for decades, but a modern alternative called exa is gaining popularity among system administrators and developers. Written in Rust, exa offers enhanced features, colorful output, and better defaults compared to the traditional ls command. This comprehensive comparison will help you understand the differences between exa vs ls commands and decide which file listing tool better suits your workflow. In this tutorial, you will see how both commands work, their unique features, and when to use each one for optimal productivity on the Linux command line.
Ubuntu Change IP Address: Server and Desktop Guide
You have two options when configuring the IP address on your Ubuntu system, and that is either a static IP address or DHCP. A static IP address allows you to manually select your IP address by configuring it on the Linux system, whereas DHCP relies on the router or DHCP server to lease you an IP address, either a reserved one or the next available one that is currently free, depending on the setup.
How to set time on Raspberry Pi
The objective of this tutorial is to show how to set the system time, as well as the date, on a Raspberry Pi. Whether you need to configure the correct time zone or manually adjust the system clock, knowing how to set time on a Raspberry Pi is essential for proper system operation. Picking the time zone for your Raspberry Pi is usually done during installation of the operating system, and then the system date and time will be automatically synchronized with time servers online, according to the time zone that you have chosen. However, there are situations that can require us to manually configure the date and time, or change the time zone if switching locations. Let’s see how to do it.
Debian Download Guide
Debian is one of the most stable and respected Linux distributions, serving as the foundation for numerous other distributions including Ubuntu. Whether you’re looking for the latest stable release or need to access debian legacy download options for compatibility reasons, this comprehensive guide will help you find and download the right Debian ISO image for your needs.
Burn ISO to USB on Linux: Write & Flash CLI/GUI Guide
The purpose of this tutorial is to show how to burn an ISO file to a USB drive. USB drives have recently overtaken CDs and DVDs as the primary media of physically distributed software. It is now a common task for system administrators and normal users to install operating systems and software via USB.
sudo Command in Linux: sudo -i, sudo -s examples and more
This tutorial will guide you through the basics of the sudo command, which enables a permitted user to execute a command as the superuser or another user, as specified by the security policy in the sudoers file. We’ll explore not only the installation and basic usage of sudo but also dive into interactive shell options like sudo -i and sudo -s, configuring detailed permissions through the sudoers file, ensuring both flexibility and security in administrative operations. You’ll learn how to define access for individual users and groups, customize command execution environments, and implement security practices that restrict or log usage. By understanding these configurations, you’ll be able to effectively manage privileges on your system, safeguarding it against unauthorized changes while facilitating necessary administrative tasks.
How to Install G++ (C++ Compiler) on Ubuntu
Welcome to this comprehensive guide on installing and managing different versions of the G++ compiler on Ubuntu. The G++ compiler is a vital tool for developers who need to compile C++ applications, and having the correct version installed can significantly affect the functionality and compatibility of developed software. This tutorial is designed to help students, hobbyists, and professional developers successfully install the G++ compiler on their Ubuntu systems and navigate between different versions as needed.
Passwordless SSH: Setup Guide for Linux
If you ever get tired of typing in your SSH password, we’ve got good news. It’s possible to configure public key authentication on Linux systems, which allows you to connect to a server through SSH, without using a password.