| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,245
» Latest member: dprp
» Forum threads: 4,031
» Forum posts: 16,406
Full Statistics
|
| Online Users |
There are currently 608 online users. » 0 Member(s) | 605 Guest(s) 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: 505
|
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 892
|
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,180
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 126,176
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,910
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,567
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,493
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 48,236
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 168,701
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 98,984
|
|
|
| Linux-Noob Meeting |
|
Posted by: grep420 - 2005-06-08, 05:04 PM - Forum: Polls
- Replies (7)
|
 |
Pick one or make your own suggestion. Just trying to get ideas for a possible meeting in the future.
|
|
|
| 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
|
|
|
| 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
|
|
|
| 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
|
|
|
| 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.
|
|
|
| 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 :)
|
|
|
| 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?
|
|
|
|