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

Read More
Software Management

by Dan Aukes

Introduction

We hope to answer

  1. what are repositories
  2. what is a package
  3. how to install ...
Read More
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
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 ...

Read More
User Management

by Dan Aukes

Managing Users in Linux / Ubuntu
Read More
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 ...

Read More
Using Ardour

by Dan Aukes

sudo apt install -y ardour

  • https://www.linuxsynths.com/
    • zebra
    • ...
Read More
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 ...

Read More