How to Clear Cookies for a Specific Site in Chrome
Select Menu > Settings > Privacy and security > Site Settings > View permissions and data stored across sites Find the site and clear data.
Iordanis Kazanas – Virtual Systems Administrator
Select Menu > Settings > Privacy and security > Site Settings > View permissions and data stored across sites Find the site and clear data.
https://centos.pkgs.org/ Dovecot and Postfix https://centos.pkgs.org/8/ghettoforge-plus-x86_64/
https://containerjournal.com/topics/container-ecosystems/kubernetes-vs-docker-a-primer/ The differences and similarities between two of the most influential open source projects of 2018. Kubernetes versus Docker is a topic that has been raised numerous times in the cloud computing industry. Whether you come from a non-technical background and need a quick introduction or if you need to make a business decision, I … Read more
Appearance – Customize – Additional CSS /* Remove meta data */ .entry-meta .byline, .entry-meta .cat-links { display: none; } .entry-meta .posted-on { display: none; }
$ curl https://rclone.org/install.sh | sudo bash $ rclone config
Sort contents of a directory by size
Remove the zero byte /var/lib/mysql/tc.log
Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page. Add the following line to http or server or location context to increase the size limit in nginx.conf, enter: # set client body size to 2M # client_max_body_size 2M; The client_max_body_size directive assigns the … Read more
Setting up a basic Postfix SMTP server Set up Dovecot IMAP server and TLS encryption Create Virtual Mailboxes with PostfixAdmin Creating SPF and DKIM record to get through spam filters Setting up DMARC to protect your domain reputation How to Stop Your Emails From Being Marked as Spam How to Host Multiple Mail Domains in … Read more
Add this piece of code to nginx.conf server {[…]if (!-e $request_filename) {rewrite ^.*$ /index.php last;}[…]}