Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,245
» Latest member: dprp
» Forum threads: 4,031
» Forum posts: 16,406

Full Statistics

Online Users
There are currently 810 online users.
» 0 Member(s) | 806 Guest(s)
Applebot, Baidu, Bing, Google

Latest Threads
how to allow only steam t...
Forum: Xorg Problems
Last Post: moquber
2026-03-17, 09:40 PM
» Replies: 0
» Views: 519
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 900
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,188
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 126,232
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,941
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,575
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,510
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 48,264
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 168,894
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 99,023

 
  SUSE Installation
Posted by: BlackSpy - 2006-07-10, 04:01 AM - Forum: SUSE - No Replies


Hello.

 

I am trying to install SUSE 10.0 from genuine Novell installation CDs on a Intel Dual P3 850's with 2 Gigs RAM and 4 SCSI drives (2 17 gig and 2 137 gig). I got the server off e-bay. The server works...it had KNOPPIX on it.

 

The problem... After many many attempts, SUSE will not prompt me to insert the 2nd CD. It keeps going to the installation slash page. Am I missing something? I have installed it with ACPI off and on... same results.

 

Any help will be gladly appreciated.

Print this item

  Scary pic
Posted by: lia - 2006-07-09, 06:20 PM - Forum: General Chat - Replies (8)


I found this in an online magazine.

 

Two pictures, same woman...

 

Skarey!

 

[Image: BOZTwoOpt.jpg]

Print this item

  Installing Flash Player
Posted by: mizzy - 2006-07-08, 01:32 PM - Forum: Fedora Core Release 5 - Replies (3)


Quote:next up, lets install the Flash pluginuse vi to create a new file

 

 



Code:
vi /etc/yum.repos.d/flash.repo

<div>


 

 

now copy the below and paste it into the file

 

 

<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="2357" data-ipsquote-contentclass="forums_Topic">[macromedia]name=Macromedia for i386 Linux

baseurl=http://macromedia.mplug.org/rpm/

enabled=1

gpgcheck=1

gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY
 

 

 

save the file with :wq


 

 



Code:
yum -y install flash-plugin




</div></blockquote>
 

I have followed that right up the the red bit. After I have pasted the above into terminal and literally did...

 



Code:
[macromedia] name=Macromedia for i386 Linux baseurl=http://macromedia.mplug.org/rpm/ enabled=1 gpgcheck=1 gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY :wq




 

[pressed return key]

 

It don't do anything o_O

Print this item

  Hello love this forum.
Posted by: RvMan56 - 2006-07-07, 08:48 PM - Forum: Hello - Replies (2)


Hello everyone, Anyweb thanks for this site, thanks for helping the noobie's such as myself.

I am retired trucker, on disability. I love computers, hate windows, beginning to really like Linux.

I have been trying many different distro's and have settled on Xandros 4, it's the only one I have been able to get working almost completely. I dumped Solaris 10, it was a horrible experience.

I first came here using Suse 10 but even with help I never got mplayer and other programs to work.

 

Since we live in a RV I travel some and take tons of photo's, I love gimp and digikam, super programs.

 

I do all this computer stuff because it keeps my brain going, but sometimes I have trouble understanding whats going on but once I see it done, I go with it.

 

I put a Radio Shack Personal, Coco 1,2,3, then went to the Amiga 1200, (wow that was a great computer), computer in my truck back in the 80's and been learning ever since.

 

I miss driving and see this great land, would have drove to Sweden and down under if they would have giving me pontoons.

 

Kelly

Print this item

  Light media player machine
Posted by: mambafia - 2006-07-07, 12:24 PM - Forum: Just Starting Linux - Replies (5)


Hello,

I have a relatively low spec machine PIII 600 192Mb RAM and I'd like to set it up do do nothing more than play mp3s, WMAs, video files (from a Windows machine on the network) and perhaps play DVDs also. Ideally I'd like to be able to turn the machine on, have it boot up as quickly as possible straight into a media player program. I know very little about Linux and wondererd if this would be possible? Can you cut the OS right down to just what I need? If so can anyone point me towards a beginners guide on how to do this and suggest a distribution I could use?

