Install and deploy Glassfish in CentOS 7
GlassFish is a robust business-compatible application server that delivers product-level quality and is free for development, deployment, and redistribution.
Environment: CentOS7.2
Steps:
1. Deploy the JDK Environment
Bytes
# Mvjdk1.8.0 _ 91 // usr/local/jdk
# Vim/etc/profile. d/java. sh
# Cat/etc/profile. d/java. sh
JAVA_
/bin/mongodb.conf execreload=/bin/kill-shup $MAINPID execstop=/home/mongodb/bin/mongod-- shutdown--config/home/mongodb/bin/mongodb.conf privatetmp=true [install] wantedby=multi-user.target #为moNgodb.service Set permissions chmod754mongodb.service #设置开机启动 systemctl enable Mongodb.service #开启服务 Systemctl Restart Mongodb.service Note: If you have started after the installation of MongoDB, starting the service here may be an error, because Port 27017
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
Install JDK 7 in CentOS
: Http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html
1. Install JDK1.7.0After the download is complete, run the following command after obtaining the root permission:
[Root @ sea] # sudo rpm-ivh/directories/jd
Mode one, yum installation# yum Install git
installed through the Yum mode, version is older, CentOS6.5 installed on the 1.7.1 version. If you want to install the latest version or other version, you need to use the source code to compile the installation method.
Mode two, source package installation Step 1. Install dependent packages# yum
Installing the FTP server under CentOS 7 allows hosts in the LAN to have a site to share files with.Under the Linux system, VSFTP is a widely used FTP software, its features are small and light, safe and easy to use. At present, in the open-source operating system commonly used FTP software, in addition to vsftp, mainly proftpd, pureftpd and wu-ftpd and so on. This essay records the installation and configu
Install daemontools in CentOS 7
Daemontools is a tool used to manage Unix services. It provides a set of tools to manage a series of user processes. After a process is down for some reason, daemontools automatically restarts the process.
Note:
The managed process cannot run in the form of daemon. For example, nginx. conf must disable daemon and daemon off;Do not
Install, configure, and apply MySQL 5.7 in CentOS 7
MySQL 5.7 and earlier versions have some differences. The complete installation, configuration, and application process of MySQL 5.7 in CentOS 7 may be useful for beginners.The installation described in this article uses a
Build JEESZ distributed architecture 2 -- install Tomcat 7 (Environment preparation) and jeesztomcat7 in CentOs
Declaration: Because the runtime environment is based on the Linux system, some preliminary environment preparations are required before the framework is implemented.Many instances of Tomcat 7 are installed i
Install and configure the FTP server in CentOS 7
Install and configure the FTP server in CentOS 7.
Suppose we have the following requirements:
Path
Permission
Remarks
/Ftp/open
All staff of the company,
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,
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
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
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.