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

Read More
Shell Script Examples

by danaukes

Sourcing bash scripts

source my_script

and

. my_script

are equivalent. This is like copying and pasting each ...

Read More
Software Management

by danaukes

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 danaukes

Overview

tmux is tool that lets you run multiple sub-sessions from one session. It's good ...

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

Read More
User Management

by danaukes

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

Read More
Using Ardour

by danaukes

sudo apt install -y ardour

  • https://www.linuxsynths.com/
    • zebra
    • ...
Read More