MySQL no Slackware 14
# mysql_install_db --user=mysql
# /etc/rc.d/rc.mysqld start
# mysql_secure_installation
Today's Document

oozey mess
we're not kids anymore.

#extradirty

Love Begins
Cosimo Galluzzi

JVL

if i look back, i am lost
tumblr dot com
h
occasionally subtle

izzy's playlists!

pixel skylines
Not today Justin
Three Goblin Art
Sweet Seals For You, Always

ojovivo

seen from Liechtenstein
seen from Greece

seen from Malaysia

seen from United States

seen from Spain
seen from United States
seen from United States

seen from Romania
seen from Netherlands

seen from Israel

seen from Canada
seen from United States

seen from Germany
seen from Sri Lanka
seen from United States
seen from Malaysia

seen from United States

seen from Malaysia
seen from China
seen from Thailand
@meulinux
MySQL no Slackware 14
# mysql_install_db --user=mysql
# /etc/rc.d/rc.mysqld start
# mysql_secure_installation

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Aptana no Slackware 14
Baixar o arquivo compactado em:
http://www.aptana.com/downloads/start
Descompacte em uma pasta de sua preferencia;
Rode o executável
Inicializando serviços no Slackware 14
Os arquivos que inicializam e/ou gerenciam os serviços estão no diretório:
/etc/rc.d/
Basta dar permissão de execução para o arquivo específico do serviço para este inicializar com sistema a partir do próximo “boot”.
TouchPad no Slackware 14
# cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/
# vim /etc/X11/xorg.conf.d/50-synaptics.conf
Preencher com:
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "1"
Option "HorizEdgeScroll" "1"
EndSection
ABNT2 br no Slackware 14
# cp /usr/share/X11/xorg.conf.d/90-keyboard-layout.conf /etc/X11/xorg.conf.d/
# vi /etc/X11/xorg.conf.d/90-keyboard-layout.conf
Substitua “us” por “br” em Option “XkbLayout”;
Reinicie o X;

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Apache com PHP no Slackware 14
Edit o arquivo de configuração do APACHE:
# vi /etc/httpd/httpd.conf
Descomentar a linha:
Include /etc/httpd/mod_php.conf
Iniciar ou reiniciar o serviço, dependendo do caso.
Se for o caso, coloque o serviço para inicializar com o sistema.
PHPUnit no Slackware 14
$ sudo pear channel-discover pear.phpunit.de
$ sudo pear install phpunit/PHPUnit
$ sudo pear channel-discover pear.symfony.com
$ sudo pear install pear.symfony.com/Yaml
$ sudo pear install phpunit/PHPUnit --alldeps
Caso precise, instale o selenium
$sudo pear upgrade -f phpunit/phpunit_selenium
Selenium no Slackware 14
Baixe o servidor em:
http://docs.seleniumhq.org/download/
Rode como root:
java -jar selenium-server-standalone-x.y.z.jar &