Linuxpad

Got Linux?

I just wanted to share a copy of my make.conf from my Gentoo System as an entry point for anyone seeking to spin this Linux distribution. For reference, I am currently using Alienware m15 r5 as my daily hardware. All I can say is, this laptop has been really #

Vaultwarden Docker Install

Vaultwarden is the unofficial open-source server implementation of the Bitwarden API written in Rust. It is compatible with Bitwarden clients and can be used as a replacement for the official...

Automatically Backup Docker Volumes using restic

This blog post is about restic, a simple, beautiful, and extremely versatile file backup solution written in Go. It is very easy to install and configure and just works pretty...

Gentoo linux installation encrypted btrfs openrc EFI stub boot secure boot tpm

Gentoo Linux is a highly flexible, source-based Linux distribution.  Unlike a binary software distribution, the source code is compiled locally according to the user's preferences and is often...

Kali Linux Desktop on the Browser With Docker

Do you know you can spin Kali Linux Desktop on the browser with docker? The answer is a big yes! Simply follow this guide to set it up without spending...

Setting up a Reverse Proxy with Docker and Let’s Encrypt

These days, many applications are installed via containers. Traefik is a modern open-source reverse proxy and ingress controller that simplifies and secures service deployment. Setup Traefik with Docker Traefik will...

Private Internet Access: Gentoo Linux Setup

A VPN, or virtual private network, is an app that can greatly increase your online security, privacy, and freedom. For quite some time now, I have been using Private Internet...

Docker container updates with Watchtower

Watchtower is a tool for automatically updating Docker containers based on changes in the Docker Hub registry. It allows you to automatically update your containers in the background, eliminating the...

How to Install Docker on Arch Linux: A Step-by-Step Guide

If you’re venturing into the world of containerization and looking for an efficient way to deploy applications, Docker is the tool you need. But what’s better than harnessing...