365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

leal的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共1页、20项网摘
eexpress :: fstab 实例点击:40
 分类:ubuntu 时间:2006-5-1 11:24:57 leal收录 复制到我的网摘
#
#
proc /proc proc defaults 0 0
/dev/hda3 / reiserfs notail 0 1
/dev/hda2 /home ext3 defaults 0 2
/dev/hda4 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
/dev/sda /media/usb0 auto rw,user,noauto 0 0
/dev/hda1 /media/win_c ntfs nls=utf8,umask=0222 0 0
/dev/hda5 /media/win_d ntfs nls=utf8,umask=0222 0 0
/dev/hda6 /media/win_e vfat utf8,umask=000 0 0
LABEL=USB-B /media/USB-B vfat rw,user,auto,sync 0 0
LABEL=USB-EXT3 /media/USB-EXT3 ext3 rw,user,auto,sync 0 0
#sync:所有IO操作都要同步。
http://forum.ubuntu.org.cn/weblog_entry.php?e=83
yonsan 博客 - 个人兴趣: - by yonsan点击:17
 分类:ubuntu 时间:2005-9-26 22:05:43 leal收录 复制到我的网摘
sudo mv /etc/rc2.d/S13gdm /etc/rc2.d/s13gdm
ubuntu 下 屏蔽与打开gdm !

Wednesday, 21. September 2005, 07:38:40
呵呵!也可用这个方法!!如果你的gdm有一天出了问题的话可以试试!!
偶的gdm就在增删软件后无法登录!
建议还是少以root用户方式使用!!
1.设置好root密码!

sudo passwd root


2. 屏蔽gdm改用终端登录

sudo mv /etc/rc2.d/S13gdm /etc/rc2.d/s13gdm


3. 重启计算机
4. 以root登录并startx可以了!系统怎样改都行了,小心哦!!
5. 恢复gdm方式(如果你的gdm可以正常工作的话)

sudo mv /etc/rc2.d/s13gdm /etc/rc2.d/S13gdm


6. 重启计算机!!
呵呵,又回到以前的画面了
http://my.opera.com/yonsan/blog/?startidx=8
Ubuntu中文 - 如何混音点击:35
 分类:Linux; ubuntu 时间:2005-9-26 13:08:52 leal收录 复制到我的网摘
为什么我在同时打开两个应用程序时不能听到声音呢?

大多数Linux初学者都遇到这样一个问题:“为什么我在同时打开两个应用程序时不能听到声音呢?”这是因为你的声卡需要“软混音”。值得庆幸的是,ALSA提供了这项功能,这使得解决这个问题并不是很难。
http://www.ubuntu.org.cn/support/documentation/faq/asound/
realplay播放rmvb文件时很慢,为什么? - China Linux Forum点击:26
 分类:Linux; ubuntu 时间:2005-9-25 10:59:04 leal收录 复制到我的网摘
rwxrwxrwx 1 hominid hominid 34 Jan 13 02:43 AvidQTAVUICodec.qtx -> /usr/lib/win32/AvidQTAVUICodec.qtx
lrwxrwxrwx 1 hominid hominid 31 Jan 13 02:43 BeHereiVideo.qtx -> /usr/lib/win32/BeHereiVideo.qtx
lrwxrwxrwx 1 hominid hominid 27 Jan 13 02:43 CLRVIDDC.DLL -> /usr/lib/win32/CLRVIDDC.DLL
lrwxrwxrwx 1 hominid hominid 26 Jan 13 02:43 CtWbJpg.DLL -> /usr/lib/win32/CtWbJpg.DLL
lrwxrwxrwx 1 hominid hominid 27 Jan 13 02:43 DECVW_32.DLL -> /usr/lib/win32/DECVW_32.DLL
lrwxrwxrwx 1 hominid hominid 24 Jan 13 02:43 LCMW2.dll -> /usr/lib/win32/LCMW2.dll
lrwxrwxrwx 1 hominid hominid 29 Jan 13 02:43 LCODCCMW2E.dll -> /usr/lib/win32/LCODCCMW2E.dll
lrwxrwxrwx 1 hominid hominid 27 Jan 13 02:43 LCodcCMP.dll -> /usr/lib/win32/LCodcCMP.dll
lrwxrwxrwx 1 hominid hominid 28 Jan 13 02:43 QuickTime.qts -> /usr/lib/win32/QuickTime.qts
http://www.linuxforum.net/forum/showflat.php?Cat=&Board=debian&Number=555182&page=0&view=collapsed&s...
sed使用详细总结!点击:35
 分类:Linux; ubuntu; toolbox 时间:2005-9-15 12:55:54 leal收录 复制到我的网摘
