Tag: Linux
All the articles with the tag "Linux".
-
Creating QR Codes for WiFi
Here's an easy way to create a QR code image you can print out and display so people can quickly join your WiFi network. In Debian, install qrencode.
-
Running SQL Server using Docker Compose
A quick way to run SQL Server in a container
-
Docker Prune Cron Job
This is a helpful way to keep your containers from running out of space. Create a auto-prune cron job and put it in etc/cron.daily.
-
Configuring Traefik to work over Tailscale
This is a bit of an extention to this tailscale blog post. I would start there to get an idea of setting up tags and auth, as well as just information about exactly what this does in more detail.
-
Using curl with SNI
This is a short little reminder for myself, when using curl to make requests to local things and spoofing SNI, use the following command.
-
Adding a Figurine Login Message
I saw a very interesting video by Alex Kretzschmar about how to add a nice colorful login banner using Figurine that displays the hostname. I thought this would be helpful when working with several SSH sessions, so I added it to my hosts.
-
Using Prune to Manage Archives
A quick look at a nifty tool that lets you prune backup files
-
Bitwarden Automated Backup
A detailed backup process for Bitwarden enabling local, encrypted vault backups. The process uses the Bitwarden CLI and runs locally on a linux instance.
-
Configuring Postfix with Gmail
Email is often a critical component notification for jobs and other things in linux. This is how I set up [Postfix](https://www.postfix.org/) on most of my instances. This guide is geared towards Debian based distros but can be translated for others.
-
Installing Debian on Dell Wyse 3040
Recently picked up a very low power Dell Wyse 3040 to use as a headless docker host. It is powered by a quad-core Intel Atom Z8350 so not a lot of horsepower. It runs like a x64 Raspberry Pi. Installing Debian had some complications so I wanted to document them here.