Posts

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
Custom Sudoers

by danaukes

sudo nano /etc/sudoers.d/passwordless-sudo

Add the same line as above to the new file:

username ALL=(ALL) NOPASSWD: ALL

Save ...

Read More
Distrobox Info

by danaukes

sudo apt install -y podman distrobox crun curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh

distrobox create --name test ...

Read More
DVD backup

by danaukes

sudo apt install -y k3b libdvd-pkg sudo dpkg-reconfigure libdvd-pkg sudo apt install -y ...

Read More
Gnome Remote Desktop

by danaukes

```bash sudo apt install -y winpr-utils

sudo systemctl restart gnome-remote-desktop.service sudo grdctl --system rdp enable

sudo rm -rf ~gnome-remote-desktop/rdp-tls* sudo ...

Read More