Bash

Linux / Bash Cheatsheet

Collected commands, tips, and tricks for working headless in Ubuntu

Git Commands

a handy cheatsheet of my most used and looked up git commands

Grep Cookbook

Using grep by itself

search for “searchtext”, ignoring case, ignoring binary files, …

Using the find command in bash

Using the find command in bash

Find all files below the current directory that match …

Common Docker Commands

General Commands

docker images
docker pull
docker create
docker ps
docker attach 3378689f2069 …

05-Conda Install

Install Latest Anaconda / Miniconda

WindowsLinux …

05-general python install

Install Latest Anaconda / Miniconda

sudo apt install -y git python3-pip python3-venv
sudo apt …

Controlling Virtualbox from the Terminal

Starting/stopping/pausing a VM

Now the fun begins. First, you must know the name of the VM you want …

fixing file transfer bug in nautilus

Issue: Nautilus hangs when I try to copy large files to a NAS.

Installing and Using VNC

sudo apt update
sudo apt install -y xfce4 xfce4-goodies tightvncserver
vncserver
vncpasswd

vnc …