Vilken linuxdist?
Vilken linuxdist?
Tänkte installera om min W2K3 server till en lämplig linuxdist. Jag skulle vilja ha hjälp - tips på en lämplig dito. Följande egenskaper är önskvärda.
Servern skall användas som filserver för åtkomst i huvudsak från det interna nätet men någon port öppen mot Internet. Jag är enbart intresserad av att kunna dela ut filer och koppla in min USB-disk för utdelning. Inga "fancy" program behövs. TIPS?
Servern skall användas som filserver för åtkomst i huvudsak från det interna nätet men någon port öppen mot Internet. Jag är enbart intresserad av att kunna dela ut filer och koppla in min USB-disk för utdelning. Inga "fancy" program behövs. TIPS?
Det krävs ju inte nå vidare overkill-dist för att klara den uppgiften.. själv använder jag Debian till just det ändamålet du beskriver. Snurrar jättebra på en gammal 233MHz Comaq SFF, kör dessutom webserver och mySQL på den också utan större problem. Debian är snålt, lätt och stabilt. Detta eftersom de går lång tid mellan de släpper "stable", (2.4 är den kärna som ingår i senaste "stable" om jag inte är fel underrättad). Kanske inte det mest nybörjarvänliga att konfigurera om man som jag inte installerat GUI/X... Men jag är nöjd, den står där bredvid skrivbordet och gör inte mycket väsen av sig.
För filåtkomst internt använder jag Samba, extern har jag port 22 öppen och där använder jag SSH både för filåtkomst (WinSCP) och inloggning (PuTTY)
För filåtkomst internt använder jag Samba, extern har jag port 22 öppen och där använder jag SSH både för filåtkomst (WinSCP) och inloggning (PuTTY)
Mer uppdaterad/användarvänlig (?) dist baserad på debian som jag hört mycket bra om är Ubuntu.
Finns en särskild serverversion:
http://www.ubuntu.com/server
Finns en särskild serverversion:
http://www.ubuntu.com/server
Själv använder jag trustix för "små-servrar". Dels för att den är helt plain vanilla , tänkt just till det som du beskriver, utan tillstymmelse till xwindows eller andra junk paket. Dels för att jag trivs med deras paket-installatörs-program. Det är nog dock mycket smaksak, men jag tycker den är trevlig och enkel.
http://www.trustix.org
http://www.trustix.org
Så här ser den ut:
Kod: Markera allt
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. 3D Rage IIC 215IIC [Mach64 GT IIC]"
Driver "ati"
BusID "PCI:2:6:0"
EndSection
Section "Monitor"
Identifier "COMPAQ V570"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. 3D Rage IIC 215IIC [Mach64 GT IIC]"
Monitor "COMPAQ V570"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection