Chinaunix首页 | 论坛 | 博客
  • 博客访问: 22297
  • 博文数量: 11
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 117
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-24 11:14
文章分类

全部博文(11)

文章存档

2013年(11)

我的朋友

发布时间:2013-12-31 15:43:54

有时候安装某个语言版本的linux,会出现类似下面的问题:locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory 这是需要运行locale.........【阅读全文】

阅读(634) | 评论(0) | 转发(0)

发布时间:2013-12-27 11:58:16

如果运行,返回进程id如果没有,打印信息此命令带一个参数,就是进程名字,比如httpd等首先用vi编辑一个文件到/home/username/bin,文件名叫pisrun,意思是process is running or not?#!/bin/bashif [ "$1" = "" ]; then  echo "please specify the process name"  exit 1fiPROCESS=$1PIDS=$(ps cax .........【阅读全文】

阅读(524) | 评论(0) | 转发(0)

发布时间:2013-12-25 22:32:19

有个链接不错:http://www.tecmint.com/linux-directory-structure-and-important-files-paths-explained/有趣是对/usr的结构,User System ResourcesEach of the above directory (which is a file, at the first place) contains important information, required for booting to device drivers, configuration .........【阅读全文】

阅读(412) | 评论(0) | 转发(0)

发布时间:2013-12-25 22:06:07

看到国外论坛上有讨论,认为:第一是CentOS,这是一个脱胎与REHL的版本,有点是稳定,很少crash,而且cPanel在CentOS上运行最稳定。缺点是发布周期比较长,所以如果想要用最新的技术,它不是最好的。第二是Debian,优点是稳定,而且部分桌面版和服务器版,发布周期也比较长,尽管没有CentOS那样长第三是Ubuntu,发布周期.........【阅读全文】

阅读(4257) | 评论(0) | 转发(0)

发布时间:2013-12-25 21:43:20

先来一个从unix到linux的演进图,可以看到Mac OS哦http://upload.wikimedia.org/wikipedia/commons/7/77/Unix_history-simple.svg再者,linux各个发行版本之间的关系是这样划分的:1 安装打包方式分类   dpkg (debian系,包括ubuntu),软件包管理器为APT(Advanced Packaging Tools)   rpm .........【阅读全文】

阅读(213) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册