On the code:#!/bin/bash#engine server Install#write by guojr#set Engine server Dirjdk=jdk-6u34-linux-x64-rpm.binchmod o+x $JDK Echo-e "\ n" |/$jdk;(cat Echo-e "\ n" |./$JDK; This is the most critical step. Skip Enter auto-install JDKThis article is from the "david0512" blog, make sure to keep this source http://gjr0512.blog.51cto.com/6518687/1611469Shell Script Auto I
One: Problem description
Two: The cause of the error
Uploading the uncompressed Oracle installation software to the Linux server in Windows has resulted in three files being lost in execution permissions.Three: Solutions
Give it the appropriate permissions.
1:
[Root@mypc ~]# chmod 777/download/database_10g_64/runinstaller
2:
[Root@mypc install]# chmod 777/download/database_10g_64/install/.oui
3:
[R
--mac Install Alipay control steps
First step, use Safari to install.
Then we're in Alipay official to download a Mac version Alipay security control
The second step, after installation, we click on "Install Now" then you can pay the security control directly.The browser will automatically download the Mac version of the Alipay security control.
Then wait for
Tag: Use the HTTP path log to start selecting nbsp Comm1, first to the MongoDB website to download their corresponding computer version: : Https://www.mongodb.com/download-center#community 2, and then start the installation, in the installation of the lower left corner may appear to let you install the visualizer, please do not choose, because after choosing to download it, It may take a lot of time to install
Tags: User character Set Change password administrator automatically generate startup logs Efault tabOne: Download and unzip This is not much to say https://dev.mysql.com/downloads/mysql/, simple very Second: MySQL root directory under new My.ini [MySQL]
# set MySQL client default character set
Default-character-set=utf8
[mysqld]
#设置3306端口
port = 3306
# Set the MySQL installation directory
Basedir=c:\program files\mysql-5.7.18-winx64
# Set the data storage directory for the MySQL database
First, Compiling the installation Summary of common errors in PHP and SolutionsError 1Checking for xml2-config path ...configure:error:xml2-config not found. Please check your LIBXML2 installation.Solutions:# yum-y Install Libxml2-devel error 2 checking for BZIP2 in default Path ... not found configure:error: Please reinstall the BZIP2 distribution solution: Span style= "font-family: ' The song Body '; Color:rgb (64,64,64); letter-spacing
Label:Win2003 does not have OLE DB Provider for SQL Server drivers, can install sqlserver2000 or install MDAC2.6 for WinXP, Win2003Also if Delphi7 does not have Microsoft OLE DB Provider for SQL Server, you can download the next Sqloledb.dll, and then in the stored C:\Program Files (x86) \common Files\ Running under the System\ole DB folderregsvr32 registers a DLL (32-bit usage) and a data source connection
Tags: style blog http color os ar using SP strongBO Master recently installed SQL Server2005 on Win8.1, unexpectedly often to error (for this blogger to reinstall the system)It was later found that two files needed to be replaced on the Win8.1, which solved the problem successfully.Http://www.ithome.com/html/win8/57118.htmAs normal, installing Microsoft's SQL Server 2005 suite under the win8/win8.1 system has a compatibility issue, and even after installation, the final result is that its servic
/scala2.11/3. Get scala-2.11.8.tgz file after downloadUnzip the downloaded Scala file into the/usr/local folder1 sudo tar -xzvf scala-2.11. 8. Tgz-c/usr/local 4, rename, put the extracted files into the Scala file1 $ cd/usr/23sudomv scala-2.11. 8 Scala5. Add Environment variables1 sudo vim/etc/profile 在最后添加下面内容1 export scala_home=/usr/local/2 export path= $SCALA _home/bin: $PATHMake configuration effective1 source/etc/profile6, check the version, test whether the installation is successful1 $
Tags: Oracle PackageOne, automatic installation of the required packagesconfigure well in advance Yum WarehousedefinitionPackage.txtPackage list file: by official websiteRHEL6For example, here arecompat-libstdc++There are two packages, if not added*,+number behind thecompat-libstdc++-33-3.2.3-69.el6.x86_64,compat-libstdc++-296-2.96-144.el6.i686These two packages cannot be directly identified and need to be*represents two packages, you can use the command if you encounter a missing package during
Tags: storage center display pretty sele version dex COM driverSelenium installationsudo apt install seleniumPHANTOMJS Installationsudo apt-get install PhantomjsCheck to see if it works, enter the following command:Selenium--versionPhantomjs--versionIf the current version number is displayed, the PHANTOMJS installation succeeds.Chromedriver Download versionHttp://chromedriver.storage.googleapis.com/index.ht
How to install extended php instances by using pecl and how to install pecl instances
1. Install pecl and create a shortcut key (skip this step if php is installed)
# Cd/usr/local/php/bin // you can check whether it has been with pecl # wget http://pear.php.net/go-pear.phar-O go-pear.php # php go-pear.php # ln-s/usr/local/php/bin /pecl/usr/bin/pecl
2. Check wheth
Install Sogou Pinyin + install sougouforlinux under Ubuntu12.04: 1. uninstall the original input method, fcitx or ibus. For example, uninstall fcitx: sudoapt-getremovefcitx * (if you do not need to retain the configuration file, use purge) sudoapt-getautoremove... install Sogou Pinyin + install Sogou skin under Ubuntu
How to open a terminal and install SSH in Ubuntu
First, press ALT and then press f2 to open a runtime box and enter gnome-terminal. To install SSH, enter the following content in the command line. The result of sudo apt-Get install OpenSSH-server is as follows:
Klaus @ Ubuntu :~ $ Sudo apt-Get install OpenSSH-serv
Install Hadoop in standalone mode-(1) install and set up a virtual environment for hadoop StandaloneZookeeper
There are a lot of articles on how to install Hadoop in standalone mode on the network. Most of the articles that follow these steps fail, and many detours have been taken, but all the problems have been solved after all, by the way, you can record the co
Install JDK in RedHat 6.1 and redhat6.1 install jdk
I have been using Ubuntu for Hadoop learning. Recently, I need to deploy the production environment. The server is changed to RedHat. I also recorded the installation of JDK in RedHat 6.1, compare it with JDK 8 installed on Ubuntu 14.04.Download JDK
You can download it from the Oracle official website or through the command line.
$ wget -c http://download.
Install and use gulp and install and use gulp
Global install gulp (based on node): $ npm install -- global gulp
Enter the project folder, run npm init, fill in relevant parameters, and generate the package. json that records the configuration file information for future project migration.
Go to the project's folder a
Required software source package:Cmake-2.8.8.tar.gzMysql-5.5.25.tar.gz1. Install cmakeMySQL 5.5 and later versions have been replaced by the cmake tool./configure compilation and configuration method.Therefore, we must first compile and install the cmake tool in the system source code. The code is as follows:Copy code # Install the required dependency package
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.