Ubuntu安装Jenkins
【安装JAVA】
使用ppa/源方式安装
1.添加ppa sudo add-apt-repository ppa:webupd8team/java sudo apt-get update 2.安装oracle-java-inRead More…
【安装JAVA】
使用ppa/源方式安装
1.添加ppa sudo add-apt-repository ppa:webupd8team/java sudo apt-get update 2.安装oracle-java-inRead More…
安装nginx
sudo apt-get install nginx
Ubuntu安装之后的文件结构大致为: 所有的配置文件都在/etc/nginx下,并且每个Read More…
使用route命令(添加临时路由)
添加到主机的路由
# route add -host 192.168.1.123 dev eth0 # route add -host 192.168.1.123 gw 1Read More…
【故障现象】 start: Job failed to start
invoke-rc.d: initscript mysql, action “start” failed.
dpkg: error processing mysql-server-5.5 (–cRead More…
【故障现象】 The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
Read More…
Instructions
sudo apt-get install xl2tpd openswan ppp IPSec / Openswan
In the /etc/ipsec.conf file copy:
config setup nat_traversal=yes Read More…
安装软件包 sudo apt-get install xl2tpd openswan ppp IPSec / Openswan
打开 /etc/ipsec.conf 文件,做如下配置: config setupRead More…
1.安装LAMP环境 1.1 安装Apache2 1.2 安装MySQL5 1.3 安装PHP5 1.4 安装phpMyAdmin 2.初始化数据库 3.下载并Read More…