注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 linux服务器被黑了
 帮助
2008-06-26 10:19:49



2008-06-04 08:15:59



2008-05-05 09:37:42



2008-03-18 11:34:41



2008-03-18 11:30:44



2008-03-14 04:50:33



2008-03-05 04:47:46
First of all I want you know some useful links for install Ubuntu:
1.
http://linuxhelp.blogspot.com/2006/06/six-steps-to-installing-ubuntu-dapper.html
2. http://garamchai.frivologs.com/my-move-to-ubuntu/

It's so easy to install Ubuntu on your desktop or laptop that you do not need read the links above. BUT for some Laptop you may need some tricky configuration setup, like my toshiba satellite pro 6100 and TE2100. Both them have same video card which is GeForce4 420 Go.
..



2008-01-25 10:48:20



2008-01-25 10:30:14
It took me long time to find this solution, enjoy it!!

1. convert mac .dmg file to iso which could be read in Linux or PC
 download java app from
   
http://hem.bredband.net/catacombae/dmgx.html
you can put .jar file on linux or PC

> java -jar dmgXXXX.jar
This will pop-up simple GUi to choose your dmg file and name of ISO file.

2.mount iso file to your cdrom under linux
>mount -t hfsplus -o loop /directory/location_of_iso.iso /mnt/mountpoint

if you don..



2008-01-25 06:57:28



2007-11-26 11:09:30



2007-10-02 07:07:43



2007-09-17 11:04:51



2007-09-14 08:23:56



2007-09-14 07:38:38



2007-09-12 11:01:55



2007-09-12 07:37:12
After installed gwt-linux-1.4.59 and run the code in "GWT in action". got error message like "Can't load IA 32-bit .so on a IA 32-bit platform) "

found the solution:
http://groups.google.com/group/Google-Web-Toolkit/msg/1664624e8e3ebec0

what i done:
under opt/gwt-linux-1.4.59, where i instlled my gwt, run command
find . -name '*.so' -exec chmod 755 {} \;
find . -type d -exec chmod 755 {} \;

after this i can run my code as mormal user rather than sudo.




2007-09-12 07:08:05
after read the article from http://stlzy.blog.51cto.com/69882/32018

I found this from web site http://www.funtoo.org/en/articles/linux/tips/prompt/

THEN this is what I done in my ~/.bashrc, find PS1 for the color prompt
PS1='${debian_chroot:+($debian_chroot)}\[\033[35;1m\]\u@\[\033[34;1m\]\H> \[\033[0m\]'

how to select the colour you like from the select link, because couldn't find colors in Ubuntu.


have a fun.