[FZH] #U yum-plugin-local 插件用法
by Liang Suilong
刚刚发现一个不错的 yum 插件,yum-plugin-local。它会下载好的包自动扔到 /var/lib/yum/plugins/local
然后做一个本地源。
因为默认 yum 的设置似乎是安装好软件包以后就会把 rpm 删除掉了,而仓库内一般只保存最新版本的 rpm 包,所以 yum downgrade
这个功能就显得不太有用了。
我现在刚刚装好了这个插件,不太清楚这个本地源是会存放所有下载过的软件包还是当新版本的软件包进入到本地库就会自动删除旧版本的 rpm
包。看 /usr/lib/yum-plugins/local.py 的代码似乎没有删除操作的意思。不过我自己不会 python 的。XD!
大家试一试吧!
--
Fedora && Debian User, former Ubuntu User
My Page: http://www.liangsuilong.info
Fedora Project Contributor -- Packager && Ambassador
https://fedoraproject.org/wiki/User:Liangsuilong
13 years, 7 months
[FZH] #D 直接用kernel-source 来编译和用从kernel.org下载一个新的内核来编译的区别
by tty linux
我想编译一下系统的内核,并且修改一下相关的模块。我用的是Ubuntu 10.04的系统。
我的问题是:
1.第一种情况,如果,我安装Kernel-source 然后对系统的内核进行编译。----这将会对应一种效果。
2.第二种情况,我直接从kernel.org上下载一个新的内核,没有经过裁剪的,然后,放在系统上来进行编译。----那么,这又会对应一种情况。
现在的问题是,我不确定,如果,我从kernel.org下载一个新的内核来编译的话,会给系统带来什么变化呢?
13 years, 7 months
Re: [FZH] [Test-Announce] Testers for StorageFiltering Test Day Needed
by Liang Suilong
额,这个五一的时候可以帮忙测一下。
貌似 nouveau 那个 KMS 的问题还没有修复啊。。。
On Tue, Apr 27, 2010 at 7:11 PM, He Rui <rhe(a)redhat.com> wrote:
> Hi all,
>
> So far we have very less attendance in storage test day[1].
> I know that installation and storage device may be the
> barriers for involvements, but for the ones who have
> RAID, ISCSI, FCoE, multipath devices, can you please
> spend a little time to participate in this test day?
> It would be very helpful to discover the problems under
> storageFiltering, which is not very mature yet.
>
>
> Thanks a lot,
> Hurry
>
> [1] https://fedoraproject.org/wiki/Test_Day:2010-04-22_StorageFiltering
>
>
>
>
> -------- Forwarded Message --------
> From: He Rui <rhe(a)redhat.com>
> Reply-to: test(a)lists.fedoraproject.org
> To: test-announce <test-announce(a)lists.fedoraproject.org>
> Subject: [Test-Announce] StorageFiltering Test Day - Thursday 2010-04-22
> Date: Wed, 21 Apr 2010 16:19:21 +0800
>
> Greetings,
>
> A big test day is coming up tomorrow - StorageFiltering[1] test day:
>
> https://fedoraproject.org/wiki/Test_Day:2010-04-22_StorageFiltering
>
> At the request of many folks with lots of storage available, anaconda
> now has the ability to prune the available storage presented as an
> install target and provide users the ability to select which devices to
> use during installation. Therefore, users with varies kinds of storage
> devices like RAID, ISCSI, FCoE, Multipath etc are highly welcomed to
> this test day.
>
> The Test Day runs all *Thursday* in #fedora-test-day on Freenode IRC.
> Hope to see you there! (ˉ� ̄~)
>
> [1] https://fedoraproject.org/wiki/Anaconda/Features/StorageFiltering
> --
> Contacts
>
> FAS Name: Rhe
> Location: Beijing/UTC+8
> TEL: 86-010-62608141
> IRC nick: rhe #fedora-qa #fedora-zh
>
> _______________________________________________
> test-announce mailing list
> test-announce(a)lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/test-announce
> --
> test mailing list
> test(a)lists.fedoraproject.org
> To unsubscribe:
> https://admin.fedoraproject.org/mailman/listinfo/test
>
> --
> Contacts
>
> FAS Name: Rhe
> Location: Beijing/UTC+8
> TEL: 86-010-62608141
> IRC nick: rhe #fedora-qa #fedora-zh
>
> _______________________________________________
> test-announce mailing list
> test-announce(a)lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/test-announce
>
> --
> Contacts
>
> FAS Name: Rhe
> Location: Beijing/UTC+8
> TEL: 86-010-62608141
> IRC nick: rhe #fedora-qa #fedora-zh
>
> _______________________________________________
> test-announce mailing list
> test-announce(a)lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/test-announce
> --
> devel mailing list
> devel(a)lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel
--
Fedora && Debian User, former Ubuntu User
My Page: http://www.liangsuilong.info
Fedora Project Contributor -- Packager && Ambassador
https://fedoraproject.org/wiki/User:Liangsuilong
13 years, 7 months
[FZH] #D 无意看到的几道题目。
by Devil Wang
*
1
int test(int n)
{
int nCount = 0;
while(n)
{
nCount++;
n = n & (n - 1);
}
return nCount;
}
求test(9999)
2 不用递归法 求一个固定集合内的所有子集
3 假设 一个系统只发 ABCDEF六种信息 各自的概率分别为 P1 P2 P3 P4 P5 P6 求怎么设计才能达到最节省带宽 好像
具体忘了是不是这样表述的
*
--
Thanks & Regards
Linux Developer : Devil Wang
13 years, 7 months
[FZH] fedora, Devil Wang wants to chat
by Devil Wang
I've been using Google Talk and thought you might like to try it out.
We can use it to call each other for free over the internet. Here's an
invitation to download Google Talk. Give it a try!
-----------------------------------------------------------------------
Devil Wang wants to stay in better touch using some of Google's coolest new
products.
If you already have Gmail or Google Talk, visit:
http://mail.google.com/mail/b-9048456971-32aa6dcaf3-c356ebe1d12b48c2
You'll need to click this link to be able to chat with Devil Wang.
To get Gmail - a free email account from Google with over 2,800 megabytes of
storage - and chat with Devil Wang, visit:
http://mail.google.com/mail/a-9048456971-32aa6dcaf3-c356ebe1d12b48c2
Gmail offers:
- Instant messaging right inside Gmail
- Powerful spam protection
- Built-in search for finding your messages and a helpful way of organizing
emails into "conversations"
- No pop-up ads or untargeted banners - just text ads and related information
that are relevant to the content of your messages
All this, and its yours for free. But wait, there's more! By opening a Gmail
account, you also get access to Google Talk, Google's instant messaging
service:
http://www.google.com/talk/
Google Talk offers:
- Web-based chat that you can use anywhere, without a download
- A contact list that's synchronized with your Gmail account
- Free, high quality PC-to-PC voice calls when you download the Google Talk
client
We're working hard to add new features and make improvements, so we might also
ask for your comments and suggestions periodically. We appreciate your help in
making our products even better!
Thanks,
The Google Team
To learn more about Gmail and Google Talk, visit:
http://mail.google.com/mail/help/about.html
http://www.google.com/talk/about.html
(If clicking the URLs in this message does not work, copy and paste them into
the address bar of your browser).
13 years, 7 months