Posts
Shell Script Examples
by Dan Aukes
Sourcing bash scripts
source my_script
and
. my_script
are equivalent. This is like copying and pasting each ...
Software Management
by Dan Aukes
Introduction
We hope to answer
- what are repositories
- what is a package
- how to install ...
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 ...
UFW -- Uncomplicated Firewall
by Dan Aukes
To turn on UFW,
```bash sudo ufw allow 22 sudo ufw enable sudo ufw status sudo systemctl enable ufw sudo systemctl ...
android studio
by Dan Aukes
sudo apt install -y libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
download android-studio
Old info
get a message ...
Using Ardour
by Dan Aukes
sudo apt install -y ardour
- https://www.linuxsynths.com/
- zebra
- ...
Distrobox Info
by Dan Aukes
sudo apt install -y distrobox curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
distrobox create --name test --image ubuntu:24.04 ...