Ubuntu 14.04,如果已经通过 ppa 的方式安装了 MySQL 5.6,所以首先得去掉这个源。 sudo apt-add-repository --remove ppa:ondrej/mysql-5.6 # 如果没有 apt-add-repository 先安装上 # sudo apt-get install software-properties-common 手工删除的话可以去 /e...
更改系统语言设置 dpkg-reconfigure locales 更改软件开机自启动设置 sysv-rc-conf apt-get install sysv-rc-conf 设置开机自动启动 systemctl enable nginx.service 停止开机自动启动 systemctl disable nginx.service 解决debian 终端命令行无法自动补全 1).安装命令补全:...
MongoDB (named from “huMONGOus“) is a full flexible index support and rich queries database. Its is a NoSQL database. MongoDB provides large media storage with GridFS. MongoDB 3.2 introduces new stora...
1. 添加 Java 8 PPA源 编辑一个新的ppa文件: $ sudo vim /etc/apt/sources.list.d/Java-8-debian.list 往文件中添加以下内容: deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main deb-src http://ppa.launchpad.net/webup...
sudo apt-get install -y language-pack-en-base sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php sudo add-apt-repository ppa:ondrej/php sudo apt-get update apt-cache search php5 sudo apt-get in...
此脚本主要是针对 pip python 或者 easy_install 安装 的supervisor , apt-get 安装的不需要会自动生成 ,其实这个就是apt-get 安装生成的。 不过注意一件事 pip python 或者 easy_install 安装 的supervisor 在 /usr/local/bin 为了适应此脚本需要做一个软连接到 /usr...
django 部署,gunicorn、virtualenv、nginx 1. Update Your System apt-get update apt-get upgrade apt-get install aptitude 2. Install and create application database 这个我没...
1. sudo aptitude purge `dpkg -l | grep php| awk '{print $2}' |tr "\n" " "` 查询卸载已安装PHP 2. sudo add-apt-repository ppa:ondrej/php 3. sudo apt-get update sudo apt-get install php5.6
Debain 8 阿里源 deb http://mirrors.aliyun.com/debian/ jessie main non-free contrib deb http://mirrors.aliyun.com/debian/ jessie-proposed-updates main non-free contrib deb-src http://mirrors.aliyun.com/de...