This article discribes subjective which have to be changed after a SIDUX-hd-install.

Cleanup

Remove unused directories:

 rm -rf /initrd /mnt /none /opt /srv /vmlinuz /vmlinuz.old /initrd.img

Remove Packages

  • wifi
  • bluetooth
  • virtualbox-ose-guest-utils

Install Packages

  • aptitude - alternative to apt-get
  • autofs - automounter
  • skype - unfree voice chat
  • sun-java6-plugin - Java Browser Plugin
  • flashplugin-nonfree - unfree Adobe Flash Player
  • icedove - e-mail-client
  • samba - Windows Filesharing
  • nfs-kernel-server - Linux Filesharing
  • unison-gtk ssh-askpass - file-synchronization tool
  • pidgin - Instand messanger
  • mplayer-nogui - The best Mediaplayer on earth! 1)
  • w32codecs - To play WindowsMediaVideo und WindowsMediaAudio 2)
  • renameutils - To have a massrenamer with kedit and qmv.
  • kde - Install missing kde packages not delivered with sidux
  • opera - Alternate Webbrowser 3)
  • rdesktop - RDP-Client for windows systems
  • acroread - Adobe Reader 4)
  • subversion - Version control system
  • kid3 - A file id3/ogg-tagger
  • renameutils - For rename aliases 5)
  • sux - su (become super user) with X-support
  • kodos - A gui helper to create regular expressions
  • ??? mozilla-mplayer - To play videos on websites with Firefox

Restore backups

Install /etc/profile.custom for commands like “ll” or “ati”

Restore ~/.ssh/

Change files

Change port in /etc/ssh/sshd_config

Reuse kate window…

sed -e s/Exec=kate\ %U/Exec=kate\ -u\ %U/g \
/usr/share/applications/kde/kate.desktop > /usr/share/applications/kde/kate.desktop_tmp
mv -f /usr/share/applications/kde/kate.desktop_tmp /usr/share/applications/kde/kate.desktop
1) , 2) , 4) Needs the debian-multimedia-Repository of Christian Marillat
deb http://www.debian-multimedia.org sid main
3) Needs the Opera-Debian-Repository
deb http://deb.opera.com/opera sid non-free
5)
alias rk="qmv --format=do --editor=kedit"
alias rv="qmv --format=do --editor=vim"
 
siduxpostinstall.txt · Last modified: 2008/02/26 00:16 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki