by Christian name Oleg | Nov 13, 2025 | HowTo, Information Technology
Export To export a database from MariaDB running in docker container use the following steps. Set the database user password in environment variable read -s DB_PSW Export the database docker exec -e DB_PSW=$DB_PSW -it sh -c ‘mariadb-dump -uroot -p$DB_PSW...
by Oleg | Apr 9, 2025 | Information Technology
One liner wget –recursive –page-requisites –adjust-extension –span-hosts –convert-links –restrict-file-names=windows –domains yoursite.com –no-parent yoursite.com Explained –recursive # Download the whole site....
by Christian name Oleg | Oct 1, 2024 | HowTo, Information Technology
To perform such a dry run from the terminal run the following command and follow the instructions. sudo fdesetup...