Re: [CentOS] Re: Adobe products under Linux?

2007-11-25 Thread gjgowey
It's always worth seeing what wine under CentOS can do, but I wouldn't get my hopes up that it will fill the shoes of windows because of lots of compatibility problems. Still, it's worth a shot. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Scott Silva

Re: [centos] dual boot box: winxp centos 5: impossible to restorewinxp? -- antair restored

2007-11-18 Thread gjgowey
Have you disconnected all your usb hardware before trying the repair? I've repaired my box more times than I can count and the only time I've seen lots of hdd activity is when I had some weird hardware attached. Geoff Sent from my BlackBerry wireless handheld. -Original Message-

Re: [CentOS] OT: Scripting with sudo password

2007-11-14 Thread gjgowey
How about using ssh with certificate authenitication instead of sudo? Sent from my BlackBerry wireless handheld. -Original Message- From: James A. Peltier [EMAIL PROTECTED] Date: Wed, 14 Nov 2007 17:04:46 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] OT: Scripting

Re: [centos] how to know when files have finished ftping? -- antair restored

2007-11-12 Thread gjgowey
Here's a thought: what about doing an lsof? If a file is still being written by ftpd it should be open for writing. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: [EMAIL PROTECTED] Date: Mon, 12 Nov 2007 16:07:23 Subject: re: [centos] how to know when

Re: [CentOS] Using XEN VMs with non-US keyboards?

2007-10-20 Thread gjgowey
If they're all on the same machine and you're not using certificates for your authentication then why not use telnet and eliminate the overhead of ssh? If you want to go graphical load up an xserver on your machine and launch whatever app you want to run on the remote system. Geoff Sent from

Re: [CentOS] Zip password recovery

2007-10-17 Thread gjgowey
No ideas off the top of my head. Worst case scenario you could always run one of those utilities under wine. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Lorenzo Quatrini [EMAIL PROTECTED] Date: Wed, 17 Oct 2007 11:10:34 To:CentOS mailing list

Re: [CentOS] near-realtime file system replication

2007-10-06 Thread gjgowey
If using a file system for the file storage isn't mandatory then I would go with an rdbms such as Postgres with the file stored in a blob field of a table. If the systems are in the same location and can use a shared Filesystem then I would look into getting a netraid scsi card or something

Re: [CentOS] near-realtime file system replication

2007-10-06 Thread gjgowey
A program that acts as an interface between the rdbms and whatever wants the files can be constructed easilly. Personally I would look into using java to create an applet that uses jdbc to get the files from the rdbms and then uses regular java libraries to ftp it. Stream to stream

Re: [CentOS] Cross-platform GUI libraries with drag 'n drop IDEs

2007-10-01 Thread gjgowey
Eclipse? Jbuilder? Sent from my BlackBerry wireless handheld. -Original Message- From: John R Pierce [EMAIL PROTECTED] Date: Mon, 01 Oct 2007 17:15:25 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] Cross-platform GUI libraries with drag 'n drop IDEs Ioannis Vranos

Re: [CentOS] Silly question - Anything faster than rm?

2007-09-30 Thread gjgowey
Go with fat16 or fat32 instead of ext3fs. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Les Mikesell [EMAIL PROTECTED] Date: Sun, 30 Sep 2007 11:58:44 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] Silly question - Anything faster than rm?

Re: [CentOS] Silly question - Anything faster than rm?

2007-09-30 Thread gjgowey
For deleting performance. When it comes to deleting files, fat seems fairly quick. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Matthew Miller [EMAIL PROTECTED] Date: Sun, 30 Sep 2007 16:14:48 To:CentOS mailing list centos@centos.org Subject: Re:

Re: [CentOS] Silly question - Anything faster than rm?

2007-09-30 Thread gjgowey
Or another way of putting it: nothing makes files disappear faster than fat. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: [EMAIL PROTECTED] Date: Sun, 30 Sep 2007 20:37:34 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] Silly question -

Re: [CentOS] Silly question - Anything faster than rm?

2007-09-30 Thread gjgowey
No journaling, no worries. : Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Bill Campbell [EMAIL PROTECTED] Date: Sun, 30 Sep 2007 13:44:00 To:centos@centos.org Subject: Re: [CentOS] Silly question - Anything faster than rm? On Sun, Sep 30, 2007, [EMAIL

Re: [CentOS] Silly question - Anything faster than rm?

2007-09-29 Thread gjgowey
mv folder-to-be-deleted /dev/null ? Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Jamie Lists [EMAIL PROTECTED] Date: Sat, 29 Sep 2007 14:19:12 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] Silly question - Anything faster than rm? On

