Best way is to make one file per table and not use default which baloons to a huge file and never shrinks when some tables are removed and unused. See https://www.thegeekstuff.com/2016/02/mysql-innodb-file-per-table Some other reference: …
Read More1mysqldump -u<username> -p<password> --no-create-db myDB --ignore-table=myDB.table1 --ignore-table=myDB.table3-h localhost > mysql.backup See https://tecadmin.net/tutorial/mysql/skip-tables-in-mysqldump/
Read More1icasimpan@example.org:~$ sudo apt list --upgradable 23Listing... Done 4apache2/xenial-updates 2.4.18-2ubuntu3.9 amd64 [upgradable from: 2.4.18-2ubuntu3.8] 5apache2-bin/xenial-updates 2.4.18-2ubuntu3.9 amd64 [upgradable from: 2.4.18-2ubuntu3.8] 6apache2-data/xenial-updates 2.4.18-2ubuntu3.9 all [upgradable from: …
Read Morehttps://www.rsreese.com/redirect-http-to-https-using-varnish/ https://varnish-cache.org/tips/vcl/redirect.html https://www.dmsp.de/system-administration/varnish-cache-vcl-301-redirect/
Read MoreConfig is an exact copy of https://gist.github.com/jeremyjbowers/1542949. Copying it here verbatim to avoid bit rot. 1/* 2* 3* First, set up a backend to answer the request if there's not a cache hit. 4* 5*/ 6backend default { 78# Set a host. 9.host = "192.168.1.100"; 1011# Set a port. 80 is normal Web …
Read Morehttps://tutorialedge.net/golang/hugo/hugo-adding-images-to-posts/ https://gohugo.io/content-management/static-files/
Read More1apt list --installed See https://askubuntu.com/questions/17823/how-to-list-all-installed-packages
Read More