Linux

Creating a Swap File

Most cloud computers don’t come with swapping pre-enabled. There can however be times where this is required and/or beneficial. The process is pretty much the same for any Linux distro. To the the current state […]

DevOps

Migrate GitLab Instance to new Host

Here I migrate a GitLab installation from one server to another. The hostname and IP addresses will be different. Both were installed from the Omnibus version. However, currently the exact version numbers differ. In order […]

DevOps

Install and Configure GitLab on Ubuntu 16.04

Dependencies Run to the below command to install the GitLab dependencies. sudo apt-get update sudo apt-get install ca-certificates curl openssh-server postfix When prompted, select Internet Site when configuring Postfix. Enter the FQDN. Installing GitLab GitLab […]

Arch Linux

Clam Anti Virus on Arch Linux

Install Clam with: sudo pacman -Sy clamav To update the virus definitions, run: sudo freshclam You will also need to start and enable the clamam-freshclam.service to get the latest definitions at boot. sudo systemctl enable […]