Posts with "bash" Tag
Tailscale Details
by Dan Aukes
- from here about exit nodes
- and subnets
IP Forwarding
```bash echo 'net.ipv4.ip_forward = 1' | sudo ...
Handy Termux Commands
by Dan Aukes
```bash pkg install openssl openssh gnupg iproute2 pkg install nmap # port scanning pkg install dnsutils # dig pkg ...
05-general python install
by Dan Aukes
Install Latest Anaconda / Miniconda
```bash sudo apt install -y git python3-pip python3-venv sudo apt install -y ...
Useful Pandoc Commands
by Dan Aukes
Get Current Templates
pandoc --print-default-template=markdown > pandoc-template.md
pandoc --print-default-template=latex>pandoc-template.tex
simple markdown to ...
Controlling Virtualbox from the Terminal
by Dan Aukes
Starting/stopping/pausing a VM
Now the fun begins. First, you must know the name of the VM ...
VSCode Setup and Usage
by Dan Aukes
Installation
VSCodium is an open-source build of the same source code. Download it here: ...
Youtube-dl Quickstart
by Dan Aukes
Intro
I'm using yt-dlp these days
Find out the formats
yt-dlp -F <address>