xuming on March 26th, 2010

事先说明,以下内容为多个链接的总结,不保证对您的系统同样有效,出了问题不要找我,呵呵。 Ubuntu 系统用的时间长了后,大家会发现存在很多其实已经不用的安装包和一些配置文件,占用了宝贵的硬盘空间,如何删除这些文件呢?方法如下,一般按照先后顺序执行: 1. 清除 Residual Config Packages 定位到 System/Administration/Synaptic Package Manager,选中 residual config,然后在右侧选中一个需要删除的安装包,右键选择 Mark for Complete Removal。(可以 Ctrl+A 全部选中后再选择 Removal) 然后选择 Apply,会出现一个对话框提示将要删除的安装包。 2. 清除 partial packages Partial Packages 和 Residual Packages 的区别是,Partial 的安装包在下载的过程中被中断了,没有下载完整,而 Residual 的则是下载完整了。 ming@nw8440:~$ sudo apt-get autoclean 3. 清除不需要的 locale 设置相关数据 ming@nw8440:~$ sudo apt-get install localepurge    # 对我来说,只需要 en 即可,其他都删除。安装的时候只选择 en 即可。 [...]

  • Share/Bookmark

Continue reading about How to keep Ubuntu 9.10 clean

xuming on March 3rd, 2010

1. Elliott Associates 风险对冲基金公司意欲收购 Novell 发生时间:2010年3月2日 参考: http://dealbook.blogs.nytimes.com/2010/03/02/elliott-associates-offers-to-buy-novell/ http://www.prnewswire.com/news-releases/elliott-offers-to-acquire-novell-86009382.html 2. Novell SLES 11 将会完全支持 KVM 将在今年发布的 SLES 11 将会完全支持 KVM,有分析人士认为这是 Novell 抛弃 Xen 投向 KVM 怀抱的开始。(注:Red Hat 从 RHEL 5.3 开始已经抛弃 Xen)。如果 Novell 也抛弃 Xen,Xen 这个虚拟化平台将彻底成为一个社区维护的产品了,不知道 Citrix 是不是非常后悔当年为什么要买 Xen 而不是其他。 不过 Novell 官方宣布将会同时支持 KVM 和 Xen,似乎此地无银三百两,呵呵。 Novell 之前收购的 PlateSpin 技术可以理解为支持 P2V 和 V2V 的 Convert [...]

  • Share/Bookmark

Continue reading about 三则关于 Novell 的新闻

xuming on March 1st, 2010

$ uname -a Linux nw8440 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 x86_64 GNU/Linux $ date Mon Mar  1 18:43:41 CST 2010 如何安装 推荐先安装如下软件包, $ sudo apt-get install wv catdoc    # 用于对 Windows Office 的文件,如 Word, Powerpoint,Excel 等文件进行索引 $ sudo apt-get install 然后到这个页面 http://desktop.google.com/zh/linux/download.html 下载对应的 Google Desktop 并安装 如何卸载 $ sudo dpkg -r [...]

  • Share/Bookmark

Continue reading about Google Desktop On Ubuntu 9.10 Summary

xuming on January 21st, 2010

看到一则消息,内容是 Red Hat 伊比利亚地区经理在拜访客户时发现,Novell 联系过他们的客户并且声称 Novell 提供对 RHEL 的支持,并且可以享受只有 Red Hat 50% 甚至更少的服务价格。然后 Red Hat 的这个经理当然很愤怒了,他写了一封邮件给他们的客户,指出 RHEL 产品本身的服务支持只能通过 Red Hat 提供,其他第三方的支持是不被 Red Hat 支持的。 邮件原文如下: Novell 的做法,虽然技术上实现是不难的,但是从道义上来说很难被接受,就像你买了 PSP,却只玩盗版的游戏,索尼当然会很怒。由此,我想到了 Oracle 的Unbreakable Linux,完全就是 RHEL  的再编译,却用极低的服务价格直接拿来卖钱,完全是挤兑 Red Hat。 Novell 应该专注于其自身的 SLES,抓住其核心服务,SUSE 的 SUSE Studio 技术是独树一帜的。 相关信息来源: Novell slapped for impersonating Red Hat Red Hat and Google share the [...]

  • Share/Bookmark

Continue reading about Red Hat Not Happy With Novell’s Claim of Support RHEL

xuming on January 18th, 2010