Re: [CentOS] mysql and windows

2007-09-28 Thread gjgowey
Something tells me you've just handed scissors to someone who is going to run with them. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Ray Leventhal [EMAIL PROTECTED] Date: Fri, 28 Sep 2007 16:38:03 To:CentOS mailing list centos@centos.org Subject: Re:

Re: [CentOS] mysql and windows

2007-09-28 Thread gjgowey
What's worse than mysql? dd? cpio? Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Scott Moseman [EMAIL PROTECTED] Date: Fri, 28 Sep 2007 15:48:22 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] mysql and windows At least it's MySQL. He

Re: [CentOS] mysql and windows

2007-09-28 Thread gjgowey
Those two allow you to know you destroyed your data immediately. Mysql let's you know only after you do a select * from ... sometime later. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Ray Leventhal [EMAIL PROTECTED] Date: Fri, 28 Sep 2007 16:51:55

Re: [CentOS] mysql and windows

2007-09-28 Thread gjgowey
Mysql is to databases what Lincoln logs are to cinder blocks. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: [EMAIL PROTECTED] Date: Fri, 28 Sep 2007 20:56:02 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] mysql and windows Those two allow

Re: [CentOS] mysql and windows

2007-09-28 Thread gjgowey
Postgresql Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Miark [EMAIL PROTECTED] Date: Fri, 28 Sep 2007 18:28:44 To:centos@centos.org Subject: Re: [CentOS] mysql and windows On Fri, 28 Sep 2007 21:01:07 +, [EMAIL PROTECTED] wrote: Mysql is to

Re: [CentOS] mysql and windows

2007-09-28 Thread gjgowey
My problem with mysql just stems from watching how it has developed from the early days. It has a sleepycat core (nothing wrong with that), but the added functionality to make it an rdbms revolves around whatever is popular at the time and quick to do rather than what do other databases do.

Re: [CentOS] mysql and windows

2007-09-28 Thread gjgowey
You're right. Pgsql isn't my only favorite db solution. I'm running MS SQL 2005 express edition because shavlik will use either access or SQL server for its datastore and I don't trust access at all and never will. Sleepycat is also good for applications that don't need a full rdbms. There

Re: [CentOS] CENTOS and INTEL S775 C2D E6750 2.66G 1333 RTL

2007-09-26 Thread gjgowey
Time to switch to java for your programming then ;) Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Art Edwards [EMAIL PROTECTED] Date: Wed, 26 Sep 2007 23:24:09 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] CENTOS and INTEL S775 C2D E6750

Re: [CentOS] hosting panel

2007-09-25 Thread gjgowey
What those types of users need is either a simple curses driven menu (if you want to be elaborate and give them graphics that is) or maybe lynx set to start up at a local html page and all the href's are file:// with lynx set to autorun file:// if you're dealing with users logging in with X

Re: [CentOS] hosting panel

2007-09-25 Thread gjgowey
Important note: I'm talking about users logging in via SSH to get to these menus and not via an external webpage. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: [EMAIL PROTECTED] Date: Tue, 25 Sep 2007 23:55:00 To:CentOS mailing list centos@centos.org

Re: [CentOS] CentOS Plus PHP5 upgrade.

2007-09-25 Thread gjgowey
I hate to say this, but when it comes to apache and php I find building them from the source on apache.org and php.net to be a lot less painful because of the dependency problems that seem to plague php. The final straw was when Nessus said one of them was vulnerable and no updates were on the

Re: [CentOS] General question about PHP

2007-09-25 Thread gjgowey
This is just an off the cuff guess, but you can associate the .php file extension so that it's treated like .htm in those select directories. You would have to do this in your httpd.conf and on a specific per directory basis or, if you're using virtual hosts, you can put the assignment in the

Re: [CentOS] chmod / chown settings on /var/www/html

2007-09-23 Thread gjgowey
I can't answer all your questions, but I can answer a little. Ideally your should have everything from the html dir on down owned by root (or the account of whoever is going to be maintaining the html pages), but with a group of www. The permissions for everything should have the group and

Re: [CentOS] Formatting a large disk

