Skip to main content

Recently Updated Pages

Keybindings

w3m

Key/s Action ⇧ + H Opens Help with Shortcuts ⇧ + U Opens Url Tab ⇆ Tabs trough Links...

Updated 3 years ago by tinfoil-hat

SSH Tunnel

SSH

tunnel with ssh (local port 3337 -> remote host's 127.0.0.1 on port 6379) ssh -L 3337:127.0.0.1:6...

Updated 3 years ago by tinfoil-hat

A modern mutt setup

A modern Mutt Setup

Original seen and Highly inspired by: https://webgefrickel.de/blog/a-modern-mutt-setup As the tim...

Updated 3 years ago by tinfoil-hat

Awesome-Selfhosted

Kickball - Awesome Selfhosted

Self-hosting is the practice of locally hosting and managing applications instead of renting fr...

Updated 3 years ago by tinfoil-hat

New Page

Hitchhikers Guide to Online Anonymity H...

The Hitchhiker's Guide to Online Anonymity (Or "How I learned to start worrying and love privacy ...

Updated 3 years ago by tinfoil-hat

Creating SSH-key

SSH

To generate an SSH-key, enter the following command on the "home" terminal: ssh-keygen -t rsa -...

Updated 3 years ago by tinfoil-hat

The special case with a VPS

Proxmox

Container in most cases a VPS has only one virtual drive attached, what makes it impossible (if t...

Updated 3 years ago by tinfoil-hat

Proxmox Fixes and Workarounds

Proxmox

XMPP Letsencrypt Container Create Certificate Folder mkdir /var/www/ssl/xmpp get Letsencrypt Cer...

Updated 3 years ago by tinfoil-hat

Proxmox-Exposed-Host

Proxmox

In This Post I'm showing you How to create a Proxmox host which is reachable trough internet. It ...

Updated 3 years ago by tinfoil-hat

OpenBSD virtualization OpenBSD 6.7

OpenBSD

Setup /etc/rc.conf.local apmd_flags="-A" dhcpd_flags=vether0 vmd_flags= ntpd_flags="-s" /etc/hos...

Updated 3 years ago by tinfoil-hat

Install Pandoc via Cabal OpenBSD 6.7

OpenBSD

Install Cabal Cabal is a packagemanager for Haskell very much like pip is for Python. You can ins...

Updated 3 years ago by tinfoil-hat

Openbsd-as-a-Desktop-OS

OpenBSD

Upgrade OpenBSD Patch Base System syspatch Upgrade system sysupgrade Upgrade Packages pkg_add -...

Updated 3 years ago by tinfoil-hat

Apt-usage

Debian

Install package apt-get install <packagename> search package apt-cache search <packagename> or <p...

Updated 3 years ago by tinfoil-hat

Workstation Backup via Git

Workstation Backup via Git

He does his configuration Management sice years with git and without Symlinks. His Solution is mo...

Updated 3 years ago by tinfoil-hat

Mount SSH / SSHFS / SFTP

Mount Options

sudo sshfs -o uid=1000 -o gid=1000 -o allow_other user@remotehost:/path/to/folder/ /path/to/local...

Updated 3 years ago by tinfoil-hat

How to mount a hard disk as read-only from the terminal

Mount Options

You do not mount '''/dev/sda''', that refers to the entire disk. You mount '''/dev/sda1''' or wha...

Updated 3 years ago by tinfoil-hat