Install Oracle Java (JDK) 7 in Ubuntu via PPA Repository
Update: Java 7 is no longer supported by Oracle. The binaries are no longer available for download, but if you have an Oracle account, you can still download it after logging in. The Oracle Java 7 installer in this article will continue to work only if you manually download Oracle JDK 7 (version 7u80 for 32bit and 64bit or 7u60 for arm), place it in the /var/cache/oracle-jdk7-installer/ folder on your computer, then install "oracle-java7-installer" as explained below in this article. We've previously written about installing Oracle JDK 7 in Ubuntu using a script with a GUI provided by Zenity. Some may find this method hard to use and also, it comes with GTK dependencies. If you really need to use Oracle (ex Sun) Java instead of OpenJDK in Ubuntu, here's an easy way to do it: a PPA repository to install and keep your computer up to date with the latest Oracle Java 7 (Java JDK which includes JRE). Update: our Oracle Java 7 installer now supports ARM. java -version Removing Oracle Java 7
Help.GitHub - Set Up Git
If you've found yourself on this page, we're assuming you're brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way. Download and Install Git At the heart of GitHub is an open source version control system (VCS) called Git*. *If you don't already know what Git is, take a crash course. Download and install the latest version of Git. Use the default options for each step. Warning: Do not use PuTTY if you are given the option. Set Up Git Now that you have Git installed, it's time to configure your settings. Now that you have Git installed, it's time to configure your settings. Now that you have Git installed, it's time to configure your settings. Now that you have Git installed, it's time to configure your settings. Need a quick lesson about TerminalTerminalGit Bashthe command line? Code blocks like those on this page are part of a scripting language called Bash. was installed with Git called Git Bash. Input Email
HOWTO: SSH Tunneling Made Easy
By Frank Wiles I was surprised at how long it took me to find a good HOWTO on setting up a simple SSH tunnel that I wanted to write up this Quick-Tip. Using OpenSSH on a Linux/Unix system you can tunnel all of the traffic from your local box to a remote box that you have an account on. For example I tunnel all of my outbound E-mail traffic back to my personal server to avoid having to change SMTP servers, use SMTP-AUTH, etc. when I am behind firewalls. To do this I use the following: ssh -f user@personal-server.com -L 2000:personal-server.com:25 -N The -f tells ssh to go into the background just before it executes the command. This essentially forwards the local port 2000 to port 25 on personal-server.com over, with nice benefit of being encrypted. Another useful feature of port forwarding is for getting around pesky firewall restrictions. ssh -f -L 3000:talk.google.com:5222 home -N Hopefully this helps you to better understand SSH tunneling. Books on SSH
IQEmu - mirage335 wiki
Brings reliable point-and-click Microsoft Windows application integration to the linux desktop using virtualization, file parameter translation, and wrapper scripts. [edit] Features Supports multiple virtualization backends including VirtualBox (recommended), VMWare (deprecated), and QEMU (unmaintained). Supports virtualization platform guest/host file sharing, as well as samba based file sharing. Highly modular architecture, easy to maintain and patch. [edit] Code Project is hosted at github. [edit] Support Currently, this system is somewhat difficult to deploy for the first time, since Microsoft's operating systems are non-redistributable. [edit] Demo The file, on linux. Simple to fire up. We're doing nothing more than running launch.sh with the linux hosted file as a parameter. Magic happens... File is automatically semi-sandboxed in a fresh, temporary MS Windows VM. Now the VM is forcibly powered off (no file corruption issues for temporary VMs), and IQEmu scripts delete it. [edit] Wishlist
Chameleon - UIKit for Mac development
Related:
Related:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Работает и в Kubuntu 14.04 by leo5700 Dec 7
"
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
"
It's working on Ubuntu 12.04 LTS by drone Dec 5