sed精简总结:
1,什么是sed?
sed-------->Stream EDitor

2,sed工作方式(工作原理):
sed 实用工具按顺序逐行将文件读入到内存中。然后,它执行为该行指定的所有操作,并在完成请求的修改之后将该行放回到内存中,以将其转储至终端。完成了这一行上的所有操作之后,它读取文件的下一行,然后重复该过程直到它完成该文件。如同前面所提到的,默认输出是将每一行的内容输出到屏幕上。在这里,开始涉及到两个重要的因素—首先,输出可以被重定向到另一文件中,以保存变化;第二,源文件(默认地)保持不被修改。sed 默认读取整个文件并对其中的每一行进行修改。不过,可以按需要将操作限制在指定的行上。

3,sed命令使用基本格式:
代码:
sed [options] '{command}' [filename]

两种方式:
代码:

sed [-n] [-e] 'command' file(s)
sed [-n] -f scriptfile file(s)

sed选项解释:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=117351
Ubuntu中文 - XMMS的中文问题点击:34
 分类:Linux; ubuntu; xmms 时间:2005-9-14 10:07:54 leal收录 复制到我的网摘
XMMS的中文问题
张贴人: admin 于 2005-07-05 10:08 PM
菜单显示中文:
sudo ln -s /etc/gtk/gtkrc.zh_CN /etc/gtk/gtkrc.zh_CN.utf-8

播放列表显示中文:
sudo gedit /etc/environment
加入:GST_ID3_TAG_ENCODING=GBK

播放列表的中文字体:
sudo gedit ~/.xmms/config

playlist_font=-misc-AR PL New Sung-medium-r-normal--0-0-0-0-*-0-*-*, -*-*-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0,
use_fontsets=TRUE
mainwin_use_xfont=TRUE
mainwin_font=-misc-AR PL New Sung-medium-r-normal--0-0-0-0-*-0-*-*, -*-*-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0,
shade_font=-misc-AR PL New Sung-medium-r-normal--0-0-0-0-*-0-*-*,-*-*-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0,
如果有安装simsun使用:
playlist_font=-*-*-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0
use_fontsets=TRUE
mainwin_use_xfont=TRUE
mainwin_font=-*-*-medium-r-normal--14-*-*-*-*-*-gb2312.1980-0
http://www.ubuntu.org.cn/support/documentation/guide/xmms/talkback/1120525722/view?searchterm=xmms
Ubuntu中文 - 新手指南点击:41
 分类:Linux; ubuntu 时间:2005-9-6 21:26:12 leal收录 复制到我的网摘
极其适合Ubuntu Linux新手!
新手指南

这份指南的内容都已经在一台 Ubuntu Hoary 的系统上测试过
http://www.ubuntu.org.cn/support/documentation/guide/
Ubuntu的系统安装步骤 :: 野火兔的窝点击:66
 分类:Linux; ubuntu; apt 时间:2005-9-6 21:23:00 leal收录 复制到我的网摘
sudo apt-get install totem-xine w32codecs
http://firehare.blogbus.com/logs/2005/04/1174980.html
Linux操作系统中备份恢复技术的应用点击:64
 分类:Linux; ubuntu; 硬盘 时间:2005-9-5 15:13:11 leal收录 复制到我的网摘
