Posts

Showing posts from March, 2010

Hail My New Machine

microsoft messenger has build a slowly speed by take a big cpu usage!!! damn

disable autoplay for window

1. ctrl-r 2. type "gpedit.msc" -> open group policy program 3.spotted to "turn off autoplay" , and play with it :)

Ubuntu set env

https://help.ubuntu.com/community/EnvironmentVariables

Somethings should Notice

The canonical way to begin a python script is ! /usr/bin/env python This will work on any posix system, while /usr/bin/python won’t. (thank TRauMa) On September 26, 2007, James Bennett said : Fredrik, I’m not sure what you mean; there are examples in the code snippets of setting DJANGO_SETTINGS_MODULE , but it’s not “relative to” anything — it’s a dotted Python path to a Django settings module, and I’m hoping that folks who are reading this have at least gotten far enough along to understand that (and to understand what a Django settings module is) :) (thank James Bennett)

Great Stuff of Django

->install django on ubuntu server http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/ ->many way to setup django environment http://www.b-list.org/weblog/2007/sep/22/standalone-django-scripts/ thanks all ref

installing ubuntu 9.10

my step 1.use ubuntu9.10cd+gpart , do partitioning 2.setup ubuntu9.10 3.setup window 4.use ubuntu9.10cd for booting 4.1.open terminal 4.2.sudo fdisk -l => find linux's partition for example => /dev/sda5 , my win /dev/sda1 4.3.sudo mount /dev/sda5 /mnt 4.4.sudo grub-install --root-directory=/mnt /dev/sda 5.reboot 6.if lux can't see windows 6.1.open terminal 6.2.sudo update-grub :) thanks P'aoh (phd. candidate IT Fac,KMITL) ps. Can't find flash plugin for firefox? use command below ->( thk Locke_99GS) sudo apt-get install ubuntu-restricted-extras