What No One Told You About Z-Index
http://philipwalton.com/articles/what-no-one-told-you-about-z-index/ Thank you Philip Walton for telling me this.
http://philipwalton.com/articles/what-no-one-told-you-about-z-index/ Thank you Philip Walton for telling me this.
Microsoft has a free utility called Disk2VHD that will let you create a .vhd or .vhdx file from a running Windows XP machine. It also works on Vista and later.…
ffmpeg -i {filename} -acodec aac -ac 2 -strict experimental -ab 160k -s 960×640 -vcodec libx264 -preset slow -profile:v baseline -level 30 -maxrate 10000000 -bufsize 10000000 -b 1200k -f mp4 -threads…
shutdown.exe -s -t 60, the system will shut down in one minute. to make it one hour, just input shutdown.exe -s -t 3600 to cancel it, just open Run by…
http://corefonts.sourceforge.net/
find . -name ._* -print0 | xargs -0 rm -f learn from http://stackoverflow.com/questions/8680793/recursive-erase-hidden-files
http://deliciouscake-php.blogspot.hk/2013/08/cakephp-2x-tutorial-for.html note that I found apt-get poedit in ubuntu can’t run on my ubuntu server. I end up download a desktop mac version. Put “Configure::write(’Config.language’, ’chi’);” into your bootstrap.php File
http://www.nch.com.au/soundtap/index.html?gclid=CPGzpt6w-L4CFdWCvQodbzMAvg
https://openclipart.org/
to clean up all pending atq jobs for i in `atq | awk ’{print $1}’`;do atrm $i;done learn from http://unix.stackexchange.com/questions/53144/remove-all-at-jobs