Zum Inhalt springen

Computer

aus www.kruedewagen.de, Homepage von Ralf und Judith Krüdewagen (Kruedewagen)

Neuer Computer 09/2009

Tux@Home Linux Desktop

Typ: Tux@Home Linux Desktop von ixsoft mit leicht angepassten Komponenten.

Hardware

BIOS

BIOS-Updates über

BIOS -> Tools -> EZFlash

Ein BIOS-Downgrade funktioniert nicht mit EZFlash, sondern nur mit dem DOS-Tool AFUDOS, welches zusammen mit der BIOS-Datei (beides unzipped) auf einen bootbaren USB-Stick kopiert werden muss. Mit dem USB-Stick dann den PC booten und das (alte) BIOS installieren mittels

AFUDOS /i506.ROM

wobei 506.ROM der Name der BIOS-Datei ist.

Siehe auch:

Partitionierung

Außer /boot kann alles per LVM verwaltet werden. Beispiel für openSUSE 11.2:

# fdisk -l /dev/sda

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e026b

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          26      208813+  83  Linux
/dev/sda2              27      117514   943722360   8e  Linux LVM


# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/mapper/vgsystem-root
                     103212320  21860608  76108832  23% /
udev                   1898960       388   1898572   1% /dev
/dev/sda1               202219     25422    166357  14% /boot
/dev/mapper/vgsystem-data
                     619273992  79821616 507995096  14% /data

# mount
/dev/mapper/vgsystem-root on / type ext4 (rw,acl,user_xattr)
/dev/sda1 on /boot type ext4 (rw,acl,user_xattr)
/dev/mapper/vgsystem-data on /data type ext4 (rw,acl,user_xattr)

# cat /etc/fstab
/dev/mapper/cr_crypt    /crypt  ext4    acl,user_xattr,noauto 0 0
/dev/vgsystem/swap      swap    swap    defaults 0 0
/dev/vgsystem/root      /       ext4    acl,user_xattr 1 1
/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJDWS725606-part1        /boot   ext4    acl,user_xattr 1 2
/dev/vgsystem/data      /data   ext4    acl,user_xattr 1 2

# vgdisplay
  --- Volume group ---
  VG Name               vgsystem
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  5
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                4
  Open LV               3
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               900.00 GB
  PE Size               4.00 MB
  Total PE              230400
  Alloc PE / Size       205824 / 804.00 GB
  Free  PE / Size       24576 / 96.00 GB
  VG UUID               YuprZU-eCXy-VH6Y-KhNp-LNLd-IcWx-xc3ZWW

# pvdisplay
  --- Physical volume ---
  PV Name               /dev/sda2
  VG Name               vgsystem
  PV Size               900.00 GB / not usable 3.87 MB
  Allocatable           yes
  PE Size (KByte)       4096
  Total PE              230400
  Free PE               24576
  Allocated PE          205824
  PV UUID               eZiB9e-MbE4-HYyo-wctE-7epY-te8Q-8EuO0y

# lvdisplay                                        
  --- Logical volume ---                                      
  LV Name                /dev/vgsystem/crypt                  
  VG Name                vgsystem                             
  LV UUID                2coWtm-zIP7-1uTR-njUh-XIeO-FJD8-vygRvI
  LV Write Access        read/write                            
  LV Status              available                             
  # open                 0                                     
  LV Size                100.00 GB                             
  Current LE             25600                                 
  Segments               1                                     
  Allocation             inherit                               
  Read ahead sectors     auto                                  
  - currently set to     256                                   
  Block device           253:0                                 
                                                               
  --- Logical volume ---                                       
  LV Name                /dev/vgsystem/data                    
  VG Name                vgsystem                              
  LV UUID                aBldt3-zmUB-gcyd-QnZf-GoCa-mFZU-Mec1iI
  LV Write Access        read/write                            
  LV Status              available                             
  # open                 1
  LV Size                600.00 GB
  Current LE             153600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1

  --- Logical volume ---
  LV Name                /dev/vgsystem/root
  VG Name                vgsystem
  LV UUID                tBzuSZ-Uc90-W2h9-Y0lN-ZVp8-UZCc-LJdWfN
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                100.00 GB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2

  --- Logical volume ---
  LV Name                /dev/vgsystem/swap
  VG Name                vgsystem
  LV UUID                YYBSrO-Dhqc-eg5p-EhSw-5hFs-v1iF-cDgPXP
  LV Write Access        read/write
  LV Status              available
  # open                 2
  LV Size                4.00 GB
  Current LE             1024
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:3

Manuelle Installations- und Konfigurationsschritte

Manuelle Konfiguration und Installation nach einer Neuinstallation:

  • Dovecot
  • Mail, kontact
  • Amarok
  • Digikam
  • kmymoney
  • Calibre
  • DVD/CSS
  • ~/bin dirs
  • $HOME
  • .alias
  • .ssh
  • VirtualBox (Paket kernel-desktop-devel)
  • GnuPG
  • SMIME (Browser, Email)
  • Firefox (Bookmarks, Plugins, Konfig)
  • Konqueror (Bookmarks, SSL-Certs)
  • Duden OfficeBib
  • Pigdin
  • Google Earth
  • VLC
  • zsafe
  • Skype
  • kaffeine (DVB-T)
  • OpenVPN
  • rsnapshot
  • crontabs
  • NTP
  • NAS
  • /etc/hosts
  • /etc/passwd
  • /etc/X11 bzw. Xorg (DRI), radeon
  • Schriften: Kantenglättung aktivieren (anti-aliasing, Sub-Pixel Hinting) und Deja-Fonts, siehe http://opensuse-community.org/SubpixelHinting

Offen:

  • miro

Alter Computer

Shops

Foren