cpu performance
ler chips nand (pen)
Client-cert-not-required
Remember that OpenVPN is doing bidirectional authentication: The server
authenticates the client and client authenticates the server.
Server Authenticates Client -- can be done with either a client
certificate or auth-user-pass or both.
Client Authenticates Server -- can currently only be done via a server
certificate signed by the root certificate (CA).
So you can use "auth-user-pass" and "client-cert-not-required" on the
client, but you still need a "ca" cert on the client to verify the
identity of the server.
James
lista de servidores dns públicos
instalar tahoma no debian
#!/bin/bash
[ ! -f /usr/share/fonts/truetype/msttcorefonts/tahoma.ttf -o ! -f /usr/share/fonts/truetype/msttcorefonts/tahomabd.ttf ] &&
wget http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IELPKTH.CAB &&
cabextract -F 'tahoma*ttf' IELPKTH.CAB &&
mkdir -p /usr/share/fonts/truetype/msttcorefonts/ &&
mv -f tahoma*ttf /usr/share/fonts/truetype/msttcorefonts/ &&
chmod 644 /usr/share/fonts/truetype/msttcorefonts/tahoma* &&
fc-cache -v &&
rm -f IELPKTH.CAB &&
ocr no debian
para converter um documento pdf em tiff para poder ser utilizado pelo tesseract:
gs -sDEVICE=tiffg4 -r300x300 -sOutputFile=output.tif -- input.pdf
http://www.linuxquestions.org/questions/linux-software-2/convert-pdf-to…
para realizar o ocr:
tesseract input.tif output -l por
porque não a wrt740n
autologin
nano /etc/gdm3/daemon.conf
e alterar:
# AutomaticLoginEnable = false
# AutomaticLogin =
para:
AutomaticLoginEnable=true
AutomaticLogin=YOUR_USER_NAME