Type this to terminal: sudo apt-get install openjdk-7-jdk openjdk-7-jre
Done.
This page is a random collection of notes addressed to myself. Nothing here is intended as a guide per say, however i have posted them hoping that it may help someone. Blog about Linux and unix related stuff. Everything in this blog can be copied or edited GNU General Public License (version 2 or newer) http://www.gnu.org/licenses/gpl.html
torstai 7. marraskuuta 2013
keskiviikko 6. marraskuuta 2013
Piping ports to other computer with Linux terminal
In some cases you need to setup piping that you can use for example database from other computer and develope application. To do that type in terminal:
ssh username@server.com> -L 3306:127.0.0.1:3306 -N
ssh username@server.com> -L 3306:127.0.0.1:3306 -N
In this command I change MySQL port from the server to my own computer.
Tilaa:
Blogitekstit (Atom)