running linux on a flash device
editar /etc/fstab:
editar /etc/fstab:
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…