Bash
Quick commands
Change owner of folder sudo chown -R <linuxuser>:<linuxgroup> <pathtofolder> Manage Linux groups ...
Allow ssh with password
Change parameter in config file Edit ssh config file: sudo nano /etc/ssh/sshd_config Restart...
Increase diskstorage for Linux VMs
The overall process involves several layers: disk → partition → LVM physical volume → LVM logical...
Make script executable
In order to make sure that a file ending in .sh can be executed, you have to change its permissio...
Backup MongoDB Docker container via Bash script
This short script is to backup a MongoDB database inside a docker container. A command is execute...
All you need to know about SSH for Ubuntu
A practical guide to setting up, securing, and getting the most out of SSH on Ubuntu. Setup Insta...