[gentoo-user] Bash Script that wraps Mplayer/Mencoder.

2009-09-25 Thread Richard Marza
I have a script currently called rip that rips DVDs to H.264 using x264 with mencoder. It always does 2 passes and runs 2 threads(uses two cores). It has many lines but I'm sure if we work together we can shorten the number of lines and add more functionality. Uhm...for now, it does what it is s

Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges

2009-10-17 Thread Richard Marza
- Original Message - From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 2:42 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 11:03 AM, Dirk Heinrichs wrote:

Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges

2009-10-17 Thread Richard Marza
- Original Message - From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 2:58 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 10:29 AM, Volker Armin Hemmann wro

Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges

2009-10-17 Thread Richard Marza
- Original Message - From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 3:26 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon wrote:

Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges

2009-10-17 Thread Richard Marza
Original Message - From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 3:42 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:34 PM, Alan McKinnon wrote: On

Re: [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds off the edges

2009-10-17 Thread Richard Marza
- Original Message - From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 3:51 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:39 PM, Richard Marza

Re: [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds off the edges

2009-10-17 Thread Richard Marza
- Original Message - From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 4:11 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:56 PM, Richard Marza

Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-23 Thread Richard Marza
- Original Message - From: "walt" To: Sent: Friday, October 23, 2009 6:54 PM Subject: [gentoo-user] Re: kernel panic -- finding proper config diff On 10/23/2009 02:57 PM, Maxim Wexler wrote: not an idea really but further experience Since LiveDvD-10.1 boots, albeit buggily, on th

[gentoo-user] Blocking login attempts to sshd and vsftpd

2009-11-14 Thread Richard Marza
I recently check my log files and discovered that there was a dictionary attack attempt on my daemons. sshd and vsftpd were the primary targets. Is there a script or tool to block the offending IP addresses using iptables. Something that checks to see if a minimum of attempts has occured and blo

Re: [gentoo-user] Blocking login attempts to sshd and vsftpd

2009-11-14 Thread Richard Marza
- Original Message - From: "Alan McKinnon" To: Sent: Saturday, November 14, 2009 5:42 PM Subject: Re: [gentoo-user] Blocking login attempts to sshd and vsftpd On Saturday 14 November 2009 23:49:23 Richard Marza wrote: I recently check my log files and discovered that t

Re: [gentoo-user] Blocking login attempts to sshd and vsftpd

2009-11-15 Thread Richard Marza
- Original Message - From: "KH" To: Sent: Sunday, November 15, 2009 6:22 AM Subject: Re: [gentoo-user] Blocking login attempts to sshd and vsftpd Richard Marza schrieb: I recently check my log files and discovered that there was a dictionary attack attempt on my daemons

Re: [gentoo-user] synchronize portage files in a LAN

2009-11-22 Thread Richard Marza
From: Crístian Viana To: gentoo-user@lists.gentoo.org Sent: Sunday, November 22, 2009 10:32 PM Subject: [gentoo-user] synchronize portage files in a LAN hi, I have 7 computers in local network and I want them to have always the same portage files (the ones synchronized with rsync).

[gentoo-user] Bash script inquiry

2009-08-11 Thread Richard Marza
I'm trying to run a command in a loop. I have a counter device set...the number that the counter generates is supposed to go inside the command in the loop after every successive iteration of the loop. This is all really to get a general idea I've attached a snippet below. FILE=`cat filename.t

Re: [gentoo-user] Bash script inquiry

2009-08-11 Thread Richard Marza
- Original Message - From: "Alex Schuster" To: Sent: Tuesday, August 11, 2009 4:59 AM Subject: Re: [gentoo-user] Bash script inquiry Richard Marza writes: FILE=`cat filename.txt` TICK=`cat filename.txt | wc -l' TOCK="0" while [ $TICK != $TOCK ] ; do

[gentoo-user] Bash script inquiry (this is a dup: sorry for the hijack)

2009-08-11 Thread Richard Marza
- Original Message - From: "Alex Schuster" To: Sent: Tuesday, August 11, 2009 4:59 AM Subject: Re: [gentoo-user] Bash script inquiry > Richard Marza writes: > >> FILE=`cat filename.txt` >> TICK=`cat filename.txt | wc -l' >> TOCK=

Re: [gentoo-user] Bash script inquiry

2009-08-11 Thread Richard Marza
- Original Message - From: "Etaoin Shrdlu" To: Sent: Tuesday, August 11, 2009 5:55 AM Subject: Re: [gentoo-user] Bash script inquiry On Tuesday 11 August 2009 10:27:26 Richard Marza wrote: Think of the file I'm using as a spreadsheet. The headers(column names)

Re: [gentoo-user] Re: Cloning movie DVDs with dd - only works after accessing disk with another command?

2009-08-12 Thread Richard Marza
- Original Message - From: "Stroller" To: Sent: Tuesday, August 11, 2009 4:22 PM Subject: Re: [gentoo-user] Re: Cloning movie DVDs with dd - only works after accessing disk with another command? On 11 Aug 2009, at 20:31, Grant Edwards wrote: On 2009-08-11, Stroller wrote: I'