Posts with "ubuntu" Tag
Using Duplicate Images
by danaukes
These are the things you need to change on your system when duplicating the same ...
Linux / Bash Cheatsheet
by danaukes
Logging in Ubuntu
by danaukes
Simple Netplan Config
by danaukes
Configs
Are usually found in /etc/netplan/
Usage
to test your config for 120 seconds
sudo netplan try
to ...
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 ...
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 ...