Full Process (perfect) and solution for installing Oracle 10g on Ubuntu 12.04
PS: Ubuntu 12.04 installs Oracle 10g throughout the entire process (perfect) and the solution to the problem under normal circumstances, perfect .. If you have any problems, you can also solve them.
1. Preparations before installation
1.1 download the appropriate oracle software package from the oracle official website;
My example
1. Installing OPENJDK Java 7If you do not have Java installed on your system, we need to install OpenJDK Java 7 in advance as follows. Use Ctrl+alt+t to open the terminal and follow the steps below to install the Java version installation command required:If you have installed OpenJDK in Ubuntu Software Center, please
install, but you see, can also, ordinary users, direct./vmare-instaall.pl will be rejected, but sudo can.Then, always enter,,,yes the place press Yes,no to press ENTEROK, now the installation is successful!First switch to root userThe initial is no, we need to create a new password for rootSwitch to the root userCreate a directory to hold the JDKCopy the downloaded installation package to the directory/home/laogong/jdk; this directory needs to be created by itself, switch to this directory with
Recent Big Data Compare fire, so also want to learn a bit, so install Ubuntu Server on the virtual machine, then install Hadoop. Here are the installation steps:1. Installing JavaIf it is a new machine, the default is not to install Java, run java–version named to see if you can view the Java version, if Java is not installed, this runs the following name: # Update The source list$ sudo apt-get update # The OpenJD
source file to find the JDK to install theUbuntu is using OPENJDK, we must first find the appropriate JDK version. In the terminal input command: Apt-cache search openjdk Find the JDK version we need to install from the list of searches to execute the install command: sudo apt-get install OPENJDK-7-JDK Note OPENJDK-7-
from://http://blog.csdn.net/gobitan/article/details/24322561installing Oracle JDK under Ubuntu LinuxDennis Hu 2014-4-22Description:Because many systems do not support the use of OPENJDK, it is necessary to install Oracle JDK under Ubuntu. While the installation of Oracle JDK does not seem to provide the apt way, so the way to install Oracle JDK is relatively trou
Tags: file wiki build license load dir CHM ACL install installing Oracle JDK under Ubuntu LinuxDennis Hu 2014-4-22 Description:Because very many systems do not support the use of OPENJDK, you will need to install Oracle JDK under Ubuntu. While the installation of Oracle JDK does not seem to provide the apt way, so the way to install Oracle JDK is relatively troub
insufficient solution, uninstall the kernel:sudo apt-get remove--purge linux-image-2.6.24-19-generic--purge indicates a complete removal.2.Ubuntu UpgradeUbuntu source file is located in/etc/apt/sources.list, please refer to source list and Debian, Ubuntu source list description;Command "sudo update-manager-d", then select the partial upgrade process there are a few that need to be manually set in "Terminal
objects to follow and to aggregate similar interest messages in order to avoid forwarding multiple similar messages.
Download the latest version:
Http://www.ccnx.org/download/
Installation Process:
1. First, you need openjdk-6-jre-lib support when installing ccnx, so you need to comment out the original JDK.
Download openjdk:
sudo apt-get install openjdk-6-jre-
So far, the official latest version of Eclipse is Eclipse Kepler (4.3.2), and we can use the following steps to install it quickly in Ubuntu 14.04 or other Ubuntu versions.1. Installing OPENJDK Java 7If you do not have Java installed on your system, we need to install OpenJDK Java 7 in advance as follows. Use Ctrl+alt+
The official Chinese version of the Hadoop QuickStart tutorial is already a very old version of the new Hadoop directory structure has changed, so some configuration file location is also slightly adjusted, such as the new version of Hadoop can not find the Conf directory mentioned in the QuickStart, in addition, There are many tutorials on the web that are also about the old version. This tutorial is mainly for the Hadoop 2.X version, on the Ubuntu s
the JDKFirst check whether Ubuntu12.04 support JDK8, found or supported. Then install it with confidence.Refer to the "3" method to install by setting up the source warehouse. (Refer to "5" "6" If you want to install manually)Important:this PPA supports Ubuntu 14.04, 13.10, 12.04 and 10.04 as well as the corresponding Linux Mint versions. Ubuntu 13.04 and 12.10 is no longer supported by Canonical(1) Go bac
Ubuntu builds nginx + scala + play2.0 to run the environment to learn scala for a while, recently used scala to do a community: lt; ahref quot; http://www.cn-scala.com quot; title quot; http://www.cn-scala.com quot; gt; lt;/a gt;, started to buy ubuntu to build nginx + scala + play 2.0 runtime environment to learn scala for a while, recently I used scala to build a community: I started to buy a vps
0.Use Oracle Jdk,not OpenJDK1.Encounter Error Error:./gamma:relocation error:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libjava.so:symbol JVM_ Findclassfromcaller, version sunwprivate_1.1 not defined in file libjvm.so with link time referenceModified file:/home/westward/soft/openjdk-7u-40/openjdk/hotspot/make/linux/makefile (Yuandaima)Remove all Test_gamma f
"#HADOOP VARIABLES ENDRun the following command. To make the joined environment variable effective:SOURCE ~/.BASHRCEdit/usr/local/hadoop/etc/hadoop/hadoop-env.shRun the following command . Open the Edit form for the filesudo gedit/usr/local/hadoop/etc/hadoop/hadoop-env.shLocate the Java_home variable and change this variable such as the followingExport java_home==/usr/lib/jvm/java-7-openjdk-i386 watermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqvemhvdxpo
1 Creating Hadoop user groups and Hadoop users STEP1: Create a Hadoop user group:~$ sudo addgroup Hadoop STEP2: Create a Hadoop User:~$ sudo adduser-ingroup Hadoop hadoopEnter the password when prompted, this is the new Hadoop password, enter two times the password hit enter. As shown in the following: STEP3: Add Permissions for Hadoop users:~$ sudo gedit/etc/sudoersAfter you click Enter, open the Sudoers file,Root all= (All:all) allAfter adding:Hadoop all= (All:all) all Note: "\ t" after "
"bridged" way.In order to compile Android source code, the following for the installation of Ubuntu to do some configuration work.First bring up the terminal, with the following shortcut keysCtrl + Alt + T1. Install dependent components such as Gitsudo apt-get install-y git flex bison gperf build-essential libncurses5-dev:i386 libx11-dev:i386 libreadline6-dev:i386 li Bgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc z
Reprinted from http://terrychen.info/ubuntu-linux-beginners-guide-getting-to-know-and-work-with-ubuntu/In Ubuntu Linux Introduction (iv): Ubuntu Initial setup article, we have completed the basic configuration of Ubuntu, and now we will further learn some of the basic knowle
Reprinted from http://terrychen.info/ubuntu-linux-beginners-guide-ubuntu-installation/Getting Started with Ubuntu Linux (i): Before installing Ubuntu Linux, we've made the necessary preparations for installing Ubuntu Linux, and we're ready to start the formal installation pr
from://http://blog.csdn.net/gobitan/article/details/24322561installing Oracle JDK under Ubuntu LinuxDennis Hu 2014-4-22Description:Because many systems do not support the use of OPENJDK, it is necessary to install Oracle JDK under Ubuntu. While the installation of Oracle JDK does not seem to provide the apt way, so the way to install Oracle JDK is relatively trou
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.