Automate Your Infrastructure With Ansible

Automating your infrastructure with Ansible can be a game-changer for any organization looking to streamline their processes and reduce manual labor. Ansible is an open-source automation tool that allows you to automate tasks such as configuration management, application deployment, and orchestration of infrastructure resources, using a declarative language to describe the desired state of a system. One of the key benefits of Ansible is its simplicity and ease of use....

April 6, 2023 · 7 min · 1291 words · Angel

Quick Intro To Bash Scripting

Bash scripting is a powerful tool that enables users to automate tasks and streamline workflows in Unix-based operating systems, such as Linux and macOS. It can be used for a variety of purposes, including system administration, web development, data analysis, and more. Here’s a quick overview from Fireship.io. Components Commands Consist of a series of commands that are executed one after the other. These commands can be standard Linux commands or custom commands written specifically for the script....

March 21, 2023 · 10 min · 2042 words · Angel

Running Docker containers in a Proxmox LXC container

One awesome feature in Proxmox VE is to run an LXC (Linux Container) directly from the web interface. ...

February 15, 2023 · 2 min · 350 words · Angel

Setup a VM Server with Proxmox VE

Proxmox is a powerful, open-source virtualization management platform that allows you to create and manage virtual machines (VMs) and containers on a single server. It is a popular choice for home labbing, where enthusiasts use it to create and test different configurations of operating systems, applications, and network setups. In this article, I’ll guide you through the steps required to set up a Proxmox server for home labbing. Requirements A 64-bit CPU with Intel VT/AMD-V virtualization support At least 4GB of RAM (8GB or more is recommended) At least 16GB of storage space for the operating system and Proxmox installation At least one Ethernet port for network connectivity Setup Download and Install Proxmox Head over to the Downloads section on Proxmox’s site and download the installation ISO....

February 7, 2023 · 4 min · 841 words · Angel