Posts
Setup Samba from Bash
by danaukes
Make your folder
mkdir ~/happy
chmod 0700 ~/happy
Set up samba
```bash sudo apt install -y samba sudo nano ...
Shell Script Examples
by danaukes
Sourcing bash scripts
source my_script
and
. my_script
are equivalent. This is like copying and pasting each ...
Software Management
by danaukes
Introduction
We hope to answer
- what are repositories
- what is a package
- how to install ...
Run scripts remotely over ssh with ```tmux```
by danaukes
Overview
tmux is tool that lets you run multiple sub-sessions from one session. It's good ...
UFW -- Uncomplicated Firewall
by danaukes
To turn on UFW,
```bash sudo ufw allow 22 sudo ufw enable sudo ufw status sudo systemctl enable ufw sudo systemctl ...
android studio
by danaukes
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 danaukes
sudo apt install -y ardour
- https://www.linuxsynths.com/
- zebra
- ...