Fedora 中国的 Fans 们,欢迎
Created by pengjiayou on 20/01/2009
Last updated: 12/03/10 at 07:25
Tags: fedora fedora-cn fedora-zh
Fedora-cn Fans has no followers yet. Be the first one to follow.
Meiga 是 Linux 下的一款便捷分享文件的小软件,如果你有多台电脑并且安装了不同的操作系统,用这款软件传文件十分方便。我曾经介绍过,不过那时候开发者只提供 Ubuntu 的 .deb 安装文件及源代码,现在好了,终于有人搞出来 Fedora 11/12 的 .rpm 安装文件了,你可以到 Meiga 的官方网站获取(Ubuntu 9.10 的 .deb 也已经就绪)
© Charles Peng for 嘉佑中文博客 on 2009/12/24 |
One comment |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/meiga-for-fedora-11-and-12-now-available
Post tags: Meiga
http://pengjiayou.com/blog/meiga-for-fedora-11-and-12-now-available
I installed a Fedora 12 and Windows XP dual boot system on my Eee PC 1000HE some hours ago. The new shinning Fedora 12 system works great on this Eee PC, here’s some notes I wrote down during the installation and post-installation process.
Preparing for Installation
Eee PC has no CD-ROM, so that you can not install Fedora 12 from a Live CD disk. The best way for you is to download a Fedora 12 Live ISO and write this iso image to your flash drive, and then install F12 with this usb flash drive.
liveusb-creator is a cross-platform tool to do this job, it has an easy-to-use GUI which can ensure the Fedora 12 live CD iso you downloaded is correct, and, it can also ensure you write to the right USB disk. What you need is a 2GB USB disk.
During Installation
It’s quite easy and I think you can handle yourself, but here’s some points you’d pay special attention to.
1) At the screen choosing your time zone, make sure the “system clock users UTC” option is unchecked, in order to keep your two systems both Fedora 12 and Windows XP clocks are the same time.
2) When partitioning your hard drive, please be careful not erase your Windows partition which has some of your personal data. Please mark “Review and modify partitioning layout” optioned checked, so that you will be able to know which partitions will be formatted.
3) You’d better give your /home directory a single partition so that your data will not be lost when you fresh-install your system to upgrade your machine to the future Fedora release.
When partitioning my hard drive, I chose to cover my exiting Ubuntu 9.10 Linux system, and everything is correct when I check my partitioning layout, but I lost all data on my Ubuntu /home directory… this isn’t a matter as these data has been backed up on my laptop.
Another problem I met is when installing bootloader, the installation script says it has a bug, it maybe caused because Ubuntu 9.10 uses Grub2 and Fedora installation script can’t cover it’s files on MBR. I installed the system again and this problem was solved.
Post-installation
The first thing you need to do is to add rpmfusion software repositories when you log into your system. You can find insturtions on how to add both free and non-free repositories on RPM fusion website.
After RPM Fusion enabled, you need to update your system immediately to update all your software to be the lasted. You can do this job by clicking System/Administration/Software Updates.
(Enable Chinese Input)
Chinese Fedora users need a input method to input Chinese words.
Fedora has both ibus and ibus-pinyin preinstalled, a good news is that, I installed an English environment, and ibus-pinyin can be enable on clicks, no need more configuration.
Wireless Driver
Fedora 12 comes with no Eee PC 1000HE’s Ralink RT2860 wireless card driver, I am lucky because I have a G-Sky WIFI adapter, so that I can use it to connect my neighbour’s WIFI network (Fedora has G-Sky’s Reatek wireless chipset drivers by default) and install Ralink’s driver by running the following command in the terminal.
yum install kmod-rt2860
Configure your Mouse and TouchPad
Click System/Preferences/Mouse, and under the “Touchpad” tab, check “Enable Mouse Clicks with touchpad”, this will enable you to double-click an item on your system with our using a mouse, and Eee PC comes with no mouse at all.
Check “disable touchpad while typing” this will be helpful when you’re typing while touchpad always make you annoying.
You can also check “Enable scrolling”, this will enable you to scroll up/down when you move your finger at the right side of your touchpad edge.
Desktop 3D Effects
If you enabled RPM Fusion, and you updated your system to be latest, you should have the latest graphic card driver updated.
Go to System/Preferences/Desktop Effect, and choose Compiz, and mark both “Windows Wobble when Moved” and “Workspaces on a Cube”, then some basic 3D effect will be enabled, try to move a windows or click other workspace to give a try? I know this is only basic effects, but it’s enough, because you don’t have a mouse to operate your system to be more eye-candy
Anything more? Uhhh, I forgot, this is all… If you have any problem, give me a comment below.
http://www.charlespeng.com/install-fedora-12-on-an-eee-pc-1000he
I installed a Fedora 12 and Windows XP dual boot system on my Eee PC 1000HE some hours ago. The new shinning Fedora 12 system works great on this Eee PC, here’s some notes I wrote down during the installation and post-installation process.
Preparing for Installation
Eee PC has no CD-ROM, so that you can not install Fedora 12 from a Live CD disk. The best way for you is to download a Fedora 12 Live ISO and write this iso image to your flash drive, and then install F12 with this usb flash drive.
liveusb-creator is a cross-platform tool to do this job, it has an easy-to-use GUI which can ensure the Fedora 12 live CD iso you downloaded is correct, and, it can also ensure you write to the right USB disk. What you need is a 2GB USB disk.
During Installation
It’s quite easy and I think you can handle yourself, but here’s some points you’d pay special attention to.
1) At the screen choosing your time zone, make sure the “system clock users UTC” option is unchecked, in order to keep your two systems both Fedora 12 and Windows XP clocks are the same time.
2) When partitioning your hard drive, please be careful not erase your Windows partition which has some of your personal data. Please mark “Review and modify partitioning layout” optioned checked, so that you will be able to know which partitions will be formatted.
3) You’d better give your /home directory a single partition so that your data will not be lost when you fresh-install your system to upgrade your machine to the future Fedora release.
When partitioning my hard drive, I chose to cover my exiting Ubuntu 9.10 Linux system, and everything is correct when I check my partitioning layout, but I lost all data on my Ubuntu /home directory… this isn’t a matter as these data has been backed up on my laptop.
Another problem I met is when installing bootloader, the installation script says it has a bug, it maybe caused because Ubuntu 9.10 uses Grub2 and Fedora installation script can’t cover it’s files on MBR. I installed the system again and this problem was solved.
Post-installation
The first thing you need to do is to add rpmfusion software repositories when you log into your system. You can find insturtions on how to add both free and non-free repositories on RPM fusion website.
After RPM Fusion enabled, you need to update your system immediately to update all your software to be the lasted. You can do this job by clicking System/Administration/Software Updates.
(Enable Chinese Input)
Chinese Fedora users need a input method to input Chinese words.
Fedora has both ibus and ibus-pinyin preinstalled, a good news is that, I installed an English environment, and ibus-pinyin can be enable on clicks, no need more configuration.
Wireless Driver
Fedora 12 comes with no Eee PC 1000HE’s Ralink RT2860 wireless card driver, I am lucky because I have a G-Sky WIFI adapter, so that I can use it to connect my neighbour’s WIFI network (Fedora has G-Sky’s Reatek wireless chipset drivers by default) and install Ralink’s driver by running the following command in the terminal.
yum install kmod-rt2860
Configure your Mouse and TouchPad
Click System/Preferences/Mouse, and under the “Touchpad” tab, check “Enable Mouse Clicks with touchpad”, this will enable you to double-click an item on your system with our using a mouse, and Eee PC comes with no mouse at all.
Check “disable touchpad while typing” this will be helpful when you’re typing while touchpad always make you annoying.
You can also check “Enable scrolling”, this will enable you to scroll up/down when you move your finger at the right side of your touchpad edge.
Desktop 3D Effects
If you enabled RPM Fusion, and you updated your system to be latest, you should have the latest graphic card driver updated.
Go to System/Preferences/Desktop Effect, and choose Compiz, and mark both “Windows Wobble when Moved” and “Workspaces on a Cube”, then some basic 3D effect will be enabled, try to move a windows or click other workspace to give a try? I know this is only basic effects, but it’s enough, because you don’t have a mouse to operate your system to be more eye-candy
Anything more? Uhhh, I forgot, this is all… If you have any problem, give me a comment below.
http://www.charlespeng.com/post/422.html
It’s been so long a time since I switched to Ubuntu 9.04 before the release of Fedora 11, but now I finally switched back again and installed Constantine on my Eee PC 1000HE netbook. Fedora becomes better, and it works well on this little machine.
I still remember that Red Hat 9 is my very first Linux distribution that I tried when I was on college, although I knew how to install it after reading so many Linux books and magazines in our library, I had a very bad experience, because it doesn’t have a good browser. But things changed after my graduation when I installed a Ubuntu 6.06+Windows XP dual boot system on my office computer, this is the first time I started to use Firefox browser, it worked fine and most of the webpages could be displayed perfectly, and Linux systems left me a good expression since then.
One year later after I had my own job, I bought myself an HP Compaq Presario V3805AU laptop, I always planed to use a Linux distro so that I chose this one, it’s Linux-friendly enough because it has a Red-flag Linux desktop preinstalled. But Red-flag is based on KDE with a cloned Windows interface, and it’s hard to use, so I disliked it so much.
I installed Fedora 9 in my entire hard disk after erased Red-flag, because at that time I didn’t have a broadband internet connection, I had to connect to the internet with a China Mobile EDGE wireless router, so I spent a lot of time to looking for a Linux distro that supports mobile broadband, and finally I found Fedora 9, with GPRS/EDGE internet connections as it’s new features.
Both Fedora 9 and 10 worked perfectly on my laptop, but, it always has some small problems which drove me crazy as I only have some limited Linux knowledges, and can’t solve these problems myself, I switched to Ubuntu 9.04, Ubuntu is more stable as a desktop system, and, what I liked most is its new notify system.
Sometimes I blame myself a lot why I didn’t learn computer science and technology or something related as my major at university, I am so regret about that, because I can’t solve my own Linux computer problems, and I also don’t know what can I do for this amazing operating system.
With so many people’s hard work, Linux is becoming better than ever, especially Fedora Community, they contributed a lot to the Linux kernel and brought us new technology and new features to the Linux world one after another, I can do nothing to help them, but, I use their product, and, I can share my using experience with others, in a hope that they finally start to use it too. That’s what I can do to thank the Fedora community and all Linux developers, that’s why I am back.
http://www.charlespeng.com/switched-back-to-fedora-12
记得 Fedora 10 发布的那天晚上,我几乎没睡觉连夜将 my-guides.net 上面 Axel 写的 Fedora 10 Installation Guide 翻译成中文。而今天晚上,虽经过屡次延迟,Fedora Project 终于发布了Fedora 11 正式版。新版本带来了20秒启动,Gnome 2.26, KDE 4.2, XFCE 4, RPM 4.7, Xserver 1.6 等一大堆新特性,喜欢 Fedora 的你,终于可以下载安装、升级了。(请阅读 Fedora 11 发行注记)
与此同时,Axel 再次给我们带来了 Fedora 11 Installation and Post Installation Guide (Fedora 11 安装及配置指南),这次翻译没那么仓促,而且相对于 Fedora 10 安装指南改动不大,Axel 提前一个星期联系到我,经过几天的努力,已经将新的 Fedora 11 安装指南翻译完毕了。请大家访问 http://www.my-guides.net/en/content/view/164/1/ 。
Fedora 11 安装指南是一个不错的 Fedora 帮助文档,从 Fedora 11 安装到安装后的系统配置等方方面面都有介绍,且面面俱到,是一个非常不错的 Fedora 11 新手指南。应 Axel 的要求,不再制作 Fedora 11 安装配置指南 PDF 文档,而存放在 my-guides.net 网站上。如果有翻译有误或者某些不准确的地方,欢迎联系我。
© Charles Peng for 嘉佑中文博客 on 2009/06/09 |
6 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/fedora-11-installation-guide/
Post tags: Fedora 11
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/234556017/5269372/1/item.html
As for many Linux users should have known, Mitter is one of my favorite open-source, and cross-platform client for Twitter, it’s a Linux native application runing both PyGTK and on a console/terminal.
The latest version of Mitter is 0.4.5, you can download it here or run yum install mitter in the command line to install it in your system.
I registered and begun to use Twitter last year, Mitter was my favorite Twitter client for a very long time since then in my laptop (running Fedora 10). It has the basic feature which any Twitter client should have, especially the latest 0.4.5 release, I had been using this version for quite a long time, although this version meets my needs and requirements, but it has a little problem: some Twitter followers’ profile images are displayed very large, which made the whole interface very ugly, see my previous screenshot for an example:
I know Mitter is open-sourced, but I know nothing about programming, and know nothing how to solve this problem as well. However, one of Chinese bloggers and Linux fans solved this problem finally on his blog post, whom I know latter is also a Twitter user @shengbo, he hacked Mitter 0.4.5 and made my twitter experice much more better!
This hacked Mitter improved the following features including:
0, Resoved the bug of displaying large profile images
1, Removed “What are you doing” above the input area, this line takes up too much spaces
2, Word count instead of the “Add” button
3, Hide menu bar, just press Alt+9 to hide the menubar to release more space
4, Refresh button at the left of input area
5, Alt+X to hide the whole Mitter window
6, System tray icon: click to toggle windows visibility
Thanks @shengbo, who made Mitter more amazing. To install this hacked Mitter, please run git clone git://github.com/albert748/hacking-mitter.git in your terminal. Or you can download it directly from here.
BTW: A latest Linux (Ubuntu) Twitter and Identi.ca app
Today, I found a new Twitter project called wallDent. wallDent is a script that turns your desktop wallpaper into an identi.ca or Twitter timeline.
What a cool interface. Can anyone tell me how to compile and install in Fedora 10? Thanks in Advanced. (Source code is here https://code.launchpad.net/~nhandler/walldent/trunk)
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/220720776/5269372/1/item.html
下午在 Twitter 上看到望月 @wangyueblog 在博客上分享他认为值得 follow 的一些推友,晚上回来再次在 Google Reader 他的文章,突然激发灵感,何不给大家推荐几个我 Follow 的 Twitter 上的 Linuxer 呢?那下面我就把我认识的这几个推荐给大家。
@bbbush 专业程序员,Linux 高手,Fedora 中国大使,长期活跃在各 Fedora 中文及其它开源社区,对 Fedora 在中国的发展和普及贡献卓越。欢迎爬墙访问他的个人博客。其实 @bbbush 并不太常用 Twitter ,更专注于更新开源的 identi.ca ,这并不妨碍我推荐你 Follow 他,因为 Identi.ca 上面的消息同步到了 Twitter 。
@linuxtoy 使用 Linux 的朋友应该没有几个不知道 Linuxtoy 的,其实这个 Twitter 帐号只是用来发布 Toy 上新文章提醒的,Follow 他,也许下次 Toy 上面有新文章的时候,坐沙发的就是你哟。
@xuxiaodong Linuxtoy 的编辑之一,肯定是折腾 Linux 的高手。
@YCF 也是折腾 Linux 的,个人博客在这里。
@tualatrix 如果你连 TualatriX 都不知道,那你肯定听说过或使用过或正在或将要使用 Ubuntu Tweak 吧,TualatriX 正是 Ubuntu Tweak 的开发者,Linux 下 Python 编程高手,使用 Django 开发了开源的个人博客 imtx.cn ,同时,TualatriX 是 LDCN 创始人和贡献者。
@oceanboo 我推荐的,肯定是玩 Linux 的,不信?请参观他的个人博客。
@yegle 我在没正式开始使用 Fedora (9) 之前就知道他的个人博客了,Yegle 是北京邮电大学高材生,北邮人论坛“Linux操作系统”版管理员。长期默默地在论坛解决广大 Linux Fans 的问题。
@casparant 同名博客 Caspar Ant 上有大量 Linux 有关的内容,以折腾 Gentoo 和 Ubuntu 为主。
@shengbo Cooking Linux 的主人,未来的 Linux 程序开发狂人,希望他早日开发出能与 Microsoft OneNote 匹配的 Linux 笔记软件 Gbase 。
@shellex 关注 OpenSource ,Linux ,和 Python ,最近跟 @tualatrix 加入了 Gentoo 的世界。
@liangsuilong 嘉佑知道的少数几个喜欢折腾 Follow 的推友之一,Fedora-zh 版主,他的个人博客在这里。
@racoonwise 个人博客 xdp.me 以折腾 Ubuntu 为主,强烈建议各 Linux 初学者多多阅读他的博客。
@pengjiayou 我自己的 Twitter 帐号,不敢写第一个,当然写在最后一个啦。
排名不分先后,对推友的介绍完全出于我对其本人的了解。欢迎留言补充。谢谢。
刚刚重新翻阅了我 Following 的所有推友名单,从中找出了这些我熟悉的 Linuxer ,有句话说得好,“人以群分,物以类聚”,既然喜欢 Linux ,就要和有同样爱好的人一起交流,互相学习,这样才能进步嘛,也许,Twitter 是一个比较好的工具。
© Charles Peng for 嘉佑中文博客 on 2009/04/13 |
21 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/some-linuxers-you-should-follow-on-twitter/
Post tags: Linuxer, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/220732967/5269372/1/item.html
下午在 Twitter 上看到望月 @wangyueblog 在博客上分享他认为值得 follow 的一些推友,晚上回来再次在 Google Reader 他的文章,突然激发灵感,何不给大家推荐几个我 Follow 的 Twitter 上的 Linuxer 呢?那下面我就把我认识的这几个推荐给大家。
@bbbush 专业程序员,Linux 高手,Fedora 中国大使,长期活跃在各 Fedora 中文及其它开源社区,对 Fedora 在中国的发展和普及贡献卓越。欢迎爬墙访问他的个人博客。其实 @bbbush 并不太常用 Twitter ,更专注于更新开源的 identi.ca ,这并不妨碍我推荐你 Follow 他,因为 Identi.ca 上面的消息同步到了 Twitter 。
@linuxtoy 使用 Linux 的朋友应该没有几个不知道 Linuxtoy 的,其实这个 Twitter 帐号只是用来发布 Toy 上新文章提醒的,Follow 他,也许下次 Toy 上面有新文章的时候,坐沙发的就是你哟。
@xuxiaodong Linuxtoy 的编辑之一,肯定是折腾 Linux 的高手。
@YCF 也是折腾 Linux 的,个人博客在这里。
@tualatrix 如果你连 TualatriX 都不知道,那你肯定听说过或使用过或正在或将要使用 Ubuntu Tweak 吧,TualatriX 正是 Ubuntu Tweak 的开发者,Linux 下 Python 编程高手,使用 Django 开发了开源的个人博客 imtx.cn ,同时,TualatriX 是 LDCN 创始人和贡献者。
@oceanboo 我推荐的,肯定是玩 Linux 的,不信?请参观他的个人博客。
@yegle 我在没正式开始使用 Fedora (9) 之前就知道他的个人博客了,Yegle 是北京邮电大学高材生,北邮人论坛“Linux操作系统”版管理员。长期默默地在论坛解决广大 Linux Fans 的问题。
@casparant 同名博客 Caspar Ant 上有大量 Linux 有关的内容,以折腾 Gentoo 和 Ubuntu 为主。
@shengbo Cooking Linux 的主人,未来的 Linux 程序开发狂人,希望他早日开发出能与 Microsoft OneNote 匹配的 Linux 笔记软件 Gbase 。
@shellex 关注 OpenSource ,Linux ,和 Python ,最近跟 @tualatrix 加入了 Gentoo 的世界。
@liangsuilong 嘉佑知道的少数几个喜欢折腾 Follow 的推友之一,Fedora-zh 版主,他的个人博客在这里。
@racoonwise 个人博客 xdp.me 以折腾 Ubuntu 为主,强烈建议各 Linux 初学者多多阅读他的博客。
@pengjiayou 我自己的 Twitter 帐号,不敢写第一个,当然写在最后一个啦。
排名不分先后,对推友的介绍完全出于我对其本人的了解。欢迎留言补充。谢谢。
刚刚重新翻阅了我 Following 的所有推友名单,从中找出了这些我熟悉的 Linuxer ,有句话说得好,“人以群分,物以类聚”,既然喜欢 Linux ,就要和有同样爱好的人一起交流,互相学习,这样才能进步嘛,也许,Twitter 是一个比较好的工具。
© Charles Peng for 嘉佑中文博客 on 2009/04/13 |
25 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/some-linuxers-you-should-follow-on-twitter/
Post tags: Linuxer, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/234556018/5269372/1/item.html
下午在 Twitter 上看到望月 @wangyueblog 在博客上分享他认为值得 follow 的一些推友,晚上回来再次在 Google Reader 他的文章,突然激发灵感,何不给大家推荐几个我 Follow 的 Twitter 上的 Linuxer 呢?那下面我就把我认识的这几个推荐给大家。
@bbbush 专业程序员,Linux 高手,Fedora 中国大使,长期活跃在各 Fedora 中文及其它开源社区,对 Fedora 在中国的发展和普及贡献卓越。欢迎爬墙访问他的个人博客。其实 @bbbush 并不太常用 Twitter ,更专注于更新开源的 identi.ca ,这并不妨碍我推荐你 Follow 他,因为 Identi.ca 上面的消息同步到了 Twitter 。
@linuxtoy 使用 Linux 的朋友应该没有几个不知道 Linuxtoy 的,其实这个 Twitter 帐号只是用来发布 Toy 上新文章提醒的,Follow 他,也许下次 Toy 上面有新文章的时候,坐沙发的就是你哟。
@xuxiaodong Linuxtoy 的编辑之一,肯定是折腾 Linux 的高手。
@YCF 也是折腾 Linux 的,个人博客在这里。
@tualatrix 如果你连 TualatriX 都不知道,那你肯定听说过或使用过或正在或将要使用 Ubuntu Tweak 吧,TualatriX 正是 Ubuntu Tweak 的开发者,Linux 下 Python 编程高手,使用 Django 开发了开源的个人博客 imtx.cn ,同时,TualatriX 是 LDCN 创始人和贡献者。
@oceanboo 我推荐的,肯定是玩 Linux 的,不信?请参观他的个人博客。
@yegle 我在没正式开始使用 Fedora (9) 之前就知道他的个人博客了,Yegle 是北京邮电大学高材生,北邮人论坛“Linux操作系统”版管理员。长期默默地在论坛解决广大 Linux Fans 的问题。
@casparant 同名博客 Caspar Ant 上有大量 Linux 有关的内容,以折腾 Gentoo 和 Ubuntu 为主。
@shengbo Cooking Linux 的主人,未来的 Linux 程序开发狂人,希望他早日开发出能与 Microsoft OneNote 匹配的 Linux 笔记软件 Gbase 。
@shellex 关注 OpenSource ,Linux ,和 Python ,最近跟 @tualatrix 加入了 Gentoo 的世界。
@liangsuilong 嘉佑知道的少数几个喜欢折腾 Follow 的推友之一,Fedora-zh 版主,他的个人博客在这里。
@racoonwise 个人博客 xdp.me 以折腾 Ubuntu 为主,强烈建议各 Linux 初学者多多阅读他的博客。
@pengjiayou 我自己的 Twitter 帐号,不敢写第一个,当然写在最后一个啦。
排名不分先后,对推友的介绍完全出于我对其本人的了解。欢迎留言补充。谢谢。
刚刚重新翻阅了我 Following 的所有推友名单,从中找出了这些我熟悉的 Linuxer ,有句话说得好,“人以群分,物以类聚”,既然喜欢 Linux ,就要和有同样爱好的人一起交流,互相学习,这样才能进步嘛,也许,Twitter 是一个比较好的工具。
© Charles Peng for 嘉佑中文博客 on 2009/04/13 |
25 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/some-linuxers-you-should-follow-on-twitter/
Post tags: Linuxer, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/229924971/5269372/1/item.html
下午在 Twitter 上看到望月 @wangyueblog 在博客上分享他认为值得 follow 的一些推友,晚上回来再次在 Google Reader 他的文章,突然激发灵感,何不给大家推荐几个我 Follow 的 Twitter 上的 Linuxer 呢?那下面我就把我认识的这几个推荐给大家。
@bbbush 专业程序员,Linux 高手,Fedora 中国大使,长期活跃在各 Fedora 中文及其它开源社区,对 Fedora 在中国的发展和普及贡献卓越。欢迎爬墙访问他的个人博客。其实 @bbbush 并不太常用 Twitter ,更专注于更新开源的 identi.ca ,这并不妨碍我推荐你 Follow 他,因为 Identi.ca 上面的消息同步到了 Twitter 。
@linuxtoy 使用 Linux 的朋友应该没有几个不知道 Linuxtoy 的,其实这个 Twitter 帐号只是用来发布 Toy 上新文章提醒的,Follow 他,也许下次 Toy 上面有新文章的时候,坐沙发的就是你哟。
@xuxiaodong Linuxtoy 的编辑之一,肯定是折腾 Linux 的高手。
@YCF 也是折腾 Linux 的,个人博客在这里。
@tualatrix 如果你连 TualatriX 都不知道,那你肯定听说过或使用过或正在或将要使用 Ubuntu Tweak 吧,TualatriX 正是 Ubuntu Tweak 的开发者,Linux 下 Python 编程高手,使用 Django 开发了开源的个人博客 imtx.cn ,同时,TualatriX 是 LDCN 创始人和贡献者。
@oceanboo 我推荐的,肯定是玩 Linux 的,不信?请参观他的个人博客。
@yegle 我在没正式开始使用 Fedora (9) 之前就知道他的个人博客了,Yegle 是北京邮电大学高材生,北邮人论坛“Linux操作系统”版管理员。长期默默地在论坛解决广大 Linux Fans 的问题。
@casparant 同名博客 Caspar Ant 上有大量 Linux 有关的内容,以折腾 Gentoo 和 Ubuntu 为主。
@shengbo Cooking Linux 的主人,未来的 Linux 程序开发狂人,希望他早日开发出能与 Microsoft OneNote 匹配的 Linux 笔记软件 Gbase 。
@shellex 关注 OpenSource ,Linux ,和 Python ,最近跟 @tualatrix 加入了 Gentoo 的世界。
@liangsuilong 嘉佑知道的少数几个喜欢折腾 Follow 的推友之一,Fedora-zh 版主,他的个人博客在这里。
@racoonwise 个人博客 xdp.me 以折腾 Ubuntu 为主,强烈建议各 Linux 初学者多多阅读他的博客。
@pengjiayou 我自己的 Twitter 帐号,不敢写第一个,当然写在最后一个啦。
排名不分先后,对推友的介绍完全出于我对其本人的了解。欢迎留言补充。谢谢。
刚刚重新翻阅了我 Following 的所有推友名单,从中找出了这些我熟悉的 Linuxer ,有句话说得好,“人以群分,物以类聚”,既然喜欢 Linux ,就要和有同样爱好的人一起交流,互相学习,这样才能进步嘛,也许,Twitter 是一个比较好的工具。
© Charles Peng for 嘉佑中文博客 on 2009/04/13 |
25 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/some-linuxers-you-should-follow-on-twitter/
Post tags: Linuxer, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/227094573/5269372/1/item.html
Firefox 机器人 在 Firefox 地址栏中输入 about:robots 你会看到如上图所示的信息。Firefox 3 的 “机器人” 很有名了,版本不同,你看到的机器人也不一样。
Require Quarter 在 GDM ,即 Fedora 10 的登入界面,输入 “Require Quarter” 回车,你当然不能进入系统,而是会返回登陆界面,像什么都没做一样,当下次登入时,系统会提示你 “Insert 25 cents to continue…” (插入 25 美分继续…)
StarCalc 团队 打开 OpenOffice.org Calc ,在任一单元格键入 “=STARCALCTEAM()” ,原 Star Office Calc 开发团队成员的照片会显示出来。(OpenOffice.org Cal 基于 Star Office Calc 开发。
Gnome GEGL 中的彩蛋 右键点击 gnome-panel 上面的空白区域,选择属性,接着在出现的窗口中,随便找个 Tab 页,连续点击鼠标三次,上图所示的那头牛跑出来。(GEGL 即 Generic Graphical Library ,是 Gnome 下的图形处理程序的程序库)
当然,你甚至可以把 GEGL 的这头牛当独立游戏来玩,很简单,按 Alt+F2 ,然后输入 “gegls from outer space” 回车就可以了。
OpenOffice.org 星球大战 又一个 OpenOffice.org2 Calc 的彩蛋,不确定新版本中是否有,你可以在任意单元格键入 =Game(”StarWars”) 试试。
这篇文章是在 这里 看到的,文章的题目是 “More Easter Eggs in Ubuntu” ,本来我以为只有 Ubuntu 才有,不过 Fedora 的老大 Paul W. Frields 在这篇文章留言说 Fedora 10 也有,是啊,这些彩蛋是个程序开发者加进去的,那我就转载过来啦。我现在在 Windows 下,没有一一尝试,大家试试吧。
© Charles Peng for 嘉佑中文博客 on 2009/04/11 |
8 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/easter-eggs-in-fedora-10
Post tags: Fedora 10, 彩蛋
http://pengjiayou.com/blog/easter-eggs-in-fedora-10
Firefox 机器人 在 Firefox 地址栏中输入 about:robots 你会看到如上图所示的信息。Firefox 3 的 “机器人” 很有名了,版本不同,你看到的机器人也不一样。
Require Quarter 在 GDM ,即 Fedora 10 的登入界面,输入 “Require Quarter” 回车,你当然不能进入系统,而是会返回登陆界面,像什么都没做一样,当下次登入时,系统会提示你 “Insert 25 cents to continue…” (插入 25 美分继续…)
StarCalc 团队 打开 OpenOffice.org Calc ,在任一单元格键入 “=STARCALCTEAM()” ,原 Star Office Calc 开发团队成员的照片会显示出来。(OpenOffice.org Cal 基于 Star Office Calc 开发。
Gnome GEGL 中的彩蛋 右键点击 gnome-panel 上面的空白区域,选择属性,接着在出现的窗口中,随便找个 Tab 页,连续点击鼠标三次,上图所示的那头牛跑出来。(GEGL 即 Generic Graphical Library ,是 Gnome 下的图形处理程序的程序库)
当然,你甚至可以把 GEGL 的这头牛当独立游戏来玩,很简单,按 Alt+F2 ,然后输入 “gegls from outer space” 回车就可以了。
OpenOffice.org 星球大战 又一个 OpenOffice.org2 Calc 的彩蛋,不确定新版本中是否有,你可以在任意单元格键入 =Game(”StarWars”) 试试。
这篇文章是在 这里 看到的,文章的题目是 “More Easter Eggs in Ubuntu” ,本来我以为只有 Ubuntu 才有,不过 Fedora 的老大 Paul W. Frields 在这篇文章留言说 Fedora 10 也有,是啊,这些彩蛋是个程序开发者加进去的,那我就转载过来啦。我现在在 Windows 下,没有一一尝试,大家试试吧。
© Charles Peng for 嘉佑中文博客 on 2009/04/11 |
8 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/easter-eggs-in-fedora-10/
Post tags: Fedora 10, 彩蛋
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/220732968/5269372/1/item.html
Firefox 机器人 在 Firefox 地址栏中输入 about:robots 你会看到如上图所示的信息。Firefox 3 的 “机器人” 很有名了,版本不同,你看到的机器人也不一样。
Require Quarter 在 GDM ,即 Fedora 10 的登入界面,输入 “Require Quarter” 回车,你当然不能进入系统,而是会返回登陆界面,像什么都没做一样,当下次登入时,系统会提示你 “Insert 25 cents to continue…” (插入 25 美分继续…)
StarCalc 团队 打开 OpenOffice.org Calc ,在任一单元格键入 “=STARCALCTEAM()” ,原 Star Office Calc 开发团队成员的照片会显示出来。(OpenOffice.org Cal 基于 Star Office Calc 开发。
Gnome GEGL 中的彩蛋 右键点击 gnome-panel 上面的空白区域,选择属性,接着在出现的窗口中,随便找个 Tab 页,连续点击鼠标三次,上图所示的那头牛跑出来。(GEGL 即 Generic Graphical Library ,是 Gnome 下的图形处理程序的程序库)
当然,你甚至可以把 GEGL 的这头牛当独立游戏来玩,很简单,按 Alt+F2 ,然后输入 “gegls from outer space” 回车就可以了。
OpenOffice.org 星球大战 又一个 OpenOffice.org2 Calc 的彩蛋,不确定新版本中是否有,你可以在任意单元格键入 =Game(”StarWars”) 试试。
这篇文章是在 这里 看到的,文章的题目是 “More Easter Eggs in Ubuntu” ,本来我以为只有 Ubuntu 才有,不过 Fedora 的老大 Paul W. Frields 在这篇文章留言说 Fedora 10 也有,是啊,这些彩蛋是个程序开发者加进去的,那我就转载过来啦。我现在在 Windows 下,没有一一尝试,大家试试吧。
© Charles Peng for 嘉佑中文博客 on 2009/04/11 |
8 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/easter-eggs-in-fedora-10/
Post tags: Fedora 10, 彩蛋
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/229924972/5269372/1/item.html
不知道大家有没有这样的感受:在 Gnome 下 (我习惯使用 Fedora Gnome 桌面环境)使用 KDE 的程序,界面丑陋不堪;或者,你是否同时安装了 Gnome 和 KDE 桌面环境,你的“应用程序”等菜单是否混乱的惨不忍睹?
今天在 TuxTraining 上看到一篇文章,可以让你在 Gnome 中影藏 KDE 的应用程序,解决上述烦恼:强制某些程序的快捷方式只出现在 Gnome 桌面环境中。打开终端,进入 root 权限,cd 进入 /usr/share/applications/kde 目录,用文本编辑器 Gedit 等打开你不想在 Gnome 中出现的 KDE 程序的快捷方式文件,在最下面添加一行 OnlyShowIn=KDE 就可以了。
反过来,如果你习惯了 KDE 桌面环境,你不想让某些 Gnome 程序出现在 KDE 桌面环境下,打开终端成为 root 权限,cd 进入 /usr/share/applications 目录,用文本编辑器打开改程序的快捷方式文件,在最下面添加一行 OnlyShowIn=GNOME 就可以了。
© Charles Peng for 嘉佑中文博客 on 2009/04/11 |
No comment |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/hide-kde-apps-in-gnome/
Post tags: Gnome, KDE
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/200050943/5269372/1/item.html
不知道大家有没有这样的感受:在 Gnome 下 (我习惯使用 Fedora Gnome 桌面环境)使用 KDE 的程序,界面丑陋不堪;或者,你是否同时安装了 Gnome 和 KDE 桌面环境,你的“应用程序”等菜单是否混乱的惨不忍睹?
今天在 TuxTraining 上看到一篇文章,可以让你在 Gnome 中影藏 KDE 的应用程序,解决上述烦恼:强制某些程序的快捷方式只出现在 Gnome 桌面环境中。打开终端,进入 root 权限,cd 进入 /usr/share/applications/kde 目录,用文本编辑器 Gedit 等打开你不想在 Gnome 中出现的 KDE 程序的快捷方式文件,在最下面添加一行 OnlyShowIn=KDE 就可以了。
反过来,如果你习惯了 KDE 桌面环境,你不想让某些 Gnome 程序出现在 KDE 桌面环境下,打开终端成为 root 权限,cd 进入 /usr/share/applications 目录,用文本编辑器打开改程序的快捷方式文件,在最下面添加一行 OnlyShowIn=GNOME 就可以了。
© Charles Peng for 嘉佑中文博客 on 2009/04/11 |
2 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/hide-kde-apps-in-gnome/
Post tags: Gnome, KDE
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/223303949/5269372/1/item.html
不知道大家有没有这样的感受:在 Gnome 下 (我习惯使用 Fedora Gnome 桌面环境)使用 KDE 的程序,界面丑陋不堪;或者,你是否同时安装了 Gnome 和 KDE 桌面环境,你的“应用程序”等菜单是否混乱的惨不忍睹?
今天在 TuxTraining 上看到一篇文章,可以让你在 Gnome 中影藏 KDE 的应用程序,解决上述烦恼:强制某些程序的快捷方式只出现在 Gnome 桌面环境中。打开终端,进入 root 权限,cd 进入 /usr/share/applications/kde 目录,用文本编辑器 Gedit 等打开你不想在 Gnome 中出现的 KDE 程序的快捷方式文件,在最下面添加一行 OnlyShowIn=KDE 就可以了。
反过来,如果你习惯了 KDE 桌面环境,你不想让某些 Gnome 程序出现在 KDE 桌面环境下,打开终端成为 root 权限,cd 进入 /usr/share/applications 目录,用文本编辑器打开改程序的快捷方式文件,在最下面添加一行 OnlyShowIn=GNOME 就可以了。
© Charles Peng for 嘉佑中文博客 on 2009/04/11 |
2 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/hide-kde-apps-in-gnome/
Post tags: Gnome, KDE
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/234556020/5269372/1/item.html
Twitter 大家都知道是什么了,我就不多做介绍了;我也介绍过不少 Twitter 客户端了,比如 Qwit ,Twitux 和 Twitterfox,Gwibber , Mitter 等等。Twitter 的客户端多的数不胜数,其中有不少优秀的基于 Adobe Air 技术的客户端,不过在我的印象中,Adobe Air for Linux Beta 刚刚发布的时候,对中文的支持很差,从那之后基本上就没尝试过任何基于 Adobe Air 的程序了,前几天在公司的电脑(Windows)上尝试 blu 未遂,后来安装了 TweetDeck ,发现它非常好用。后来又在 Riku 的博客上看到 Seesmic Desktop 这个新兴的 Twitter 客户端,在 Twitter 上询问了几位玩 Linux 的朋友,发现 Adobe Air 现在对中文支持的不错,晚上就颇不亟待的回来试了下 Seesmic Desktop 。
首先你需要安装最新版的 Adobe Air for Linux ,在 Adobe 官方网站 下载最新的 Air 安装程序(点击这里直接下载AdobeAIRInstaller.bin),下载完成之后,打开终端 cd 到你下载的目录,然后执行 chmod +x AdobeAIRInstaller.bin 添加可执行权限,接着运行 ./AdobeAIRInstaller.bin (需要root权限)就可以安装成功了。如图(参考这里)
Adobe Air for Linux 安装完成之后,你就可以前往 Seesmic Desktop 官方网站,下载该安装程序了。由于 Seesmic 现在还是测试版,需要注册之后才能下载安装程序,注册后,官方会告诉你下载地址,并通知你最新的测试版:
去邮箱点击激活链接,之后就可以收到 Seesmic 官方的下载地址了,最新的版本下载地址是 http://d.seesmic.com/seesmic/SeesmicDesktop-0.1.air ,将该文件下载下来(直接另存为),然后打开 附件/Adobe Air Application Installer ,浏览到刚刚下载的 SeesmicDesktop-0.1.air 文件,打开它
可是最后一步却出现了错误:
不甘心,下载了另一个 Air 程序,也出现同样的错误,我怀疑是 Seesmic 的安装程序有问题呢,毕竟是测试版,因为我在公司的电脑上安装过 TweetDeck ,那证明 TwitterDeck 的 .air 文件是没问题的,Google 了一下,发现国外有童鞋在 Fedora 10 上成功安装 TweetDeck 了,我为什么不行呢?当然,我在他那里找到了出现上述错误的原因:Adobe Air for Linux 默认安装在 /opt 目录下,而 /opt 目录和 /home/charles 目录都是需要 root 权限的,那就好办啦,打开终端,进入 root 权限之后,执行 /usr/bin/Adobe\ AIR\ Application\ Installer 命令就可以以 root 权限运行 Adobe Air Application Installer 来安装啦。
再次浏览到你保存 SeesmicDesktop-0.1.air 的地方,打开它,果然安装成功了。
Seesmic Desktop 安装成功之后会自动运行,关闭它,然后在 应用程序/附件/Seesmic Desktop 打开它,用你的 Twitter 帐号登录吧!截图炫耀一下。
PS. 体验了一下 Seesmic Deskop ,虽然界面很炫,但是毕竟还是测试版,很不稳定,占用内存很大且经常无响应,后来,我试了试 Twhirl ,哇,这个比较成熟,和 Seesmic 是同一个公司开发的产品,在 Fedora 10 下运行良好,是该抛弃 Mitter 的时候了(Mitter 有时候某些推友的头像显示的硕大无比,严重影响美观),天,我终于找到 Fedora 下完美的 Twitter 客户端啦。
喔,在 Twitter 上 follow 我 @pengjiayou 吧,越来越喜欢 Twitter 啦。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
No comment |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-seesmic-desktop-twitter-client-on-fedora-10/
Post tags: Fedora 10, Seesmic Desktop, Twhirl, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/199331477/5269372/1/item.html
Twitter 大家都知道是什么了,我就不多做介绍了;我也介绍过不少 Twitter 客户端了,比如 Qwit ,Twitux 和 Twitterfox,Gwibber , Mitter 等等。Twitter 的客户端多的数不胜数,其中有不少优秀的基于 Adobe Air 技术的客户端,不过在我的印象中,Adobe Air for Linux Beta 刚刚发布的时候,对中文的支持很差,从那之后基本上就没尝试过任何基于 Adobe Air 的程序了,前几天在公司的电脑(Windows)上尝试 blu 未遂,后来安装了 TweetDeck ,发现它非常好用。后来又在 Riku 的博客上看到 Seesmic Desktop 这个新兴的 Twitter 客户端,在 Twitter 上询问了几位玩 Linux 的朋友,发现 Adobe Air 现在对中文支持的不错,晚上就颇不亟待的回来试了下 Seesmic Desktop 。
首先你需要安装最新版的 Adobe Air for Linux ,在 Adobe 官方网站 下载最新的 Air 安装程序(点击这里直接下载AdobeAIRInstaller.bin),下载完成之后,打开终端 cd 到你下载的目录,然后执行 chmod +x AdobeAIRInstaller.bin 添加可执行权限,接着运行 ./AdobeAIRInstaller.bin (需要root权限)就可以安装成功了。如图(参考这里)
Adobe Air for Linux 安装完成之后,你就可以前往 Seesmic Desktop 官方网站,下载该安装程序了。由于 Seesmic 现在还是测试版,需要注册之后才能下载安装程序,注册后,官方会告诉你下载地址,并通知你最新的测试版:
去邮箱点击激活链接,之后就可以收到 Seesmic 官方的下载地址了,最新的版本下载地址是 http://d.seesmic.com/seesmic/SeesmicDesktop-0.1.air ,将该文件下载下来(直接另存为),然后打开 附件/Adobe Air Application Installer ,浏览到刚刚下载的 SeesmicDesktop-0.1.air 文件,打开它
可是最后一步却出现了错误:
不甘心,下载了另一个 Air 程序,也出现同样的错误,我怀疑是 Seesmic 的安装程序有问题呢,毕竟是测试版,因为我在公司的电脑上安装过 TweetDeck ,那证明 TwitterDeck 的 .air 文件是没问题的,Google 了一下,发现国外有童鞋在 Fedora 10 上成功安装 TweetDeck 了,我为什么不行呢?当然,我在他那里找到了出现上述错误的原因:Adobe Air for Linux 默认安装在 /opt 目录下,而 /opt 目录和 /home/charles 目录都是需要 root 权限的,那就好办啦,打开终端,进入 root 权限之后,执行 /usr/bin/Adobe\ AIR\ Application\ Installer 命令就可以以 root 权限运行 Adobe Air Application Installer 来安装啦。
再次浏览到你保存 SeesmicDesktop-0.1.air 的地方,打开它,果然安装成功了。
Seesmic Desktop 安装成功之后会自动运行,关闭它,然后在 应用程序/附件/Seesmic Desktop 打开它,用你的 Twitter 帐号登录吧!截图炫耀一下。
PS. 体验了一下 Seesmic Deskop ,虽然界面很炫,但是毕竟还是测试版,很不稳定,占用内存很大且经常无响应,后来,我试了试 Twhirl ,哇,这个比较成熟,和 Seesmic 是同一个公司开发的产品,在 Fedora 10 下运行良好,是该抛弃 Mitter 的时候了(Mitter 有时候某些推友的头像显示的硕大无比,严重影响美观),天,我终于找到 Fedora 下完美的 Twitter 客户端啦。
喔,在 Twitter 上 follow 我 @pengjiayou 吧,越来越喜欢 Twitter 啦。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
4 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-seesmic-desktop-twitter-client-on-fedora-10/
Post tags: Fedora 10, Seesmic Desktop, Twhirl, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/200050944/5269372/1/item.html
Shutter 原名 Gscrot ,是 Linux 下最优秀的屏幕截图工具,其实在 Gscrot 下发布不久我就知道这个软件了,但是一直都不知道如何安装在 Fedora 上(Ubuntu 下安装很简单),下载过源代码,但是不知道如何编译安装,也下载过 Gcell 等人打好的 rpm 包,居然也没有安装成功,不过前几天我终于知道如何在 Fedora 10 下安装 Shutter 了。
相比 Fedora 10 自带的截图工具,Shutter 不但可以截取特定窗口,整个桌面,甚至还可以截取特定选区,截取程序窗口的特定选区,也可以截取网页,还支持插件,功能非常强大。好了,下面告诉大家如何安装,更多功能大家自己体验吧。
1.32位用户
首先点击下载
perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm
perl-Goo-Canvas-0.05-1.fc10.i386.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装:
$ sudo yum localinstall perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall perl-Goo-Canvas-0.05-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
2.64位用户
首先点击下载
perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm
perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装
$ sudo yum localinstall perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
感谢 @liangsuilong @bbbush 等人打包。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
2 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-shutter-screenshot-tool-on-fedora-10/
Post tags: Fedora 10, Shutter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/220732971/5269372/1/item.html
Shutter 原名 Gscrot ,是 Linux 下最优秀的屏幕截图工具,其实在 Gscrot 下发布不久我就知道这个软件了,但是一直都不知道如何安装在 Fedora 上(Ubuntu 下安装很简单),下载过源代码,但是不知道如何编译安装,也下载过 Gcell 等人打好的 rpm 包,居然也没有安装成功,不过前几天我终于知道如何在 Fedora 10 下安装 Shutter 了。
相比 Fedora 10 自带的截图工具,Shutter 不但可以截取特定窗口,整个桌面,甚至还可以截取特定选区,截取程序窗口的特定选区,也可以截取网页,还支持插件,功能非常强大。好了,下面告诉大家如何安装,更多功能大家自己体验吧。
1.32位用户
首先点击下载
perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm
perl-Goo-Canvas-0.05-1.fc10.i386.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装:
$ sudo yum localinstall perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall perl-Goo-Canvas-0.05-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
2.64位用户
首先点击下载
perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm
perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装
$ sudo yum localinstall perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
感谢 @liangsuilong @bbbush 等人打包。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
4 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-shutter-screenshot-tool-on-fedora-10/
Post tags: Fedora 10, Shutter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/234556022/5269372/1/item.html
Shutter 原名 Gscrot ,是 Linux 下最优秀的屏幕截图工具,其实在 Gscrot 下发布不久我就知道这个软件了,但是一直都不知道如何安装在 Fedora 上(Ubuntu 下安装很简单),下载过源代码,但是不知道如何编译安装,也下载过 Gcell 等人打好的 rpm 包,居然也没有安装成功,不过前几天我终于知道如何在 Fedora 10 下安装 Shutter 了。
相比 Fedora 10 自带的截图工具,Shutter 不但可以截取特定窗口,整个桌面,甚至还可以截取特定选区,截取程序窗口的特定选区,也可以截取网页,还支持插件,功能非常强大。好了,下面告诉大家如何安装,更多功能大家自己体验吧。
1.32位用户
首先点击下载
perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm
perl-Goo-Canvas-0.05-1.fc10.i386.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装:
$ sudo yum localinstall perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall perl-Goo-Canvas-0.05-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
2.64位用户
首先点击下载
perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm
perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装
$ sudo yum localinstall perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
感谢 @liangsuilong @bbbush 等人打包。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
2 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-shutter-screenshot-tool-on-fedora-10/
Post tags: Fedora 10, Shutter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/223303951/5269372/1/item.html
Shutter 原名 Gscrot ,是 Linux 下最优秀的屏幕截图工具,其实在 Gscrot 下发布不久我就知道这个软件了,但是一直都不知道如何安装在 Fedora 上(Ubuntu 下安装很简单),下载过源代码,但是不知道如何编译安装,也下载过 Gcell 等人打好的 rpm 包,居然也没有安装成功,不过前几天我终于知道如何在 Fedora 10 下安装 Shutter 了。
相比 Fedora 10 自带的截图工具,Shutter 不但可以截取特定窗口,整个桌面,甚至还可以截取特定选区,截取程序窗口的特定选区,也可以截取网页,还支持插件,功能非常强大。好了,下面告诉大家如何安装,更多功能大家自己体验吧。
1.32位用户
首先点击下载
perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm
perl-Goo-Canvas-0.05-1.fc10.i386.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装:
$ sudo yum localinstall perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall perl-Goo-Canvas-0.05-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
2.64位用户
首先点击下载
perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm
perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装
$ sudo yum localinstall perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
感谢 @liangsuilong @bbbush 等人打包。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
4 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-shutter-screenshot-tool-on-fedora-10/
Post tags: Fedora 10, Shutter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/229924975/5269372/1/item.html
Shutter 原名 Gscrot ,是 Linux 下最优秀的屏幕截图工具,其实在 Gscrot 下发布不久我就知道这个软件了,但是一直都不知道如何安装在 Fedora 上(Ubuntu 下安装很简单),下载过源代码,但是不知道如何编译安装,也下载过 Gcell 等人打好的 rpm 包,居然也没有安装成功,不过前几天我终于知道如何在 Fedora 10 下安装 Shutter 了。
相比 Fedora 10 自带的截图工具,Shutter 不但可以截取特定窗口,整个桌面,甚至还可以截取特定选区,截取程序窗口的特定选区,也可以截取网页,还支持插件,功能非常强大。好了,下面告诉大家如何安装,更多功能大家自己体验吧。
1.32位用户
首先点击下载
perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm
perl-Goo-Canvas-0.05-1.fc10.i386.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装:
$ sudo yum localinstall perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall perl-Goo-Canvas-0.05-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
2.64位用户
首先点击下载
perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm
perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装
$ sudo yum localinstall perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
感谢 @liangsuilong @bbbush 等人打包。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
4 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-shutter-screenshot-tool-on-fedora-10
Post tags: Fedora 10, Shutter
http://pengjiayou.com/blog/install-shutter-screenshot-tool-on-fedora-10
Shutter 原名 Gscrot ,是 Linux 下最优秀的屏幕截图工具,其实在 Gscrot 下发布不久我就知道这个软件了,但是一直都不知道如何安装在 Fedora 上(Ubuntu 下安装很简单),下载过源代码,但是不知道如何编译安装,也下载过 Gcell 等人打好的 rpm 包,居然也没有安装成功,不过前几天我终于知道如何在 Fedora 10 下安装 Shutter 了。
相比 Fedora 10 自带的截图工具,Shutter 不但可以截取特定窗口,整个桌面,甚至还可以截取特定选区,截取程序窗口的特定选区,也可以截取网页,还支持插件,功能非常强大。好了,下面告诉大家如何安装,更多功能大家自己体验吧。
1.32位用户
首先点击下载
perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm
perl-Goo-Canvas-0.05-1.fc10.i386.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装:
$ sudo yum localinstall perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall perl-Goo-Canvas-0.05-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
2.64位用户
首先点击下载
perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm
perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装
$ sudo yum localinstall perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
感谢 @liangsuilong @bbbush 等人打包。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
No comment |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-shutter-screenshot-tool-on-fedora-10/
Post tags: Fedora 10, Shutter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/199295942/5269372/1/item.html
Shutter 原名 Gscrot ,是 Linux 下最优秀的屏幕截图工具,其实在 Gscrot 下发布不久我就知道这个软件了,但是一直都不知道如何安装在 Fedora 上(Ubuntu 下安装很简单),下载过源代码,但是不知道如何编译安装,也下载过 Gcell 等人打好的 rpm 包,居然也没有安装成功,不过前几天我终于知道如何在 Fedora 10 下安装 Shutter 了。
相比 Fedora 10 自带的截图工具,Shutter 不但可以截取特定窗口,整个桌面,甚至还可以截取特定选区,截取程序窗口的特定选区,也可以截取网页,还支持插件,功能非常强大。好了,下面告诉大家如何安装,更多功能大家自己体验吧。
1.32位用户
首先点击下载
perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm
perl-Goo-Canvas-0.05-1.fc10.i386.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装:
$ sudo yum localinstall perl-Gnome2-Wnck-svn20090118-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall perl-Goo-Canvas-0.05-1.fc10.i386.rpm –nogpgcheck
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
2.64位用户
首先点击下载
perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm
perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm
shutter-0.70.1-1.ppa2.fc10.noarch.rpm
然后安装
$ sudo yum localinstall perl-Gnome2-Wnck-0.16-1.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall perl-Goo-Canvas-0.05-2.fc11.x86_64.rpm –nogpgcheck –enablerepo rawhide
$ sudo yum localinstall shutter-0.70.1-1.ppa2.fc10.noarch.rpm –nogpgcheck
感谢 @liangsuilong @bbbush 等人打包。
© Charles Peng for 嘉佑中文博客 on 2009/04/10 |
4 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/install-shutter-screenshot-tool-on-fedora-10/
Post tags: Fedora 10, Shutter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/227094577/5269372/1/item.html
有时候总觉得 Fedora 自带的 Rhythumbox 太大了,太占系统资源了。我用的笔记本 (HP V3805AU) 不太差吧,可是老觉得系统太慢。有时候想听歌,打开 Thythumbox 再加上 Firefox 打开几个标签页就卡的不行。
终于发现 Decibel Audio Player 这个播放器完全符合我的要求,够轻量够简洁,采用 GTK 开发(我不喜欢在 Gnome 下运行 KDE 程序),正合我意。是扔掉 Rhythumbox 的时候了,让 Totem ,MPlayer,RealPlayer ,Exaile ,SongBird ,Amarok ,XMMS 等都在旁边躺着吧
左边显示歌曲目录和歌曲名,选择歌曲添加到右侧的播放列表就可以顺序或者随机播放了。在 Fedora 下安装也很方便,直接 yum install decibel-audio-player 就好了。
© Charles Peng for 嘉佑中文博客 on 2009/04/08 |
8 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/decibel-audio-player/
Post tags: 音乐
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/200050946/5269372/1/item.html
有时候总觉得 Fedora 自带的 Rhythumbox 太大了,太占系统资源了。我用的笔记本 (HP V3805AU) 不太差吧,可是老觉得系统太慢。有时候想听歌,打开 Thythumbox 再加上 Firefox 打开几个标签页就卡的不行。
终于发现 Decibel Audio Player 这个播放器完全符合我的要求,够轻量够简洁,采用 GTK 开发(我不喜欢在 Gnome 下运行 KDE 程序),正合我意。是扔掉 Rhythumbox 的时候了,让 Totem ,MPlayer,RealPlayer ,Exaile ,SongBird ,Amarok ,XMMS 等都在旁边躺着吧
左边显示歌曲目录和歌曲名,选择歌曲添加到右侧的播放列表就可以顺序或者随机播放了。在 Fedora 下安装也很方便,直接 yum install decibel-audio-player 就好了。
© Charles Peng for 嘉佑中文博客 on 2009/04/08 |
12 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/decibel-audio-player/
Post tags: 音乐
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/227094578/5269372/1/item.html
有时候总觉得 Fedora 自带的 Rhythumbox 太大了,太占系统资源了。我用的笔记本 (HP V3805AU) 不太差吧,可是老觉得系统太慢。有时候想听歌,打开 Thythumbox 再加上 Firefox 打开几个标签页就卡的不行。
终于发现 Decibel Audio Player 这个播放器完全符合我的要求,够轻量够简洁,采用 GTK 开发(我不喜欢在 Gnome 下运行 KDE 程序),正合我意。是扔掉 Rhythumbox 的时候了,让 Totem ,MPlayer,RealPlayer ,Exaile ,SongBird ,Amarok ,XMMS 等都在旁边躺着吧
左边显示歌曲目录和歌曲名,选择歌曲添加到右侧的播放列表就可以顺序或者随机播放了。在 Fedora 下安装也很方便,直接 yum install decibel-audio-player 就好了。
© Charles Peng for 嘉佑中文博客 on 2009/04/08 |
12 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/decibel-audio-player/
Post tags: 音乐
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/223303952/5269372/1/item.html
有时候总觉得 Fedora 自带的 Rhythumbox 太大了,太占系统资源了。我用的笔记本 (HP V3805AU) 不太差吧,可是老觉得系统太慢。有时候想听歌,打开 Thythumbox 再加上 Firefox 打开几个标签页就卡的不行。
终于发现 Decibel Audio Player 这个播放器完全符合我的要求,够轻量够简洁,采用 GTK 开发(我不喜欢在 Gnome 下运行 KDE 程序),正合我意。是扔掉 Rhythumbox 的时候了,让 Totem ,MPlayer,RealPlayer ,Exaile ,SongBird ,Amarok ,XMMS 等都在旁边躺着吧
左边显示歌曲目录和歌曲名,选择歌曲添加到右侧的播放列表就可以顺序或者随机播放了。在 Fedora 下安装也很方便,直接 yum install decibel-audio-player 就好了。
© Charles Peng for 嘉佑中文博客 on 2009/04/08 |
12 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/decibel-audio-player/
Post tags: 音乐
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/220732972/5269372/1/item.html
有时候总觉得 Fedora 自带的 Rhythumbox 太大了,太占系统资源了。我用的笔记本 (HP V3805AU) 不太差吧,可是老觉得系统太慢。有时候想听歌,打开 Thythumbox 再加上 Firefox 打开几个标签页就卡的不行。
终于发现 Decibel Audio Player 这个播放器完全符合我的要求,够轻量够简洁,采用 GTK 开发(我不喜欢在 Gnome 下运行 KDE 程序),正合我意。是扔掉 Rhythumbox 的时候了,让 Totem ,MPlayer,RealPlayer ,Exaile ,SongBird ,Amarok ,XMMS 等都在旁边躺着吧
左边显示歌曲目录和歌曲名,选择歌曲添加到右侧的播放列表就可以顺序或者随机播放了。在 Fedora 下安装也很方便,直接 yum install decibel-audio-player 就好了。
© Charles Peng for 嘉佑中文博客 on 2009/04/08 |
12 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/decibel-audio-player/
Post tags: 音乐
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/234556023/5269372/1/item.html
好久好久没有更新博客了,真对不住订阅我博客的各位。今天晚上写一篇凑数吧,把我现在在 Firefox 下使用的扩展拿出来晒晒。再有不到两个月 Fedora 11 正式版就要发布了,还是在博客上备份一下目前正在使用的 Firefox 扩展吧,不想到时候忘了插件的名字,影响网页浏览体验。
1. Alexa Sparky Sparky 是 Alexa 官方推荐的 Toolbar (for Firefox),可以在 Firefox 状态栏显示你当前浏览网站的 Alexa 全球排名,流量曲线,相似链接等。对了,Alexa 最近改版了,估计又更改了排名算法,前几天我的这个个人博客排名终于突破 100,000 ,不过好长时间没更新,现在又回去了。
2. Live PageRank 个人博客的作者,除了关心自己的 Alexa 全球排名之外,另外一个最为关注的应该就是 Google PageRank 了,这个 Live PageRank 插件可以在 Firefox 状态栏显示当前浏览网页的 PR 值。
和 Alexa 与 PR 有关的大家都知道的插件应该是 SearchStatus 了,我也用过,不过,该插件功能太多,我需要的就是能显示当前网页的 Alexa Rank 和 PageRank 就行了,可 SearchStatus 偏偏有太多额外的功能。而且,相对于 Sparky ,SearchStatus 并不是 Alexa 官方支持的开发者开发,因此,你每访问一个网站,会不会提交数据给 Alexa 很难说。
3. Ctrl-Tab 大家对 Fedora 下的 Compiz 的窗口切换插件的效果应该比较熟悉了(使用 Alt+Tab 组合键),可以在切换程序窗口的时候预览该窗口,对于 Firefox ,Ctrl-Tab 插件同样可以在切换标签页的时候预览标签页,按 Ctrl+Tab 组合键就可以了(默认标签页需 >= 3 ),还可以预览所有标签页呢。
4. Easy DragToGo 这个插件非常方便,可以轻松使用鼠标拖拽操作打开新标签页,可以拖拽的对象包括选取的文字、链接、图片等,有时候在网页上看到一个网址,直接选取该网址的文字,然后拖动到标签栏就可以在新标签页打开该网址了,非常方便。
5. Fasterfox 这是一个 Firefox 性能与网络优化插件。
6. FireGestures 这是一个非常著名的 Firefox 鼠标手势插件,按住鼠标左键向左、向右滑动就可以后退或者前进了,很方便。当然,它还有其它功能,点击这里安装吧。
7. Xmarks 这是一个书签备份和同步工具,我在公司浏览的网站,有时候可能很忙,那么我添加到书签,Xmarks 就可以备份下来,我晚上回来,Xmarks 又可以将我保存的书签同步到 Fedora 上来,非常方便。目前的版本还可以同步你保存的网页密码呢。
8. Twitterfox Twitterfox 是一个非常不错的 Firefox 下的 Twitter 客户端,我不喜欢使用任何 Adobe Air 程序,又找不到其它合适的独立客户端,还好,我每天开着 Firefox,我在公司一直用它来更新 Twitter 。不过,该插件太影响 Firefox 了,我在 Fedora 10 下本来 Firefox 就很慢,可偏偏它还发出大量连接请求,占用太多资源,经常害的 Firefox 关闭后不能结束进程。放弃了,还好,我还有另外一个独立的 Twitter 客户端 Mitter 可以使用。
9. Moonlight 这是 Novell 和 微软 开发的 Linux 下 Sliverlight 插件,虽然目前 Sliverlight 没有 Flash 那么普及,但是难免哪天不会遇到,必需的。
我使用过很多扩展,其实,Firefox 自身的功能已经很强大了,对于那些不经常使用或者安装了但又没使用的 Firefox 扩展,还是提前清理掉的好,以免影响 Firefox 的速度,我精简了我的插件,现在 Firefox 快多了。
© Charles Peng for 嘉佑中文博客 on 2009/04/08 |
4 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/firefox-add-ons-i-am-using-under-fedora-10/
Post tags: Firefox, 扩展, 插件
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/223303953/5269372/1/item.html
好久好久没有更新博客了,真对不住订阅我博客的各位。今天晚上写一篇凑数吧,把我现在在 Firefox 下使用的扩展拿出来晒晒。再有不到两个月 Fedora 11 正式版就要发布了,还是在博客上备份一下目前正在使用的 Firefox 扩展吧,不想到时候忘了插件的名字,影响网页浏览体验。
1. Alexa Sparky Sparky 是 Alexa 官方推荐的 Toolbar (for Firefox),可以在 Firefox 状态栏显示你当前浏览网站的 Alexa 全球排名,流量曲线,相似链接等。对了,Alexa 最近改版了,估计又更改了排名算法,前几天我的这个个人博客排名终于突破 100,000 ,不过好长时间没更新,现在又回去了。
2. Live PageRank 个人博客的作者,除了关心自己的 Alexa 全球排名之外,另外一个最为关注的应该就是 Google PageRank 了,这个 Live PageRank 插件可以在 Firefox 状态栏显示当前浏览网页的 PR 值。
和 Alexa 与 PR 有关的大家都知道的插件应该是 SearchStatus 了,我也用过,不过,该插件功能太多,我需要的就是能显示当前网页的 Alexa Rank 和 PageRank 就行了,可 SearchStatus 偏偏有太多额外的功能。而且,相对于 Sparky ,SearchStatus 并不是 Alexa 官方支持的开发者开发,因此,你每访问一个网站,会不会提交数据给 Alexa 很难说。
3. Ctrl-Tab 大家对 Fedora 下的 Compiz 的窗口切换插件的效果应该比较熟悉了(使用 Alt+Tab 组合键),可以在切换程序窗口的时候预览该窗口,对于 Firefox ,Ctrl-Tab 插件同样可以在切换标签页的时候预览标签页,按 Ctrl+Tab 组合键就可以了(默认标签页需 >= 3 ),还可以预览所有标签页呢。
4. Easy DragToGo 这个插件非常方便,可以轻松使用鼠标拖拽操作打开新标签页,可以拖拽的对象包括选取的文字、链接、图片等,有时候在网页上看到一个网址,直接选取该网址的文字,然后拖动到标签栏就可以在新标签页打开该网址了,非常方便。
5. Fasterfox 这是一个 Firefox 性能与网络优化插件。
6. FireGestures 这是一个非常著名的 Firefox 鼠标手势插件,按住鼠标左键向左、向右滑动就可以后退或者前进了,很方便。当然,它还有其它功能,点击这里安装吧。
7. Xmarks 这是一个书签备份和同步工具,我在公司浏览的网站,有时候可能很忙,那么我添加到书签,Xmarks 就可以备份下来,我晚上回来,Xmarks 又可以将我保存的书签同步到 Fedora 上来,非常方便。目前的版本还可以同步你保存的网页密码呢。
8. Twitterfox Twitterfox 是一个非常不错的 Firefox 下的 Twitter 客户端,我不喜欢使用任何 Adobe Air 程序,又找不到其它合适的独立客户端,还好,我每天开着 Firefox,我在公司一直用它来更新 Twitter 。不过,该插件太影响 Firefox 了,我在 Fedora 10 下本来 Firefox 就很慢,可偏偏它还发出大量连接请求,占用太多资源,经常害的 Firefox 关闭后不能结束进程。放弃了,还好,我还有另外一个独立的 Twitter 客户端 Mitter 可以使用。
9. Moonlight 这是 Novell 和 微软 开发的 Linux 下 Sliverlight 插件,虽然目前 Sliverlight 没有 Flash 那么普及,但是难免哪天不会遇到,必需的。
我使用过很多扩展,其实,Firefox 自身的功能已经很强大了,对于那些不经常使用或者安装了但又没使用的 Firefox 扩展,还是提前清理掉的好,以免影响 Firefox 的速度,我精简了我的插件,现在 Firefox 快多了。
© Charles Peng for 嘉佑中文博客 on 2009/04/08 |
5 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/firefox-add-ons-i-am-using-under-fedora-10
Post tags: Firefox, 扩展, 插件
http://pengjiayou.com/blog/firefox-add-ons-i-am-using-under-fedora-10
好久好久没有更新博客了,真对不住订阅我博客的各位。今天晚上写一篇凑数吧,把我现在在 Firefox 下使用的扩展拿出来晒晒。再有不到两个月 Fedora 11 正式版就要发布了,还是在博客上备份一下目前正在使用的 Firefox 扩展吧,不想到时候忘了插件的名字,影响网页浏览体验。
1. Alexa Sparky Sparky 是 Alexa 官方推荐的 Toolbar (for Firefox),可以在 Firefox 状态栏显示你当前浏览网站的 Alexa 全球排名,流量曲线,相似链接等。对了,Alexa 最近改版了,估计又更改了排名算法,前几天我的这个个人博客排名终于突破 100,000 ,不过好长时间没更新,现在又回去了。
2. Live PageRank 个人博客的作者,除了关心自己的 Alexa 全球排名之外,另外一个最为关注的应该就是 Google PageRank 了,这个 Live PageRank 插件可以在 Firefox 状态栏显示当前浏览网页的 PR 值。
和 Alexa 与 PR 有关的大家都知道的插件应该是 SearchStatus 了,我也用过,不过,该插件功能太多,我需要的就是能显示当前网页的 Alexa Rank 和 PageRank 就行了,可 SearchStatus 偏偏有太多额外的功能。而且,相对于 Sparky ,SearchStatus 并不是 Alexa 官方支持的开发者开发,因此,你每访问一个网站,会不会提交数据给 Alexa 很难说。
3. Ctrl-Tab 大家对 Fedora 下的 Compiz 的窗口切换插件的效果应该比较熟悉了(使用 Alt+Tab 组合键),可以在切换程序窗口的时候预览该窗口,对于 Firefox ,Ctrl-Tab 插件同样可以在切换标签页的时候预览标签页,按 Ctrl+Tab 组合键就可以了(默认标签页需 >= 3 ),还可以预览所有标签页呢。
4. Easy DragToGo 这个插件非常方便,可以轻松使用鼠标拖拽操作打开新标签页,可以拖拽的对象包括选取的文字、链接、图片等,有时候在网页上看到一个网址,直接选取该网址的文字,然后拖动到标签栏就可以在新标签页打开该网址了,非常方便。
5. Fasterfox 这是一个 Firefox 性能与网络优化插件。
6. FireGestures 这是一个非常著名的 Firefox 鼠标手势插件,按住鼠标左键向左、向右滑动就可以后退或者前进了,很方便。当然,它还有其它功能,点击这里安装吧。
7. Xmarks 这是一个书签备份和同步工具,我在公司浏览的网站,有时候可能很忙,那么我添加到书签,Xmarks 就可以备份下来,我晚上回来,Xmarks 又可以将我保存的书签同步到 Fedora 上来,非常方便。目前的版本还可以同步你保存的网页密码呢。
8. Twitterfox Twitterfox 是一个非常不错的 Firefox 下的 Twitter 客户端,我不喜欢使用任何 Adobe Air 程序,又找不到其它合适的独立客户端,还好,我每天开着 Firefox,我在公司一直用它来更新 Twitter 。不过,该插件太影响 Firefox 了,我在 Fedora 10 下本来 Firefox 就很慢,可偏偏它还发出大量连接请求,占用太多资源,经常害的 Firefox 关闭后不能结束进程。放弃了,还好,我还有另外一个独立的 Twitter 客户端 Mitter 可以使用。
9. Moonlight 这是 Novell 和 微软 开发的 Linux 下 Sliverlight 插件,虽然目前 Sliverlight 没有 Flash 那么普及,但是难免哪天不会遇到,必需的。
我使用过很多扩展,其实,Firefox 自身的功能已经很强大了,对于那些不经常使用或者安装了但又没使用的 Firefox 扩展,还是提前清理掉的好,以免影响 Firefox 的速度,我精简了我的插件,现在 Firefox 快多了。
© Charles Peng for 嘉佑中文博客 on 2009/04/08 |
4 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/firefox-add-ons-i-am-using-under-fedora-10/
Post tags: Firefox, 扩展, 插件
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/200050947/5269372/1/item.html
Fedora 11 Will Have An Incredible Number Of New Features
Fedora 11 Feature Bonanza
Fedora 11 Feature Freeze Is On
Fedora 11 preview
Fedora 11 incluirá RPM 4.7
Progress Towards Fedora 11 Beta
Innovation Sparks Jealousy
Ubuntu 9.04 vs Fedora 11: A lot can change in one month!
The Future of Linux: Fedora 11 Beta Available Today
Ubuntu 9.04 Beta vs. Fedora 11 Beta Performance
Announcing Fedora 11 Beta
Fedora 11 Beta
Fedora 11 boasts 20-second startup
Fedora 11 Beta Screenshot Tour
Fedora 11 beta released
Fedora 11 Beta Wallpaper
Fedora 11 (Leonidas) Beta 发布
Fedora 11 Beta图辑
Fedora 11 beta bares chest to all-comers
Fedora 11 beta on europa
Fedora 11 beta beefs up Linux security
Fedora 11 (Leonidas) Final will be released
Days later.
Put a countdown widget on your blog or website. Anxious waiting for the final release of Leonidas.
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/234463530/5269372/1/item.html
Fedora 11 Will Have An Incredible Number Of New Features
Fedora 11 Feature Bonanza
Fedora 11 Feature Freeze Is On
Fedora 11 preview
Fedora 11 incluirá RPM 4.7
Progress Towards Fedora 11 Beta
Innovation Sparks Jealousy
Ubuntu 9.04 vs Fedora 11: A lot can change in one month!
The Future of Linux: Fedora 11 Beta Available Today
Ubuntu 9.04 Beta vs. Fedora 11 Beta Performance
Announcing Fedora 11 Beta
Fedora 11 Beta
Fedora 11 boasts 20-second startup
Fedora 11 Beta Screenshot Tour
Fedora 11 beta released
Fedora 11 Beta Wallpaper
Fedora 11 (Leonidas) Beta 发布
Fedora 11 Beta图辑
Fedora 11 beta bares chest to all-comers
Fedora 11 beta on europa
Fedora 11 beta beefs up Linux security
Fedora 11 (Leonidas) Final will be released
Days later.
Put a countdown widget on your blog or website. Anxious waiting for the final release of Leonidas.
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/220720777/5269372/1/item.html
Fedora 11 Will Have An Incredible Number Of New Features
Fedora 11 Feature Bonanza
Fedora 11 Feature Freeze Is On
Fedora 11 preview
Fedora 11 incluirá RPM 4.7
Progress Towards Fedora 11 Beta
Innovation Sparks Jealousy
Ubuntu 9.04 vs Fedora 11: A lot can change in one month!
The Future of Linux: Fedora 11 Beta Available Today
Ubuntu 9.04 Beta vs. Fedora 11 Beta Performance
Announcing Fedora 11 Beta
Fedora 11 Beta
Fedora 11 boasts 20-second startup
Fedora 11 Beta Screenshot Tour
Fedora 11 beta released
Fedora 11 Beta Wallpaper
Fedora 11 (Leonidas) Beta 发布
Fedora 11 Beta图辑
Fedora 11 beta bares chest to all-comers
Fedora 11 beta on europa
Fedora 11 beta beefs up Linux security
Fedora 11 (Leonidas) Final will be released
Days later.
Put a countdown widget on your blog or website. Anxious waiting for the final release of Leonidas.
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/196345355/5269372/1/item.html
Since my Flickr account went Pro, I was able to upload as many pictures and photos as I took with my camera and shared them with all of my friends. Here are two Flickr clients if you use Linux system, which allows you upload your photos conveniently.
1. jUploadr
jUploadr is a cross platform, cross-site Photo uploader. Currently it runs on Windows Linux and OS X and supports both Flickr and Zooomr. It allows you to set all properties of a photo before you upload it. It also supports batch editing, so you can make short work of uploading a bunch of files. It is Flickr officially recommend photo uploading client for Linux.
Latest version of jUploadr is 1.1.2, and you can downlaod jUploadr-1.1.2-linuxGTK-i386.tar.gz (for Linux i386) here. jUploadr is a java-based program, no installation required, decompress the downloaded package, and double click the executable “jUploadr” to run.
2. Postr
Postr is another Flickr uploadr for GNOME desktop, which aims to be simple to use but exposing enough of Flickr to be useful. It isn’t finished yet, but its a very capable uploader already.
To install in Fedora 10 is quite easy too, just type yum install postr in the terminal, it will automactially installed.
Postr has the same fuctoins which jUploadr has, but it doesn’t not support Zooomr, and UI more hardly to use. Which one do you prefer?
http://www.charlespeng.com/two-flickr-clients-for-linux
Since my Flickr account went Pro, I was able to upload as many pictures and photos as I took with my camera and shared them with all of my friends. Here are two Flickr clients if you use Linux system, which allows you upload your photos conveniently.
1. jUploadr
jUploadr is a cross platform, cross-site Photo uploader. Currently it runs on Windows Linux and OS X and supports both Flickr and Zooomr. It allows you to set all properties of a photo before you upload it. It also supports batch editing, so you can make short work of uploading a bunch of files. It is Flickr officially recommend photo uploading client for Linux.
Latest version of jUploadr is 1.1.2, and you can downlaod jUploadr-1.1.2-linuxGTK-i386.tar.gz (for Linux i386) here. jUploadr is a java-based program, no installation required, decompress the downloaded package, and double click the executable “jUploadr” to run.
2. Postr
Postr is another Flickr uploadr for GNOME desktop, which aims to be simple to use but exposing enough of Flickr to be useful. It isn’t finished yet, but its a very capable uploader already.
To install in Fedora 10 is quite easy too, just type yum install postr in the terminal, it will automactially installed.
Postr has the same fuctoins which jUploadr has, but it doesn’t not support Zooomr, and UI more hardly to use. Which one do you prefer?
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/194450919/5269372/1/item.html
Since my Flickr account went Pro, I was able to upload as many pictures and photos as I took with my camera and shared them with all of my friends. Here are two Flickr clients if you use Linux system, which allows you upload your photos conveniently.
1. jUploadr
jUploadr is a cross platform, cross-site Photo uploader. Currently it runs on Windows Linux and OS X and supports both Flickr and Zooomr. It allows you to set all properties of a photo before you upload it. It also supports batch editing, so you can make short work of uploading a bunch of files. It is Flickr officially recommend photo uploading client for Linux.
Latest version of jUploadr is 1.1.2, and you can downlaod jUploadr-1.1.2-linuxGTK-i386.tar.gz (for Linux i386) here. jUploadr is a java-based program, no installation required, decompress the downloaded package, and double click the executable “jUploadr” to run.
2. Postr
Postr is another Flickr uploadr for GNOME desktop, which aims to be simple to use but exposing enough of Flickr to be useful. It isn’t finished yet, but its a very capable uploader already.
To install in Fedora 10 is quite easy too, just type yum install postr in the terminal, it will automactially installed.
Postr has the same fuctoins which jUploadr has, but it doesn’t not support Zooomr, and UI more hardly to use. Which one do you prefer?
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/220720778/5269372/1/item.html
Hello, guys, I started a program recently on Twitter since Mar. 21st this month called “1 Linux Software 1 Day“, which is aim to recommend ONE linux software ONE day to the CHINESE linux users. I think this is a good idea to introduce others a perfect linux application they would like so as to promote Linux as a lot of people still think there’s not as many software as Windows or Mac (I think a lot of people refuse Linux just because of this).
I read articles on tuxmachines.org almost everyday, and a lot of applications are introduced, but I don’t have enough time and energy to translate or forward them on my blog, but Twitter is a good place to do such things, it’s convenient engouth for me.
At very first, I just tweeted in Twitterfox the software I like in Chinese language, but I found it’s hard to be archived every software that I recommended, and other people who didn’t follow me can hardly have a chance to know them too, so I added every tweet a tag “1soft1day“, this tag is currently unique, so, when you try to search this tag on Twitter Seach, you can get all softwares I recommended before.
Well, now, I brought this “1 Linux App 1 Day Program” to English-speaking Linux user too, with another tag “1app1day”, when you type this tag name and search on Twitter, you will be able to see all of my recommended software, and all in English. You can also visit this url directly: http://search.twitter.com/search?q=%231app1day
In general, please seach #1soft1day for Chinese, well, #1app1day for English. Please help me and keep these two tags unique (you’d better use another tag if you have related program), and, please don’t post this tag in your tweets (so there’s no waste)
I suggest you follow me @pengjiayou on Twitter, so that you’re be able to know what I recommend at an early time, and, to recommend me the software that you like by @ replies. Thanks.
http://www.charlespeng.com/1-linux-app-1-day-program-on-twitter
DBAnotes.net 的作者,也是我的推友 @Fenng 每天在 Twitter 上推荐一个 Twitter 好友,这是一个不错的创意。上星期六闲来没事,突然心血来潮,“为什么不仿照 @Fenng 的创意,每天推荐一款 Linux 软件呢?”,其实我每天在 tuxmachines.org 上也看到不少 Linux 软件的介绍,但要把他们翻译成中文或者在博客上做介绍,好像是一件很困难的事情,我没有充足的时间和精力,而 Twitter 似乎是一个不错的地方。
今天是我的 “每日推荐一个 Linux 软件计划” 的第三天,到今天为止已经推荐了 3 款 Linux 软件,接下来的每天我都会像这样在 Twitter 允许的 140 个字符中推荐一款 Linux 软件:简单介绍该软件,并加上该软件的官方网站网址。
很多人说 Linux 下软件很匮乏,其实不然,Linux 下也有许许多多优秀的应用程序,只是没一个地方专门做介绍你没发现而已。现在好了,在 Twitter 上 Follow 我 @pengjiayou 吧,每天推荐你一款 Linux 软件,总有一款你喜欢!
Twitter 虽然方便,但 tweets 还是具有“时效性”的,如果某人 follow 了我,而且经常使用 Twitter 客户端比如 Twitterfox 的话,也许才不会错过我推荐的每个软件,但是这似乎很难,还好,Twitter 有搜索功能,我可以自己使用一个比较唯一的 tag ,然后再 twitter 上搜索,就能查到我推荐的全部软件了。
从现在起,你只需要打开 http://search.twitter.com/search?q=%231soft1day 就能列出我推荐的全部 Linux 软件了。(我保证我以后的推荐更加规范:软件名称+软件官方网站网址+#1soft1day)
早上重新制作了一张 Twitter 背景,应该在我笔记本 1280×800 的分辨率下显示完美了吧?
© Charles Peng for 嘉佑中文博客 on 2009/03/23 |
No comment |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/1-linux-app-1-day-program-on-twitter/
Post tags: 1soft1day, Linux, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/190719733/5269372/1/item.html
DBAnotes.net 的作者,也是我的推友 @Fenng 每天在 Twitter 上推荐一个 Twitter 好友,这是一个不错的创意。上星期六闲来没事,突然心血来潮,“为什么不仿照 @Fenng 的创意,每天推荐一款 Linux 软件呢?”,其实我每天在 tuxmachines.org 上也看到不少 Linux 软件的介绍,但要把他们翻译成中文或者在博客上做介绍,好像是一件很困难的事情,我没有充足的时间和精力,而 Twitter 似乎是一个不错的地方。
今天是我的 “每日推荐一个 Linux 软件计划” 的第三天,到今天为止已经推荐了 3 款 Linux 软件,接下来的每天我都会像这样在 Twitter 允许的 140 个字符中推荐一款 Linux 软件:简单介绍该软件,并加上该软件的官方网站网址。
很多人说 Linux 下软件很匮乏,其实不然,Linux 下也有许许多多优秀的应用程序,只是没一个地方专门做介绍你没发现而已。现在好了,在 Twitter 上 Follow 我 @pengjiayou 吧,每天推荐你一款 Linux 软件,总有一款你喜欢!
Twitter 虽然方便,但 tweets 还是具有“时效性”的,如果某人 follow 了我,而且经常使用 Twitter 客户端比如 Twitterfox 的话,也许才不会错过我推荐的每个软件,但是这似乎很难,还好,Twitter 有搜索功能,我可以自己使用一个比较唯一的 tag ,然后再 twitter 上搜索,就能查到我推荐的全部软件了。
从现在起,你只需要打开 http://search.twitter.com/search?q=%231soft1day 就能列出我推荐的全部 Linux 软件了。(我保证我以后的推荐更加规范:软件名称+软件官方网站网址+#1soft1day)
早上重新制作了一张 Twitter 背景,应该在我笔记本 1280×800 的分辨率下显示完美了吧?
© Charles Peng for 嘉佑中文博客 on 2009/03/23 |
One comment |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/1-linux-app-1-day-program-on-twitter/
Post tags: 1soft1day, Linux, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/191942165/5269372/1/item.html
DBAnotes.net 的作者,也是我的推友 @Fenng 每天在 Twitter 上推荐一个 Twitter 好友,这是一个不错的创意。上星期六闲来没事,突然心血来潮,“为什么不仿照 @Fenng 的创意,每天推荐一款 Linux 软件呢?”,其实我每天在 tuxmachines.org 上也看到不少 Linux 软件的介绍,但要把他们翻译成中文或者在博客上做介绍,好像是一件很困难的事情,我没有充足的时间和精力,而 Twitter 似乎是一个不错的地方。
今天是我的 “每日推荐一个 Linux 软件计划” 的第三天,到今天为止已经推荐了 3 款 Linux 软件,接下来的每天我都会像这样在 Twitter 允许的 140 个字符中推荐一款 Linux 软件:简单介绍该软件,并加上该软件的官方网站网址。
很多人说 Linux 下软件很匮乏,其实不然,Linux 下也有许许多多优秀的应用程序,只是没一个地方专门做介绍你没发现而已。现在好了,在 Twitter 上 Follow 我 @pengjiayou 吧,每天推荐你一款 Linux 软件,总有一款你喜欢!
Twitter 虽然方便,但 tweets 还是具有“时效性”的,如果某人 follow 了我,而且经常使用 Twitter 客户端比如 Twitterfox 的话,也许才不会错过我推荐的每个软件,但是这似乎很难,还好,Twitter 有搜索功能,我可以自己使用一个比较唯一的 tag ,然后再 twitter 上搜索,就能查到我推荐的全部软件了。
从现在起,你只需要打开 http://search.twitter.com/search?q=%231soft1day 就能列出我推荐的全部 Linux 软件了。(我保证我以后的推荐更加规范:软件名称+软件官方网站网址+#1soft1day)
早上重新制作了一张 Twitter 背景,应该在我笔记本 1280×800 的分辨率下显示完美了吧?
© Charles Peng for 嘉佑中文博客 on 2009/03/23 |
4 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/1-linux-app-1-day-program-on-twitter/
Post tags: 1soft1day, Linux, Twitter
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/209118804/5269372/1/item.html
Gwibber is an open source microblogging client for GNOME developed with Python and GTK. It supports Twitter, Jaiku, Identi.ca, Facebook, Flickr, Digg, and RSS, it has much more great feature than another of my favorite and frequently used Twitter-only client called Mitter.
I always launch Mitter when I log in my system, because I’m a heavy user of Twitter. And Mitter requires all my demands, simple and fast to load friends’ tweets under my EDGE mobile broadband. But, recently, I always met some large avatars of some twitter users, twice as it should be. It made my Mitter window very ugly.
Although I knew and installed Gwibber for so long a time, I seldom used it, it has an default theme which I dislike, and, it loads and sents my tweets very slowly. But I can’t bare the large avatars problem any longer, what I can do to solve that problem, is to unfollow that large-avatar twitter user, that’s what I don’t want.
Thanks Google Reader, I saw a nice-looking Gwibber theme by chance, downloaded Gilouche 0.2, untared it ~/.local/share/gwibber/ui/themes/ , and actived it, so nice. I like this dark theme so much.
Well, in the Fedora software repositories, we have 3 choice of a Twitter clients that you may like. Try to install by run yum install gwibber mitter twitux, there will be one that fits you.
http://www.charlespeng.com/gilouche-theme-for-gwibber
I remembered Fedora 10 was released in the nighth of Nov. 25th, 2008 at 22:00 pm Beijing Time, as soon as it’s available for download, my-guides.net published it’s great tutorial Fedora 10 Installation Guide, which I learned a lot from its Fedora 9 Installation Guide when I tried Fedora (Fedora 9, this is the first Linux distro I tried and installed in my entire hard disk) for the 1st time, it’s really helpful for a Linux and Fedora newbie. I didn’t sleep all the night but translated it into Chinese, to do my best to help others who wants to try the latest Fedora distro. Although I keeped translating this great guide for a whole night, but only finished its first 8 chapters, with 2 Fedora fans’ help the second day, we finally submited to my-guides.net a Chinese version.
Although Alex named his work “Fedora 10 Installation Guide”, but he taught us almost all things about Fedora 10 system configration (these are all things needed to do after Fedora 10 installed) and Fedora frequently-used software installation and configration, it’s not good enough as someone didn’t know how to install Fedora 10 in his hard disk at all, and, what’s the most important, was, he knows nothing about Chinese, and Chinese-language opensource software, so he didn’t write any howtos about that.
In the next few days after Fedora 10 released, I compiled another free PDF guide. I read the Fedora 10 realse note, and collected lots of other information about their fed back or guides after they tried Fedora 10 from BBS or forums together, and published my own PDF to the public, and updated it for 2 times.
Those days after this PDF was published to the public, my Chinese blog attracted hundreds of visitors a day for the download address, and many Fedora users helped me to spread in other forums. I didn’t ever know this kind of document is in a so large demand, but I think it’s useful for them.
Today when I visit Google Code fedora-zh project again, I found my PDF was download over 35,000 times in all after I moved it here, and this number is still counting that is to say, tens of thousands of people downloaded my PDF, I think I did a good job.
I got to know these days Fedora 10 Nears 1 Million Users Mark (here’s the official statistics), I am really happy to hear this news, as I tried to promote it in China and Chinese-speaking countries. Fedora is the distro I’d always trust, as so many people worldwide chose it, spread it, and get involved in.
BTW: I have moved my Feedburner account to a Google Account, so please re-subsribe my blog RSS feed: http://feeds2.feedburner.com/charlespeng , thanks.
http://www.charlespeng.com/my-fedora-10-free-pdf-downloaded-over-35000-times
I remembered Fedora 10 was released in the nighth of Nov. 25th, 2008 at 22:00 pm Beijing Time, as soon as it’s available for download, my-guides.net published it’s great tutorial Fedora 10 Installation Guide, which I learned a lot from its Fedora 9 Installation Guide when I tried Fedora (Fedora 9, this is the first Linux distro I tried and installed in my entire hard disk) for the 1st time, it’s really helpful for a Linux and Fedora newbie. I didn’t sleep all the night but translated it into Chinese, to do my best to help others who wants to try the latest Fedora distro. Although I keeped translating this great guide for a whole night, but only finished its first 8 chapters, with 2 Fedora fans’ help the second day, we finally submited to my-guides.net a Chinese version.
Although Alex named his work “Fedora 10 Installation Guide”, but he taught us almost all things about Fedora 10 system configration (these are all things needed to do after Fedora 10 installed) and Fedora frequently-used software installation and configration, it’s not good enough as someone didn’t know how to install Fedora 10 in his hard disk at all, and, what’s the most important, was, he knows nothing about Chinese, and Chinese-language opensource software, so he didn’t write any howtos about that.
In the next few days after Fedora 10 released, I compiled another free PDF guide. I read the Fedora 10 realse note, and collected lots of other information about their fed back or guides after they tried Fedora 10 from BBS or forums together, and published my own PDF to the public, and updated it for 2 times.
Those days after this PDF was published to the public, my Chinese blog attracted hundreds of visitors a day for the download address, and many Fedora users helped me to spread in other forums. I didn’t ever know this kind of document is in a so large demand, but I think it’s useful for them.
Today when I visit Google Code fedora-zh project again, I found my PDF was download over 35,000 times in all after I moved it here, and this number is still counting that is to say, tens of thousands of people downloaded my PDF, I think I did a good job.
I got to know these days Fedora 10 Nears 1 Million Users Mark (here’s the official statistics), I am really happy to hear this news, as I tried to promote it in China and Chinese-speaking countries. Fedora is the distro I’d always trust, as so many people worldwide chose it, spread it, and get involved in.
BTW: I have moved my Feedburner account to a Google Account, so please re-subsribe my blog RSS feed: http://feeds2.feedburner.com/charlespeng , thanks.
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/185342111/5269372/1/item.html
Pagico is a strong and powerful personal information manager, it’s not only a GTD tool, but also an organizer with all your amazing ideas which is available for download as a closed source software now.
The Pagico team is focused on developing a useful, flexible and easy to use knowledge base software for both Mac and PC. Its mission is to deliver a better solution to make people’s work done easily, quickly and smoothly, thereby saving their time.
Pagico Software provides you a whole new way to see and arrange your schedule, that’s its Visualized Schedule Flowchat feature, which I like most. This flowchart helps you concentrating on what’s in the near future, what needs to be done at present, and what’s already overdue, in a completely new better way!
Pagico is also a personal database that helps you archive everything efficiently. Rather than throwing information away when they’re done, archiving them properly will save you tons of time in the future.
It also provides you a very clean and efficient way to store and organize your information. You can write your Todos and Tasks and even notes, and it helps you to orangize and manage your schedule in a very powerful tag based system very efficiently.
Pagico is released only for Windows and Mac officially, but with the author of Ubuntu Tweak, TualatriX’s effort and help, Pagico 3 was officially released for Ubuntu in Jan. 20th, 2009. Pagico 3 is now a standard Linux program and run in Linux smoothly and natively.
With my strong request, TualartiX finally released its RPM package for Fedora system, and now it’s available for download and test. This RPM package is unofficial, for testing only, if you’re interested in it, please download it here http://downloads.imtx.cn/fedora/pagico-3.2.2.625-1.fc10.i686.rpm
Before you launch this software, please disable SELinux and restart your computer. (This is a very 1st release for Fedora 10, and it may conflicts with SELinux, although it’s not harmful for you system, you’d better disable SELinux first before lauching this software after installation. But I strongly suggest you re-enable SELinux ater your test). It runs perfectly under Fedora, If you lauch this software with SELinux enabled, if any problem occured, please feedback to TualariX, thanks.
As I told above, Pagico is NOT a free and open source software, and it’s NOT an official RPM too, you can download and test, but 15 day free trial only, for more information, please visit its website http://www.pagico.com/linux .
Thanks again, TualiariX.
http://www.charlespeng.com/pagico-for-fedora-now-available-for-download
Pagico 3 是国外一款功能强大的个人信息管理软件(不仅仅是 GTD 和 ToDo),和其它同类软件相比,Pigico 最强大之处除了可视化的个人日程管理功能之外,更可以简单高效地存储和管理你的一切个人信息(基于强大的 Tag 系统 )。
Pagico 官方原本只开发了 Windows 和 Mac 版本,但在 Ubuntu Tweak 的作者 TualatriX 的成功努力下,终于移植到了 Linux 平台,2009 年1 月 20 日,Pagico 3 成功登陆 Ubuntu ,以一个标准的GNU/Linux应用软件现身!
Pagico 看着实在太酷了,由于 TualatriX 兄只发布了适用于 Ubuntu 的 deb 安装包,我在他博客留言中告诉他我用 Fedora ,希望他能打包成 RPM ,他实在是太热心了,在 Google Talk 上告诉我他会马上发布 rpm 包,今天,Pagico 终于登陆 Fedora 系统了。
看到上面截图中名为 Peng Jiayou 那条 GTD 了吗?感谢 TualatriX 兄牺牲周末的时间来为 Fedora 打包(感动ing)。
Pagico for Fedora 的下载地址是: http://downloads.imtx.cn/fedora/pagico-3.2.2.625-1.fc10.i686.rpm 这个软件包是非官方的,请下载测试,安装前需关闭 SELinux 。
哦,对了,Pagico 是非自由软件,他们的 License 还不便宜呢,先下载下来安装测试吧,15-day free trial. 如果你喜欢,又何必在乎那点钱呢?
© Charles Peng for 嘉佑中文博客 on 2009/02/24 |
No comment |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/pagico-3-for-fedora-released
Post tags: GTD, Pagico, PIM
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/177628213/5269372/1/item.html
Pagico 3 是国外一款功能强大的个人信息管理软件(不仅仅是 GTD 和 ToDo),和其它同类软件相比,Pigico 最强大之处除了可视化的个人日程管理功能之外,更可以简单高效地存储和管理你的一切个人信息(基于强大的 Tag 系统 )。
Pagico 官方原本只开发了 Windows 和 Mac 版本,但在 Ubuntu Tweak 的作者 TualatriX 的成功努力下,终于移植到了 Linux 平台,2009 年1 月 20 日,Pagico 3 成功登陆 Ubuntu ,以一个标准的GNU/Linux应用软件现身!
Pagico 看着实在太酷了,由于 TualatriX 兄只发布了适用于 Ubuntu 的 deb 安装包,我在他博客留言中告诉他我用 Fedora ,希望他能打包成 RPM ,他实在是太热心了,在 Google Talk 上告诉我他会马上发布 rpm 包,今天,Pagico 终于登陆 Fedora 系统了。
看到上面截图中名为 Peng Jiayou 那条 GTD 了吗?感谢 TualatriX 兄牺牲周末的时间来为 Fedora 打包(感动ing)。
Pagico for Fedora 的下载地址是: http://downloads.imtx.cn/fedora/pagico-3.2.2.625-1.fc10.i686.rpm 这个软件包是非官方的,请下载测试,安装前需关闭 SELinux 。
哦,对了,Pagico 是非自由软件,他们的 License 还不便宜呢,先下载下来安装测试吧,15-day free trial. 如果你喜欢,又何必在乎那点钱呢?
© Charles Peng for 嘉佑中文博客 on 2009/02/24 |
2 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/pagico-3-for-fedora-released/
Post tags: GTD, Pagico, PIM
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/178592676/5269372/1/item.html
笔记本很久很久没升级过了,移动 EDGE 网速实在太慢了,而且也不想频繁升级,说不定某天运气不好,系统升级后还出问题呢。
昨天晚上发现有 300 多个包需要升级,今天把笔记本拿到公司来了,记得几个月前在公司升级过一次,那时候网速挺快的,能达到 50kb/s 以上,上次把笔记本拿过来,只有 100 多个升级包,没想到升级速度却下降了不少,平均不到 20kb/s 了,本以为可以很快就升级完毕的,连电源都没带,几个小时下来 200 多M 的升级文件都没下载完笔记本的电池就没电了。
最近一段时间懒得折腾,就没再把笔记本拿到公司来了,昨天晚上发现升级包实在太多,所以就带着来升级了,网速依旧平均不到 20kb/s ,从早上 8 点到中午 2 点还剩下 3 个 20M 以上的升级包,公司用的是铁通,网速比我的移动 EDGE 感觉快不了多少,我就耐心等啊,可是最后面一个 OpenOffice 的升级包,实在是急坏我了,估计让它升级完,就晚上了。不想再等了,上网搜索,终于搜索到升级时排除某个软件包的办法。
编辑 /etc/yum.conf 中 [main] 里面的部分,在里面添加一行,像下面这样子:
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3
exclude=gdm pidgin
这样 yum 升级的时候就可以排除 gdm 和 pidgin 了,不同软件包之间用空格隔开,可以使用 * 或者 ? 通配符。
今天是情人节,祝大家情人节快乐,有情人终成眷属!~
© Charles Peng for 嘉佑中文博客 on 2009/02/14 |
2 comments |
Add to
del.icio.us
Permalink: http://pengjiayou.com/blog/prevent-yum-upgrades-in-fedora-red-hat-for-select-packages/
Post tags: Yum
http://item.feedsky.com/~feedsky/fedoranotes/~7180270/178592685/5269372/1/item.html

