|
|
Debian Install Page
Contents:
Procedure:
- Installing Packages
- Use apt-get to install and remove packages
apt-get install apache
- Use apt-cache to search packages
apt-cache search apache
- Upgrade/update debian:
apt-get update apt-get upgrade apt-get clean
- APT setup
- Insert debian package sites to get packages. File: /etc/apt/sources.list
deb http://mirrors.kernel.org/debian unstable main contrib
- Get Debian APT sources at apt-get.org
- Palm
- Link serial 0 to pilot. 'ln -s /dev/ttyS0 pilot.
- Install jpilot and gnome-pilot via dselect.
^ Top
- X and gdm
- Get video driver: Type 'lspci' for adapter information.
- Find driver in /user/X11R6/lib/modules/drivers directory.
- Update /etc/X11/XF86Config-4 Adapter and Monitor.
- Restart gpm: kill -1 the gdm PID
Top of page
- Kernel Upgrade
- Install kernel via dselect for installed CPU family.
- Update /etc/lilo.conf and initialize lilo.
- Manual Kernel Install and Setup.
Top of page
- Proxy Setup
- Connect from local computer: exec ssh -D1081 home.computer.com.
- Change browser to point to remote computer: SOCKS Host:localhost Port:1081 SOCKS v4.
Top of page
- Mounting
- Verify nfs-common and nfs-kernel-server are install and running.
- Set up the server by adding '/localDir *(rw)' to /etc/exports.
- Mount client directory 'mount remote_server:/diretory /local_directory.
- Mounting Windows directories via Samba
Top of page
- Network Stuff
- Speed up Remote Connection
- Verify lbxproxy is installed and the :1 is not used.
- Enable lbxproxy by typing 'xhost local:' on the local computer
- After ssh'ing to the remote computer type: lbxproxy :1&
- setenv DISPLAY :1
- start application
Top of page
- Emacs
- Install the following packages: emacs21, emacs21-common.
- Change setting in your root .emacs and .Xdefaults. Then excute' xrdb .Xdefaults' to complete setting changes.
- Autofs
- Load autofs from delect
- Load module autofs4, insert in to /etc/modules file
- autofs directory: /var/autofs/net
- Grub Install
- Remove Lilo: apt-get remove lilo; dpkg --purge lilo
- Get Grub: apt-get install grub
- Install Grub: grub-install /dev/hda
- Create boot menu: update-grub
- Edit menu: edit /boot/grub/menu.lst
- Download Packages
- xmule
- gtk-gnutella work
- Mencoder Notes
- Must install mencoder-386 via apt or get file and its dependencies
- Convert DVD to AVI format to file out.print
mencoder dvd:// -dvd-device 1.iso -ovc lavc -oac mp3lame -o output.avi
- -ovc help ... lists output video codecs
- -oac help lists output audio codecs
- Example for dvd.iso to mpeg
mencoder dvd:// -dvd-device 2.iso ovc lavc lavapts vcodec=wmv1 -oac mp3lame -o 2.mpeg
Top of page
|