Search found 3 matches

by Deftochino
Tue Jul 05, 2005 2:44 pm
Forum: Newbie
Topic: Software installation
Replies: 3
Views: 2806

you do realize that portage can do all this for you with one simple command?

Code: Select all

emerge xine-lib xine-ui gxine
(of course you can either leave out xine-ui, or gxine depending on which front end you want)
by Deftochino
Wed Jun 22, 2005 1:31 pm
Forum: General Discussion
Topic: Kernel Upgrade
Replies: 4
Views: 4322

To see what kernel version you have, simply type the following into the console:

Code: Select all

uname -a
by Deftochino
Tue Dec 21, 2004 11:52 pm
Forum: Q & A
Topic: apache problem
Replies: 7
Views: 3523

if you guys do happen to want SSL support for your apache installation, you will need to copy server.crt and server.key from /var/tmp/portage/ to /etc/apache2/conf/ssl (you'll have to mkdir the directory). Then also make sure /var/cache/apache2 exists. This is all due to some inconvenient problem wi...