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

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

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
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
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