srijeda, 7. siječnja 2015.

Popcorn Time streams movies and TV shows from torrents

https://popcorntime.io/

Watch Movies and TV Shows instantly
Popcorn Time streams movies and TV shows from torrents

 

Install on Mint, Ubuntu, Xubuntu, all Debian based...


$ sudo add-apt-repository ppa:webupd8team/popcorntime
$ sudo apt-get update
$ sudo apt-get install popcorn-time

---------------------------------------------------

Syncthing

Syncthing is still in development, although a large number of features have already been implemented:

Web GUI. Configure and monitor Syncthing via a responsive and powerful interface accessible via your browser.

Portable. Works on Mac OS X, Windows, Linux, FreeBSD and Solaris. Run it on your desktop computers and synchronize them with your server for backup.

Simple. Syncthing doesn't need IP addresses or advanced configuration: it just works, over LAN and over the Internet. Every machine is identified by an ID. Just give your ID to you friends, share a folder and watch: UPnP will do if you don't want to port forward or you don't know how.

Powerful. Synchronize as many folders as you need with different people.

http://syncthing.net

-----------------------------

Install Syncthing on Mint, Ubuntu...

$ sudo add-apt-repository ppa:ytvwld/syncthing
$ sudo apt-get update
$ sudo apt-get install syncthing



Install Syncthing GTK

$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install syncthing-gtk


srijeda, 24. rujna 2014.

How to start Xubuntu 14.04 everytime in text mode

Boot into CLI.

$ sudo apt-get install nano

$ sudo nano /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”

to this

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text”

$ sudo update-grub

$ sudo shutdown -r now

Monitorix - monitoring tool

Monitorix is a free, open source, lightweight system monitoring tool

How install to Raspbian

$ sudo apt-get update

$ sudo apt-get install rrdtool perl libwww-perl libmailtools-perl libmime-lite-perl librrds-perl libdbi-perl libxml-simple-perl libhttp-server-simple-perl libconfig-general-perl

$ cd ~/Desktop

Download file..
~/Desktop$ wget http://www.monitorix.org/monitorix_3.6.0-izzy1_all.deb

Install Monitorix..
~/Desktop$ sudo dpkg -i monitorix_3.3.0-izzy1_all.deb

~/Desktop$ sudo apt-get -f install

Remove *.deb file from Desktop
~/Desktop$ rm -f monitorix_3.3.0-izzy1_all.deb

~/Desktop$ cd

If you have ufw firewall on Raspberry Pi allow 8080 port
~$ sudo ufw allow proto tcp to any port 8080

Point your browser to http://localhost:8080/monitorix/ and enjoy!



subota, 26. travnja 2014.

Install Google Earth on Ubuntu, Xubuntu, Lubuntu 14.04

Install Google Earth on Ubuntu, Xubuntu, Lubuntu 14.04

$ sudo apt-get install libfontconfig1:i386 libx11-6:i386 libxrender1:i386 libxext6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libglib2.0-0:i386 libsm6:i386

$ sudo apt-get install ia32-libs

$ cd /tmp && wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb

$ sudo dpkg -i google-earth-stable_current_i386.deb

$ sudo apt-get install -f

utorak, 4. ožujka 2014.

Installing driver on Mint, Ubuntu, Xubuntu and Raspberry Pi Raspbian for WiFi USB RT5370 with chipset RTL8188ETV



 Download driver for Raspberry Pi, Mint, Ubuntu or Xubuntu:

or

$ cd ~/Downloads/8188EU/rtl8188eu-master

Unzip file rpi-rtl8188eu-master.zip

$ cd rtl8188eu-master

$ make

If your Raspbian gives you this message:

make: *** /lib/modules/3.10.25+/build: No such file or directory. Stop.
make: *** [modules] Error 2 

 
You must install linux-headers

$ sudo apt-get install linux-headers

$ sudo apt-get install linux-headers-3.10-3-rpi

$ sudo ln -s /lib/modules/3.10-3-rpi/build /lib/modules/3.10.25+/build

$ make 

 
wait 5 minutes to finish,

$ sudo make install 

 
$ sudo modprobe -r 8188eu

$ sudo modprobe 8188eu

On my Xubuntu 12.04 chipset RTL8188ETV works just fine.
But on my Raspberry Pi Raspbian it doesn't work.
WiFi USB probably needs external power for Raspberry Pi.