The Official Website of Christian man Oleg
  • music
  • mission
  • testimonies
  • blog
  • contact
Select Page
Docker – MariaDB export/import database

Docker – MariaDB export/import database

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...

Use wget to download entire website with assets

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....

MacOS: How to validate your FileVault Recovery Key

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...

Recent Posts

  • Docker – MariaDB export/import database
  • Use wget to download entire website with assets
  • MacOS: How to validate your FileVault Recovery Key
  • Export YouTube subscriptions

Recent Comments

No comments to show.
  • Follow
  • Follow
  • Follow
  • Follow
November 15, 2025 A.D.