kiosk firefox in debian?

2006-08-17 Thread Wei Hu
Does anyone know how to set a kiosk FireFox in Debian? I'd like to make FireFox meet the following in Debian: 1) when Debian boots, the screen displaps FireFox with the default webpage; 2) not allow users to close, minimise FireFox; 3) not allow users to open new FireFox tab/window; 4) if there ar

Re: bittorrent application

2006-08-15 Thread Wei Hu
Dunno, have you tried asking the authors of those programs why there is no Linux/Unix version? Not much we can do in way of answering your question since, AFAIK, the authors are not on this list. Utorrent and BitComent are written by C for Window$, while Utorrent can run on FreeBSD and Linux thr

Re: two version pythons in my system

2006-08-14 Thread Wei Hu
Good on you Mathias, thanks again. Wei -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: which locale

2006-08-14 Thread Wei Hu
Thanks Mathias. I'm wondering that the filename is encoded with gb18030 (not utf8). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

two version pythons in my system

2006-08-14 Thread Wei Hu
I installed python2.4 through apt-get. After installed python2.4, python2.3 is still in my sytem. when I do this command: # python -V Python 2.3.5 but if do this command: # dpkg -l | grep -i python ii libapache2-mod 3.1.3-3An Apache module that embeds Python within t ii libapache2-mod

Re: which locale

2006-08-14 Thread Wei Hu
odala <[EMAIL PROTECTED]> wrote: Hello Wei Hu. > Which locale should I use? I am using en_US.utf8 as the default > locale. but when I do $ls to display non-English file name or > directory. I get something like ((invalid Unicode). That's odd. I encountered no problems w

which locale

2006-08-13 Thread Wei Hu
Which locale should I use? I am using en_US.utf8 as the default locale. but when I do $ls to display non-English file name or directory. I get something like ((invalid Unicode). I'd like to use English as the default locale, but still can display non-English file name without these '

Re: bittorrent application

2006-08-12 Thread Wei Hu
µTorrent is a good one, but I have to use it with wine. This BitTorrent client is fast and powerful. Hope native linux and FreeBSD versions will be release soon. On 8/11/06, Margiolas Christos <[EMAIL PROTECTED]> wrote: Ktorrent is very bad I have spent hours on its settings. The download is sl

bittorrent application

2006-08-09 Thread Wei Hu
Why ubittorrent and BitComet do not have a Linux/Unix version, even binary version?Azureus taks too much RAM, Py-bittorrent is a bit slow. Anyone can build a simple but fast bittorrent applicatin for Linux/Unix? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

Re: how to mount FreeBSD file systems in Debain?

2006-08-07 Thread Wei Hu
very good. thank you. On 8/7/06, Ken Wahl <[EMAIL PROTECTED]> wrote: On Sun, Aug 06, 2006 at 10:17:35PM +1000, Wei Hu wrote: > How to mount FreeBSD file systems in Debian? Does Linux support > FreeBSD file system? > thanks. I think it depends whether you created your FreeBSD fil

how to mount FreeBSD file systems in Debain?

2006-08-06 Thread Wei Hu
How to mount FreeBSD file systems in Debian? Does Linux support FreeBSD file system? thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Delivery Status Notification (Failure)

2006-06-21 Thread Wei Hu
:13:36 -0700 (PDT) Received: by 10.64.10.9 with HTTP; Wed, 21 Jun 2006 02:13:36 -0700 (PDT) Message-ID: <[EMAIL PROTECTED]> Date: Wed, 21 Jun 2006 19:13:36 +1000 From: "Wei Hu" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Debian install server / local mirror for netw

Re: immigrate Debian from an older disk to a newer one?

2006-06-21 Thread Wei Hu
Thanks guys. $ cat /etc/fstab # /etc/fstab: static file system information. # # proc/proc proc defaults 0 0 /dev/hda1 /ext3 defaults,errors=remount-ro 0 1 /dev/hda6 /home

immigrate Debian from an older disk to a newer one?

2006-06-20 Thread Wei Hu
I'm planning to replace my older disk (13G) with a larger/newer hard disk (750G) and to maintain the machine as it is. what I want are replace the old disk with the new disk including the Debian (2.6.16) operating system and keep all the setups. Will it wok if I shutdown all daemons, copy all fil

Re: Debian on Toshiba Satellite Pro M70

2005-11-25 Thread Wei Hu
do a google search, and go to the website: http://www.linux-laptop.net/. On 11/26/05, Bernard Fay <[EMAIL PROTECTED]> wrote: > Hello Group, > > My office provided me with a M70 laptop. I plan to install Debian on it. > I would like to know if anyone had a chance to installed Debian or other > Li

Intel 82865G graphics card on Debian

2005-11-22 Thread Wei Hu
has anyone installed the driver for Intel 82865G graphics card on Debian Sarag. my box is Debian 2.4.27-2-386 GNU/Linux. the graphics card is Intel 80865G graphics. the X is working, but not very well. I downloaded the driver (file name:i915Graphics.tar.gz) from Intel website, but I could not ins

Re: please help -- debian crontab and at problem

2005-11-11 Thread Wei Hu
what i need is a BitTorrent client wich can work with 'crontab' or 'at'. > There are many. Google search for "remote X apps" or "remote X > applications." > > -Roberto

Re: please help -- debian crontab and at problem

2005-11-11 Thread Wei Hu
T do it? anyone use cron to download file with bt? which client do you use? thanks a lot. On 11/11/05, Maxim Vexler <[EMAIL PROTECTED]> wrote: > On 11/11/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > > On Fri, Nov 11, 2005 at 09:06:04AM +1100, Wei Hu wrote: > > >

Re: please help -- debian crontab and at problem

2005-11-10 Thread Wei Hu
Thank you so much Roberto. Is there any Bittorrent client I can use at Contab or at (which doesn't run in Xsession) ? Just a program similiar as wget but using BitTorrent protocol. I need to download at 2am, at that time, I won't get up from the bed. thank again. Wei > > > > Since azureues has

please help -- debian crontab and at problem

2005-11-10 Thread Wei Hu
Hi, sorry for this simple question. I am setting up cron jobs in Debian box, the wget program can start successfully, but the bittorrent client azureus can not start. Can anyone please tell me what the problem is? $: crontab -l 10 2 * * * wget www.debian.com 10 2 * * * /home/user/Desktop/azureus/