fix SSH Broken Pipe When Running in VMWare Workstation Another note to self post... since this bit me more than once. ssh USER@SERVER ... packet_write_wait: Connection to IP_ADDRESS port 22: Broken pipe Most of the answers point to the ServerAliveInterval or ClientAliveInterval but if you are running the command from
fix SailsJS 0.9.8 and Bootstrap 3.0.3 LESS While trying to setup a starter project I hit a bit of a snag. Turns out the latest less files don’t want to play nice with the grunt-contrib-less (0.5.2) that comes with SailsJS (0.9.8). parse error: failed at &
fix Wordpress Admin - Insufficient Permissions Run into a strange issue today. Was setting up a new blog using the cpanel worpress add-on and everything was fine until I tried to login as admin into the backed. Sure enough the details were accepted, but instead of the dashboard I was
fix Quick fix for the Social Counter Widget plugin I’ve been doing some charity work recently and as they will have a social presence the blog was in need of some social media buttons. I thought the Social Counter Widget plugin looked quite nice (after the slightly prettier Social Impact Widget decided
fix Wordpress update permission issues WordPress can often be such a pain to deal with… Recently I was trying to get an installation updated as well as some of the plugins. What should have been a straightforward task, turned out to be several hours of messing around with permissions
code Top Level Cookies in Opera for Custom Domain Names For our local development at work we all use the same fake domain – helps with setting API keys and other things across the board and isn’t hard to setup whatever system any new developer might have. It also happens to be not a
classes Enable delayed messages in Zend_Queue The default Zend_Queue DB implementation unfortunately does not allow you to pass a timeout value when saving a message on the queue. However not all is lost and you can easily extend the standard Zend classes to add that functionality. All you need
fix Installing Windows 7 Guest on VMWare 7 on OpenSuse 11.3 Host Maybe this will help anyone else stuck on the installation. For a long while my Windows 7 install inside VMWare 7 would get stuck at “expanding files 0%”. I kept thinking it was my machine and setup that was causing issue, after all a
authentication PHP_AUTH_USER and PHP_AUTH_PW is null Ok, so you’re trying to setup password protection on your website using HTTP authentication. Unfortunately despite the request for password working your authentication keeps failing. If you check the output of your script and the password and username variables are not populated as
code Wordpress NextGen gallery tweak Recently I found myself in that very anoying situation where a very good piece of software seemed to lack just this one function… again. I have been doing a gallery website and used the NextGen gallery plugin to display the photos. Unfortunatelly it was
fix Nested sortable using jTree - clickable links jTree is a lightweight solution for nested, sortable lists based on jQuery. I’ve been trying to find a good solution for quite a while, however the only good competitor to jTree is now not compatible with the new jQuery (1.2.6). After