Pages

Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Monday, October 3, 2016

Time 4 Popcorn 3 2 Linux

Time 4 Popcorn 3.2 For Linux Full Version Free Download

Dec 22, 2014- Popcorn Time This service not only provide movies, but also TV shows. Just select a movie or episode and press play. 

Great movies and TV shows 

We are constantly looking around the web for top torrents of the most important sites. 


No restrictions 

Watch any movie as many times as desired. Everything you need to start is a proper internet connection. 

Impressive catalog 

If the film is out there, Popcorn Time find the best possible version and start downloading immediately.

The best quality 

Beware of instant film in HD and with subtitles. And then keep watching. 

Whats New in Popcorn: 

  • Mac updated to version 4.4 
  • New alpha supports Chrome cast 
  • VPN built in complete anonymity

Requirements:.
Windows All

Information:.
Developer: Time 4 Popcorn Team
License / Price: Freeware
Size / OS: 48.85 MB / Linux
Published On: 22 Dec 2014

Time 4 Popcorn 3.2 Direct Download Link

Time 4 Popcorn 5.1 Windows

Time 4 Popcorn 3.2 For Linux (32-Bit)

Time 4 Popcorn 3.2 For Linux (64-Bit)



Android Apk
Read More..

Friday, September 16, 2016

Popcorn Time 3 7 2 For Linux

Popcorn Time 3.7.2 For Linux Full Version Download Free

Feb 18, 2015- Watch movies online for free with this P2P client. Simply select a video game and press. Popcorn Time! is the result of many developers and designers put a whole bunch API to make the experience of watching movies torrent as simple as possible. 

We are an open source project. We are from all the world. We love our movies. And boy, do we love popcorn. 

Great movies:

We are constantly looking all over the web for the best torrents of the most important sites.

Popcorn Time 3.7.2 For Linux Full Version Download Free

Free Download Popcorn Time Beta 3.7.2 For Linux

Requirements:.

Linux

Information:.

Developer: Popcorn Team
License / Price: Freeware
Size / OS: 25.7 MB / Linux
Published On:18 Feb 2015

Popcorn Time 3.7.2 For Linux Direct Download Link

Popcorn Time 3.7.2 For Linux

Popcorn Time 3.7.2 For Linux (32-Bit)

Popcorn Time 3.7.2 For Linux (64-Bit)



Android Apk
Read More..

Wednesday, March 30, 2016

Calibre 2 20 0 For Linux

Calibre 2.20.0 For Linux Latest Free Download 2015

Feb 20, 2015- Caliber is a font management application libraries free and open e-book developed by users of e-books for users of e-books.

  • It has an profusion of features divided into the following main categories:
  • Library Management
  • E-book conversion
  • Synchronization with reading devices eBooks
  • Downloading news from the web & converting it into e-book form
  • Full Spectator eBook
  • Content server for online access to your book compilation

Calibre 2.20.0 For Linux Latest Free Download 2015


Whats new:

New Features

  • Publication of the book: A new reporting tool that displays a summary of files, images, words, characters and styles used in the book.
  • Publication of the book: Allow adding action Manage Snippets to the toolbar for easy access

Insect Fixes

  • Update Ozon.ru download plugin metadata changes websites.
  • E-book viewer: Fix regression in the way of "flow" that caused the horizontal scroll bar is represented vertically.
  • Fix a regression that prevented adding books if the folder subfolders contained only OPF file and no actual e-book files.


Requirements:.

Windows (All Version)

Information:.

Developer: Kovid Goyal
License / Price: Freeware
Size / OS:  61.0 MB/ Linux
Published On: 20 Feb 2015

Calibre 2.20.0 For Linux Direct Download Link

Calibre 2.20.0 For Linux


Android Apk
Read More..

Friday, April 17, 2015

TUTORIAL Galaxy Nexus Enable MTP File Transfer in Ubuntu Linux

 Many people have struggle to connect android phone to Ubuntu for file transfer. Ive found it over the net and its work like charm. Kudos to Lou from http://ohheyitslou.blogspot.com/




