Inici/xarxa
- Arrencar des del CD [netinst CD image, with Debian base--> http://www.debian.org/devel/debian-installer/] i posar linux26 per instal·lar amb aquest kernel
- Configurar la xarxa manualment
- IP: 192.168.0.2
- màscara: 255.255.255.0
- ....etc
- DNS: 193.152.63.197
Particionat del disc
El disc és de 10 Gb, i hi tenc una partició de 6GB per el windows98 (que només s'empra pel gestib!). Per tant els 4 restants són per la debian:
nº partició
|
Tipus
|
Tamany
|
Sistema fitxers
|
Punt montatge
|
Anotacions
|
hda5
|
lògica
|
1.2 GB
|
ext3
|
/
|
arrencable
|
hda6
|
lògica |
180.9 MB
|
intercanvi
|
intercanvi
|
|
hda7
|
lògica |
1.6 GB
|
ext3
|
/usr
|
|
hda8
|
lògica |
1.5 GB
|
ext3
|
/home
|
|
Instal·lar el GRUB
La pregunta és: Voleu instal·lar el carregador GRUB al registre mestre d'arrencada?
Respondrem que NO donat que tenim instal·lat el GAG que ens permetrà seleccionar el sistema que volguem
Per tant ,a la propera finestra, especificarem el dispositiu d'arrencada:
/dev/hda5
Configurar les fonts de programari
Per ftp i les dels Paisos Baixos
Selecció de programari
Aquí no selecciono res. Ho farem paquet a paquet.
Anotacions
El teclat he escollit qwerty i Spanish
Començam a instal·lar paquets
1
|
apt-get update
|
|
2
|
apt-get dist-upgrade
|
|
3
|
apt-get install x-window-system
|
Hem demana per configurar les X. Accepto totes les opcions que venen per defecte, excepte el de la pantalla que és LCD.
Quan faig startx les X funcionen, encara que la pantalla no es veu completa.
Evidentment l'hauré de reconfigurar (pas 4)
|
4
|
dpkg-reconfigure xserver-xorg |
La tarjeta gràfica és una S3 Inc.Savage/IX w/MV de 8MB.
He de triar la Savage (no la S3).
Ratolí (usb) : /dev/input/mice
|
5
|
apt-get install xfce4
|
Instal·lo el gestor de finestres xfce4. És lleuger i ràpid.
Pàgina amb espanyol: http://www.xfce.org/index.php?lang=es
Article a Bulma: http://bulma.net/body.phtml?nIdNoticia=733
|
6
|
reinicii el sistema
|
Si, ja se que això no es gaire ètic amb Linux....emperò és per certificar que la cosa va bé.
|
7
|
|
Efectivament...ja va perfecte.
|
Afinant la instal·lació
Ara tenim un sistema bastant pelat. Anirem posant les coses més necessàries per jo.
- Modificar el fitxer /etc/apt/sorces.list
- deb ftp://ftp.nl.debian.org/debian/ testing main contrib non-free
deb ftp://ftp.nl.debian.org/debian-non-US testing/non-US main contrib non-free
#deb-src http://http.us.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
- apt-get install mozilla-firefox
- apt-get install openoffice.org
- apt-get install openoffice.org-l10n-ca (per tenir-ho en català)
- Per crear l'accés directe del oowriter, mai me'n recordo d'on està ni del nom del binari...així que
#find / | grep "writer"
i ja el trobo tot d'una
Instal·lant java
- http://www.java.com/en/download/linux_manual.jsp
- Linux (self-extracting file)
(filesize: 15.8 MB)
- I seguir les instruccions
Follow these instructions:
- At the terminal: Type:
su
- Enter the root password.
- Change to the directory in which you want to install. Type:
cd
For example, to install the software in the /usr/java/ directory, Type:
cd /usr/java/
Note about root access: To install the JRE in a system-wide location such as /usr/local, you must login as the root user to gain the necessary permissions. If you do not have root access, install the JRE in your home directory or a subdirectory for which you have write permissions.
- Change the permission of the file you downloaded to be executable. Type:
chmod a+x jre-1_5_0-linux-i586.bin
- Verify that you have permission to execute the file. Type:
ls -l
- Start the installation process.Type:
./jre-1_5_0-linux-i586.bin
.... acceptam la llicència i:
- If Mozilla is installed in this directory:
/usr/lib/mozilla-firefox/
- and if the JRE is installed at this directory:
/usr/java/jre1.5.0
- Then type at the terminal to go to the browser plug-in directory:
cd /usr/lib/mozilla-firefox/plugins
- Enter the following command to create a symbolic link to the Java Plug-in for the Mozilla browser.
ln -s /usr/java/jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so
i ja està
Més afinaments
Quan obro el "xmms" o d'altres aplicacions, els menús es veuen amb lletres molt petites.
Solució:
#
apt-get install xfonts-100dpi-transcoded
També podríem insta·lar
xfonts-75dpi-transcoded emperò amb la primera ha estat suficient
Si tan sols empres windows pel gestib, has provat d'emular-lo amb el Wine o alguna eina d'aquestes?
No, no ho he provat, però crec que la cosa està bastant difícil. De totes maneres d'aquí uns mesos el portàtil passarà a ser 100% lliure :-)