Posts with "bash" Tag

Tailscale Details

by Dan Aukes

IP Forwarding

```bash echo 'net.ipv4.ip_forward = 1' | sudo ...

Read More
Handy Termux Commands

by Dan Aukes

```bash pkg install openssl openssh gnupg iproute2 pkg install nmap # port scanning pkg install dnsutils # dig pkg ...

Read More
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 ...

Read More
05-Conda Install

by Dan Aukes

Install Latest Anaconda / Miniconda

| Windows ...

Read More
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 ...

Read More
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 ...

Read More
VSCode Setup and Usage

by Dan Aukes

Installation

VSCodium is an open-source build of the same source code. Download it here: ...

Read More
Youtube-dl Quickstart

by Dan Aukes

Intro

I'm using yt-dlp these days

Find out the formats

yt-dlp -F <address>

Specify the format ...

Read More