falha na abertura de documentos do excel
eliminar a seguinte chave
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel
https://social.technet.microsoft.com/Forums/office/en-US/1d938fac-be7e-…
eliminar a seguinte chave
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel
https://social.technet.microsoft.com/Forums/office/en-US/1d938fac-be7e-…
# apt-get install ifenslave
alterar o ficheiro /etc/network/interfaces:
auto bond0
iface bond0 inet static
address 10.31.1.5
netmask 255.255.255.0
network 10.31.1.0
gateway 10.31.1.254
slaves eth0 eth1
bond_mode active-backup
bond_miimon 100
bond_downdelay 200
bond_updelay 200
# reboot
#tlp-stat
http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html
instalação no debian - https://linrunner.de/tlp/installation/debian.html
no windows 10 temos que desativar a assinatura de controladores http://www.drivethelife.com/windows-drivers/how-to-disable-driver-signa…
Here's what I did.
PHP defaults to:
max_input_vars = 1000I set:
max_input_vars = 10000
sndbuf 0
rcvbuf 0
push "sndbuf 0"
push "rcvbuf 0"
https://community.openvpn.net/openvpn/ticket/461
http://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-story
http://winaerhttp://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-storyhttp://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-storyhttp://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-storyo.com/blog/speed-up-openvpn-and-get-faster-speed-over-its-channel/
grep -rnw '/caminho/para/pasta/' -e "padrão"
http://stackoverflow.com/questions/16956810/finding-all-files-containin…
# apt-get install git
# curl -sS https://getcomposer.org/installer | php
# mv composer.phar /usr/local/bin/composer
# ln -s /usr/local/bin/composer /usr/bin/composer
#git clone https://github.com/drush-ops/drush.git /usr/local/src/drush
# cd /usr/local/src/drush
# git checkout 7.1.0
# ln -s /usr/local/src/drush/drush /usr/bin/drush
# composer update
# composer install