上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页

2016年11月16日

molokai

摘要: git clone https://github.com/windy/ruby-vimrc.git~/.vim/colors/ 阅读全文

posted @ 2016-11-16 21:43 Alex0111 阅读(314) 评论(0) 推荐(0)

2016年9月13日

banwagon vps装wordpress

摘要: http://www.banwagong.com/213.html http://www.banwagong.com/225.html http://www.banwagong.com/230.html 阅读全文

posted @ 2016-09-13 16:40 Alex0111 阅读(207) 评论(0) 推荐(0)

一个命令安装lnmp

摘要: 安装LNMP执行:wget -c http://soft.vpser.net/lnmp/lnmp1.3-full.tar.gz && tar zxf lnmp1.3-full.tar.gz && cd lnmp1.3-full && ./install.sh lnmp 网址:http://lnmp. 阅读全文

posted @ 2016-09-13 16:11 Alex0111 阅读(151) 评论(0) 推荐(0)

2016年9月6日

用sudo 运行命令的时候,环境变量用的是super用户的环境变量

摘要: 比如今天在~/.bashrc设置了JAVA_HOME, 而sudo运行命令的时候却显示没有设置可用的JAVA_HOME 阅读全文

posted @ 2016-09-06 19:46 Alex0111 阅读(296) 评论(0) 推荐(0)

2016年8月4日

vagrant boxes

摘要: vagrant box add hashicorp/precise64 阅读全文

posted @ 2016-08-04 15:17 Alex0111 阅读(118) 评论(0) 推荐(0)

2016年7月26日

noone is not in the sudoers file ubuntu

摘要: Login as root or su to get root prompt type visudo an editor will open find a line says root ALL=(ALL) ALL add one with your username below that user 阅读全文

posted @ 2016-07-26 10:42 Alex0111 阅读(151) 评论(0) 推荐(0)

2016年7月20日

apt-get 0%

摘要: 错误如下: www.2cto.com 使用apt-get命令安装软件时出现“0%[正在等待报头]“的提示且无法继续安装,一般出现此问题是因为安装过程中Ctrl+C强行中断或其它原因导致上一次安装没有正常完成导致的。如下方法可以解决: 1、终端下切换路径到/var/cache/apt/archives 阅读全文

posted @ 2016-07-20 15:15 Alex0111 阅读(295) 评论(0) 推荐(0)

无法获得锁 /var/lib/apt/lists/lock - open (11 资源临时不可用)

摘要: 具体如下: 1、ps-aux 查出apt-get进程的PID,通常是一个四位数字。 2、用sudo kill PID代码 杀死进程 3、用sudo apt-get update,sudo apt-get dist-upgrade升级。 方法一: 执行一下 sudo dpkg --configure 阅读全文

posted @ 2016-07-20 15:02 Alex0111 阅读(766) 评论(0) 推荐(0)

2016年7月8日

Linux Shell中的特殊符号和含义简明总结(包含了绝大部份)

摘要: case语句适用于需要进行多重分支的应用情况。 case分支语句的格式如下: case $变量名 in 模式1) 命令序列1 ;; 模式2) 命令序列2 ;; *) 默认执行的命令序列 ;; esac Linux Shell中的特殊符号和含义简明总结(包含了绝大部份)_linux shell_脚本之 阅读全文

posted @ 2016-07-08 11:43 Alex0111 阅读(1146) 评论(0) 推荐(0)

2016年6月29日

ubuntu装openVPN会遇到的问题

摘要: 与Windows系统相比,Linux下安装OpenVPN的过程就显得有点曲折。 如果你使用的是Ubuntu系统,你可以直接使用命令sudo apt-get install -y openvpn来安装OpenVPN。 不过使用该命令安装的OpenVPN一般都不是最新版本,如果你想手动安装最新版本的Op 阅读全文

posted @ 2016-06-29 16:26 Alex0111 阅读(201) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页

导航