许久不曾关注的Mandriva 今天发布了Mandriva 2011 Alpha 1, Mandriva 2011 Alpha 1 使用 2.6.37 kernel ,RPM 5.3.8 (20110125), NetworkManager 0.8.2(整合mandriva插件), 默认使用Systemd 17,KDE SC 4.6.0,GNOME 2.32.1,XFCE 4.8.0,GCC 4.5.2( with plugins enabled by default),Chromium browser, provided in a versioning scheme to match the one used Google Chrome project (e.g., chromium-browser-stable and chromium-browser-unstable),Firefox 4b11,OpenSSL 1.0.0d,Wine 1.3.13。
Oracle Linux 6 发布
2011-02-12 xiao H Posted in 新闻评论 | No Comments »
Oracle Corporation has announced the release of OracleLinux 6, a distribution based on the recently released Red Hat Enterprise Linux 6: “Oracle is pleased to announce the general availability of Oracle Linux 6 for x86 (32-bit) and x86_64 (64-bit) architectures. Oracle Linux 6 includes many new features, including: ext4 file system installed by default; XFS as an optional file system; ftrace – a tracing framework for analyzing performance and latency in the kernel; Performance Counters for Linux (PCL) and perf – a subsystem that keeps track of hardware and software events without affecting performance;
标签:Oracle, Oracle Linux, rhel
Scientific Linux 6 Beta 3 发布
2011-02-12 xiao H Posted in 新闻评论 | No Comments »
Troy Dawson has announced the availability of the third beta build ofScientific6: “We have released the third beta of Scientific Linux 6. It is possible that this is our last beta, so if there is some feature you think we missed, let us know now. Changed since beta 2: SL desktop tweaks – added ‘add/remove packages’ entry to the KDE menu; OpenAFS first boot now works; LiveUSB Creator now has links to the latest SL6 live CDs; removed the option of reporting back to Red Hat;
标签:rhel, Scientific Linux
ppa 安装 apt-fast
2011-02-08 xiao H Posted in 日常桌面 | No Comments »
用Swiftfox 替代 Firefox
2011-02-08 xiao H Posted in 日常桌面 | No Comments »
Swiftfox是一款快速高效的第三方Firefox发行版,它针对不同的CPU类型进行了GCC的优化编译,让Firefox可以执行得更加高效。因和firefox使用共同的Profile文件所以它可以直接继承原Firefox的设置、主题、插件、扩展、书签等等。
官方网站:http://getswiftfox.com/
FireFox 7 将于年内发布
2011-02-08 xiao H Posted in 新闻评论 | No Comments »
北京时间2月8日下午消息,Mozilla最新披露的产品路线图显示,火狐4、5、6、7都将于2011年发布,而该公司今年的开发重点则是确保该浏览器中任何的用户互动和反馈的时间间隔都不超过50毫秒。具体到功能,火狐5将会整合Account Manager和F1 Simple Sharing等插件,而且还将正式支持64位Windows 7。
火狐6的重点是Web应用框架、JavaScript优化以及对Mac OS X 10.7的支持。部分缺失的CSS3和HTML5也将被添加到Gecko渲染引擎中。
标签:firefox
ubuntu 10.04 安装 VirtualBox 小记
2011-02-08 xiao H Posted in 系统管理 | No Comments »
最爱linux 命令的简洁强大,几条命令轻松安装VirtualBox。
添加VirtualBox的安装源:
sudo su - echo "deb http://download.virtualbox.org/virtualbox/debian lucid contrib" >> /etc/apt/sources.list
添加数字签名:
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | apt-key add -
标签:vbox, virtualbox, 虚拟机
推荐一个赛车游戏-Speed Dreams
2011-02-08 xiao H Posted in 日常桌面 | No Comments »
Speed Dreams (竞速梦想)是一款跨平台的开源赛车游戏,基于 Torcs 分支,支持 Windows 及 Linux ,3D 画面,提供丰富的赛车及赛道类型。目前,最新的 Speed Dreams 2.0 Alpha 2 已发布,新版增加了更多的赛道及车型、更好的物理特性、动态天气及支持多人游戏等新功能。据悉,最终正式版可能会在今年 4 月发布。
官方网站:http://www.speed-dreams.org/
安装方法:
sudo add-apt-repository ppa:speed-dreams/ppa && sudo apt-get update #添加PPA源 sudo apt-get install speed-dreams-beta#安装
标签:Speed Dreams, 游戏
正则表达式的操作符说明
2011-01-28 xiao H Posted in shell | No Comments »
. 匹配任何单个字符。 ? 之前的项目是可选的,匹配最多一次。 * 匹配出现零次或者多次的先前项目。 + 匹配一次或者多次先前项目。 {N} 精确匹配N次先前的项目。 {N,} 先前的项目匹配N或者更多次。 {N,M} 先前的项目匹配至少N次,但是不多于M次。 - 表示范围如果不是列表中最先或者最后或者一个范围的结束点。 ^ 匹配行开始的空字符串;也表示不在列表范围内的字符。 $ 匹配行末的空字符串。 \b 匹配词两边的空字符串。 \B 匹配提供的空字符串 \< 匹配任何词开头的空字符串。 \> 匹配任何词结尾的空字符串
标签:正则表达式


