Tuesday, March 8, 2016

Driver Detective 6.2.5.0

s/n: e7cfc8a6-253a-445a-b35c-36f0ce49e5c9

Call of Duty 4 : Modern Warfare 1

Name: Ethno S/N: Cd-key ÐѶ _СG Call of Duty 4: Modern Warfare 8E8P-4MGQ-LP8Y-PYWE-3380 oder DL2J-8PY´-4Ñ22-GE48-88D2 der erste funktioniert aufjedenfall 

Name: Ethno S/N: Cd-key �? _?G Call of Duty 4: Modern Warfare 8E8P-4MGQ-LP8Y-PYWE-3380 oder DL2J-8PYs-4 22-GE48-88D2 der erste funktioniert

Google Earth Pro

Google Earth Pro

(1)Name: Shinder Jandu, 

S/N: JCPM7DVNY6MRE3G,
Password: 123456789 

(2)username: 36384537 password: bokikoki

Passcode For Bijoy Bayanno For various version

Bijoy Bayanno 2011: RN28-T29S-K1XM-J6XY-LK24

Bijoy Bayanno 2010: 5356478965411243

Activation Code For Typing Master7


product key : 646MW-37XU-HLS-4PCNH47

Saturday, December 27, 2014

Steps to install Openshot Video editor in Ubuntu 14.04

Steps to install Openshot Video editor in Ubuntu 14.04


1. Add openshot PPA
sudo add-apt-repository ppa:openshot.developers/ppa

2. Update list
sudo apt-get update

3. Install openshot
sudo apt-get install openshot openshot-doc

Sunday, June 29, 2014

How to download and install prebuilt OpenJDK packages

How to download and install prebuilt OpenJDK packages

JDK 7

Debian, Ubuntu, etc.

On the command line, type:
$ sudo apt-get install openjdk-7-jre
The openjdk-7-jre package contains just the Java Runtime Environment. If you want to develop Java programs then install the openjdk-7-jdk package.

Fedora, Oracle Linux, Red Hat Enterprise Linux, etc.

On the command line, type:
$ su -c "yum install java-1.7.0-openjdk"
The java-1.7.0-openjdk package contains just the Java Runtime Environment. If you want to develop Java programs then install the java-1.7.0-openjdk-devel package.

JDK 6

Debian, Ubuntu, etc.

On the command line, type:
$ sudo apt-get install openjdk-6-jre
The openjdk-6-jre package contains just the Java Runtime Environment. If you want to develop Java programs then install the openjdk-6-jdk package.

Fedora, Oracle Linux, Red Hat Enterprise Linux, etc.

On the command line, type:
$ su -c "yum install java-1.6.0-openjdk"
The java-1.6.0-openjdk package contains just the Java Runtime Environment. If you want to develop Java programs then install the java-1.6.0-openjdk-devel package.

BSD Port

For a list of pointers to packages of the BSD Port for DragonFly BSD, FreeBSD, Mac OS X, NetBSD and OpenBSD, please see the BSD porting Project's wiki page.
Loading...