Ubuntu 中并没有提供 TrueCrypt 的安装源,可以到 http://www.truecrypt.org/downloads 下载对应的 Ubuntu 版本,然后 $ tar -xvf truecrypt-6.3a-ubuntu-x64.tar.gz        # 我这里下载的是 x64 的安装包,根据情况修改 $ ./truecrypt-6.3a-setup-ubuntu-x64 出现下面安装提示, 选择 Install TrueCrypt,在下一个窗口选择 I accept and agree to bound by the license terms,然后选择 Install Package, 最后安装成功。 如果加载后发现出现乱码,可以通过在 TrueCrypt 的控制面板中选择 Settings/Preferences/Mount Options/Filesystem 中填入 utf8,然后再次加载即可。

  • Share/Bookmark

Continue reading about How to install TrueCrypt in Ubuntu 9.10

xuming on January 13th, 2010

可以在 Linux 机器上安装 rdesktop 程序通过 rdp 协议连接远程 Windows 桌面,如果只是想使用其中的一个应用程序,而不想登录整个桌面呢?尝试使用 rdesktop 的 seamlessrdp 模式吧。 操作过程: 1. 到 http://www.cendio.com/seamlessrdp/ 下载 seamlessrdp.zip 文件,解压缩到目标 Windows 机器的一个目录,如 c:\seamlessrdp 目录; 2. 然后在 Linux 机器上执行: rdesktop -A -s “c:\seamlessrdp\seamlessrdpshell.exe notepad” -u username -p password 192.168.0.1 即可以开启一个窗口,显示 192.168.0.1 这台 Windows 机器上的 notepad 程序在当前的 Linux 桌面了。可以替换 notepad 为其他任何安装在目标 Windows 机器上的软件,必要的时候使用绝对路径指定应用程序的路径。 需要考虑的问题是,受限于 Terminal Service 的问题,Windows [...]

  • Share/Bookmark

Continue reading about 如何使用 rdesktop 的 seamlessrdp 模式?

xuming on January 11th, 2010

Tor 是什么?谁用谁知道! $ uname -a Linux nw8440 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux $ sudo vi /etc/apt/sources.list      # 添加如下两行,jaunty 是 ubuntu 的开发版本号 # 其实 jaunty 对应 9.04,karmic 才是对应 9.10 # 但是 karmic 在 mirror.noreply.org 中不存在 deb http://mirror.noreply.org/pub/tor jaunty main deb-src http://mirror.noreply.org/pub/tor jaunty main $ gpg –keyserver keys.gnupg.net –recv AFA44BDD    # [...]

  • Share/Bookmark

Continue reading about ubuntu 9.10 安装 tor 过程

xuming on January 7th, 2010

呃,目前还没有到电影院看过阿凡达,心向往啊!网上讨论的阿凡达,很多都是关于剧情啦,影响啦等等,嗯,充斥着无所不在的文艺青年。 一些阿凡达制作的背景资料:(信息来源:http://www.reallylinux.com/docs/avataruseslinux.shtml) * 阿凡达由一家位于新西兰惠灵顿的名为 WETA Digital 的公司渲染制作,这家公司同时制作过 Lord of the Rings, Fantastic Four, King Kong, and Avatar 等电影的动画特效; * 渲染服务器采用的是 RHEL (Red Hat Enterprise Linux) Cluster,具体节点数未知,大概在数百台以上; * 服务器硬件采用的是 HP 的刀片服务器; * 使用的是 64 位基于 Linux 的 3D 建模和渲染软件。 相关: Linux in Hollywood:http://digitalcontentproducer.com/dcc/revfeat/video_linux_hollywood/

  • Share/Bookmark

Continue reading about Avatar (阿凡达)和 Linux

xuming on December 23rd, 2009

AoE (ATA Over Ethernet) is a very simple and lightweight protocol which does not rely on network layers above Ethernet, this makes AoE potentially faster than iSCSI, with less load on the host to handle the additional protocols, it also means that AoE is not routable outside a LAN. AoE is intended for SANs only. [...]

  • Share/Bookmark

Continue reading about AoE – A Low Cost SAN

xuming on December 23rd, 2009

It’s nearly Xmas now, and it’s time to look back and review all the things happend in the year 2009 related with open source world. According to the blog of EOS Direcctory, there are some clear trends and patterns that can be highlighted: Govenmental push and push back In the year 2009, US government pushing [...]

  • Share/Bookmark

Continue reading about The trends and patterns of Open Source in 2009