June 21, 2013
Example 1 :
#!/bin/sh
TITLE="The Magic Land"
if [ $TITLE == "The Magic Ocean" ]; then
echo "OK"
fi
June 16, 2013
Add existing user mike to group www-data
gpasswd -a mike www-data
June 14, 2013
A company named Jam Software from Germany has created a software to visualize which file consuming most disk space. This free tool is about 2.4 MB in size and can be download as portable zip file. The scanning is very fast for the entire C: drive, I finish it less than 10 seconds! ( I’m using ssd drive, 238 GB total).
I recommend to try if you have issue with low disk space.
June 14, 2013
Have you ever received this error message?
$ git clone git@bitbucket.org:mike/web-app.git
Cloning into 'web-app'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Most likely you need to add private key to the ssh authentication agent. Here is how to do it.
Make sure ssh-agent is running
$ ps -e | grep sh-agent
1525 ? 00:00:00 ssh-agent
June 13, 2013
Download and extract ImageMagick.
Run this command
convert.exe image-16.png image-32.png image-48.png image-64.png image-128.png my-icon.ico