The packages for MTP in the Ubuntu 11.10 repos are built from outdated source and are the cause of most of the MTP file transfer woes. Ive gone ahead and removed the updated packages from the Ubuntu 12.04 repos both 32 & 64 bit versions. These have to be installed in a certain order to avoid issues so install as follows:


sudo dpkg -i libmtp9_1.1.1-1_amd64.deb
sudo dpkg -i libmtp-common_1.1.1-1_all.deb
sudo dpkg -i libmtp-runtime_1.1.1-1_amd64.deb
sudo dpkg -i mtp-tools_1.1.1-1_amd64.deb

Final package that needs to be install:

sudo apt-get install -y mtpfs

*After install make sure that the following packages are installed 
mtp-tools libmtp-runtime libmtp9 libmtp-common mtpfs

  • First we must create a mount point for your Galaxy Nexus:
sudo mkdir /media/Nexus
  • Now we must assign the proper read/write privileges to the directory:
sudo chmod 775 /media/Nexus
  • We have to create a file the enables your Linux system to see your Galaxy Nexus:
sudo gedit /etc/udev/rules.d/99-android.rules
  • Copy & Paste the following into the file then save and close:
#Acer
SUBSYSTEM=="usb", SYSFS{idVendor}=="0502", MODE="0666"
#Dell
SUBSYSTEM=="usb", SYSFS{idVendor}=="413c", MODE="0666"
#Foxconn
SUBSYSTEM=="usb", SYSFS{idVendor}=="0489", MODE="0666"
#Garmin-Asus
SUBSYSTEM=="usb", SYSFS{idVendor}=="091E", MODE="0666"
#Google
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
#HTC
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
#Huawei
SUBSYSTEM=="usb", SYSFS{idVendor}=="12d1", MODE="0666"
#Kyocera
SUBSYSTEM=="usb", SYSFS{idVendor}=="0482", MODE="0666"
#LG
SUBSYSTEM=="usb", SYSFS{idVendor}=="1004", MODE="0666"
#Motorola
SUBSYSTEM=="usb", SYSFS{idVendor}=="22b8", MODE="0666"
#Nvidia
SUBSYSTEM=="usb", SYSFS{idVendor}=="0955", MODE="0666"
#Pantech
SUBSYSTEM=="usb", SYSFS{idVendor}=="10A9", MODE="0666"
#Samsung
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"
#Sharp
SUBSYSTEM=="usb", SYSFS{idVendor}=="04dd", MODE="0666"
#Sony Ericsson
SUBSYSTEM=="usb", SYSFS{idVendor}=="0fce", MODE="0666"
#ZTE
SUBSYSTEM=="usb", SYSFS{idVendor}=="19D2", MODE="0666"

  • Now we must make the file executable:
sudo chmod +x /etc/udev/rules.d/99-android.rules
  • Download and unzip the mount/unmount scripts Ive written for you in your home directory:
  • Make the scripts executable:
sudo chmod +x mount-nexus.sh unmount-nexus.sh
  • Enable MTP transfer on your Galaxy Nexus by entering into Settings-Device-Storage select Menu in the bottom right hand corner then "USB computer connection" make sure "Media device (MTP)" is selected.
  • Connect the Galaxy Nexus to your computer:  *USB Debugging must be disabled*
  • With the mount and unmount scripts in your home directory execute the mount command by typing the following (please wait for a while, it take time to load files from android) :
./mount-nexus.sh
  • Execute (IS A MUST) the unmount command by typing the following:
./unmount-nexus.sh 


 

DOWNLOAD :- MTP-Galaxy-Nexus-Scripts

SOURCE :- galaxy-nexus-enable-mtp-file-transfer


Tags : TUTORIAL : Galaxy Nexus Enable MTP File Transfer in Ubuntu Linux mtpfs mtp-tools libmtp-runtime libmtp9 libmtp-common mtpfs ./mount-nexus.sh ./unmount-nexus.sh, 
Read More..