. After the installation is complete, verify that[Email protected] ~]# java-"1.6.0_37"1.13. 9) (rhel-1.13. 9.4. el5_11-23.25-b01, Mixed mode)4. The path to the default installation via Yum is/usr/lib/jvm[Email protected] ~]# cd/usr/lib/Jvm[[email protected] jvm]# lltotal -drwxr-xr-x3Root root4096Jan A -: onjava-1.6.0-openjdk-1.6.0.37. x86_64lrwxrwxrwx1Root root +Jan A -: onJRE-/etc/alternatives/jrelrwxrwxrwx1Root root -Jan A -: onjre-1.6.0/etc/
It has been installed several times before, but each time you need to install again and have to re-search the tutorial, to record their own to avoid forgetting.Install JDK DownloadDownload: Click to open the link, I downloaded the filename is jdk-8u66-linux-x64.tar.gzUnzip the installationI'm going to install it under/opt/jvm/.First extract, TAR-ZXVF jdk-8u66-linux-x64.tar.gz, get jdk1.8.0_66Rename and move to/OPT/JVM,mv jdk1.8.0_66/jdk1.8/ mv jdk1.8.0_66//opt/jvm/Setting Environment Variablese
Create a Python development environment in Ubuntu13.10: Step 1 install JDK (to install ECLIPSEIDE) decompress the installation package and set JDK. The update-alternatives -- install option feature adds a new set of system command links. Tar-zxvfjdk-7u45-linux-x64.tar.gzsudomkdir-p/usr/lib/jvmsudomv./j
Build a Python development environment in Ubuntu 13.10:
Step 1 install JDK (to install eclipse ide)
Decompress the installation package and set JDK.
Th
/controlpanelIcon =/usr/lib/Java/JRE/plugin/desktop/sun_java.pngTerminal = 0Type = ApplicationCategories = application; settings; X-sun-supported; X-red-hat-base;
In this way, you can start the Java console through the menu...
3. Use alternatives to run all Java commands, man, and plugin.Finally, create a link for the command under JDK bin, install the plug-in for Mozilla, and create a shell file with the following content:
#! /Bin/bash
+ F7 to return to the desktop.Another point is that when you configure the environment, do not leave spaces between the Environment name and the corresponding environment path, such as JAVA_HOME =/opt/jdk1.7.0 _ 45 "=" on both sides, which should be unrecognized by bash.4. Because ubuntu comes with the JVM Implementation of gij, the following information is displayed when you type "java-version" on the terminal: java version "1.6.0. This means that the JVM implementation is already available in
ubuntu16.04 python2.7 and python3.5 are installed by default. This tutorial uses python3.5The first step: Modify the default ubuntu16.04 Python2 to use Python3 by default.sudo update-alternatives--install/usr/bin/python python/usr/bin/python2 100sudo update-alternatives--install/usr/ Bin/python Python/usr/bin/python3 150Running the above code will modify ubuntu16.04 by default using Python2 to use Python3 b
reasons, you can interrupt the operation. Then download the tar.gz package for the corresponding JDK, and put it in:/var/cache/oracle-jdk7-installer (JDK7)/var/cache/oracle-jdk8-installer (JDK8)Below, and then install the installer once. Installer will use the TAR.GZ package you downloaded by default3. Set the system default JDKJDk7sudo update-java-alternatives-s java-7-oracleJDK8sudo update-java-alternatives
1, download the installation package, CD to the directory where the filessudo dpkg-i gcc41-compat-4.1.2-ubuntu1210_i386.deb g++41-compat-4.1.2_i386.deb2. View GCC installed to the systemls/usr/bin/gcc*3.After downloading the package, it is recommended to install it directly with sudo dkpg-i *.debBecause GCC installs with each other version of support, there are very frustrating order requirements, as if the installation system will automatically arrange the order of installation, more convenient
reasons, you can interrupt the operation. Then download the tar.gz package for the corresponding JDK, and put it in:/var/cache/oracle-jdk7-installer (JDK7)/var/cache/oracle-jdk8-installer (JDK8)Below, and then install the installer once. Installer will use the TAR.GZ package you downloaded by default3. Set the system default JDKJDk7sudo update-java-alternatives-s java-7-oracleJDK8sudo update-java-alternatives
Error:kernel launches from templates is not allowed in System files 1
error detected in the compilation of "/tmp/tmp Xft_00005657_00000000-10_math_functions.cpp4.ii ".
Workaround :
g++ version is too high in Ubuntu14.04, Ubuntu15.04 is normal
sudo apt-get install gcc-4.6 g++-4.6 gcc-4.6-multilib g++-4.6-multilib
sudo update-alternatives--remove-all gcc
sudo update-alternatives--remove-all g++
sudo upda
In my previous article, I talked about how to build a high-availability system: Two Raspberry Pi deploy the GlusterFS cluster file system, and it becomes a fault-tolerant file server. In this article, we will build another Fault-Tolerant Service Based on this high-availability system: Build a simple Web server cluster.
Maybe you have not read my previous article, so here I will briefly review the previous article. I have two Raspberry Pi: Pi1 and Pi2
Before configuring a glusterfs volume, you need to create an available storage pool consisting of network servers that contain the volume. A storage pool is a trusted network storage server. When you start the first server, the storage pool consists of a group of servers. To add an additional storage server to the storage pool, you can use the probe command in a trusted storage server.
Note: The glusterfs
[main] AmbariServer: 655-Getting the controller29 Dec 2015 16:32:22, 555 INFO [main] StackDirectory: 408-stack'/var/lib/ambari-server/resources/stacks/HDP/2.0.6.GlusterFS 'doesn' t contain an upgrade directory29 Dec 2015 16:32:22, 613 INFO [main] StackDirectory: 429-Role command order info was loaded from file: /var/lib/ambari-server/resources/stacks/HDP/2.0.6.GlusterFS/role_command_order.json2
above file system is the share of the side of the grid good, you can not change, is to give you a directory meaningObject storage is mostly distributed, it is to solve the block storage is not easy to share file storage is not fast enough to appear, if the object storage provides fuse, then object storage can also be conveniently mounted use, which is also the advantage of glusterfs, otherwise it is based on metadata to access the corresponding data,
number of logical volume management and RAID hardware features that allow internal metadata and user data to be validated and embedded with snapshot capabilities. Ext4 can also implement some of these features, but it requires communication with the file system and the logical Volume Manager.
So many advanced functions, but it is still unable to digest ah ...
Second: Glusterfs
Online said Glusterfs relativ
The process of compiling Android source code refer to the Android website:1, download the Android source code step: https://source.android.com/source/downloading.html2, compile the Android source code step: https://source.android.com/source/building-running.htmlHere are some of the problems I have encountered:1. JDK-related error when Compile Android Source:Error 1:target release 1.5 conflicts with default source release 1.7 Workaround: Best use JDK for 1.6.0.45 version error 2:[ Out/target/com
environment variables, not to list them one by one)Ubuntu may have a default JDK, such as openjdk. If openjdk is available, we need to perform the following work to make JDK installed by default. 3. Configure JDK software:
Code:Sudo Update-alternatives -- install/usr/bin/javac/usr/local/jdk1.6.0 _ 31/bin/javac 1071Sudo Update-alternatives -- install/usr/bin/Java/usr/local/jdk1.6.0 _ 31/bin/Java 1071Update-
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.