首页    
>>More
登录
用户名 
密   码 
 
日志分类
最新日志
最新评论
存档
    搜索
    链接
    CPU Flags 详细说明  -   [Linux] -  []
    2008-07-08
    来源:http://boincfaq.mundayweb.com/index.php?language=1&view=176

    通过 $ less /proc/cpuinfo 可以查看 CPU 的一些参数,具体的参数解释如下: - 3DNOW
    A multimedia extension created by AMD for its processors, based on MMX.

    - 3DNOWEXT
    3DNOW Ex...
    xnming 发表于 13:16  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    使用 yum 管理软件  -   [Linux] -  [CentOS yum package ]
    2008-05-02
    #####
    # 使用 yum 管理软件
    #################

    原文:http://mirror.centos.org/centos/4/docs/html/yum/index.html
    适用于 CentOS

    su -c 'yum install tsclient'
    su -c 'yum groupinstall "MySQL Database"'

    su -c '...
    xnming 发表于 17:27  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    ESX SERVER 3 NTP Configuration  -   [ESX] -  [ESX NTP Configuration ]
    2008-03-26
    SSH 登陆到服务器service console 后,切换到 root 用户,

    [root@blade13 root]# esxcfg-firewall --enableService ntpClient # 在防火墙上设置允许
         # 这一步只有 ESX 3.0 以上版本才需要
    [root@blade13 root]# cp /etc/ntp.conf /etc/ntp.conf.bk&n...
    xnming 发表于 14:31  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    如何准备 ConfigMgr 2007 认证考试  -   [SMS & SCCM] -  [ConfigMgr 2007 Exam 70-401 ]
    2008-03-19
    2008年3月,微软新推出了 ConfigMgr 2007 的认证考试,对应 Exam 70-401,通过考试将获得 MCTS 认证 (Technical Specialist)。

    官方网址:http://www.microsoft.com/learning/exams/70-401.mspx

    Microsoft online resources•Product information: Visit the System Center Opera...
    xnming 发表于 15:05  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    ConfigMgr 2007 培训课程表  -   [SMS & SCCM] -  [ConfigMgr 2007 Course 70-401 ]
    2008-03-19
    ConfigMgr 2007 对应认证考试为 70-401,通过认证考试后获得 MCTS 认证。原文:http://www.microsoft.com/learning/syllabi/en-us/6451afinal.mspxPrerequisites
    Before attending this course, students must have:
    • A base-level understanding of Systems Management Server 2...
    xnming 发表于 14:41  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    FreeBSD 7.0 VMware Image Available  -   [FreeBSD] -  [Freebsd VMware ZFS ]
    2008-03-19
    FreeBSD 7.0 发布了,最大的一个特性是增加了对 SUN 的 ZFS 文件系统的支持。Greg Larkin 为我们提供了一个 FreeBSD 7.0 的 VMware image,这样大家就可以无痛体验 FreeBSD 的新特性啦!!都来尝试一下吧!VMware Image 文件下载地址:http://torrents.sourcehosting.net:10692/torrents/FreeBSD_7.0_VMware.zip.torrent?BA9886D479184512A1B428...
    xnming 发表于 08:32  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    ZFS Best Practices Guide (ZFS 最佳实践指南)  -   [FreeBSD] -  [ZFS Best Practices Guide FreeBSD ]
    2008-03-17
    FreeBSD 7.0 已经可以支持 ZFS 文件系统了,不过还处于测试阶段,不推荐用于生产环境。

    推荐阅读 ZFS 最佳实践指南:http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide

    xnming 发表于 09:53  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    FreeBSD IP 配置总结  -   [FreeBSD] -  [FreeBSD IP configure DHCP Manual ]
    2008-03-07
    #####
    # 手工指定的方式
    ################################

    # ipconfig fxp0 192.168.8.33/24     # 添加网卡ip
    # route add default 192.168.8.1     # 添加路由(也可理解为网关)
    立即生效,但是重启后失效。

    如何重启后仍然保持呢...
    xnming 发表于 14:54  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    Workgroup 环境在 ConfigMgr 2007 中的限制  -   [SMS & SCCM] -  [ConfigMgr Workgroup Client Push AD ]
    2008-03-07
    引用:http://blogs.technet.com/smsandmom/archive/2008/03/06/configmgr-2007-client-push-installation-method-in-a-workgroup.aspx

    ConfigMgr 2007 是不支持在 workgroup 环境下的 Client push 方式安装的。

    其他在工作组环境的限制有:

    1. Workgoup clients 不能使用 A...
    xnming 发表于 14:50  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    FreeBSD 7.0 稳定版发布啦!!  -   [FreeBSD] -  [FreeBSD 7.0 Release Stable ]
    2008-02-27
    让人久等,令人期待的 FreeBSD 7.0 稳定版发布啦!!!
    FTP 下载:ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/7.0/
    BT 方式下载:http://torrents.freebsd.org:8080/

    FreeBSD 7.0-RELEASE Release Notes:http://www.freebsd.org/releases/7.0R/relnotes.html
    What...
    xnming 发表于 20:23  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    What's new for SCCM 2007 R2?  -   [SMS & SCCM] -  [SCCM 2007 R2 ]
    2008-02-23
    Application Virtualization Management support Forefront Client Security Integration SQL REporting Services Reporting - Allows you to report on ConfigMan activity using Reporting Services Client Status Reporting that provides a set of tool and ConfigMan...
    xnming 发表于 13:42  |  阅读全文  |  评论_2  |  引用_0  |  编辑  |
    Lenovo 将推出预装 SUSE Linux 的 ThinkPads  -   [Linux] -  [ThinkPad R61i AR5006EG Driver ]
    2008-01-13
    好消息,Lenovo 将推出预装 SUSE Linux 的 ThinkPads。有望解决 ThinkPad R61i 内置的无线网卡驱动问题。

    原文:http://www.desktoplinux.com/news/NS3449833487.html

    近期一直在我的 ThinkPad R61i 上折腾 Gentoo,一切似乎都还不错,可是无线网卡的驱动死活搞不定,lspci 显示型号为:

    R61i ~ # lspci | grep W...
    xnming 发表于 10:22  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    FMV-253L 安装120G硬盘,安装 FreeBSD 6.2 看电影  -   [FreeBSD] -  [FMV-253L 120G FreeBSD mplayer ]
    2007-12-29
    就要元旦了,今天中午吃完饭后我们就放假了(今天中午食堂的饭不错,^_^)。现在简单描述一下我在 FMV-253L 上安装 FreeBSD 6.2 以及 mplayer 过程。

    首先是硬盘问题,关于 235L 最大支持多大的硬盘。网上看到已经有人在 253L 上成功安装了 80G 硬盘,根据我的理解,关于主板对硬盘的支持有几个临界点:528M,2.1G,8.4G,32G,137.4G 等,如果能够安装 40G,那就一定能够安装 120G,当然事实证明确实如此。至于 253L 能否...
    xnming 发表于 13:53  |  阅读全文  |  评论_1  |  引用_0  |  编辑  |
    DELL M1210 上安装 Gentoo  -   [Linux] -  [DELL M1210 Gentoo FreeBSD SATA ]
    2007-12-29
    新买了一个 DELL M1210 (T2350,512M*2 DDR2 667,120G SATA 8M,GMA950),性能还不错,在 FreeBSD 6.3 prerelease 下 ubench CPU 得分在 196000 左右,内存 150000 左右,综合得分 165000 左右(只是个人的模糊记忆)。初次安装用的是 6.1 release 的光盘,大概只用了5个小时就完成了 make world 以及 port 安装 Xorg,fvwm2-dev,opera,gimp,mplayer ...
    xnming 发表于 13:11  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    使用 Psexec 安装 SCCM Client  -   [SMS & SCCM] -  [psexec batch SCCM Client Install ]
    2007-11-21
    原文:http://myitforum.com/cs2/blogs/spruitt/archive/2007/10/01/using-psexec-to-install-the-sms-client.aspx

      Sometimes the easiest way to install the client may be running it with psexec. That's especially true if the machine hasn't been...
    xnming 发表于 09:05  |  阅读全文  |  评论_0  |  引用_0  |  编辑  |
    分页共4页 1 2 3 4 下一页 最后一页