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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,219
» Latest member: glassagencies
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 195 online users.
» 0 Member(s) | 192 Guest(s)
Applebot, Bing, Yandex

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 510
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 89,133
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 42,482
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,921
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,412
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,530
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 118,499
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 56,274
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 46,172
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 42,186

 
  Debian Sarge 3.1_r0 souces.list Bug
Posted by: Shadowcat - 2005-06-08, 01:42 PM - Forum: Debian - Replies (1)


To fix the error in /etc/apt/sources.list, change your file to match the reference below, substituting the mirror in the example with the one closest to you:

 



Code:
# Stable
deb ftp://ftp.se.debian.org/debian-non-US/ stable/non-US main contrib non-free
deb-src ftp://ftp.se.debian.org/debian-non-US/ stable/non-US main contrib non-free
deb ftp://ftp.se.debian.org/ stable main non-free contrib
deb-src ftp://ftp.se.debian.org/debian/ stable main non-free contrib
deb ftp://ftp.se.debian.org/ stable/updates main contrib non-free




Print this item

  xorg.conf
Posted by: Ritter - 2005-06-07, 11:07 PM - Forum: Xorg Problems - No Replies


Code:
Section "ServerLayout"
       Identifier     "X.org Configured"
       Screen      0  "Screen0" 0 0
       Screen      1  "Screen1" RightOf "Screen0"
       InputDevice    "Mouse0" "CorePointer"
       InputDevice    "Keyboard0" "CoreKeyboard"
       Option          "Xinerama" "On"
EndSection

Section "Files"
       RgbPath      "/usr/lib/X11/rgb"
       ModulePath   "/usr/lib/modules"
       FontPath     "/usr/share/fonts/misc/"
       FontPath     "/usr/share/fonts/TTF/"
       FontPath     "/usr/share/fonts/Type1/"
       FontPath     "/usr/share/fonts/CID/"
       FontPath     "/usr/share/fonts/75dpi/"
       FontPath     "/usr/share/fonts/100dpi/"
EndSection                      
                               
Section "Module"                
       Load  "glx"            
       Load  "extmod"          
       Load  "xtrap"          
       Load  "record"          
       Load  "dbe"            
       Load  "dri"            
       Load  "freetype"        
       Load  "type1"          
EndSection                      
                               
Section "InputDevice"          
       Identifier  "Keyboard0"
       Driver      "kbd"      
EndSection                      
                               
Section "InputDevice"          
       Identifier  "Mouse0"    
       Driver      "mouse"    
       Option      "Protocol" "IMPS/2"
       Option      "Device" "/dev/input/mice"
       Option      "ZAxis Mapping" "4 5"
       Option      "Buttons" "7"
EndSection                      
                               
Section "Monitor"              
       Identifier   "Monitor0"
       VendorName   "Monitor Vendor"
       ModelName    "Monitor Model"
EndSection                      
                               
Section "Monitor"              
       Identifier   "Monitor1"
       VendorName   "Monitor Vendor"
       ModelName    "Monitor Model"
EndSection

Section "Device"
       Identifier  "Card0"
       Driver      "nvidia"
       VendorName  "nVidia Corporation"
       BoardName   "NV25 [GeForce4 Ti 4600]"
       BusID       "PCI:1:5:0"
EndSection

Section "Device"
       Identifier  "Card1"
       Driver      "nvidia"
       VendorName  "nVidia Corporation"
       BoardName   "NV11 [GeForce2 MX/MX 400]"
       BusID       "PCI:2:4:0"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       DefaultDepth 24
       SubSection "Display"
               Viewport   0 0
               Depth     1
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     4
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     8
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     15
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     16
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes   "1600x1200"
       EndSubSection
EndSection

Section "Screen"
       Identifier "Screen1"
       Device     "Card1"
       Monitor    "Monitor1"
       DefaultDepth 24
       SubSection "Display"
               Viewport   0 0
               Depth     1
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     4
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     8
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     15
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     16
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes   "1600x1200"
       EndSubSection
EndSection




Print this item

  File system encryption
Posted by: xDamox - 2005-06-07, 07:32 PM - Forum: Security and Firewalls - Replies (3)


Well, its been a while since I seen a tutorial on here o_O so I though I would write one on

File system encryption also know as file system ciphering.

 

This has been tested on Fedora Core 4 test it should work on all Fedora

Print this item

  Debian 3.1 Sarge Released
Posted by: Shadowcat - 2005-06-06, 09:30 PM - Forum: Debian - Replies (1)


The long awaited Debian 3.1 (Sarge) has been released. Download your copy at [/url]http://www.debian.org/

 

Release notes for Debian sarge can be found at http://www.debian.org/releases/stable/

 

