debian no AD
instalar multisystem no debian
#wget http://liveusb.info/multisystem/install-depot-multisystem.sh.tar.bz2
# tar xvjf install-depot-multisystem.sh.tar.bz2
# ./install-depot-multisystem.sh
# rm install-depot-multisystem.sh install-depot-multisystem.sh.tar.bz2
ou
#apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'
#wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -
#sudo apt-get update
#apt-get install multisystem
instalar o varnish no debian
o procedimento passa pelos seguintes passos:
instalar o varnish.
alterar a porta (por ex: 8000) onde o varnish escuta as ligações do servidor web.
alterar a porta (8000) para todos os vhosts.
alterar a porta (80) onde o varnish serve o conteúdo.
instalar libapache2-mod-rpaf para garantir que que os ips registados são os do visitante e não o do localhost. o varnish comunica com o apache e o ip registado seria o 127.0.0.1.
reiniciar o varnish e o apache2 (service apache2 restart; service varnish restart)
webserver no wheezy
em duas linhas:
#apt-get update
#apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-client php5-mysql phpmyadmin
From Squeeze to Wheezy and Gnome 3
compilar a última versão do testdisk no debian
descarregar o source em http://www.cgsecurity.org/testdisk-6.12.tar.bz2.
instalar dependências:
#aptitude install ncurses-dev uuid-dev ntfs-3g-dev libntfs-dev libewf-dev libjpeg-dev ext2fs-dev
nota: podem faltar outras dependências!
./configure
make
make install
mensagens de erro no debian
os erros que obtinha no wheezy:
getty[11492]: /dev/hvc0: No such file or directory - em auth.log
init: Id "co" respawning too fast: disabled for 5 minutes - em syslog
para resolver é necessário comentar em /etc/inittab a linha:
co:2345:respawn:/sbin/getty hvc0 9600 linux
this line is used for virtualization XEN, if you don't install debian in XEN then comment the line.
power management
para quem instalou o xfce4 não deve instalar o slim. caso contrário não tem acesso aos botões reiniciar e desligar bem como a suspender e hibernar.