Category: Tutorials

Linux System Administration: A Guide to Managing and Maintaining Your Linux Environment

Linux is a powerful and flexible operating system used by millions of people around the world. Linux system administration is a critical aspect of using Linux, as it involves managing and maintaining the system’s hardware and software components. In this article, we will cover some of the key aspects of Linux system administration, including managing […]

Basic Linux Network Configuration: A Guide for Beginners

Linux is a popular operating system used in a variety of settings, including home networks and enterprise environments. One of the most important aspects of setting up a Linux system is configuring the network settings. In this article, we will cover the basics of Linux network configuration, including configuring network interfaces, setting IP addresses, and […]

Automatic deployment: Linux images on Proxmox

Automatic deployment is mostly done by using Cloud-init on Proxmox, firstly let me explain what Cloud-init is. Cloud-init is a service that sets up your VM instance with the wanted configuration and software ready to use. The service starts at boot and uses the metadata provided by the cloud provider or the direct user. It […]