2007-09-23 Thread gjgowey
Gparted and partion magic will do it. Windows will do it if you format via the disk management console. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: William L. Maltby [EMAIL PROTECTED] Date: Sun, 23 Sep 2007 14:43:48 To:CentOS General List

Re: [CentOS] running php4 and php5 parallel

2007-09-21 Thread gjgowey
If you do a manual build as mentioned below (not using the prebuilt rpm's) and use both php versions in CGI mode (not as apache modules) then it should be possible so long as the php4 is assigned to one directory and the php5 is assigned to another. Geoff Sent from my BlackBerry wireless

Re: [CentOS] Central file server advice please

2007-09-21 Thread gjgowey
Exactly how much throughput are you realistically anticipating? What connection are you going to use? 802.11 or 10/100 or gige? And yes, the chips will pretty much always give you better performance with raid. Geoff Sent from my BlackBerry wireless handheld. -Original Message-

Re: [CentOS] running php4 and php5 parallel

2007-09-20 Thread gjgowey
Maybe if you custom build them from source giving each it's own directory using --prefix you can do it, but Umair might still be right about library conflicts. Not including the libraries and binaries in any paths might solve the problem and execution still could happen via a shell script for

Re: [CentOS] ASTERISK BOX behind a filewall

2007-09-13 Thread gjgowey
Nope. Top post only. I can see everything beneath the --original message--, but I can't edit anything under it. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Karanbir Singh [EMAIL PROTECTED] Date: Thu, 13 Sep 2007 12:13:21 To:CentOS mailing list

Re: [CentOS] Document Scanning and Storage

2007-09-12 Thread gjgowey
Depending on how complex a management system you want you could write a small custom management system using only a few php files and a db backend (I would suggest postgres). Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Dennis McLeod [EMAIL PROTECTED]

Re: [CentOS] Document Scanning and Storage

2007-09-12 Thread gjgowey
I guess it boils down to what someone needs out of such a system. If you're looking to store text data from ocr conversion (for searching) then you could use a clob column as well as a blob for the image based version. As for storing these in the db, php makes that easy since all file uploads

Re: [CentOS] ASTERISK BOX behind a filewall

2007-09-12 Thread gjgowey
I'm only using the wonderful *bleh* email client that rim put on this blackberry. If anyone knows of a better email client for a blackberry please show me the way. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Feizhou [EMAIL PROTECTED] Date: Thu, 13 Sep

Re: [CentOS] ASTERISK BOX behind a filewall

2007-09-12 Thread gjgowey
So I can enjoy dropped calls as I transfer from one open WAP to the next while driving? Or no service when I'm out in the boonies? Yeah... Maybe the day I move to nyc and never leave nyc I'll go for a wifi phone, but until then I'll stick with my trusty GSM based blackberry that I can take

Re: [CentOS] ASTERISK BOX behind a filewall

2007-09-12 Thread gjgowey
What nat box are you running? Cable/DSL modem, Cisco router or firewall, or just a plain old home gateway? Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Ross S. W. Walker [EMAIL PROTECTED] Date: Wed, 12 Sep 2007 20:26:05 To:CentOS mailing list

Re: [CentOS] ASTERISK BOX behind a filewall

2007-09-12 Thread gjgowey
Why not put a second ethernet card in the ISA connected directly to the asterix server and have all inbound and outbound sip calls through it? You could then preserve the IP addresses for both your internal and external addresses. You wouldn't even have to nat to the asterix box since the ISA

Re: [CentOS] ASTERISK BOX behind a filewall

2007-09-12 Thread gjgowey
I hate to reply to my own reply but... I meant third ethernet card, not second. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: [EMAIL PROTECTED] Date: Thu, 13 Sep 2007 01:01:20 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] ASTERISK BOX

Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread gjgowey
I have one idea that may work. Try seeing if your bios supports a bios upgrade floppy (it would say so in the owners manual). Now by bios upgrade floppy I don't mean the usual type that use an os. There are some that the bios will directly read from without an os being used. The concept is

Re: [CentOS] Performance of CentOS as a NAT gateway

2007-09-10 Thread gjgowey
Speaking of MTU mismatches, don't forget that if you're using a PPPoE DSL line to adjust your MTU. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Ross S. W. Walker [EMAIL PROTECTED] Date: Mon, 10 Sep 2007 16:35:59 To:CentOS mailing list centos@centos.org

