-
Building your own Base Box for Vagrant
Here are steps on creating your own base box for Vagrant. I’ll be using a Debian linux distro.
-
Don’ t merge a file but be able to push it
So I wanted to not merge a specific file. But adding it to .gitignore is not a solution since I won’t be able to push that file to my remotes.
-
ANSI Colors on your Windows Command Line
So you want those ANSI escaped sequences to be parsed into colors on your Windows Command Line? Not a problem.
-
How I installed Node.js contextify on Windows 7 (64 bit)
I had alot of problems installing jsdom on my Windows 7 machine. Here are the steps that I made incase someone might need it
-
My Experience with HideIPVPN
I tried out a free trial of HideIPVPN and here’s what I can say about them.
-
My Mom Brought Home a Puppy
As I opened the door when my mom asked me to I saw a little cute black thing in her arms, a puppy!
-
Debugging PHP Exceptions using Xdebug
The only reason I used Xdebug before was because of the cool colors when I
var_dumpthings. Then I discovered Xdebug could be way cooler than that.