Creating a Modern Website with Ghost | Linux Journal

System & Network Admin
Rate limiting requests per IP address in Nginx | Jeff Geerling
Snort – A Network Intrusion Detection System for Ubuntu – VITUX
Simple Network Management Protocol - Not As Simple As You Would Suggest | Linux Journal
OVMF/UEFI Boot Entries - Proxmox VE
How to Create a New Virtual Machine from an Existing Disk Image in Proxmox - Manjaro dot site
Hello everyone, I just installed Proxmox 6.3 on my new machine. I had a problem with my previous Proxmox system due to SSD failure. Now [...]
How to extract .xz files on Linux - CenOS / Ubuntu / Debian | ComputingForGeeks
How can I extract .tar.xz or .xz files on my Linux system?. xz is a lossless compression program and file format which incorporates the LZMA/LZMA2 compression
Install Proxmox and virtualize Home Assistant | JuanMTech
In this guide, I’m going to show you how to install Proxmox. We'll also create a virtual machine and install Home Assistant.
Installing Pi-Hole inside a Proxmox LXC Container - DataHoards
A complete guide to installing Pi-Hole inside a Linux Container running on Proxmox. A quick way to get your own secure, ad-blocking DNS server
How to Install Home Assistant on Proxmox
A guide on how to install Home Assistant in a Proxmox virtual machine
Set Up Local DNS Resolver on Ubuntu 20.04 with BIND9 - LinuxBabe
This tutorial shows you how to set up a local DNS resolver on Ubuntu 20.04, with the widely-used BIND9 DNS software. Why Run Your Own Local DNS Resolver?
chriswayg/proxmox-templates: Proxmox LXC Templates using DAB
:x: Proxmox LXC Templates using DAB. Contribute to chriswayg/proxmox-templates development by creating an account on GitHub.
Linux Container - Proxmox VE
Running Pi-Hole Ad-Blocker in a Proxmox VE LXC Linux Container [CT]
Setting up Pi-Hole in LXC
I already have AdGuard installed on the Windows PC (at the network layer), but I'm starting to reconsider running browser extensions and their ilk - they're executing with potentially full rights in the DOM (AdGuard injects JS to manage things
Linux Containers - Image server
Downloading Proxmox Container images
Before you can create a LXC container on a Proxmox virtualized environment, you need to download the template images first from an available list. You need to pre-download the images first befoe yo…
Using LXC
AJ's personal blog
Create LXC Templates [Chuck Nemeth]
Create LXC Templates Every time inspiration struck or I saw a blog post with something I wanted to try, it was frustrating and time consuming to get the base operating system set up to the way I like it before proceeding with the project. Now I just update the template each point release or when I add something substantial to my dotfiles so it's ready to go whenever I need to spin up a fresh container.
Tiny Core Linux is the smallest Linux distribution on the market with a big heart
Tiny Core Linux is as lightweight as a GUI-based Linux distribution can be. Jack Wallen walks you through the installation that makes this operating system unique.
Building a distributed web-crawler in elixir · Nothing interesting...
How to Convert a /Home Directory to Partition in Linux
In this guide, we will transfer the home directory files to a separate partition on a newly added disk drive in Linux systems.
https://xy2.dev/posts/ssh-productive/
Communities • Movim 0.20 - Skiff
I was used to #release a new version of #Movim twice a year. Skiff is an exception. One year of…
Hiawatha
Hiawatha, a secure webserver for Unix
Scan documents and old photos on Linux with Skanlite
Although the world has mostly gone digital now, there are still times when you just have to print a form, sign it, and scan it back in. Sometimes, I find that a snapshot on my phone suffices, but some industries require a better copy than a hasty snapshot, and so a flatbed scanner is necessary. The KDE project provides an application called Skanlite that helps you import documents scanned on a flatbed, or even a tethered camera. Install Skanlite on Linux You can install Skanlite from your software repository. On Fedora, Mageia, and similar:
How to Utilize Python for Basic Linux System Administration and Networking Tasks - Make Tech Easier
Python is a great tool for automating system administration tasks on Linux systems. Detailed here are some ways to best utilize Python in Linux
Create GUI Dialog Boxes In Bash Scripts With Whiptail - OSTechNix
This guide explains what is Whiptail, how to install Whiptail in Linux and how to create GUI dialog boxes in Bash Scripts using Whiptail.
Listen to your favorite music on Linux with Juk
The KDE project doesn't just provide a famous desktop, it generates a lot of software, from tools for video editng, photography, and illustration, to graphing calculators, email, and office work. Those are all productivity tools, but KDE is also good for relaxing. It has games and media players, and the music player I use is known simply as Juk.
5 new sudo features sysadmins need to know in 2022
When you want to grant administrative access to some of your users while controlling and checking what they do on your systems, you use sudo. However, even with sudo, there are quite a few unseen issues—just think about giving out shell access. Recent sudo releases added features that let you see these issues and even control them. For example, you can turn on more detailed and easier-to-process log messages and log each command executed in a shell session.