You might have to download the amd64 and not the i686!
Monthly Archives: November 2021
Zemixxx 50 catchs
Mattafix – Big City Life (Solid Groove Remix)
Tomas Andersson – Washing Up (Tiga Remix)
Booka Shade – Mandarine Girl (Original) HQ
Certbot using DNS challenges
sudo certbot certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d 'mydomain.com,*.mydomain.com'
find mysql.sock
netstat -ln | grep mysql
loader.io
data transfer
Failed to repair the wp_options table. Error: Can’t create new tempfile:
Stop MariaDB
sudo service mariadb stop
Now do the repair check
myisamchk -r -f -o /var/lib/mysql/DATABASE/wp_posts
Start MariaDB
sudo service mariadb start
nginx php-fpm caching – Waiting (TTFB)
from 8.2s to 815ms
Continue reading nginx php-fpm caching – Waiting (TTFB)OUT
twitter card meta property
<!-- Twitter --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:url" content="https://domain.com/"> <meta property="twitter:title" content="title> <meta property="twitter:description" content="description"> <meta property="twitter:image" content="https://domain.com/assets/twitter_Recommend_1200×628.jpg">