转到正文

存档

标签: Linux

fedora 

我姑且转之的,这件事儿让国人一宣传总有些悲凉的感觉…

原帖:http://www.linux-ren.org/modules/newbb/viewtopic.php?topic_id=56228

这有一个原文的地址:http://lists.fedoraproject.org/pipermail/announce/2010-August/002856.html

继续阅读

今天再搞虚拟机的时候,直接用安装了。装完之后,一看都配置好了,连menu.ls都有添加,于是高兴的重启了。重启之后,直接查看xm,竟然报错如下:

Internal : Could not obtain handle on privileged command interface (2 = No such file or directory)

后面还有一行,不过这个是通病。

谷歌之,又看到一堆瞎解释的,每次找东西都好像在垃圾场里找东西。不过还是有几位仁兄说的沾边,不过结论都是"你的CPU不能虚拟化"。

继续阅读

加起来折腾了一整天的,貌似是个好东西,大概说一下基本配置和注意问题。

以下内容以squid3.17为例。其中很多命令和参数都是凭印象写的,并不是当时的原始命令,所以大家要自己辨识打字错误,不过按照以下方法冷博客实操成功。仅供参考。

继续阅读

这周六日研究的笔记,下面图示很好的解释了一切,网上找的。

basic-lvm-volume

继续阅读

1.使用来安装
    # install   服务器软件包
    # install -chroot  安全考虑 用来将与OS分离出来 虚拟的根
    # install caching-nameserver 模板

继续阅读

今天看到/etc/文件中有如下内容:

eth0 pcnet32

其中啥意思,不太明白,查之,原来是给设备做备注的。开始也忘了查man,后来才知道啥意思,再查man,解释得很详细。

wildcard modulename
          This  allows  you  to  give  alternate  names  for  a  module.   For  example:  "  my-mod really_long_modulename"  means  you  can  use   "modprobe   my-mod"   instead   of   "modprobe really_long_modulename".    You   can  also  use  shell-style  wildcards,  so  "  my-mod* really_long_modulename" means that "modprobe my-mod-something" has the same effect.  You can’t have  aliases  to  other  aliases (that way lies madness), but aliases can have options, which will be added to any other options.

          Note that modules can also contain their own aliases, which you can see using modinfo.   These aliases  are  used as a last resort (ie. if there is no real module, install, remove, or command in the configuration).

继续阅读

转自采集站,就不写网址了

1.使用SecureCRT创建私钥和公钥.
SecureCRT:Quick Connect-> Authentiation -> Public Key -> Properties ->Create Identity File -> DSA/RSA -> Set Passphrase -> Done
这个时候在指定目录会生成两个文件,例如,私钥my_rsa和公钥my_rsa.pub
2.服务器上建立.目录,一般情况下,已经有这个目录
# mkdir /root/.
# chmod 700 /root/.

继续阅读

ubuntu-logo

使用了近两个月的ubuntu9.1,作为一个win盗版阵营的老用户我感受颇丰,今天做个小结。

继续阅读

 

由于RPM要手工处理繁琐的依赖关系,所以我们一般使用安装,不过也有他的缺点,就是网络速度影响安装进度。所以,我们把的源定位在本地光盘,就能兼顾RPM的本地安装和的自动依赖了。

继续阅读

这是我转 的一篇文章,由于重装系统,冷博客电脑里公司的远程桌面ip也丢了,今天没能试试,明天吧。

原作地址:http://blog.csdn.net/wzy0623/archive/2007/06/18/1656289.aspx

在罗嗦几句,由于文章年代久远,有些链接可能失效,冷博客近期会一一验证,再有就是我比较欣赏csdn的一些个人博客,有的水平确实高~

最后 他没说如何在ubutu安装,冷博客也会补上的

继续阅读