2

Problem updating Chrome: Repository changed its ‘Origin’ value from ‘Google, Inc.’ to ‘Google LLC’

If you are using the Google repository to update your Chrome it doesn’t update anymore with apt-get due to security reasons. Reading package lists… Done E: Repository ‘http://dl.google.com/linux/chrome/deb stable Release’ changed its ‘Origin’ value from ‘Google, Inc.’ to ‘Google LLC’… Continue Reading

0

Apache2 rewrite rules are not working

You have just edited your .htaccess on the root of your new site with RewriteRules and it’s not working. Something like this for a WordPress installation RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d… Continue Reading