ponedjeljak, 28. studenoga 2016.

How to install Popcorn Time on Linux, Watch torrent movies instantly

Linux 32 bit - Installation with CLI, Terminator
1. $ cd ~/Downloads
2. $ mkdir popcorn-time && cd popcorn-time
3. $ wget https://github.com/PopcornTime-CE/desktop/releases/download/v0.4.0-2/popcorn-time-community-v0.4.0-2-32bit.tar.xz
tar --xz -xvf popcorn-time-community-v0.4.0-2-32bit.tar.xz
4. $ ./install

Linux 64 bit - Installation with CLI, Terminator
1. $ cd ~/Downloads
2. $ mkdir popcorn-time && cd popcorn-time
3. $ wget https://github.com/PopcornTime-CE/desktop/releases/download/v0.4.0-2/popcorn-time-community-v0.4.0-2-64bit.tar.xz
tar --xz -xvf popcorn-time-community-v0.4.0-2-64bit.tar.xz
4. $ ./install

ponedjeljak, 7. studenoga 2016.

UFW on Raspbian, Raspberry Pi iptables-persistent

After upgrading Raspbian OS, and after restarting Raspberry Pi iptables is empty.
I can't connect to Raspberry PI with NFS. 


To normally start UFW after boot do the following:

$ sudo apt-get install iptables-persistent
$ sudo invoke-rc.d iptables-persistent save