Re: [CentOS] Nautilus won't start

2007-09-10 Thread gjgowey
The first place I would start would be opening an xterm and trying to start Nautilus from the prompt. Look for any weird error messages. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Kenneth Porter [EMAIL PROTECTED] Date: Mon, 10 Sep 2007 13:12:07

Re: [CentOS] Performance of CentOS as a NAT gateway

2007-09-10 Thread gjgowey
How about putting the file contents on pastebin and posting the link? Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Bart Schaefer [EMAIL PROTECTED] Date: Mon, 10 Sep 2007 18:31:31 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] Performance of

Re: [CentOS] Downgrade samba?

2007-09-10 Thread gjgowey
My thoughts: Uninstall the current version using yum, grab the source tgz for the version for the version you want from samba, and compile it using --prefix=/usr/local/mysamba to put all of that ver in that directory. Then when you want to use the latest again delete the mysamba dir and

Re: [CentOS] Performance of CentOS as a NAT gateway

2007-09-10 Thread gjgowey
If you feel like learning sed ;) you can use it to filter out that data using regexp's and have it create a new file that can be publicly posted. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Bart Schaefer [EMAIL PROTECTED] Date: Mon, 10 Sep 2007 19:26:51

Re: [CentOS] Performance of CentOS as a NAT gateway

2007-09-10 Thread gjgowey
Scripting in sed for 20+ years? Masochist! :-) Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Bart Schaefer [EMAIL PROTECTED] Date: Mon, 10 Sep 2007 20:48:21 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] Performance of CentOS as a NAT

Re: [CentOS] Where is the blktrace utility?

2007-09-08 Thread gjgowey
I was bored so I looked around just to see if I could find this anywhere. The only place I found it was http://mirror.steadfast.org/debian/pool/main/b/blktrace/blktrace_0~git-20070718142546.orig.tar.gz Not sure if it'll work (haven't compiled/run it), but I think it's an unpatched ver. Geoff

Re: [CentOS] NIS binding probs w/Firewall and SELinux

2007-09-06 Thread gjgowey
Set up a cron task. I have an auto reboot set up every 6 hours in case I goof up ssh by sending the cpu usage through the roof (beats paying the colo people to reboot a system repeatedly). Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Scott Ehrlich [EMAIL

Re: [CentOS] Random Reboots

2007-09-06 Thread gjgowey
If your bios has onboard logging don't forget to check it. Geoff Sent from my BlackBerry wireless handheld. -Original Message- From: Steven Vishoot [EMAIL PROTECTED] Date: Thu, 6 Sep 2007 12:08:12 To:CentOS mailing list centos@centos.org Subject: Re: [CentOS] Random Reboots ---

Re: [CentOS] OT: 4 dual cores agains 2 quad cores

2007-08-31 Thread gjgowey
I'll take a stab at it, but I'm only hypothesizing (aka no proof). I would think the quad duals would be faster because of it being easier to dissipate the heat (should be less per chip). However, if you get a really industrial strength liquid cooling system for the two quad's then they'll

Re: [CentOS] OT: Suggestions for database for physicians patientrecords?

2007-08-20 Thread gjgowey
If you want to take this offline I'll chat with you further. However, if it's just for in office use I'd look at using CentOS, postgresql (not MYSQL), php, and APACHE. It wouldn't be very hard to throw together an app that would do what you want that is web based. Of course if he wants a fat

Re: [CentOS] Install on a usb flash drive

2007-08-18 Thread gjgowey
It'll only be a problem if you're planning to use a swap file or do frequent writes (compiling programs, etc). Solid state devices really aren't great if your going to do heavy writing because they will fry eventually. Under normal usage this could be years, but with heavy daily use it could

Re: [CentOS] Me llega mucho spammmmm

2007-08-01 Thread gjgowey
Depends where you want to stop it. You can get an appliance that will filter your mail and not have the spam filtering affect your machine. You can stop it at the MTA level using something like spam assassin. Or you could get a client with built in antispam features like Thunderbird. Sent

Re: [CentOS] Me llega mucho spammmmm

2007-07-31 Thread gjgowey
And then their are those of us here who don't speak Spanish... About the only words of that title that I can understand are mucho and spam which sounds like what taco bell would have on their menu if truth in advertising laws were enforced. can I get a side order of sour cream with that to