Pages

Thursday, June 12, 2014

How to Install Pipelight in Kali Linux

Pipelight: Use Silverlight in Linux browser to watch Netflix Videos and more



Kali Linux 32bit:

sudo sh -c 'echo "deb http://ftp.de.debian.org/debian/ wheezy main contrib" >> /etc/apt/sources.list'

sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./" >> /etc/apt/sources.list'

wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key

sudo apt-key add Release.key

apt-get update

apt-get install pipelight-multi

pipelight-plugin --update

sudo pipelight-plugin --enable silverlight

Kali Linux 64bit:

sudo dpkg --add-architecture i386

sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./" >> /etc/apt/sources.list'

wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key

sudo apt-key add Release.key

apt-get update

apt-get install pipelight-multi

pipelight-plugin --update

sudo pipelight-plugin --enable silverlight

Reference from: http://pipelight.net/cms/install/installation-debian.html

Monday, May 26, 2014

How to Watch Netflix around the World on Linux

Running Netflix is entirely possible in Ubuntu Linux (and most likely any other modern distribution).


Before Installing Hola Unblocker in my web browser:


Step 1: Hola UnBlocker


Add hola unblocker plugin to your browser from Hola.org and unblock the sites you want.

After Hola Unblocker activation:


Before Installing Silverlight:


Step 2: Pipelight: Use Silverlight in Linux browser to watch Netflix Videos and more

Pipelight is project that brings Silverlight to any Linux browser that supports the Netscape Plugin API. Using it, you can use services that require Silverlight, such as Netflix, in native Linux web browsers like Firefox, Chrome or Midori.

Note: Before proceeding, it's strongly recommended to close your web browser. Without doing this, the plugin may fail to install or crash the browser (you can copy the instructions below to a text editor).

If you've installed the old Pipelight version, remove it before proceeding:

sudo apt-get remove pipelight

To add the Pipelight stable and Compholio PPAs and install Pipelight in Ubuntu, use the following commands:

sudo apt-add-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install pipelight-multi

Then, you can install the Silverlight plugin using the following command:

sudo pipelight-plugin --enable silverlight

If you stopped here to go try out Netflix, you may have noticed that Netflix still doesn’t allow you to watch any of their content, even though you have Silverlight ready to go. Netflix still checks your user agent and recognizes that you’re using a Linux machine, and therefore continues to block you.


Step 3: Install User Agent OverRider or User agent switcher plugin to your browse.

Install User Agent Overrider / User agent switcher
Select the latest Firefox/Windows combination.
Head over to netflix.com and enjoy.




Enjoy!!!

Wednesday, April 23, 2014

How to install Aptana Studio 3 on Ubuntu 13.10


1. Install the prerequisites:

sudo apt-get install openjdk-7-jdk libjpeg62 libwebkitgtk-1.0-0 git-core

Although Aptana Studio doesn’t officially support OpenJDK, I’ve not encountered any problems, however I’ve not done extensive testing. Alternatively, to use the Sun JDK, do the following:

sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 git-core
sudo add-apt-repository ppa:webupd8team/java
sudo echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee /etc/apt/sources.list.d/webupd8team-java.list
sudo echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install oracle-java7-installer

2. Download Aptana Studio:

You can download Aptana Studio 3 here. Select the “Standalone Version” if not selected and click download and move it to the Home Folder.

3. Extract **Aptana Studio**:

sudo unzip [name of Aptana Studio ZIP file here].zip -d /opt

4. Add the menu shortcut:
 
wget http://www.samclarke.com/wp-content/uploads/2012/04/AptanaStudio3.desktop
sudo mv AptanaStudio3.desktop /usr/share/applications/AptanaStudio3.desktop