(Obsolete)Found SDK Platform Android 2.0.1, API 6, Revision 1 (Obsolete)Found SDK Platform Android 2.1, API 7, Revision 3Found SDK Platform Android 2.2, API 8, Revision 3.......................................................................3. Analyze the above content and find the update installation package related information in https://dl-ssl.google.com/android/repository/repository-8.xml .4. Download the XML file above to find the required version of the SDK update zip file name, plus the
Ubuntu server installed run the following commands. java code # Change to super user sudo su # Update your sources apt-get update # Upgrade your installed packages and force kernel upgrade apt-get dist-upgrade www.2cto.com ### Now reboot # # reboot # back to super user sudo su # Instal L Build tools apt-get install linux-headers-server build-essential #### Now you are ready to install VMWare tools. ### www.2cto.com # Mount the VMWare Tools cd iso (ma
This article describes how to install apache, php, and mysql. It also accelerates php with xcache and uses the AB command to test the pressure performance of php.
Install the LAMP \ Vsftpd \ Webmin \ phpMyAdmin service and settings in Ubuntu 13.04
Compile and install LAMP in CentOS 5.9 (Apache 2.2.44 + MySQL 5.6.10 + PHP 5.4.12)
Source code for Web server architecture in RedHat 5.4 build the LAMP environment and application PHPWind
Build a WEB Server Linux + Apache + MySQL + PHP in the LAMP sour
Ubuntu is usually installed on a hard disk, and grub4dos is used to boot to LiveCD. In fact, the new version of Wubi also provides similar functions. you can install Ubuntu on a simple hard disk with a slight exploitation. Use the virtual optical drive ubuntu9.10installation image (you must use virtual optical drive to run wubi.exe in it, select the first demonstration and full installation, select help me start from the disc, click Finish, the installation of the disc disk help tool appears, an
This article introduces four smart pointers of c ++, the last three of which are newly added in c ++ 11, and auto _ ptr has been discarded.
To compile c ++ 11, you must install g ++-4.8.
Sudo add-apt-repository ppa: ubuntu-toolchain-r/test
Sudo apt-get update
Sudo apt-get instal gcc-4.8
Sudo apt-get install g ++-4.8
Specify the standard during compilation:
G ++-4.8-std = c ++ 11
Auto_ptrFor details, refer to here
Auto_ptr is the first smart pointer a
Download Source: wget http://redis.googlecode.com/files/redis-2.8.19.tar.gz1, Decompression installation:wget http://download.redis.io/releases/redis-2.8.19.tar.gz tar xzf redis-2.8.19.tar.gz cd redis-2.8.19 make make instal L CP redis.conf/etc/Parameter description:When the make install command finishes executing, the executable is generated in the/usr/local/bin directory, respectively, Redis-server, REDIS-CLI, Redis-benchmark, Redis-check-aof, Redis
1. Installation Preparation(1) Download PHP packagehttp://cn2.php.net/downloads.php(2) Installing PHP# TAR-ZXVF Php-5.6.10.tar.gz# CD php-5.6.10#./configure--prefix=/usr/local/php--enable-fpm--enable-mbstring--with-mysql=/usr/local/mysql--with-apxs2=/usr /LOCAL/APACHE2/BIN/APXS #注意指定apache安装路径及 MySQL installation directory#--with-mysqli=/usr/local/mysql/bin/mysql_config# make# make instal# Make Clean #清除编译后文件# Make Distclean #彻底清除编译后文件If you are promp
package, copy the/install/folder in the upload to cover the Web files you downloaded.3. Download the discuz! from the official The utility/restore.php file inside the X3.2 installation package is placed in the/data/folder of your Web site file, which is used for database restore.Fourth step: Upload the Organized website file package to the new host space (the folder where the Web page information is placed)Recommended compression after the use of FTP upload, upload after the completion of the v
install ncurses-devel
If not found
# Yum list | grep ncurses
Select
# Yum instal ncurses-devel.XX.XX
Install libtool# Yum-y install libtool# Autoreconf -- force -- install# Libtoolize -- automake -- force# Automake -- force -- add-missing4.install mysql-5.1.58.tar.gzCreate a mysql directory# Mkdir/usr/local/mysqlDecompress the file to the current directory.# Tar-xzvf mysql-5.1.58.tar.gzMove files to/usr/src/mysql# Music mysql-5.1.58/usr/src/mysqlTo
, 10 digits
Expiration date = yyyymmdd, usually "99991231"
License key = license key, 24 chars
1. Create a user. Users with SAP_ALL permissions must be used, for example, my user is DEV;
2. log on to the user with the SAP_ALL permission (such as DEV), run the transaction SLICENSE, or open it through the menu. Path: "Tools → System Management → SLICENSE-SAP license" (open window 3 );
3. Press F6 or Install New License to open the New LCENSE installation window (window 2 );
4. Run zapgui.exe (Wi
I tried to install Ubuntu7.10 on Vmware, and the installation was completed successfully. However, I encountered some problems in the VMTOOLS step. I found a prompt in the Ubuntu Chinese forum, but I wrote it a little simple. I have no Linux experience, so it is difficult to complete it smoothly. After prompts and exploration in the post, the installation was successful. I use VMwareWorkstation6.0, which is easy to set. The method is as follows: 1. The VM is fully installed -->
note before packaging.Fifth Step: Domain name resolution and space bound domain nameEnter the domain name Control Panel to resolve the domain name to your new virtual host IP, and then bind the domain name into the virtual host space.Sixth step: Reinstall DiscuzHTTP//Your domain name/instal/to install, fill in your new virtual host database name and user name and database password, note that the database table prefix and the same as before, generally
$./Testc
Hello Ubuntu!
2. Install gtkSudo apt-get install vim # Use vim to write code. Of course, you can use any editor you like.
Sudo apt-get install build-essential # This will install gcc/g/gdb/make and other basic programming tools
Sudo apt-get install gnome-core-devel # This will install libgtk2.0-dev libglib2.0-dev and other development-related library files
Sudo apt-get install pkg-config # used to automatically find the header file and library file location when compiling the GTK Progra
Compile nginxphpmysql from the source code -- install mysql5.6.24
There are many installation tutorials on mysql5.6 on the Internet, but I always encounter various problems when installing them according to their tutorial, but the author did not point out the solution, refer to everyone's process, and finally install successfully. Record it!
1. Download The MySQL5.6 source code package and decompress it to/home/cg/my/myapp.
2 mysql versions later than mysql 5.5 do not use./configure, but cmake,
install the software yourself. Fortunately, it is already connected to the network, so it is much easier for others. To facilitate installation, you need to switch to the root user. In addition, the ISO file must be attached to the virtual Optical Drive.
1) Update
Apt-get update
2) install gcc
Apt-get install gcc
3) Install ssh, Which is started by default after installation, so that you can access Ubuntu through SecureCRT. This is my main purpose.
Apt-get install openssh-server openssh-client
我的系统是CentOS-7,Nginx的源码可以在官网下载,网址为:http://nginx.org/en/download.html,我下载了目前的最新版本nginx-1.9.3.tar.gz 下载后,解压缩,然后还需要安装一些必要的软件才能够编译
(1) GCC compilersThe GCC compiler is a prerequisite for compiling the program. Installing with Yum instal-y gcc(2) Pcre LibraryThe Pcre library is a library of functions that supports positive expressions, and if you use regular expressions in nginx.conf, you must compile the library into Nginx at compile time, because the Ng
As a Linux program developers, must have encountered makefile, with make command to compile their own written program is indeed very convenient. In general, it is not easy to write a simple makefile by hand, if you want to write a makefile that conforms to the free software practice. In this article, we'll show you how to use the autoconf and automake two tools to help us automatically generate makefile that conform to free software practices, so that you can use the "./configure", "make", and "
This article uses the old boy teacher's book-with the old boy to learn Http://www.php.cn/wiki/1497.html "target=" _blank ">linux Yun Koriyuki the Web cluster actual combat installation step, because the environment uses the nginx+php, So when compiling PHP, use the FPM mode, must be turned on:--enable-fpm.
1. Environment preparation
# wget-o/etc/yum.repos.d/centos-base.repo # wget-o/etc/yum.repos.d/epel.repo # yum Install Zlib-devel Libxml2-devel libjpeg-devel libjpeg-turbo-devel libiconv-dev
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.