1, first download a good Windows 2000 system ISO image files to the desktop, start Paralells Desktop virtual machine, new virtual machine.
2. If the parallels Desktop is not installed, please download parallels Desktop and install it first. If you have already installed parallels, run the parallels Desktop for Mac directly, and according to the Parallels Wizard, create a new virtual machine and choose Install
1 connect the Set-top box and the computer with a network cable, and set the set-top box IP so that both are in the same segment.2 Ping set-top box to see if Ping is on.3 adb connect back with Set-top box IP, no port number. To see if we can connect.4 Enter ADB device to find the set-top box devices, if a list of devices attached appears, 192.168.0.104 offline.It is resolved as follows:Workaround:ADB kill-serverADB start-serverADB remountADB devicesADB shellAfter executing the above commandRe-ex
Tags: install mysql with one click#!/bin/sh#一键安装单实例mysql#xiaogao 20190921#创建相关mysql用户Groupadd MySQLUseradd-s/sbin/nologin-g mysql-m MySQLTail-1/etc/passwd#安装mysql依赖库Yum-y Install Ncurses-devel#开启安装mysql, remember to upload the installation package to/home/lvnian/tools/first.cd/home/lvnian/tools/Tar zxf mysql-5.1.72.tar.gzCD mysql-5.1.72./configure \--prefix=/application/mysql5.1.72 \--with-unix-socket-path=
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 question:I don't think it's necessary to
Install PHP7 Alpha on Windows and Linux and install YAFPHP Technology widuu 2 months ago (06-15) 126 views 0 Comments Windows
1.windows on the installation php7 alpha only need to download from the official website http://windows.php.net/qa/and then directly configure it can, if you do not you can download the PHP Manager, directly configured on it. This time you need to test, open the Command Li
Install the computer system diagram and install the computer
I. Preparations for installing Windows 10 on a hard disk:1. First download the hard disk installation tool nt6 hdd installerNt6 hdd installer is a hard disk installation system tool. You can directly install the system in the existing system without using the optical drive or USB flash drive.
: Http: //
Install PHP7 Alpha on Windows and Linux and install YAF
Windows
1.windows Install PHP7 alpha only need to download from official website http://windows.php.net/qa/and then configure directly can, if you do not you can download PHP Manager, directly configured on it. This time you need to test, open the Command Line window, and then to your PHP7 directory,
This article describes the process of installing the AMQP extension to PHP under Linux, and a friend who needs to pay attention to it.
Installing Librabbitmq-c and Rabbitmq-codegen
# download version 0-9-1 rabbitmq-cgit clone GIT://GITHUB.COM/ALANXZ/RABBITMQ-C.GITCD rabbitmq-c# Enable and update the CodeGen git sub Modulegit submodule initgit submodule update# Configure, compile and Installautoreconf-i ./configure ; Make sudo make install
Installin
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
Centos6.8 install nginx (1) and centos6.8 install nginx
Here, we will record the installation of nginx in detail.
1. Install gcc-c ++ in yum:
yum install -y gcc gcc-c++ [enter]
2. Download required dependent libraries: zlib, openssl, and pcre
wget http://nginx.org/download/nginx-1.11.13.tar.gz [enter]wget https://www.o
Install Python2 and Python3 at the same time, install the third party package, always error hint Fatal error in launcher: Unable to create process using ‘"‘ , it may be the environment variable conflict.Workaround:
is to move up and down in the environment variable path to adjust the two "pythonx/scripts" positions to the first two bits (which version is used in front);
is to
If Ubuntu installs new software, it already has a Deb installation package (for example: Iptux.deb), but cannot log on to the desktop environment. How do I install it? The answer is: Use the dpkg command.The common format of the dpkg command is as follows:sudo dpkg-i iptux.deb# View details of the Iptux.deb package, including software name, version, and size (where-I is equivalent to--info)sudo dpkg-c iptux.deb# View the file structure included in the
Download Source: (Put in the/USR/LOCAL/SRC directory)To the official website http://www.mongodb.org/downloads Download source codeHTTPS://FASTDL.MONGODB.ORG/LINUX/MONGODB-LINUX-X86_64-2.2.7.TGZ (64-bit)Https://fastdl.mongodb.org/linux/mongodb-linux-i686-2.2.7.tgz (32-bit)Note: 32-bit system installation 32-bit, 64-bit system installed 64-bit!Install MongoDB
The code is as follows
Copy Code
#创建mongodb安装目录 Mkdir-pv/usr/loc
Note: In Ubuntu, MySQL only allows local access by default. If you want access from other machines, you need to change the etcmysqlmy. cnf configuration file! Lower
Note: In Ubuntu, MySQL only allows local access by default. If you want access from other machines, you need to change the/etc/mysql/my. cnf configuration file! Lower
Install MySQL
Sudo apt-get install mysql-server
This should be very simpl
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 chmod-R 755/home/software/tomcat command to obta
Install and use Windows Subversion and TortoiseSVN, and install tortoisesvn
Currently, popular version control tools include SVN, Git, and Mercurial (Hg ).SVN is divided into two types: server and client. The server is Subversion, and the client is TortoiseSVN.Download the installation files for Windows on the Internet, and follow the established installation steps.1. Create a version Library:To run the Sub
[Linux] install and configure JDK1.8 and install and configure jdk1.8.
Step 1:To download jdk in Linux, go to the (Official Website) to download the jdk Installation File;
View the number of Linux operating systems:
[Root @ localhost ~] # Getconf LONG_BIT
Since my Linux is 64-bit, I downloadedJdk-8u151-linux-x64.tar.gz
As shown in:
Step 2:New/Usr/javaFolderJdk-8u151-linux-x64.tar.gzPut it in this f
In ubuntu9.10, it is found that common software cannot be installed when the apt-Get install command is used, such as G ++. It seems that the log is too old for the source list, so on the website: http://ubuntu.srt.cn/find a group of source lists (9.10 is used if there is no 8.04 ):
deb http://ubuntu.srt.cn/ubuntu/ hardy main restricted universe multiversedeb http://ubuntu.srt.cn/ubuntu/ hardy-security main restricted universe multiversedeb http://ubu
Install MySQL
Sudo apt-get install mysql-server
This should be very simple, and I don't think there is much problem with the installation, so I will not talk about it much. Let's talk about the configuration below.
Configure MySQL
Note: In Ubuntu, MySQL only allows local access by default. If you want access from other machines, you need to change the/etc/mysql/my. cnf configuration file! Next we will step
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.