How to Install Virtualmin on Ubuntu 20.04 – VITUX

System & Network Admin
Virtualmin – Open Source Web Hosting Control Panel
Auto-attach or start tmux at login (Example)
A protip by faceleg about tmux and linux.
How to automatically start tmux on SSH session?
I have ten or so servers that I connect to with SSH on a regular basis. Each has an entry in my local computer's ~/.ssh/config file.
To avoid losing control of my running process when my Internet
Autostart Tmux Session On Remote System When Logging In Via SSH
This brief tutorial explains how to autostart Tmux session on a remote Linux system when logging in via SSH from your local system.
How to Rsync Files Between Two Linux Servers Automatically
Setting up a backup server to take over a primary server’s operations when it becomes a victim of server downtime issues is a skill set that most users need.
Komodor Workflows Extend Kubernetes Troubleshooting - The New Stack
Komodor is a Kubernetes-native troubleshooting platform, and at this year's Kubecon has released out-of-the-box workflows.
Shrink your WSL2 Virtual Disks and Docker Images and Reclaim Disk Space
Docker Desktop for Windows uses SSL to manage all your images and container ...
Create a timer on Linux
The timing of certain events is a common task for a developer. Common scenarios for timers are watchdogs, cyclic execution of tasks, or scheduling events for a specific time. In this article, I show how to create a POSIX-compliant interval timer using timer_create(...). You can download the source code for the following examples from GitHub.
A Tale Of Two Optimisations
A couple of months ago I wrote a toy program called whitespacer. Ever since, I’ve had this gnawing feeling that I could have done it better; that it could have been written in a more performant manner.
Automate Your Elixir Deployments - Part 1 - Ansible
This post will guide you through automating a
5 Best OpenSSH Server Best Security Practices
In this article, I will show you some simple tools and tricks that will help you to prevent ssh servers from brute force and dictionary attacks.
IoT development using Raspberry Pi, Elixir and Nerves
Today I am going to be talking about IoT (Internet of Things) development using Raspberry Pi and Elixir), using Nerves IoT platform.
I usually work on web applications, but I started learning about embedded devices development to expand my expertise....
Platform
Nerves is a complete IoT platform and infrastructure for you to build and deploy maintainable embedded systems.
NervesHub
NervesHub is an extensible web service that allows you to manage over-the-air (OTA) firmware updates of devices in the field.
Clustering Elixir with Gigalixir
Clustering your Elixir application will help provide redundancy and give it higher availability. In this episode, we'll learn how to cluster an Elixir application on Gigalixir using libcluster.
Gigalixir
systemd-resolved and VPNs
Okteta
Hex editor
How to Install and Use Okteta for RAW Data Files in Linux
Okteta comes with elite raw data handling functionalities like multiple open files, fast data rendering, data view profiles, statistic tools, and printing.
Fly Documentation
Guides, tips, and tricks from the team at Fly
Install Elixir on a Raspberry Pi - AntonFagerberg.com
Personal website generated with Jekyll
How to Dockerize Elixir for Raspberry Pi / ARM
Dockerizing Elixir for Raspberry Pi / ARM was easier than expected. If you're looking to do the same then this quick guide might help.
Lsyncd – Synchronize Local Directories with Remote Linux
Lsyncd is a lightweight Linux solution for synchronizing remote and local directories. The use of Lsyncd does not affect the performance of the local filesystem
How to Create Your Own Docker Base Images From “Scratch”
Docker images are created from a Dockerfile that defines a base image and a series of instructions that add your own filesystem layers. What happens if you want to make your own “base image” though? Here’s how to start from scratch and create a complete container filesystem from the ground up.
Nethogs – Monitor Linux Network Traffic Usage Per Process
This article explains how to install and find out real-time per-process network bandwidth usage with nethogs utility under Unix/Linux operating systems.
Provision Bare-Metal Kubernetes with the Cluster API - The New Stack
How to Provision Bare-Metal K8s Clusters with Cluster API and Canonical MaaS (...and still manage them like just any other K8s cluster!)
How to launch ARM aarch64 VM with QEMU from scratch.
The below instructions will allow for bringing up an ARM VM from scratch.
Architectures/AArch64/Booting a QEMU image - Fedora Project Wiki
How to install arm64 iso in QEMU on Ubuntu x86_64?
I've tried to install the ubuntu-18.04.2-server-arm64.iso with libvirt Virtual Machine Manager to have an aarch64 (same as arm64) Ubuntu VM.
But it displays a message "Failed to setup UEFI for AAr...