Mudanças entre as edições de "Slackware"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(3 revisões intermediárias por 2 usuários não estão sendo mostradas) | |||
Linha 3: | Linha 3: | ||
echo "export LANG=pt_BR" >> /etc/profile | echo "export LANG=pt_BR" >> /etc/profile | ||
− | /etc/rc.d/rc.inet1.conf | + | adicione em /etc/rc.d/rc.inet1.conf |
IFNAME[4]="wlan0" | IFNAME[4]="wlan0" | ||
USE_DHCP[4]="yes" | USE_DHCP[4]="yes" | ||
WLAN_ESSID[4]=Puraque | WLAN_ESSID[4]=Puraque | ||
− | /etc/X11/xorg.conf | + | adicione em /etc/X11/xorg.conf |
Option "XkbRules" "xorg" | Option "XkbRules" "xorg" | ||
Option "XkbModel" "abnt2" | Option "XkbModel" "abnt2" | ||
Linha 14: | Linha 14: | ||
Option "XkbVariant" "abnt2" | Option "XkbVariant" "abnt2" | ||
Option "XkbOptions" "abnt2" | Option "XkbOptions" "abnt2" | ||
+ | |||
+ | trocar em /etc/inittab: | ||
+ | id:3:initdefault: | ||
+ | por | ||
+ | id:4:initdefault: | ||
+ | |||
+ | com opção de desligar | ||
+ | # gpasswd -a usuario power | ||
+ | |||
+ | reconhecer pendrive automática | ||
+ | # gpasswd -a usuario plugdev | ||
+ | |||
+ | usando slim: | ||
+ | wget -c http://download.berlios.de/slim/slim-1.3.1.tar.gz | ||
+ | tar zxvf slim-1.3.1.tar.gz | ||
+ | cd slim-1.3.1 | ||
+ | ./configure --prefix=/usr | ||
+ | make | ||
+ | make install | ||
+ | |||
+ | $ cat .xinitrc | ||
+ | exec startxfce4 | ||
+ | |||
+ | em /etc/rc.d/rc.4, depois de "echo "Starting up X11 session manager..." | ||
+ | |||
+ | if [ -x /usr/bin/slim ]; then | ||
+ | exec /usr/bin/slim -nodaemon | ||
+ | fi | ||
firefox em português | firefox em português | ||
* https://addons.mozilla.org/pt-BR/firefox/addon/4851 | * https://addons.mozilla.org/pt-BR/firefox/addon/4851 |
Edição atual tal como às 20h58min de 22 de maio de 2009
deixando sistema em pt_BR:
echo "export LC_ALL=pt_BR" >> /etc/profile echo "export LANG=pt_BR" >> /etc/profile
adicione em /etc/rc.d/rc.inet1.conf
IFNAME[4]="wlan0" USE_DHCP[4]="yes" WLAN_ESSID[4]=Puraque
adicione em /etc/X11/xorg.conf
Option "XkbRules" "xorg" Option "XkbModel" "abnt2" Option "XkbLayout" "br" Option "XkbVariant" "abnt2" Option "XkbOptions" "abnt2"
trocar em /etc/inittab:
id:3:initdefault:
por
id:4:initdefault:
com opção de desligar
# gpasswd -a usuario power
reconhecer pendrive automática
# gpasswd -a usuario plugdev
usando slim:
wget -c http://download.berlios.de/slim/slim-1.3.1.tar.gz tar zxvf slim-1.3.1.tar.gz cd slim-1.3.1 ./configure --prefix=/usr make make install
$ cat .xinitrc exec startxfce4
em /etc/rc.d/rc.4, depois de "echo "Starting up X11 session manager..."
if [ -x /usr/bin/slim ]; then exec /usr/bin/slim -nodaemon fi
firefox em português