Posts with "terminal" Tag
Run scripts remotely over ssh with ```tmux```
by Dan Aukes
Overview
tmux is tool that lets you run multiple sub-sessions from one session. It's good ...
Installing and Using VNC
by Dan Aukes
```bash sudo apt update sudo apt install -y xfce4 xfce4-goodies tightvncserver vncserver vncpasswd
vnc password *
vncserver -kill :1 mv ~/.vnc/xstartup ~/.vnc/xstartup.bak nano ...
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 ...
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 ...
Youtube-dl Quickstart
by Dan Aukes
Intro
I'm using yt-dlp these days
Find out the formats
yt-dlp -F <address>