
ubuntu
张征宇
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu分区方案归总
一、各文件及文件夹的定义/bin:bin是binary(二进制)的缩写。存放必要的命令 存放增加的用户程序。 /bin分区,存放标准系统实用程序。/boot:这里存放的是启动LINUX时使用的一些核心文件。存放内核以及启动所需的文件等/dev:dev是device(设备)的缩写。存放设备文件.这个目录下是所有LINUX的外部设备,其功能类似DOS下的.sys和Win下的.vxd。转载 2013-07-07 00:01:55 · 777 阅读 · 0 评论 -
vim基本命令
1.vim#在命令行中输入vim,进入vim编辑器2.i#按一下i键,下端显示 --INSERT--#插入命令,在vim中可能任意字符都有作用3.Esc#退出i(插入)命令进行其它命令使用4.:r filename#读入一个文件内容,并写入到当前编辑器中5.:w newfilename#将该编辑器中的内容写入到一个新文件中6.:w转载 2013-07-09 23:31:42 · 380 阅读 · 0 评论 -
此仓库未被更新,仍然使用以前的索引文件。GPG
我这两天使用Ubuntu12.04更新软件时出现了以下的错误:从网找到有网如写了下面的东西:代码:W: 校验签名出错。此仓库未被更新,仍然使用以前的索引文件。GPG 错误:http://extras.ubuntu.com precise Release: 下列签名无效: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Auto转载 2013-09-30 23:54:22 · 2448 阅读 · 0 评论 -
从源码安装apache ( intall apache2 from source)
#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error: APR not found . Please read the documentation.可以用./configure –help | grep apr 查看帮助。--with-included-apr Use转载 2013-09-17 22:01:22 · 609 阅读 · 0 评论 -
三步搞定ssh无密码登录
You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article.ssh-keygen creates the public and private keys. ss翻译 2013-10-27 21:59:41 · 664 阅读 · 0 评论