Many thanks.

Print this item

  Securing Sites with mod_rewrite
Posted by: znx - 2006-07-06, 06:39 AM - Forum: LAMP - No Replies


Stop Hotlinking

 

Nothing really suprising in this one, common trick used by lots of sites. The main aim isn't to stop the theft of images but the theft of bandwidth!

 



Code:
# Stop hotlinking RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.mysite.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.myfriendsite.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.othersites.com [NC] # forbidden RewriteRule .*\.(gif|jpg|png|swf)$ - [NC,F] # forward elsewhere # RewriteRule \.(gif|jpg|png|swf)$ http://www.hotlinkinghurtsmybandwidth.com/THIEF.png [R,L]




 

 

IP Banning

 

Found this trick elsewhere which I liked a lot, cause apache to read a separate file and instantly rebuild its deny!

 



Code:
# block ips RewriteMap hosts-deny txt:/path/to/my/hosts-deny.map.txt RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !=NOT-FOUND RewriteRule ^/.* - [F]




 

The hosts-deny.map.txt looks like this:



Code:
127.0.0.1 - localhost -




 

Deny those nasty localhost users!!! ;)

 

Bouncing Referrers

 

Using the same technique as above, it is possible to bounce users from one place to another:

 



Code:
# bounce/redirect users RewriteMap bounce txt:/path/to/my/bounce.map.txt RewriteCond %{HTTP_REFERER} !="" RewriteCond ${bounce:%{HTTP_REFERER}} ^-$ RewriteRule ^.* %{HTTP_REFERER} [R,L] RewriteCond %{HTTP_REFERER} !="" RewriteCond ${bounce:%{HTTP_REFERER}|NOT-FOUND} !=NOT-FOUND RewriteRule ^.* ${bounce:%{HTTP_REFERER}} [R,L]




 

Begone nasty referers! Now anyone coming from a list of referers can be redirected elsewhere. The bounce.map.txt file looks like:

 



Code:
http://www.badsite.com/ - http://www.goodsite.com/baddirectory/index2.html http://somewhereelse.com/




 

 

Many thanks to the meta wiki and various other mediawiki sources for these tips (I wish I'd taken note of the sites :().

 

[img]<___base_url___>/uploads/emoticons/default_ph34r.png[/img] the apache power!

Print this item

  SUSE Linux Enterprise Desktop 10 installation Screenshots
Posted by: anyweb - 2006-07-05, 07:23 PM - Forum: SUSE - Replies (1)


right here in the screenshots sub-section of linux-noob.com

 

[/url][url=http://linux-noob.com/screenshots/suse/sle...images/install/]http://linux-noob.com/screenshots/suse/sle...images/install/

 

check them out, more coming soon, plus a linux-noob.com review

 

cheers

anyweb

Print this item

  testing fonts
Posted by: anyweb - 2006-07-05, 05:54 PM - Forum: General Chat - Replies (3)


test

testtest

testtest

testtest

testtest

testtest


testtest



testtest

testtest


testtest

test

Print this item

  Computer brand of choice...
Posted by: lia - 2006-07-05, 05:46 PM - Forum: Polls - Replies (17)


Well, guess I am biased.. so I won't say a thing ;)

 

//lia

Print this item

  Open up my second hard drive on here?
Posted by: mizzy - 2006-07-05, 04:07 PM - Forum: Filesystem Management - Replies (13)


Hi guys, back again :)

 

I've now made the change so I am running fc5 on my desktop as well as laptop. In my desktop I have got 2 harddrives. 1 with all me docs on, the 2nd which is for my OS. In windows, the second harddrive showed up in my computer. On linux, it don't :(

 

Will I be able to see it? I need a second hdd to do all me stuff on o_O:(

Print this item