Documents with the tag System:

Recover from a RAID1 failure with btrfs

How to recover from a single RAID1 disk failure with btrfs, and remove RAID1 until a new drive is available.

Setting up RAID1 with btrfs

Using btrfs for RAID1 storage & rotated volume snapshots.

User-defined bash_completion.d

Create & manage your own bash_completion.d directory & scripts in your user directory.

An introduction to WireGuard VPN

WireGuard is open source, faster and simpler that any other solution I have used, and extremely stable.

Mp3 converter script

Convert or resample your audio files to Mp3 using this simple script, ffmp3g and id3cp.

Completely purge files from a git repository

Completely purge files or directories from a git repository, including all history and references to them.

Install Photoshop CS6 with wine

A simple guide of how to install Photoshop CS6 with wine on Ubuntu 20.04.

Limit your SSH logins using GeoLite2 "country"

This tutorial describes a simple method to limit your SSH logins to a particular country (or countries) using the free GeoLite2 country (mmdb) database.

Clear a docker container's logfile

Use this script to easily clear an individual docker container’s logs.

Run node.js service with systemd

Automatically starting a node.js service is easy and reliable with systemd. There is now no need to install additional node.js modules (such as ‘forever’).