备份与恢复系统承担着事前备份与事后恢复的职能。在当前高速发展的网络环境下,任何一个网络上的信息 系统都不可能保证绝对的安全。只要有网络存在,就会有来自网络的形形色色的威胁。为了抵御网络的攻击和入侵,虽然我们引入了日趋成熟的入侵检测系统、防火墙系统等,黑客们的入侵手段也日益高明,他们总能找到这些系统的安全漏洞及不足进行入侵,因而网络入侵所引起的安全事件呈逐年增加之势。
http://forum.ubuntu.org.cn/viewtopic.php?t=1480
常见问题解答点击:45
 分类:Linux; ubuntu 时间:2005-9-4 12:47:11 leal收录 复制到我的网摘
Q:
我怎样使用字体较大的终端?
A:
使用rxvt和CXterm都可以把终端设置为大字体窗口,

rxvt -fn 12x24

runhz CXterm -fn 12x24 -fh ccs24

http://www.chinalinuxpub.com/doc/tlc61/node205.html
Ubuntu中文 - 在Hoary中设置你的窗口,让它更加漂亮点击:43
 分类:Linux; ubuntu 时间:2005-9-2 17:53:23 leal收录 复制到我的网摘
http://www.ubuntu.org.cn/support/documentation/Other/helpcenterhowto.2005-07-13.0527795152
Ubuntu中文 - 关于屏幕偏移问题点击:42
 分类:Linux; ubuntu 时间:2005-8-31 8:28:12 leal收录 复制到我的网摘
关于屏幕偏移问题

1. sudo xvidtune
2. 用left和right按钮调屏幕位置,再test按钮试一试满意没有,满意了,就下一步,不满意再用left和right按钮调整。
3. 按show,好让终端有类似 "1024x768" 94.50 1024 1093 1168 1376 768 769 772 808 hsync vsync 的出现。
4. sudo gedit /etc/X11/xorg.conf,先另存为,作一个备份。然后找到Section "Monitor"中当前分辨率的那段,你应该会看到类似 Modeline "1024x768" 94.50 1024 1093 1168 1376 768 769 772 808 hsync vsync这样的语句(没有的话就将记下来的东西在开头加Modeline,将它添加到EndSection的前面),按照刚才记下来的东西修改其中的相应位置的数值,改完后保存文件为原来的xorg.conf,注销,然后重起xwindow,搞定!

这个 FAQ 应用于:
http://www.ubuntu.org.cn/support/documentation/faq/helpcenterfaq.2005-07-05.5288307983/view?searchte...
Boot loader showdown: Getting to know LILO and GRUB点击:51
 分类:opensource; ubuntu; Linux; 硬盘 时间:2005-8-30 1:14:19 leal收录 (还有3人收录) 复制到我的网摘
理解多操作系统的启动,硬盘的0扇区
http://www-128.ibm.com/developerworks/library/l-bootload.html?ca=dgr-lnxw01LILOandGRUB
APT HOWTO 学习笔记点击:39
 分类:ubuntu; Linux; apt 时间:2005-8-29 17:25:59 leal收录 复制到我的网摘
一基本配置

1. /etc/apt/sources.list文件的基本格式:

deb http://site.http.org/debian distribution section1 section2 section3
deb-src http://site.http.org/debian distribution section1 section2 section3
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&p=67892
APT and Dpkg 快速参考表点击:47
 分类:opensource; ubuntu; Linux; apt 时间:2005-8-29 17:21:24 leal收录 (还有2人收录) 复制到我的网摘
APT and Dpkg 快速参考表

Matthew Danish ( pye,quanliking合译 )
http://i18n.linux.net.cn/others/APT_and_Dpkg.php
PCWorld.com - Free Agent: Ubuntu Linux, Free and Fabulous点击:85
 分类:opensource; ubuntu; Linux 时间:2005-8-29 16:55:05 leal收录 复制到我的网摘
I've mentioned several times in this space that beginning with Gnome 2.6, Nautilus has had two modes of operation. One, the "File Browser" mode, is like Windows Explorer, with a two-pane display (folder tree on the left, folder contents on the right). Then there's the "Spatial" mode, which is what you get when you double-click a folder on your desktop. In Spatial mode, Nautilus behaves very much like the Finder in older versions of the Mac OS: A new window opens for every folder you access.

