GIMP script to generate html thumbnail page

2002-07-02 Thread Erik Sabowski
in ACDSee, there is a program that will take a directory of images, generate thumbnails and html so that you can put it up on a webpage as a gallery. is there a similar script for the gimp? airyk ___ Redhat-list mailing list [EMAIL PROTECTED] https

Re: How do I use up2date to retrieve package with all it's dependancies?

2002-06-25 Thread Erik Sabowski
my guess would be: up2date gnome-core that will give you gnome, but I don't know if that will give you things like audio support airyk On Tuesday 25 June 2002 01:52 pm, Apolinaras Sinkevicius wrote: > is there a way to have up2date retrieve and install > all the packages needed to install Gno

Re: Changing a file system between ext2 and ext3

2002-05-26 Thread Erik Sabowski
just out of curiosity, what advantages does ext2 have over ext3? airyk Anand Buddhdev wrote: > > > You can mount an ext3 FS as ext2; no problem. The kernel will simply > ignore the journal, and the FS will behave exactly as it was before under > ext2. That's the beauty of the system. You can

anyway to safely make the hard drive "read only"?

2002-05-22 Thread erik sabowski
Is there anyway to get a redhat installation so that when it loads up it will no longer write to the disk? I am helping a friend with a project, and they need a machine collect gps data and send it out in a SNMP message over a wireless bridge. he came to me kinda last minute, so I am looking

Re: USB - Sony digital camera

2002-05-19 Thread Erik Sabowski
I have a Olympus C-3040ZOOM, i access it by mounting /dev/sda1. that should work for any camera that works as USB mass storage device. if you have other scsi device, it may be higher than sda1 (sda2, sda3, etc) airyk Patrick Nelson wrote: > Have RH72 and a Sony DSC-P5 Digital Still Camera. >

Re: Removing the RH Background under KDM

2002-05-19 Thread Erik Sabowski
The way i get rid of it is by commenting out the part of /etc/X11/xdm/Xsetup_O that does xsri. airyk ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: What media-player is the best for redhat 7.2

2002-04-26 Thread Erik Sabowski
actually the developers are talking about the RedHat's version of gcc http://www.mplayerhq.hu/DOCS/users_against_developers.html On Fri, 26 Apr 2002, Rick van der Linde wrote: > Probably cause the developers are talking about gcc 2.96 and not the > modified by redhat engineers version of it. St

Re: What media-player is the best for redhat 7.2

2002-04-25 Thread Erik Sabowski
mplayer is my favorite (www.mplayerhq.hu). it supports alot of formats, including DVDs. the only thing is that they recommend NOT using gcc-2.96, which is a pain cause that is the version of gcc included with redhat-7.2. #airyk On Thu, 25 Apr 2002, Kjetil Tjensvold wrote: > What media-player is

what WAPs and wireless NICs do you use?

2002-04-24 Thread Erik Sabowski
I want to go wireless with my laptop, and it seems like all the WAPs i like have windows only administration, and i would like to avoid that if possible. What WAPs are you guys out there using what don't require windows, and what suggestions do you have for wireless pc cards? thanks -- [EMAIL PR

(no subject)

2002-04-23 Thread Erik Sabowski
I am trying to compile mosfet's liquid theme for KDE3 on redhat 7.2 and the c++ compiler is having a problem finding the png library. i get the error: /usr/bin/ld: cannot find -lpng I have libpng-1.0.12-2 installed and libpng.so.2 (linked to libpng.so.2.1.0.12) is in /usr/lib. so what am i missi