2013-01-24

Get 2 Digits Hour in Dos Command



set hh=%TIME: =0%
set hh=%hh:~0,2%
echo %hh%

MySQL5.0 UTF8 Setting


Edit /etc/my.cnf


[mysqld] max_allowed_packet=64M
collation-server = utf8_unicode_ci
init-connect='SET NAMES utf8'
character-set-server = utf8

Review Who is Connected to Windows Shared Folder

  1. Open Computer Management Console     Windows Key + R -> compmgmt.msc      2. Expand System Tools -> Shared Folder -> Sessions ...