Read some Linux zines!
read moreOther articles
git
git clone
Clones a repository into a newly created directory, creates remote-tracking branches for each branch in the cloned repository (visible using git branch --remotes), and creates and checks out an initial branch that is forked from the cloned repository’s currently active branch.
read moreWatch
Watch Notification System - v 2023.09.5
Finally got my alerts working, so when a host goes haywire I get an alert on the Phone and Cloud, with E-Mail as backup.
Table of Contentsread moreVirtualMachines
Virtual Machines (VM)
A Virtual Machine (VM) is a way to create a whole operating system, with many applications, that is able to be moved from one physical machine to another physical machine. This has advantages in case of hardware, location or network problems to quickly and correctly restore service …
read moreNetworkManagement
Network Management
The command line offers a wealth of network management commands. Here are some of my favorites.
Table of Contents
nmcli
NetworkManager has a command line interface (CLI).
Get status:
read more$ nmcli general status STATE CONNECTIVITY WIFI-HW …
EncryptingFiles
Encrypting Files
You should protect your carefully built system and it's files from abuse, tampering, or just plain spying. It's easy to do, what are you waiting for? Encrypt your data directory now.
Table of Contentsread moreVirtualIP
Virtual IP Ethernet Interface
Virtual IP Interface behaves like a normal interface. All traffic routed to it will go through the master interface (for example, eth0) but with a VLAN tag. Only VLAN-aware devices can accept them if configured correctly, else the traffic is dropped.
Table of Contentsread moreSetup Server
Set Up a New Server
I use this as a guide to enable proper monitoring and maintenance of any new server on the network.
Table of Contentsread moreBeagleBone
BeagleBone Single Board Computer (SBC)
The BeagleBone (BB) [1] line supports the Linux kernel and GPIO hardware connections to devices via device trees [2]. It is simular to the Rasberry-PI line, only BB is open source hardware.
Table of Contentsread more