Re: Tripple Booting win 7, ubuntu and Debian in whatever order

2013-07-02 Thread Benimaur Gao
Hi, I don't have a Ubuntu at hand, so I can't tell the version of grub Ubuntu is using. Suppose the grub-pc is used just as debian did. You can simply do that by executing: $ sudo update-grub2 this command will probe all installation in your machine, and generate a new grub config file at:

How can I install an amd64 to my new bought Laptop/

2012-07-15 Thread Benimaur Gao
Hi, I bought a new Laptop a few days ago, it's an X220i, and I planned to install a amd64 system on it I dump a netinst iso(amd64) image to a flash disk by dd, boot and try to work with it, but I found it just cannot use. :( it's so easy to get crash after some trivial commands, such as

Fwd: How can I install an amd64 to my new bought Laptop/

2012-07-15 Thread Benimaur Gao
-- Forwarded message -- From: Benimaur Gao benim...@gmail.com Date: Sun, Jul 15, 2012 at 11:24 PM Subject: Re: How can I install an amd64 to my new bought Laptop/ To: g...@dalefamily.org On Sun, Jul 15, 2012 at 11:05 PM, Gary Dale garyd...@rogers.com wrote: On 15/07/12 10:24 AM

Re: How can I install an amd64 to my new bought Laptop/

2012-07-15 Thread Benimaur Gao
On Sun, Jul 15, 2012 at 11:20 PM, Camaleón noela...@gmail.com wrote: On Sun, 15 Jul 2012 22:24:36 +0800, Benimaur Gao wrote: I bought a new Laptop a few days ago, it's an X220i, and I planned to install a amd64 system on it I dump a netinst iso(amd64) image to a flash disk by dd, boot

Re: How can I install an amd64 to my new bought Laptop/

2012-07-15 Thread Benimaur Gao
On Mon, Jul 16, 2012 at 12:05 AM, Camaleón noela...@gmail.com wrote: On Sun, 15 Jul 2012 23:37:02 +0800, Benimaur Gao wrote: On Sun, Jul 15, 2012 at 11:20 PM, Camaleón noela...@gmail.com wrote: Cannot use means that you already installed a full system on your machine? No... sorry for my

Re: How can I install an amd64 to my new bought Laptop/

2012-07-15 Thread Benimaur Gao
On Mon, Jul 16, 2012 at 1:13 AM, Claudius Hubig debian_1...@chubig.net wrote: Hello Benimaur, Benimaur Gao benim...@gmail.com wrote: OK. 1. I dd the netinst iso to a flash disk boot the machine with it. 2. I try to rsync the whole system to my new machine by rsync -av /* --exclude={/home

Can I mount a local directory to remote host?

2011-11-10 Thread Benimaur Gao
seems sshfs can only mount the directory from remote host to local mount point. I want to do the contrary -- mount the local dir to remote host, and including the content under this directory. Is it possible? if so, one more step, can i do such things behind NAT? -- To UNSUBSCRIBE, email to

Re: I've got a problem with tcpdump, HELP

2011-04-01 Thread Benimaur Gao
Answer from tcpdump devels: On 1 apr 2011, at 03:49, Benimaur Gao wrote: The info in this one is quite little!! without request parameter, without http headers, and even without the essential data return by the server!! [...] can anyone give me some clue? I suspect it is cause by different

I've got a problem with tcpdump, HELP

2011-03-31 Thread Benimaur Gao
Hi, all I've encountered a problem in using tcpdump. I tried to capture http traffic by using the following command: # tcpdump -Ani eth1 'host 10.20.156.9 and tcp port 9003 and (((ip[2:2] - ((ip[0]0xf)2)) - ((tcp[12]0xf0)2)) != 0)' (notes: the web application serves at 9003 port,

Re: I've got a problem with tcpdump, HELP

2011-03-31 Thread Benimaur Gao
On Thu, Mar 31, 2011 at 11:54 PM, Camaleón noela...@gmail.com wrote: On Thu, 31 Mar 2011 20:49:03 +0800, Benimaur Gao wrote: I've encountered a problem in using tcpdump. I tried to capture http traffic by using the following command: # tcpdump -Ani eth1 'host 10.20.156.9 and tcp