Ubuntu for mac users – command key
Mac users used to use the thumb for command key We press a thousand command - combinations a day. On windows and unix world, the control key combination is a…
Mac users used to use the thumb for command key We press a thousand command - combinations a day. On windows and unix world, the control key combination is a…
https://community.hpcloud.com/article/using-windows-rdp-access-your-ubuntu-instance
That says, we cannot RDP to the virtual machine, but …. we can RDP to the host machine nei. http://www.macrium.com/help/v5/How_to/ImgToVHD/Create_a_virtual_machine_using_ImgToVHD.htm on this web it said: Oracle provides two versions of…
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