Open VMwareSelect Install LaterCustom InstallationThe niche is a 64-bit CentOS installation.Set the name and installation location for the virtual machineSet up the virtual machine to hit the processor and allocate memory (ORACLE12G I recommend more than 2G of memory)Network type select host mode onlyCreate a new virtual disk as recommendedThe disk size is set to 40G, not too small, and there will be errors
Install jdk in centos 6.5 and jdk in centosInstall jdk in linux1. Download the linux jdk version:Jdk-6u1-linux-i5862. Transfer the jdk file to the server/usr/local/jdk [the usr non-internal program and the program outside the command are installed in this directory] Directory,[No jdk directory to create one: mkdir jdk] send the file here3. Enter the usr/local/jdk directory and enter the command:Sh jdk-6u1-l
Step is relatively simple
The main is to record the implementation of the process of the memo.
More detailed tutorial: http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/ 00137583770360579bc4b458f044ce7afed3df579123eca000
CentOS Yum source does not have git and can only compile and install itself
Ensure that the dependent packages are installed
Use yum in centos to install mysql and centosyum to install mysql
Speaking of databases, we mostly think of relational databases, such as mysql, oracle, and sqlserver. These database software is very convenient to install on windows. If you want to install a database on Linu
Tags: KVM network-bound bridge post CentOS virtual machine performance LogDon't try, this problem is not resolved, already using VMware installed a layer of virtual machine, and then installed in the KVM, the network level has changed, even if the network bridge is not configured to surf the Internet.But try it this way, it doesn't have to be successful: Bind VMware's virtual machine to another physical NIC, and then configure it properly.Outside the
Clam Antivirus is an anti-virus software package used on Unix-like systems. It is mainly used in the mail server and uses multi-threaded background operations to automatically upgrade the virus database.
Clam AntiVirus (ClamAV) is a free and open-source antivirus software. Updates to the software and virus code are released by the community for free. Currently, ClamAV is mainly used on email servers set up by Linux, FreeBSD, and other UNIX-like systems to provide virus scanning services for em
Mozilla is not only a good browser, but also a very good Flash Player, especially its support for Chinese can save a lot of trouble, as shown in figure 1. In red hat, mollzia is the default browser. to enable it to play flash animation, you must install a Linux Mozilla plug-in.
1. Download the Linux Mozilla plug-in
Download URL:
Http://www.macromedia.com/shockwave/download/alternates/
Select a version.
2.
Install tomcat in linux (centos) (use shell scripts to install tomcat as a service)1. Download tomcatDownload the linuxlinuxversion (tar.gz) from http://tomcat.apache.org/download-70.cgi)2. decompress, upload, and grant permissionsDecompress the package, use WinSCP to upload the decompressed installation file to the/home/software/tomcat directory, and use the chm
This article takes the installation and configuration of a hadoop cluster composed of three machines as an example.
The information of the three machines is as follows:
Hostname role IP Address
DC01 mast 192.168.68.57
Dc02 slave 192.168.68.58
Dc03 slave 192.168.68.59
The username is root.
1: Install jdk1.6 and configure the Java environment. For details, refer: Install JDK in Tomcat 7 on cento
Python version to 2.7.x or above, if Python is not installed execute the following command installation:
wget https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz (或者通过其他方式下载后放在某个路径下)
tar -zxvf Python-2.7.8.tgz
cd Python-2.7.8
./configure
make
sudo make install
1. Install Pip (1) curl "https://bootstrap.pypa.io/get-pip.py" -o "pip-install.py"(2)sudo python pip-install.pyIf you are prompt
vagrant can use the command line to quickly build Linux systems to achieve synchronization of development environments.
Step
Preparation Tool installation VirtualBox installation vagrant Download box system Mirror http://www.vagrantbox.es/(recommend a foreigner integrated development environment, website introduction HTTPS ://box.scotch.io/, I used the command line to download too much failure, so crawl to url:https://atlas.hashicorp.com/scotch/boxes/box/versions/2.5/providers/ Virtualbox.box
Install zookeeper-3.4.9 service on CentOS7, centos install zookeeper
Install zookeeper-3.4.9 services on CentOS7 1, create the/usr/local/services/zookeeper Folder: mkdir-p/usr/local/services/zookeeper2, go to the/usr/local/services/zookeeper Directory: cd/usr/local/services/zookeeper3, download zookeeper-3.4.9.tar.gz:
create new databases, tables, or users.
This is our tutorial on installing and configuring MariaDB. If you have any questions or questions, refer to the comment box below.
For more MariaDB tutorials, see the following:
Install Nginx, MariaDB, and HHVM on Ubuntu 16.04 LTS to run WordPress
Install MariaDB in Ubuntu 16.04 Dockerfile
Linux Tutorial: How to check the
Port (3306) on Iptables Firewall (as root user again) 1. Fedora 25/24/23 and centos/red Hat (RHEL) 7.31.1 Add New Rule to Firewalldbashfirewall-cmd --permanent --zone=public --add-service=mysql## OR ##firewall-cmd --permanent --zone=public --add --port=3306/tcp1.2 Restart Firewalld.servicebashsystemctl restart firewalld.service2. Centos/red Hat (RHEL) 6.8/5.112.1 edit/etc/sysconfig/iptables File:bashnano -
Install tomcat in linux (centos) (use shell scripts to install tomcat as a service) and centostomcat1. Download tomcatDownload the linuxlinuxversion (tar.gz) from http://tomcat.apache.org/download-70.cgi)2. decompress, upload, and grant permissionsDecompress the package, use WinSCP to upload the decompressed installation file to the/home/software/tomcat directory
:[[email protected] local] # chown-r Mysql:mysql mysql/[[email protected] local] #/etc/init.d/mysqld Restarterror! MySQL server PID file could not being found!Starting MySQL ..... success!3, the login was unsuccessful because the service did not start.[[email protected] mysql-5.7.13] # Cat/root/.mysql_secret# Password set for user ' [e-mail protected] ' at 2016-06-26 02:48:47: Jidfmi%5kak[[email protected] mysql-5.7.13] #./bin/mysql-uroot-pEnter Password:ERROR 2002 (HY000): Can ' t connect to lo
How to install MariaDB 10 on CentOS 7 and related configurations
How to install MariaDB 10 on CentOS 7 and related configurations
Step 1: Add MariaDB yum Repository
Add the MariaDB yum configuration file MariaDB. repo in the/etc/YUM. repos. d/directory of the CentOS operatin
Original Install Apache, PHP and MySQL on CentOS 7 (LAMP)This tutorial shows how can I install an Apache2 webserver on a CentOS 7.0 server with PHP5 Support (mod_php) and MySQL Support. LAMP is short for Linux, Apache,mysql, PHP.1 Preliminary NoteThe tutorial I use the hostname server1.example.com with the IP address 1
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.