chromebook acer 13

https://github.com/docunext/chrubuntu-tegra/blob/master/chrubuntu-tegra.sh for suspend need rewrite parameter in/etc/udev/rules.d/99-tegra-lid-switch.rules KERNELS==“gpio-keys.4″ on KERNELS==“gpio-keys.5″ upgrade to 15.04 is possible   for me working flash, chromium in accelerated gpu need setting chrome://flags chrome://settings chrome://gpu  

OpenVPN na windows

Pro instalaci stáhněte balíčky ze serveru https://openvpn.net/index.php/open-source/downloads.html musíte mít nainstalovaný i tap driver do windowsu následně do adresáře C:\Program Files\OpenVPN\config rozbalte a nakopirujte tyto soubory client upravte soubor heslouzivatele.txt na Vase prihlasovaci jmeno a heslo na panelu ikon prava dolni lista je ikona openvpn a spustte connect

TFTP server

apt-cache search tftpd # mcedit /etc/default/tftpd-hpa cd /var/lib chown tftp ./tftboot /etc/init.d/tftpd-hpa restart apt-get install tftp-hpa cp /etc/rc.local /var/lib/tftpboot/ ls /var/lib/tftpboot/ chown tftp  /var/lib/tftpboot/rc.local chmod  555  /var/lib/tftpboot/rc.local #priklad precteni souboru pres tftp root@ubuntu:~# tftp localhost tftp> bin tftp> get rc.local tftp> #priklad poslani souboru pres tftp root@ubuntu:~# tftp localhost tftp> bin tftp> put rc.local tftp> … Číst dál