Re: ls (~) in file name

2005-07-31 Thread Matias Rollan
Hola ! On Sun, Jul 31, 2005 at 11:05:31PM +0200, wim wrote: > Baloff wrote: > >Hello > >$ls > >lists those longfilenames.fil > >like longfi~.fil > >only after 6 char it used the tild char instead of the rest of the > >name. > >how do I get the whole name, and how to set that as default? > > > >man

Re: VMware

2005-07-24 Thread Matias Rollan
Hola ! > --- [EMAIL PROTECTED] wrote: > > > I just checked out VMware's site and it did not list > > Debian as a distro > > that it supports. Has anyone had any problems with > > this? The cost is > > $189.00 for the download. If there is a problem > > with VMware, is there an > > alternative?

Re: howto get popup for connection speed

2005-07-20 Thread Matias Rollan
Hola ! On Wed, Jul 20, 2005 at 06:44:16PM -0400, hacker (of golf) wrote: > I'm trying to create a popup to show the connection speed. > > I'm trying this: > > root :~# kdialog --display localhost:0 --msgbox "Connection Speed > `tail -n1 /var/log/ppp-connect-errors | awk '{ print $6 }'` bps" > kd

Re: Disassembler

2005-06-26 Thread Matias Rollan
On Sun, Jun 26, 2005 at 09:11:27PM +0200, Christian Christmann wrote: > Hi, > > till now, I've been working with the Windows > "Swiss Army knife" DUMPBIN. > > Are there any similar disassembler for Debian? I don't know "DUMPBIN" but you could disassemble object code by using $ objdump -d file.

Re: How to move debian from one drive to another and keep it working?

2005-05-27 Thread Matias Rollan
> bash# mount /dev/hdg5 /mnt; mount /dev/hdg2 /mnt/boot/ and so on > > > then.. > > bash# tar cvf - / | (cd /mnt/; tar xvf -) > > Change the root of the system. >

Re: How to move debian from one drive to another and keep it working?

2005-05-27 Thread Matias Rollan
On Fri, May 27, 2005 at 06:49:21AM -0700, David Witbrodt wrote: > I just installed Debian for the first time. I have two hard drives, one on > the motherboard IDE controller and a bigger, better one on a PCI controller > card. > > I wanted to install Debian to the drive attached to the PCI con

Re: substitute for ping

2005-05-19 Thread Matias Rollan
Hola ! On Thu, May 19, 2005 at 04:39:13PM -0400, hacker wrote: > My ISP has pings blocked. Is there some other echo command I can use > to test my connection? > $ perl -MNet::Ping -e '$p = Net::Ping->new("tcp"); $ip = "somehost" ; print "I can reach $ip!\n" if $p->ping("$ip", 5.5); ' By defa

Re: mysql access setup

2005-05-15 Thread Matias Rollan
Hola ! On Sun, May 15, 2005 at 08:20:37AM -0400, stan wrote: > I need to make mysql accessable from all machines on my network. > > How do I do this under Debian? The same as under other distribution. :) > > Curently if I just do "mysql" on the machine I've installed it on, > I get connected, b