A brief discussion on software source core architecture design

巴扎黑
Release: 2017-06-10 13:31:55
Original
1524 people have browsed it

Function description: Automatically detect the system and update the source. Applicable systems: Compatible with all Linux versions online. Usage: Upload to ECS and execute the command as root: bash update_source.sh Applicable scenario: One-click detection of the system and updating the source. Users only need to execute the script once to automatically detect the system and update the source. Note: Since system versions have support cycles, some sources may be unavailable, including official sources. This is normal. Script download: The update_source.tgz script can be placed in any directory of ECS, and then execute the following command: chmod +x update_source.sh sh update_source.sh

1. Detailed explanation of Linux software source automation Configuration tool

A brief discussion on software source core architecture design

Introduction: Function description: Automatically detect the system and update the source. Applicable systems: Compatible with all Linux versions online. Usage: Upload to ECS and execute the command as root: bash u

2. Use apt-get install under ubuntu to install the PHP extension libraries mcrypt, curl, and gd

A brief discussion on software source core architecture design

Introduction: Ubuntu’s software package download and installation tool: apt-get is very easy to use, and Ubuntu’s The software source provides most commonly used software packages, so it is very simple to install PHP extension libraries mcrypt, curl and gd libraries under Ubuntu. Enter the following command to complete it automatically (the following installation prerequisite is that PHP5 is installed on the system):

3. Installation and basic configuration of nginx, and multiple domain name services

Introduction:: nginx installation And basic configuration, and multiple domain name services: centos6.x yum does not have nginx software package by default Installation method: Go to the nginx download page http://nginx.org/en/linux_packages.html#stable and copy the nginx software source installation package of CENTOS 6 Run the command: wget http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el

4. Detailed explanation of how to change software sources using Python's package manager pip

Introduction: Like other package management tools, pip often encounters transmission difficulties when used in China. , then let’s introduce the detailed method of changing software sources using Python’s package manager pip:

5. Installing JDK+TOMCAT+MYSQL under Ubuntu

A brief discussion on software source core architecture design

Introduction: Click Ubuntu's system=gt; System Management=gt; Synaptic Package Manager to search for the jdk mysql key word, select the software source to be installed in the search list: Configure ~/.bashrc

6. CMake installs MySQL 5.5

A brief discussion on software source core architecture design

Introduction: OS: ORACLE LINUX SERVER _64 6.3 Software source code package storage location /usr/local/src source code package compilation and installation location (prefix) / usr/local/database file location:

7. nginx,uwsgi,web.py,memcached environment construction

Introduction: Install from the cleanest environment? vim tmux mysql nginx uwsgi pylibmc If there is a newer version in the source, you can install it directly with yum. The more useful instructions in yum include yum install, software name installation software, yum search, and name query. Software information yum info name search software source related information yum install vim ?Text

8. ubuntu14.04 installation MySQL

A brief discussion on software source core architecture design

Introduction: I started to install MySQL today. I originally went to the official website to download the installation package, but it didn’t work after installation. I guess it needs to be configured. I searched a lot of information on the Internet, but it still failed. So I have to install it in the software source, which saves a lot of unnecessary trouble. zhiniaobu@telunsu-K55VD:~$ sudo apt-get install mysql-server

9. linux: Are the software sources of centos yum so old?

Introduction: For example, the latest stable version of PHP is version 5.6, but the source of yum is still 5.4. Similarly, the latest stable version of redis is 3.0.2 but the source of yum is The source is still 2.8.19. How to set up the latest source of yum?

10. Build a Tengine+HHVM environment on the server to run WordPress

Introduction: System environment Alibaba Cloud 1 core+ 512M memory Ubuntu 12.04 64-bit WordPress 3.9 Modify the system software source reference http://mirrors.aliyun.com/help/ubuntu deb http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse deb http://mirrors .aliyun.com/ubuntu/ pr

【Related Q&A recommendations】:

fedora - The update source command under Linux always points to the same IP, what is the reason?

What are the software sources for ubuntu 15 in China?

linux - Using usbip under ubuntu 14.04

ubuntu - How does linux find the software installation package through the software source?

opensuse - Can suse use centos software sources?

The above is the detailed content of A brief discussion on software source core architecture design. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!