Recently Updated Pages
Keybindings
Key/s Action ⇧ + H Opens Help with Shortcuts ⇧ + U Opens Url Tab ⇆ Tabs trough Links...
SSH Tunnel
tunnel with ssh (local port 3337 -> remote host's 127.0.0.1 on port 6379) ssh -L 3337:127.0.0.1:6...
A modern mutt setup
Original seen and Highly inspired by: https://webgefrickel.de/blog/a-modern-mutt-setup As the tim...
Awesome-Selfhosted
Self-hosting is the practice of locally hosting and managing applications instead of renting fr...
New Page
The Hitchhiker's Guide to Online Anonymity (Or "How I learned to start worrying and love privacy ...
Creating SSH-key
To generate an SSH-key, enter the following command on the "home" terminal: ssh-keygen -t rsa -...
The special case with a VPS
Container in most cases a VPS has only one virtual drive attached, what makes it impossible (if t...
Proxmox Fixes and Workarounds
XMPP Letsencrypt Container Create Certificate Folder mkdir /var/www/ssl/xmpp get Letsencrypt Cer...
Proxmox-Exposed-Host
In This Post I'm showing you How to create a Proxmox host which is reachable trough internet. It ...
OpenBSD virtualization OpenBSD 6.7
Setup /etc/rc.conf.local apmd_flags="-A" dhcpd_flags=vether0 vmd_flags= ntpd_flags="-s" /etc/hos...
Install Pandoc via Cabal OpenBSD 6.7
Install Cabal Cabal is a packagemanager for Haskell very much like pip is for Python. You can ins...
Openbsd-as-a-Desktop-OS
Upgrade OpenBSD Patch Base System syspatch Upgrade system sysupgrade Upgrade Packages pkg_add -...
Apt-usage
Install package apt-get install <packagename> search package apt-cache search <packagename> or <p...
Workstation Backup via Git
He does his configuration Management sice years with git and without Symlinks. His Solution is mo...
Mount SSH / SSHFS / SFTP
sudo sshfs -o uid=1000 -o gid=1000 -o allow_other user@remotehost:/path/to/folder/ /path/to/local...
How to mount a hard disk as read-only from the terminal
You do not mount '''/dev/sda''', that refers to the entire disk. You mount '''/dev/sda1''' or wha...