Reliably getting favicons in Chrome extensions, chrome://favicon?

I’ve seen this problem as well and it’s really obnoxious. From what I can tell, Chrome populates the chrome://favicon/ cache after you visit a URL (omitting the #hash part of the URL if any). It appears to usually populate this cache sometime after a page is completely loaded. If you try to access chrome://favicon/http://yoururl.com before … Read more

Wix: How to set permissions for folder and all sub folders

First of all, I would recommend you using PermissionEx instead. It is a standard WiX extension and it has one really huge advantage over Permission – it doesn’t overwrite, but modifies ACLs. And by default, it applies permissions to the folder and all its descendant files and folders, so you don’t have to specify anything … Read more

Insecure world writable dir /usr/local in PATH when trying to install Rails 3.0.3

You need to secure that directory before the install. Use: chmod o-w /usr/local to do this. If that doesn’t work, the you probably need to be root (or otherwise suitably empowered) so you can try: sudo chmod o-w /usr/local and enter your password. I’ve seen this sort of thing before on some software which really … Read more

can’t chown /usr/local for homebrew in Mac OS X 10.13 High Sierra

The problem kept occurring… after digging deeper I found that only uninstalling Homebrew and then re-installing it solved this issue. Uninstalling will remove all your brew packages, you can save the output of brew list in a file first, to have a record of what packages were installed. Uninstall Homebrew: /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)