Re: Dumping terminal contents to a file

2010-09-08 Thread Frederik Kriewitz
2010/9/8 Alois Mahdal : > I wonder if there's  a simple  and universal way  to dump output > of terminal to a file, particularly for demonstration purposes. You might be interested in "script", it's part of the bsdutils package which is probably already installed on your system. DESCRIPTION

Re: bandwidth measurement by process

2010-05-09 Thread Frederik Kriewitz
On Sun, May 9, 2010 at 9:03 AM, Celejar wrote: > Yeah, that's pretty much what I thought.  Well, I think that I'm going > to code something like this, unless someone else will point out that > it's already been done. I don't know anything like this, but another approch to to this might be to use

Re: Flash player for Lenny/64 - But from where?

2009-03-22 Thread Frederik Kriewitz
On Mon, Mar 23, 2009 at 7:23 AM, Matthew Smith wrote: > Is there a mirror of this anywhere that I can use or is there an > alternative, not-too-complicated way of doing this? Download the 64 Bit plugin from http://labs.adobe.com/downloads/flashplayer10.html extract it and copy and copy libflashpl

Re: one-time password authentication for openssh

2009-03-13 Thread Frederik Kriewitz
On Fri, Mar 13, 2009 at 3:41 PM, Angelin Lalev wrote: > Is it possible to configure pam and openssh to authenticate users with > unix and then with one-time password? > Is there a one-time password pam module in Debian? http://www.cl.cam.ac.uk/~mgk25/otpw.html -- To UNSUBSCRIBE, email to debia

Re: OO.o 3.0.1 in Lenny

2009-03-01 Thread Frederik Kriewitz
On Sun, Mar 1, 2009 at 3:33 PM, Umarzuki Mochlis wrote: > Aside from official installer (that somehow corrupted, happened to every > tarball downloaded, don't know why), is there any backports or something? It's available in the experimental repository. -- To UNSUBSCRIBE, email to debian-user-

Re: whatismyip

2009-02-20 Thread Frederik Kriewitz
On Fri, Feb 20, 2009 at 4:37 PM, Adrian Chapela wrote: > www.whatismyip.com is another possibility but I think there isn't another > web with a clean IP like www.whatismyip.org http://checkip.dyndns.org/ http://dynamic.zoneedit.com/checkip.html -- To UNSUBSCRIBE, email to debian-user-requ...@l

Re: device UUID versus /dev

2009-02-08 Thread Frederik Kriewitz
On Sun, Feb 8, 2009 at 10:14 PM, ghe wrote: > I'm hoping this is all in a huge state of flux, and that somebody > smarter than I am will figure out a simple and reliable solution to it all. Have a look at /dev/disk/by-* -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a s

Re: Distinguishing SATA disks

2009-02-04 Thread Frederik Kriewitz
On Wed, Feb 4, 2009 at 3:21 PM, Hendrik Boom wrote: > Fun. Lost of symlinks. Can I use these to identify the drives to be used > in RAID pairs or for LLVM? Yes > by-uuid seems to miss one of the SATA drives completely, although it > does list one SATA drive, the IDE drive, and the plugged-in US

Re: Distinguishing SATA disks

2009-02-04 Thread Frederik Kriewitz
On Wed, Feb 4, 2009 at 12:23 PM, Hendrik Boom wrote: > How can I ensure that the same /dev's are always associated with the same > physical drives? Or am I misunderstanding something here and has the > problem become obsolete? Have a look at the /dev/disk/by-* directories. There you'll find seve

Re: Freeze SO Linux, it's possible?

2008-12-10 Thread Frederik Kriewitz
On Wed, Dec 10, 2008 at 5:51 PM, Carlos Carrero Gutierrez <[EMAIL PROTECTED]> wrote: > Hi, i would like to freeze my linux in order to freeze the OS, then, > when I reboot the computer all changes that i made in the computer > dissapears and it returns to the previous OS freezed. have a look at au

Re: X11 Forwarding with Lenny?

2008-11-30 Thread Frederik Kriewitz
You might have a problem with your DNS config too. On Thu, Nov 20, 2008 at 10:05 PM, swm38 swm38 <[EMAIL PROTECTED]> wrote: > $ echo $DISPLAY > localhost:10.0 Try "DISPLAY=127.0.0.1:10.0" and make sure localhost resolves too 127.0.0.1. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Re: X11 Forwarding with Lenny?

2008-11-28 Thread Frederik Kriewitz
On Thu, Nov 20, 2008 at 10:05 PM, swm38 swm38 <[EMAIL PROTECTED]> wrote: > I can't get X11 Forwarding working with lenny as server. > Error: Can't open display: localhost:10.0 I had the same problem on 3 machines I upgraded from etch to lenny. But I don't know how to solve it/what's causing it.