What are your aims for the solution?
I believe Postgres Blobs can hold pictures and then you should have very versatile control over what is shown to whom but I think you introduce a fair overhead to your system.
Postgres might be able to store relative filenames and conceal directory paths...
What you have is not really a Postgres problem but a Linux problem. Your distribution does not have the required libraries for Postgres to run.
What version\brand of Linux are you running?
The big dependency in your list is the C library. You should investigate what satisfying these...
I think hos2 has a really good point. If you can afford the processing overhead it would have advantages to pgp sign each downloaders shopping cart.
It would provide an incentive for the downloaders not to share the files right away because they would have to give out their private key. Of...
Sounds like a roundabout way to reinvent the FTP protocol.
I'd root around in the various web based MP3 software and see if they have a solution you can use.
bv
I have a half dozen Python Books. I'd suggest with out hesitation Learning Python and Core Python. They are both very different books that, I found, complemented each other nicely.
Bo
For any who have given me advice or lurked on this one. It appears the machine's CD-Writer has failed. I'm betting most of the weirdness is just from bad files.
Will replace CDR tomorrow I don't think you'll hear from me again on this.
Thanks again for all the useful advice.
Bo
Thanks everyone for their responses
To Respond:
1. Each virus scanner was uninstalled before the second one was run. They never existed together. They were up to date with their defn files.
2. I'll check the Klez worm tip, thanks.
The Situation
With the servicepack if I double clicked on...
NB: There is no virus in this post. It was posted from a Linux machine that has no contact with the machine in question.
I have a dreadful problem with a Win2k Machine. It is an AMD 1800 with an ECS KS5SA. Win2k no service packs
When I download the Win2k Service pack 2 network install it is...
Your glitch is the "=" operator.
>>> a = ["A","B","C"]
>>> tuple(a)
('A', 'B', 'C')
>>>
a is now a tuple.
Is this what you wanted?
What are the rights\limitations of the user with the child ftp directory. How can this be set so that a supervisor might see all the personal FTP directory's and the personal directory users cannot see the parent or other child directories.
Bo
If this is a professional decision sometimes you have to keep digging till you find a motivating element to share.
ie. If 7.2 would support key hardware, that is the reason you do it. You share that reason with your boss including him\her in the decision and the blame\glory.
Bo
Does anyone know of a simple way to cycle the RTS DTR signals on the serial ports of a linux machine. I'd like to control a relay with a program that I can CRON.
Thank you
bo
I'm sorry, I didn't see the post when I logged back in and thought it might have been lost.
Please forgive the double posting.
I hope the more recent post is more clear.
Bo
...lastly "relay.c:4:508: warning: no newline at end of file"
With apologies for what I don't know, can anyone help me :)
source:
/** relay.c: very simple port I/O
** Compile with `gcc -O2 -o relay relay.c',
* and run as root with `./relay'.
* This program reads...
...2. A good friend furnished me with this and I can't make it work on Mandrake 8.
If there is any help out there it would be appreciated.
Bo
/** relay.c: very simple port I/O
** Compile with `gcc -O2 -o relay relay.c',
* and run as root with `./relay'.
* This program reads...
I have to pick an SQL database for learning\development and I am trying to decide, chiefly between MYSQL and POSTGRES. I have never implemented either of these and I was wondering if people could give me suggestions\feedback. My developement language of preference is Python.
I'd consider any...
I'm just getting into Unix\Linux etc.... I was wondering if anyone had a strategy for deploying the stuff from Freshmeat etc.. in a business environment?
I'm staying away from the Developement versions and looking for second source confirmation of stability for all softare before I try it. What...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.