martedì 18 giugno 2013

Linux Ubuntu 13.04 Raring Amd64 How-to install Oracle Java JDK7 x64 and Getting-Started Easy Visual-Guide

The Guide Show in Easy-Steps How-to Install and Getting-Started with the Latest Oracle-Sun Official Java SE JDK7 x64 for Linux Ubuntu 13.04 Raring Ringtail 64bit Unity Desktop.

 

After Installing you will need to Use the update-alternatives Tool to Update your System Java to 1.7 JDK7.

 

To the Post Bottom there is a Link for Quick Getting-Started with Java JDK 7 Development and also to Install the Java Web-Server Tomcat 7 for Linux Ubuntu.

 

To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.

 

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive;)

Java-Balloon
  1. Download Oracle Java SE JDK7:

    Oracle JDK7 x64.tar.gz
  2. Double-Click on the tar.gz Archive and Extract into /tmp Java JDK 7 tar.gz Extraction Path
  3. Open a Terminal Window Linux Ubuntu 12 Open Terminal Window
  4. Relocate JDK 7
    sudo su
    if [ ! -d '/usr/lib/jvm' ]; then mkdir /usr/lib/jvm; fi && mv /tmp/jdk1.7* /usr/lib/jvm
  5. Update System Java to Oracle JDK7
    update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.7.*/bin/java 1065
    update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.7.*/bin/javac 1065
    update-alternatives --install /usr/bin/jar jar /usr/lib/jvm/jdk1.7.*/bin/jar 1065
    update-alternatives --install /usr/bin/javaws javaws /usr/lib/jvm/jdk1.7.*/bin/javaws 1065

    Checking or Setting the System Java Version in Use with

    update-alternatives --config java

    To Switch of Java Version Just Enter the Selection Number on First Column. :)

  6. Getting-Started:

    Getting-Started Quickly with JDK7

Guides to Installing the Tomcat7 Server on Linux Ubuntu:

Install Tomcat7 for Ubuntu

How-to Install and Getting-Started with IntelliJ IDEA 12 IDE on Linux Ubuntu 13.04 Raring 64bit Easy Visual-Guide

The Step-by-Step Easy Visual-Guide Show Exactly How-to Install and Getting-Started with the Latest JetBrains IntelliJ IDEA 12 FREE Community Edition for Java Programming Development for Linux Ubuntu 13.04 Raring Ringtail Amd64 Unity Desktop.

To Make Best Use of the IntelliJ 12 IDEA is Strongly Recommended the Oracle Sun Java SE Official JDK7 Installation on Ubuntu.

To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make the Tutorial Easier to Read and Digest ;)

gnomePenguin JetBrains
  1. Download IntelliJ IDEA 12:

    IntelliJ 12 tar.gz for Linux
  2. Double-Click and Extract IntelliJ Archive into /tmp Ubuntu Install IntelliJ IDEA 12 Extraction
  3. Open Terminal Window

    Cmd and Search "term"

    Linux Ubuntu Raring Open Terminal
  4. Relocate IntelliJ Idea Folder
    sudo su
    mv /tmp/idea* /opt/idea

    make a Symlink for Adding to the Path

    ln -s /opt/idea/bin/idea.sh /usr/local/bin/idea.sh
  5. Starting IntelliJ IDEA

    Next you can Start IntelliJ from Terminal with

    idea.sh
  6. How-to Easy Creating an IntelliJ 12 Quick Launcher

    Easy IntelliJ12 Desktop Launcher
  7. Quick Getting-Started on IntelliJ IDEA 12 with Java Hello World

    Hello World on IntelliJ12 Java
IntelliJ IDEA

lunedì 17 giugno 2013

How-to Install Oracle Bea WebLogic 12c App Server on Linux Ubuntu 12.04 Precise Pangolin i386 Step-by-Step Easy Guide

The Tutorial Show Step-by-Step How-to Install and Quick-Start with Oracle Bea WebLogic 12c Application Server Zip Development Release for Linux Ubuntu 12.04 Precise Pangolin 32bit Desktop.

Here I Describe a System wide Installation, if You Opt for a Single User Installation then you will need to Adapt consequently the Procedure.

On the Post Bottom you find a Link to Quickly Getting-Started with Weblogic 12c Administration and Deployment Procedures.

Oracle Ripples
  1. Download WebLogic Development Edition Zip for Linux 32bit:

    WebLogic Dev 12c Zip x86
  2. Double-Click on Archive and Unzip into /tmp/wls
  3. Open a Terminal Window
    Linux Ubuntu 12 Open Terminal
  4. Prerequisite Oracle Java JDK Installation:

    Install Oracle JDK7 for Ubuntu
  5. SetUp Environment Variables

    SetUp the JAVA_HOME and MW_HOME Environment Variables:

    nano ~/.bashrc

    Inserts:

    export JAVA_HOME=</path/2/oracleJdk> export MW_HOME=/opt/wls

    Ctrl+x to Save & Exit :)

    Load New Environment:

    source ~/.bashrc
  6. Relocate WebLogic Server
    su -c "mv /tmp/wls /opt
  7. Run Configuration Script
    cd $MW_HOME
    su -c "umask 027"
    su -c ". ./configure.sh"

    You will need to Wait until all Server Components are Built-In.

  8. Setup WLS environment
    su -c ". ./wlserver/server/bin/setWLSEnv.sh"
  9. Quick-Start with Oracle WebLogic 12c Server on Ubuntu:

    WebLogic 12c Server Domain StartUp

mercoledì 22 maggio 2013

Linux Ubuntu How-to SetUp a Local SSH Access Step-by-Step

The Guide Show Step-by-Step How-to SetUp a Local SSH Server Client Access on Linux Ubuntu Desktop.

 

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands.

Gnome Penguin Ubuntu
  1. Install OpenSSH Server and Client
    sudo su -c "apt-get install openssh-server openssh-client
  2. How-to Install Evernote Clone on Linux Ubuntu:

    Installing Evernote for Ubuntu
    Grant SSH Access on Localhost
    ssh-keygen -b 2048 -t rsa
    cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys

    How-to Install Google-Chrome Browser on Ubuntu:

    Installing Chrome for Ubuntu
  3. Testing SSH Local Connection
    ssh 127.0.0.1
  4. How-to Install Latest Netbeans IDE Complete for Java, JEE, C++, PHP on Ubuntu:

    Install Netbeans Complete IDE for Ubuntu

lunedì 20 maggio 2013

How-to Add Minimize/Maximize and Close Buttons to Windows on Gnome 3 in Linux Ubuntu-Gnome Desktop

The Guide Show Visually How-to Add the Maximize/Minimize Resizing and Close Buttons/Controls to Windows on Gnome3 Desktop for Ubuntu-Gnome Distro.

To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive ;)
Gnome Penguin Ubuntu
  1. Open a Terminal Window

    Cmd & Search for Terminal

    Linux Ubuntu Gnome Open Terminal
  2. How-to Install Google-Chrome Browser on Ubuntu:

    Installing Chrome for Ubuntu
  3. Open Tweak-Tool Open Gnome3 Tweak Tool
  4. How-to Install Evernote Clone on Linux Ubuntu:

    Installing Evernote for Ubuntu
  5. Shell >> Arrangement of Buttons Fedora 17 Gnome 3 Advanced Settings - Shell Arrangement of Buttons

How-to Install Firefox Aurora on Linux Ubuntu:

Install Firefox Aurora for Ubuntu
Fedora 17 Gnome 3 Advanced Settings - Shell Arrangement of Buttons