Install instructions for Debian sarge can be found at [url=http://www.debian.org/releases/stable/i386/install]http://www.debian.org/releases/stable/i386/install

 

For those of you that have been running testing, upgrade your /etc/apt/sources.list files according to the reference below:

 



Code:
# Stable
deb ftp://ftp.se.debian.org/debian-non-US/ stable/non-US main contrib non-free
deb-src ftp://ftp.se.debian.org/debian-non-US/ stable/non-US main contrib non-free
deb ftp://ftp.se.debian.org/ stable main non-free contrib
deb-src ftp://ftp.se.debian.org/debian/ stable main non-free contrib
deb ftp://ftp.se.debian.org/ stable/updates main contrib non-free




 

Substitute the addresses in the example with one that is close to your geographical location. Unpin any packages that you may have manually pinned. Then, FROM A CONSOLE, NOT an X Session, run

 



Code:
aptitude -f --with-recommends dist-upgrade




 

Voila, you are now running Debian 3.1 Sarge. Enjoy.

Print this item

  who looks more like a mannequin?
Posted by: nerd - 2005-06-04, 02:25 AM - Forum: Polls - Replies (2)

Vote the best mannequin!

Print this item

  Welcome pendulum
Posted by: Oroshi - 2005-06-02, 11:06 PM - Forum: Hello - Replies (1)


He knows some Linux and he use slackware.

 

so feel free nicely warmly welcome to him :)

 

so he might be useful to help other members :)

Print this item

  FPS online game
Posted by: Oroshi - 2005-06-02, 10:54 PM - Forum: Game - No Replies


Have you ever consider to host any online game who have huge bandwith. why not arrange a battle party ?? if you have those kind of game.

 

 

what ya think?

Print this item

  cool new stats for #linux-noob
Posted by: anyweb - 2005-06-01, 10:07 PM - Forum: Site News - Replies (1)


[/url][url=http://homer.meso.com/linux-noob/]http://homer.meso.com/linux-noob/

 

cheers

 

anyweb

Print this item

  Win an AMD (fujitsu siemens) Scaleo
Posted by: anyweb - 2005-06-01, 12:07 PM - Forum: Site News - Replies (30)


hi,

 

ok here it is, the competition, first of what can you win,

 

A Fujitsu Siemens Scaleo (800 MHz AMD Duron) Minitower (see photo), complete with 32mb nvidia Geforce 2MX 400 (32mb ram) card, Turtle Beach Sana Cruz II audio card, Intel 10/100 network, 56k modem, 20gig hd, 128mb ram, IDE based.

 

also included i will pre-install a linux distro such as ubuntu linux 5.1, suse 9.3 professional or fedora core release 4 on this for the winner.

 

Its a nice wee box with room for expansion and it can be yours for FREE, NADA, ZIP. Well not quite, YOU have to pay for SHIPPING the box from me, to you.

 

ok, thats it, on with the competition,

 

Quote:later today i will boot the machine up and i will ping www.google.com, to win this box, you have to tell me from the moment i press the ON button to when i can open a cmd prompt (or cli) and type ping www.google.com and get a ping reply from www.google.com, how long will it take on this box ? for example:- i guess 3 minutes 45 seconds.  

Now that's cool isnt it, well, what if i forget to plug in the ethernet cable ? that could take a few extra minutes ? either way, i'll time it and as soon as I get a PING reply from www.google.com, that'll be my END time and i'll subtract the start time from that to get the result
 

ok ? easy huh ?

 

The first person with the nearest correct answer (in seconds) wins and only one guess per person

 

reminder of the rules:-

 

* you pay for shipping

* you must be a member of linux-noob.com

* only one guess per person

* the guess must be in the form of X minutes and X seconds

* post your guess in this thread.

* first person with the correct answer who is willing to pay for shipping, gets it.

* if the person who wins doesn't want to pay for shipping, then the next nearest (who is willing...) will get the computer

* competition CLOSES Wednesday 8th of June 2005 (winner will be announced same day)

 

people ! this is actually a nice little box and worthy of some attention, so if you win it, do us all a favor here at linux-noob.com, tell us exactly what you are going to do with it :)

 

 

good luck

 

cheers

 

anyweb

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-1-1117627624.jpg" data-fileid="317">[img]<fileStore.core_Attachment>/post-1-1117627624.jpg[/img]</a>



Attached Files
.jpg   IMG_2892.jpg (Size: 739.64 KB / Downloads: 284)
Print this item

  linux-noob.com is up !
Posted by: anyweb - 2005-05-31, 02:47 PM - Forum: Site News - Replies (2)


check this out

 

Quote:[anyweb@www anyweb]$ uptime 16:45:48  up 400 days, 10 min,  3 users,  load average: 0.03, 0.07, 0.02
 

Fedora Core Release 1 ^^

 

cheers

 

anyweb

Print this item