is actually to move the startup script a position: CP Support-files/mysql.server/etc/init.d/mysql Register for Boot: See if you added success: 8. Start the MySQL service: Service MySQL Start 9. Use To view the root user's current password for MySQL: Cat /root/.mysql_secret Log in to MySQL: Mysql-uroot-p Then enter the password you found in the previous step. Change Password to QW12QW12: 1, change password with mysql command: Alter user'Root'@'localhost'identified by ' Qw12qw12 '; 2, update
CentOS-7 install OpenOffice
Note: you can download the installation package from the official website.
1. Decompress the installation package Tar zxf Apache_OpenOffice_4.1.5_Linux_x86-64_install-rpm_zh-CN.tar.gz 2. Install
Go to the extracted directory.
Run the following command:
First tell me about my failure experience, environment:Parallel Desktop, CentOS 7. After the system is installed, the installation instructions for the parallels Tools graphical interface are successful and cannot be accessed on the desktop after a reboot. The same is true for command installation! Online to find a variety of solutions are failures, fortunately with the snapshot function, save to reinstall
Install TFTP server in CentOS 7
I. Introduction
TFTP (Trivial File Transfer Protocol, simple File Transfer Protocol )), it is a Protocol implemented based on UDP port 69 for simple file transmission between the client and the server to provide file transmission services that are not complex, costly, and complex. The TFTP protocol is designed for small file transf
1. Download tomcat8.5 and Unzip2. Copy the extracted files to the USR directory3. Execution:/usr/tomcat8.5/bin/startup.sh If the prompt permission is insufficient, execute:chmod +x/usr/tomcat8.5/bin/startup.sh4. Port settings:Firewall-cmd--permanent--zone=public--add-port=8080/tcpFirewall-cmd--permanent--zone=public--add-port=8080/udp5. Restart the firewall:Firewall-cmd--reload6, in the browser execution: 192.168.1.xx:8080 Determine whether the boot is normal7, Close:/usr/tomcat8.5/bin/shutdown.
Install the Mind Map software XMind in centos 7
1. log onto the xmind official website, download the deb installation package: http://www.xmind.net/download/linux/
2. decompress the Deb package and get two archive files: data.tar.gz and control.tar.gz.
3. decompress data.tar.gz To Get A usr folder, copy the lib/xmind folder under this folder to the/opt/folder,
Some time ago I put a friend to help the ubuntu15.10 to play bad =. = Although later on on another computer successfully installed the ubuntu16.04 and Win7 dual system, but ... This computer also has to be installed in a separate system to compare. Not empty. So decided to play a centOS7 (smile).The computer is configured as follows:Then start preparing to install CentOS:(The following lists only the order
Run the RPM package to install MySQL 5.7.9 in Centos 7.
Record the installation tutorials for MySQL 5.7.9.
Environment Introduction:
Operating System: Centos 7.1
Mysql database version: mysql5.7.9
Mysql Official Website: http://www.mysql.com
1. Before installing the new mysql version, we need to uninstall the mariadb-l
Compile and install mysql 5.6 and centosmysql in centos 7
To install a centos 7 Virtual Machine locally, first install the environment and select mysql 5.6. The installation process is
create the. htaccess file: Touch/data/www/default/wordpress/.htaccess edit the. htaccess file: vim/data/www/default/ Wordpress/.htaccess See if you have the following content, do not add yourself, it is possible that the site will be automatically generated.
rewriteengine onrewritebase/wordpress/rewriterule ^index\.php$-[L]rewritecond%{request_filename}!- Frewritecond%{request_filename}!-drewriterule. /wordpress/index.php [L]
Modify the. htaccess file permissions: chmod 664/data
Install JDK 7 in centos
1 JDK Introduction
JDK (Java Development Kit, Java development kit, and Java development tools) is a program development environment for writing Java applets and applications. JDK includes the complete JRE (Java Runtime Environment, Java Runtime Environment ).
2 installation instructions
Operating System: centos6.4 64-bit
Software: jdk-7u
Install mysql 5.7.18 and centos5.7.18 using the rpm package in CentOS 7
I have been using MySQL recently. I have installed and written mysql in mysql-Linux using other methods. This time I installed MySQL in rpm format. I tried it and felt that this installation mode was relatively simple.
Uninstall MariaDB
MariaDB is installed on centos7 by default instead of my
By default, ntfs3g is not available in the CentOS Source. to add ntfs support, you can download, compile, and install ntfs3g by yourself or add the source yum for installation. Yesterday, CentOS7 was re-installed. it is easy to install CentOS7 by adding the aliyun epel source to yum. 1. add source wget-O/etc/yum. repos. d/epel. repohttp: // mirrors.aliyun.com/rep
Install Kafka on CentOS 7Introduction
Kafka is a high-throughput distributed publish/subscribe message system. It can replace traditional message queues for decoupling Data Processing and caching unprocessed messages. It also has a higher throughput, it supports partitioning, multiple copies, and redundancy, and is widely used in large-scale message data processing applications. Kafka supports Java and clie
Using Virtualbox+vagrant to install the CentOS 7 environment on Windows, you need to install the VirtualBox and vagrant Tools, and download a box image file for CentOS 7.
First, install
Install sublimetext3 on CentOS 7
Download sublime_text_3_build_3126_x64.tar.bz2 from the Internet
Path: https://download.sublimetext.com/sublime_text_3_build_3126_x64.tar.bz2
After the download, upload the package to CentOs.
I put sublimetext3 IN THE/opt directory.
Decompress the file:
The subsequent file
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.