Not Equal C && !=C && 不等于西
RSS icon Email icon Home icon
  • How to Change the Frequency of Windows Internet Time Synchronisation

    Posted on September 28th, 2010 Sean 2 comments
    1. Run command “regedit” to open Windows Registry
    2. Navigate to “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient “
    3. Find key “SpecialPollInterval”
    4. Change the value to what you want in seconds. e.g. 3600 (1 hour)
  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    635 views
  • Install Self-signed SSL with IIS 6.0

    Posted on September 23rd, 2010 Sean Add comments

         The IIS 6.0 resource kit is provided by Microsoft for installing a self-signed testing certificate into IIS. To install it, do follow:

    1. Download IIS 6.0 resource kit tools from Here
    2. Install the resource kit, but only for Windows Server 2003 or Windows XP
    3. Go to Start Menu -> All Progrem -> IIS resource -> SelfSSL, click “SelfSSL”
    4. In the pop-up command prompt, type “selfssl” to run the program
    5. Type “Y” to apply the setting to the website in IIS
    6. Test your website by using URL “https://user_website”
  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    705 views
  • Extreme knife for geeks

    Posted on September 14th, 2010 Sean Add comments

         Wenger Giant Knife 16999. Price: $1400

    Click pics for bigger view

    Guinness World Record Holder For the Most Multifunctional Penknife in the World.

         Perfect for the people who need to show other people what a ridiculously huge pocketknife they have. This pocket monster has 87 implements with 141 functions, including a cigar cutter and laser pointer.

  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    1,047 views
  • 中文Mac系统下MonoDevelop乱码解决

    Posted on September 13th, 2010 Sean 2 comments

         在英文界面的Mac系统下,MonoDevelop运行十分完美。可当切换Mac的系统语言至中文时,Mono的界面语言会变成乱码,估计是Mono中文翻译包的简体编码问题。这点实在没时间讨论,所以最快的解决办法,就是将Mono在中文系统下的默认语言也变成英文:
    点击图片可看大图

    1. 打开应用程序文件夹,找到MonoDevelop,右键选择“显示包内容”
    2. 此时会进入程序包的内部文件中,然后依次进入:Contents -> MacOS -> share -> locale
    3. 将locale文件夹中的zh_CN文件夹删除或是移动到其他地方,再启动Mono,语言即变成英文
  • 1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 1.00 out of 5)
    Loading...Loading...
    5,234 views
  • Ubuntu Desktop Screen Upside down??

    Posted on September 3rd, 2010 Sean 2 comments

         I used to have an Nvidia video card on Ubuntu and use Nvidia Xserver drive for it, but couple days ago I decided to remove that card and use the onboard video card which is INTEL GMA 950.
         After take the Nvidia out, I have to generate the new xorg.conf file for the X Windows and new video device. So, just use Ctrl + Alt + F1 switch to text mode, and run:

         After reboot, the desktop screen become to upside down. Even can’t type anything in terminal. To fix it, just switch to text mode again, rename “/etc/X11/xorg.conf” to “/etc/X11/xorg.conf.new”, then reboot. The screen is back to normal but no video driver, then use synaptic to find any package beginning with “nvidia”, and remove them all. Last thing is change “/etc/X11/xorg.conf.new” back to “/etc/X11/xorg.conf” and reboot, then all set.

  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    828 views