Search found 75 matches

by rocketeer
Sat Feb 07, 2004 10:31 am
Forum: Q & A
Topic: rootfs
Replies: 1
Views: 1565

Ok.
by rocketeer
Sat Feb 07, 2004 10:26 am
Forum: Q & A
Topic: Kiss dp500 dvd player
Replies: 8
Views: 3396

java nl/madline/opendp500/JDP500 (and got) Exception in thread "main" java.lang.NoClassDefFoundError: nl/madline/opendp500/JDP500 The correct syntax to run the Java class is (providing there is only one jar file and it's spelled correct - and it resides in current directory): java -cp ope...
by rocketeer
Sun Jan 25, 2004 10:15 am
Forum: Q & A
Topic: What type of files to download?
Replies: 22
Views: 9500

You mean the screen saver on your PC, right? If so, it won't affect anything on your Xbox.
by rocketeer
Sun Jan 25, 2004 10:09 am
Forum: General Discussion
Topic: im an extreme noob HELP ME
Replies: 2
Views: 2695

You're not asking for much ehheh? For starters, you need to mod your box. Since buying a chip is not an option for you, you have to go for soft modding.

Search the forums at xbox-scene.com. This is not the place for modding questions, please come back for Gentoox specific questions.
by rocketeer
Fri Jan 23, 2004 6:49 pm
Forum: Q & A
Topic: What type of files to download?
Replies: 22
Views: 9500

You don't download anything yourself. Portage does it for you.

Code: Select all

emerge gaim
downloads and compiles for you. All available packages can be found by following the link "nearly 6000 packages" in the "Portage" section on that page.

PS. rpm is RedHat package.
by rocketeer
Fri Jan 23, 2004 6:24 pm
Forum: Q & A
Topic: What type of files to download?
Replies: 22
Views: 9500

Read the "Portage" section here.
by rocketeer
Fri Jan 23, 2004 6:19 pm
Forum: Q & A
Topic: adding additional apps
Replies: 6
Views: 3137

Anyways, nobspangle is right. First search, then ask...
by rocketeer
Wed Dec 03, 2003 3:08 pm
Forum: Q & A
Topic: phpsysinfo
Replies: 2
Views: 2087

by rocketeer
Wed Dec 03, 2003 2:56 pm
Forum: General Discussion
Topic: GLSA: rsync.gentoo.org rotation server compromised
Replies: 0
Views: 1622

GLSA: rsync.gentoo.org rotation server compromised

------------------------------------------------------------------------------- GENTOO LINUX SECURITY ANNOUNCEMENT 200312-01 ------------------------------------------------------------------------------- Summary : rsync.gentoo.org rotation server compromised Date : 2003-12-02 Exploit : remote CVE ...
by rocketeer
Mon Nov 24, 2003 5:45 pm
Forum: Off Topic
Topic: LinuxSpotting
Replies: 18
Views: 13859

I work as a programmer, and I use emacs 95% of the time. It just rocks.
by rocketeer
Mon Nov 24, 2003 5:28 pm
Forum: Q & A
Topic: Booting
Replies: 10
Views: 4500

Yeah I'm a font hacker...
by rocketeer
Thu Nov 20, 2003 10:52 am
Forum: Q & A
Topic: Access denied error using emerge
Replies: 4
Views: 2422

Make sure you are root, and that you have used 'su -', not just 'su'.
by rocketeer
Thu Nov 20, 2003 10:45 am
Forum: Q & A
Topic: Booting
Replies: 10
Views: 4500

The tv doesn't have to be connected, however the cable does. Or you could wire the correct pins (9-13, 10-14) in the Xbox tv-out jack.
Read more...
by rocketeer
Wed Nov 19, 2003 2:36 pm
Forum: Q & A
Topic: emergeing problems
Replies: 7
Views: 4529

Re: emergeing problems

loki wrote:it give me errors but i dont understand what they mean
It's difficult for us others to understand what they mean unless you post them...
by rocketeer
Wed Nov 19, 2003 2:33 pm
Forum: Q & A
Topic: Realtime Apache Monitor
Replies: 3
Views: 2313

Try

Code: Select all

man grep
The -v flag means inverted grep, ie lines that don't match. Basically it means that you'd not see the log lines with jpg, php, css and gif extensions. However, the -v option is not standard so it is distribution dependant.
The 'cut' command filters away the fields you don't want to see.