A lot of people think that this is a bogus way to operate. Just one of their complaints is that if you're drilling down to a buried subfolder, you end up with a screen full of windows in no time at all. Never mind the fact there's an easy way around this (the double-middle-click); Mark Shuttleworth decided, apparently by fiat, that there's a better way, and he had his coders implement it right before the Hoary release: Double-clicking a folder in Ubuntu not only opens the new folder, but also closes the previous folder window.

That does solve the glut-of-folder-windows problem, but there are a lot of reasons to dislike this new behavior. Just one example: Imagine you're navigating to a folder four levels deep in order to grab a file there and move it up to a folder only one level deep. When you arrive at your destination and find your file, its new home has disappeared; it got closed as you clicked your way down through your folders. Yes, in "Ubuntu Spatial" mode, a double-middle-click gives you what a double-click used to: It will open a new folder without killing the previous folder window.

I'm so used to the "normal" Spatial mode that I've re-enabled it on my Ubuntu machines. That's relatively easy to do via a hack in GConf (Gnome's somewhat Registry-like settings storehouse)--but before making such a big change in Nautilus, the Ubuntu gang should have provided a simple toggle for this new behavior in Nautilus's Preferences dialog.

http://www.pcworld.com/reviews/article/0,aid,120520,00.asp
Mark Shuttleworth - Wikipedia, the free encyclopedia点击:68
 分类:人物; ubuntu 时间:2005-8-29 16:31:09 leal收录 复制到我的网摘
Mark Shuttleworth
From Wikipedia, the free encyclopedia.
http://en.wikipedia.org/wiki/Mark_Shuttleworth
:: MARK SHUTTLEWORTH ::点击:41
 分类:opensource; 人物; ubuntu 时间:2005-8-29 16:29:22 leal收录 复制到我的网摘
Home Page of Mark Shuttleworth

"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been and there you will always long to return."
Leonardo da Vinci
http://www.markshuttleworth.com/
Slashdot | Mark Shuttleworth Answers At Length点击:62
 分类:opensource; 人物; Linux; ubuntu 时间:2005-8-29 15:55:17 leal收录 复制到我的网摘
A long, long time ago, you asked questions of Mark Shuttleworth -- astronaut, entrepreneur, activist, and now chief of Debian-and-GNOME based distribution Ubuntu Linux. Mark's been understandably busy running the world of Ubuntu, especially considering the imminent release of the group's newest version, Hoary Hedgehog. He's answered below questions on everything from what makes it worth paying for a trip to space to how software offered with source, for free, and under a liberal license (aka Free software) can sustain itself and its creators. Read on for his answers.
http://interviews.slashdot.org/article.pl?sid=05/04/04/1859255&tid=90&tid=163&tid=160&tid=11
Computerworld | Even the sky's no limit for open source hero, Shuttleworth点击:66
 分类:人物; Linux; Ubuntu; IT; opensource 时间:2005-8-29 15:46:43 leal收录 复制到我的网摘
As a successful entrepreneur, can you offer any advice to people wanting to start their own open source project?

The first thing I would say, is do something that you are personally very interested in, and don't just scratch somebody else's itch.

That said, participating in other people's projects is a great way to get a sense of what makes a good project and what makes a bad project. But if you really want to build your own community and build your own project which might turn into a product which might turn into a business, more than anything you need to start with something that personally interests you, no matter how obscure, because you will find others out there that share your interest.

Number two, I would say, release early; release often. Make sure that everything you do is transparent. From the very beginning, give people a clear idea of where you are going with the project and give them the opportunity to participate from the start.

But the last thing I would say is don't expect people to participate until you've produced something interesting and useful. The open source world is slightly merciless in the sense that people will only use what works for them and they are not interested in the bits that don't. Until you produce something of quality that surprises people with its functionality, you won't get community participation.
http://www.computerworld.com.au/index.php/id;1774372754
页码: [1 共1页、20项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved