Pages

Search

LAMP Image - Forums Linux

LAMP Image - Forums Linux


LAMP Image

Posted: 10 Mar 2006 03:50 AM PST

On Fri, 10 Mar 2006 16:54:48 -0500, CBFalconer wrote:
 
 

The OP knows the difference, as indicated by his followup already. He's
just an innocent idiot, and the Win-trolls such as yourself are the ones
wasting bandwidth.
 

Win98? I mean, you're not only stupid, you're behind the times.

--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951

New to Linux, Need Some Advice

Posted: 09 Mar 2006 07:00 PM PST

Do you want to "learn" linux or to have an easy installation ??
If you want to learn about linux, linux configuration, and linux
administration ... I highly suggest Gentoo.



Monte11 wrote:
 

--
Living on Earth may be expensive,
but it includes an annual free trip around the sun.

linux LAMP image

Posted: 09 Mar 2006 03:40 PM PST

On Thu, 09 Mar 2006 23:40:21 +0000, Mikael Persson wrote:
 

SLAMPP is pretty neat:

http://slampp.abangadek.com/wiki/wikka.php?wakka=HomePage

--
mark south: world citizen, net denizen
echo pb.hx|tr a-z n-za-m
"Take it? I can't even parse it!" - Kibo, in ARK

login with live CD

Posted: 09 Mar 2006 12:39 AM PST


iforone wrote: 

whoops - forgot to mention...you could also "Remaster" your own Knoppix
CD...the forums I mentioned (knoppix.net) will help you with that, and
has some guides too - see the forum's wiki and FAQ as well.

ATI opengl issues

Posted: 08 Mar 2006 06:28 AM PST

It would help if I posted the web site...

http://stanton-finley.net/fedora_core_4_installation_notes.html


On Thu, 09 Mar 2006 02:08:20 GMT, Inty Shedu <com>
wrote:
 

fedora core 4 upgrade

Posted: 08 Mar 2006 06:25 AM PST

Bill Davidsen wrote: 

Well, yes. Except if you have two RPM's of the same software, one for i386
and one for i686, it can't choose. And if, say, the new "mozilla" package
has been refactored and requires an additional package "mozilla-nspr",
rpm -F isn't going to do it. You have to do an "rpm -U mozilla
mozilla-nspr".

I've been through all that, painfully and repeatedly.
 

About certain packages being deprecated? Which ones?


SOS! Root filled, want to recover MySQL data!

Posted: 07 Mar 2006 11:49 PM PST

Thomas wrote: 
I think some combination of smaller size, mtime (limit to recently
written files), and staying in the filesystem of interest.

example:
find / -xdev -type f -mtime -2 -size +2000000

Then let's sort by size and save in a file...
find / -xdev -type f -mtime -2 -size +2000000 -print0 |
xargs -0 ls -s | sort -n | tee file_in_another_filesystem | tail -20

That will show the largest of the large files modified in the last two
days, the "print0" handles filenames with special characters.

Other tricks include just using the "-ls" in find and "sort +6n" to
order on size. Whatever works for you.

--
bill davidsen
SBC/Prodigy Yorktown Heights NY data center
http://newsgroups.news.prodigy.com

vsftpd and iptables

Posted: 07 Mar 2006 08:19 PM PST

On Fri, 10 Mar 2006 08:56:23 -0500, Nico Kadel-Garcia wrote: 
 
 

This is the SSH thingy mensioned before: sftp != ftps
 

Well you have either AUTH TLS on port 21 after which we're scrambled,
encription of the data-channel clients should negotiate. However some
(older) send AUTH SSL and assume the data should be encripted too, Vsftpd
can cope with this.

The older suggestion was to listen on port 990 for connections with an SSL
header (conventionally active ftp-data connects from one port less then
ftp-control, so that's 989. However with passive-mode data a range is used
whatever port the control channel happens to run on.)

So you basically have two ways... And Vsftpd can be configured to accept
the first itself (with either SSLv2, v3 or TLSv1 supporting a whole list
of cyphers, and pretty much any command a client might send). The 990 port
is deprecated and wasn't used often in the first place, some kind of SSL
proxy in front of any FTP daemon should do, if anyone needs it though.
 

I know:
curl -D - http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html | \
grep Menno
 

That works (with the AUTH SSL option and SSLv[23] server support):
http://www.ipswitch.com/Support/WS_FTP/guide/wsftpug80/08sslutil.html
 

HTTPS for download: fine (although rate-limiting is easier with FTPS).
Idunno about the security implications of WebDAV BTW:

lynx -dump http://www.apsis.ch/pound/ | grep -B22 Subversion

Modern FTP(S) servers, especially Vsftpd (i read some of the code) are
rather paranoid in their input validation checking, usage of privs etc.

--
-Menno.

NIS Problems on FC3

Posted: 07 Mar 2006 07:49 AM PST

Ian wrote: 

There are some useful migration tools in the openldap RPM's and the openldap
source tarballs. Check them out, in /usr/share/openldap/migration under
RedHat systems.


Kernel config on AMD Dual Core.

Posted: 06 Mar 2006 04:33 PM PST

On Tue, 07 Mar 2006 06:21:37 -0500, Nico Kadel-Garcia wrote:
 

Thanks Nico,

I will take a look and compare both setups.
Actually I have now many more questions about Cool and Quiet and things
like that. Support for Linux is limited ...
Also the temperature problem is a serious issue to regard.
I have a 1U rack mount server ... with two Dual Cores ...

Best regards,
Pedro

Can you run a GUI-based file manager from CD-booted Linux?

Posted: 05 Mar 2006 09:41 PM PST

net wrote:
 

Sure. Others in this thread have cited Knoppix, but Ubuntu (also the
Kubuntu, Edubuntu, Xubuntu variants) makes available a live-CD disc,
with a number of things meeting your app description, most obviously
Konqueror & Nautilus.

--
Cheers,
Rick Moen Support your local medical examiner: Die strangely.
com

installing linux on ibm thinkcentre m51

Posted: 04 Mar 2006 04:58 PM PST

Thanks for the suggestion -- I'll give Knoppix a try (unfortunately I'm
away from that computer for a few days, so i'll try it then and let you
know how it goes).