Bash
Quick commands
Change owner of folder sudo chown -R <linuxuser>:<linuxgroup> <pathtofolder> Manage Linux group...
Allow ssh with password
Change parameter in config file Edit ssh config file: sudo nano /etc/ssh/sshd_config Restart...
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...