Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

168 total results found

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:6379 root@domain.tld -N SSH Tunnel - Advanced SSH-Tunnel Syntax: ssh -L [bind_address:]port:host:port user@server ssh -R [bind_address:]port:host:port user@server ...

w3m

Linux-Knowledge-Ressources

Linux-Knowledge-Ressources

Wikis https://wiki.archlinux.org/ https://www.linux-kvm.org/page/Management_Tools https://wiki.installgentoo.com/wiki/Main_Page Documentations https://www.openbsdhandbook.com/ VPS / Rootserver - Hosting https://contabo.com/ https://www.ionos.de/ https://virmac...

fail2ban

youtube-dl

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 anonymity") Version 1.1.1, November 2021 by Anonymous Planet. This guide is a work in progress. While I am doing the best I can to correct issues, inaccuracies, an...

weechat

Awesome-Selfhosted

Kickball - Awesome Selfhosted

Self-hosting is the practice of locally hosting and managing applications instead of renting from SaaSS providers. This is a list of Free Software network services and web applications which can be hosted locally. Non-Free software is listed on the Non-Free ...

A modern mutt setup

A modern Mutt Setup

Original seen and Highly inspired by: https://webgefrickel.de/blog/a-modern-mutt-setup As the time of writing I am using a Debian 10 system, you maybe have to adopt some settings depending on your Mailprovider and/or Distribution. I wrote to the the Original A...

Tmux

Using `dd` and `ssh` to copy a disk image over a network

SSH

dd if=/dev/sdX | ssh user@remotehost "dd of=ops-tools.img" Another Way On the Sourcemachine tar zcf - /* | nc $IP 4444 And on the Destination Machine nc -lp 4444 > backup.tar.gz

wget

Surf the Darknet via Torsocks

w3m

torsocks w3m domain.onion

Web-Apps

Keybindings

w3m

Key/s Action ⇧ + H Opens Help with Shortcuts ⇧ + U Opens Url Tab ⇆ Tabs trough Links on site Esc + Tab ⇆ Tabs in reverse order trough Links on site ⇧ + / Search Site N Continue Search forward ⇧ + N Contunues Search in reverse order ⇧ + ...

Nice Tech Blogs

fail2ban

fail2ban

unban IP Address fail2ban-client unban Show status of all fail2ban jails at once #!/bin/bash JAILS=`fail2ban-client status | grep "Jail list" | sed -E 's/^[^:]+:[ \t]+//' | sed 's/,//g'` for JAIL in $JAILS do fail2ban-client status $JAIL done

Sed