openwrt openvpn mesh

http://www.thegeekstuff.com/2014/08/add-route-ip-command/ How to Add Multiple Routes in Linux Using ip Command Examples # # reserved values # 255    local 254    main 253    default 0    unspec # # local # #1    inr.ruhep 111 olsr 112 olsr-default 113 olsr-tunnel 110 localnets 200 moje /etc/config/openvpn config openvpn 'ffvpn' option client '1' option proto 'udp' option dev 'ffvpn' option … Číst dál

Proxmox aktualizace

1. Login to Proxmox server via SSH or locally 2. # apt-get install dpkg-dev 3. Download latest Proxmox ISO file on a different machine. http://www.proxmox.com/downloads 4. # mkdir /home/root/downloads 5. Connect to Proxmox server via SCP a. Navigate to /home/root/downloads b. Upload ISO to /home/root/downloads 6. # mkdir /media/iso 7. Mount ISO # mount -o … Číst dál

odoo

instalace https://temmink.wordpress.com/2014/09/15/so-you-want-to-use-odoo-v8/

CCNA2 dokumentace

dokumentace k lekci ccna2 http://cisco.edu.mn/ http://www.packettracernetwork.com/labs/packettracerlabs.html

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

Compile thinstation 5

download mirrot thinstation git clone –depth 1 git://github.com/Thinstation/thinstation.git -b 5.4-Stable cd thinstation ./setup-chroot The easiest way to change the configuration is to get the kernel to start building and cancel it, so that it unpackages and applies patches: cd /ts/ports/kernel-modules/kernel-TS # nebo jiny kernel treba SMP… pkgmk -d -kw -f (download the sources, keep work, … Číst dál