This post will show you how to reconfigure docker to write its storage to a different disk, as in my example I ran out of storage on my root disk and wanted to move it to another partition.
Linux
A collection of 29 posts
How to Run a AMD64 Bit Linux VM on a Mac M1
This tutorial will show you how you can run 64bit Ubuntu Linux Virtual Machines on a Apple Mac M1 arm64 architecture macbook using UTM. 💡This post has been post originally at blog.ruanbekker.comInstallationHead over to their documentation and download
Install Jenkins on Ubuntu 22.04
In this tutorial I will demonstrate how to install Jenkins on Linux (Ubuntu 22.04 LTS) and how to create a freestyle job.
How to Create Authorized Files With Correct Permissions
In this post we will demonstrate how to create authorized files with correct permissions in Linux. First create the deploy user and in my case add it to the docker group: $ useradd -s /bin/bash -m -G docker -c "docker
Getting Started with Multipass VMs
I stumbled upon a great project from Canonical called Multipass which allows you to run lightweight virtual machines on your laptop/workstation and it's super fast! It's using the native hypervisors of all supported platforms, so you can run Multipass
Capturing 54 Million Passwords with a Docker SSH Honeypot
The last couple of days I picked up on my ELK Stack a couple thousands of SSH Brute Force Attacks, so I decided I will just revisit my SSH Server configuration, and change my SSH Port to something else for
Install Java Development Kit 10 on Ubuntu
With the announcement of improved docker container integration with Java 10, the JVM is now aware of resource constraints, as not from prior versions. More information on this post Differences in Java 8 and Java 10: As you can see
Nginx Basic Authentication with Source IP Whitelisting
Quick post on how to setup HTTP Basic Authentication and whitelist IP Based Sources to not get prompted for Authentication. This could be useful for systems interacting with Nginx, so that they don't have to provide authentication. #carbonads { font-family: -apple-system,
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!