|
Contents
|
sda2 |
Ubuntu | ext2 | /boot |
sda7 |
Ubuntu | ext3 | / |
sda8 |
unused | / | |
sda12 |
all | ext3 | /tmp |
sdb13 |
all | ext3 | /opt |
default 0 timeout 5 color cyan/blue white/blue title Lucid 64 configfile (hd0,2)/grub/menu.lst
# grub > install (hd0,1)/grub/stage1 (hd1) (hd0,1)/grub/stage2 (hd0,1)/boot.lst
/etc/fstab:
# /opt was on /dev/sda13 during installation UUID=ecbd5107-be1f-464d-8056-f3792fbf14dd /opt ext3 defaults 0 2
# cd # tar -zcf /root/home.tgz /home # mkdir -p /opt/ubuntu/home # mkdir -p /opt/ubuntu/usr # chmod 777 /opt/ubuntu/usr # tar -zxf /root/home.tgz -C /opt/ubuntu/ # ln -s /opt/ubuntu/home /home $ ln -s /opt/ubuntu/usr ~/usr # mkdir /opt/pkg # chmod 777 /opt/pkg $ rsync -avv --progress calice@poldhcp45:/mnt/data2/pkg /opt/pkg
# aptitude purge grub-pc # rm /boot/grub/* # aptitude install grub # update-grub (generate /boot/grub/boot.lst) # grub-install (install /boot/grub/stage[12])
# aptitude install emacs cvs ssh $ export CVSROOT=:ext:nroche@narval.hd.free.fr:/cvsroot $ export CVS_RSH=/usr/bin/ssh $ export export CVSEDITOR=vi $ mkdir cvs && cd !$ $ cvs co calicei # aptitude install texlive texlive-latex-extra netbpm latex2html auctex psutils # aptitude install transfig bind9-host? (for narvali) $ cd calicei $ make Unknown commands: pageTitle URIpath URIroot formatAvailability URIhost => look at http://polntnr.in2p3.fr/narvali/outils/latex/page.html#SECTION00041000000000000000 # aptitude install apache2 # ln -s /var/www /htdocs # chown .www-data /var/www # chmod g+w /var/www # adduser nroche www-data $ ssh localhost $ rm /var/www/index.html $ cd cvs/calicei $ make install
$ cat /proc/cpu | grep svm (tell if cpu allow virtalization) # aptitude install virtualbox-ose (Open Source Edition) # aptitude install virtualbox-ose-dkms (for virtualization: Debian Kernel Management System) # aptitude install virtualbox-guest-additions (for mouse caption between Linux and Windows) $ VirtualBox
$ find /opt/iso
Note that XDAQ recommand 32bit OS.
$ md5sum /dev/sr0 eadcf980712389a687beb5df1230207c /dev/sr0
# yum install gcc kernel-devel.i686 # cd /usr/src/kernels/... # make oldconfig && make prepare
Home | Up |