Re: HD full, 50% yesterday

1999-08-30 Thread Andreas Persenius
Any suggestions on what > I can check out to figure out how my harddrive reached this capacity? find / -printf "%k\t%p\n" | sort -n This will print a list of all files on your computer with the largest files at the bottom. -- Andreas Persenius [EMAIL PROTECTED]

Re: Telnet

1999-08-23 Thread Andreas Persenius
Quoting Carlos Santos ([EMAIL PROTECTED]): > Does anybody know how to make the telnet daemon NOT close the connection by > timeout ? I need a connection open but it keeps disconnecting if i'm not > doing anything. Try adding " -n" at the end of the telnetd line in /etc/

Poll at www.mozillazine.org

1999-07-09 Thread Andreas Persenius
Mozillazine is doing a poll on distribution usage on behalf of the mozilla.org people. So, go there and vote for Debian! -- Andreas Persenius [EMAIL PROTECTED]

Re: still configuring PPP :-(

1999-07-02 Thread Andreas Persenius
I'm eager to get Debian going. Please help. > Thanks a million in advance. > > The files I have are as follows: [snip] Try setting the ppp modem speed to 38400, as setserial initializes the serial ports to 38400. -- Andreas Persenius [EMAIL PROTECTED]

Re: vim config question

1999-06-18 Thread Andreas Persenius
Quoting Alisdair McDiarmid ([EMAIL PROTECTED]): > On Fri, Jun 18, 1999 at 01:57:03PM +1000, Shao Zhang wrote: > > Is there anyway to configure vim to have a status bar just like in emacs?? > > :set laststatus=2 > :set showmode Ever nicer with this setting: :set ruler --

Re: Getting Gnome themes respected when xhosting

1999-05-29 Thread Andreas Persenius
the same as those on machine 2, you need to either: 1) Install the same themes on both computers. 2) or export your themes _and_ ~/.gtkrc on machine 2 via some kind of network file system. At least, this is how believe it works. -- Andreas Persenius [EMAIL PROTECTED]

Re: International characters don't work in console mode

1999-05-17 Thread Andreas Persenius
le to get/put in the > console mode! Why? You must tell bash to accept 8-bit character input and output. Add the following to /etc/inputrc (or ~/.inputrc): set convert-meta off set input-meta on set output-meta on /Andreas -- Andreas Persenius [EMAIL PROTECTED]

Re: Keyboard problems, LC_ALL, TERM

1999-05-14 Thread Andreas Persenius
tenv TERM vt100 everytime I telnet to that host). Create the file ~/.telnetrc and add something like this: the.host.name environ define TERM xterm -- Andreas Persenius [EMAIL PROTECTED]

Re: Possible problem with xlock and xscreensaver on potato

1999-04-30 Thread Andreas Persenius
to enter my password twice. My suggestion is to remove xlock, and use the command "xscreensaver-command -lock" to manually lock the display. Works just fine for me. -- Andreas Persenius [EMAIL PROTECTED]

Re: duplicate binaries

1999-02-06 Thread Andreas Persenius
grep programs in /bin and three of the grep programs in /usr/bin have the same inode numbers, so they are actually one program with a couple of hard links to them. No waste of space at all. -- Andreas Persenius [EMAIL PROTECTED]