Engineering and technology
Watch “Terraform explained in 15 mins | Terraform Tutorial for Beginners”
SSH key not working – Solid Explorer 2.0 support forums
Copy the old_key from connect bot then convert by:
“openssl rsa -in old_key -out new_key”
import the new_key file into Solid Explorer and that one will work.
That new private key will start with
—–BEGIN RSA PRIVATE KEY—–
and ends with
—–END RSA PRIVATE KEY—–
Source: SSH key not working – Solid Explorer 2.0 support forums
django – Where do I copy my VirtualHost directive in my Apache docker image?
pedro navaja
7 Simple Ways to Free Up Space on Ubuntu and Linux Mint
virtualbox.org • View topic – “Hard disk has more than one child hard disk”
ESP32 Arduino: Encryption using AES-128 in ECB mode – techtutorialsx
Dan Bricklin
owncloud-client not starting in Ubuntu 20.04 virtual machine
If your owncloud-client is not working in a Ubuntu 20.04 virtual machine try installing virtualbox guest additons:
sudo apt install virtualbox-guest-dkms virtualbox-guest-x11
Source: RIS – Robust Information Systems
Configure LDAP Client on Ubuntu 22.04|20.04|18.04|16.04
docker mysqldump
docker exec some-mysql sh -c ‘exec mysqldump –all-databases -uroot -p”$MYSQL_ROOT_PASSWORD”‘ > /some/path/on/your/host/all-databases.sql