<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/css" href="./clientscript/vbulletin_css/rsstyle.css"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxSir.Org - Linux 发行版Redhat/Fedora/CentOS专题</title>
		<link>http://www.linuxsir.org/bbs</link>
		<description><![CDATA[追本溯源，博采众长，做最好的开发平台 [精华列表] [新手必读] [Fedora 中文用户]]]></description>
		<language>zh</language>
		<lastBuildDate>Wed, 08 Sep 2010 21:55:04 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxsir.org/bbs/images/misc/rss.jpg</url>
			<title>LinuxSir.Org - Linux 发行版Redhat/Fedora/CentOS专题</title>
			<link>http://www.linuxsir.org/bbs</link>
		</image>
		<item>
			<title>RedHat怎么样通过光盘重新安装GNOME</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372083&amp;goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 13:29:28 GMT</pubDate>
			<description>系统不知怎么就崩溃了，重启以后输入用户名和密码后就一直停留在一个蓝色背景上，搞了很久也搞不定，所以想重新安装一下GNOME，我的系统是rhel3的</description>
			<content:encoded><![CDATA[<div>系统不知怎么就崩溃了，重启以后输入用户名和密码后就一直停留在一个蓝色背景上，搞了很久也搞不定，所以想重新安装一下GNOME，我的系统是rhel3的</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>silver0924</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372083</guid>
		</item>
		<item>
			<title>samba XP无法访问</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372074&amp;goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 08:25:30 GMT</pubDate>
			<description><![CDATA[下面是我的smb.conf



# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# For a step to step guide on installing, configuring and using samba, 
# read the Samba-HOWTO-Collection. This may be obtained from:
#  http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
#
# Many working examples of smb.conf files can be found in the 
# Samba-Guide which is generated daily and can be downloaded from: 
#  http://www.samba.org/samba/docs/Samba-Guide.pdf
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors. 
#
#---------------
# SELINUX NOTES:
#
# If you want to use the useradd/groupadd family of binaries please run:
# setsebool -P samba_domain_controller on
#
# If you want to share home directories via samba please run:
# setsebool -P samba_enable_home_dirs on
#
# If you create a new directory you want to share you should mark it as
# "samba-share_t" so that selinux will let you write into it.
# Make sure not to do that on system directories as they may already have
# been marked with othe SELinux labels.
#
# Use ls -ldZ /path to see which context a directory has
#
# Set labels only on directories you created!
# To set a label use the following: chcon -t samba_share_t /path
#
# If you need to share a system created directory you can use one of the
# following (read-only/read-write):
# setsebool -P samba_export_all_ro on
# or
# setsebool -P samba_export_all_rw on
#
# If you want to run scripts (preexec/root prexec/print command/...) please
# put them into the /var/lib/samba/scripts directory so that smbd will be
# allowed to run them.
# Make sure you COPY them and not MOVE them so that the right SELinux context
# is applied, to check all is ok use restorecon -R -v /var/lib/samba/scripts
#
#--------------
#
#======================= Global Settings =====================================
	
[global]
	
# ----------------------- Netwrok Related Options -------------------------
#
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
#
# server string is the equivalent of the NT Description field
#
# netbios name can be used to specify a server name not tied to the hostname
#
# Interfaces lets you configure Samba to use multiple interfaces
# If you have multiple network interfaces then you can list the ones
# you want to listen on (never omit localhost)
#
# Hosts Allow/Hosts Deny lets you restrict who can connect, and you can
# specifiy it as a per share option as well
#
	workgroup = WORKGROUP
	server string = Samba Server Version %v
	
	netbios name = MYSERVER
	
;	interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24 
;	hosts allow = 127. 192.168.12. 192.168.13.
	
# --------------------------- Logging Options -----------------------------
#
# Log File let you specify where to put logs and how to split them up.
#
# Max Log Size let you specify the max size log files should reach
	
	# logs split per machine
	log file = /var/log/samba/log.%m
	# max 50KB per log file, then rotate
	max log size = 50
	
# ----------------------- Standalone Server Options ------------------------
#
# Scurity can be set to user, share(deprecated) or server(deprecated)
#
# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.

	security = share
	passdb backend = tdbsam


# ----------------------- Domain Members Options ------------------------
#
# Security must be set to domain or ads
#
# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
#
# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.
#
# Use password server option only with security = server or if you can't
# use the DNS to locate Domain Controllers
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
#   password server = *
	
	
;	security = domain
;	passdb backend = tdbsam
;	realm = MY_REALM

;	password server = <NT-Server-Name>

# ----------------------- Domain Controller Options ------------------------
#
# Security must be set to user for domain controllers
#
# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.
#
# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
#
# Domain Logons let Samba be a domain logon server for Windows workstations. 
#
# Logon Scrpit let yuou specify a script to be run at login time on the client
# You need to provide it in a share called NETLOGON
#
# Logon Path let you specify where user profiles are stored (UNC path)
#
# Various scripts can be used on a domain controller or stand-alone
# machine to add or delete corresponding unix accounts
#
;	security = user
;	passdb backend = tdbsam
	
;	domain master = yes 
;	domain logons = yes
	
	# the login script name depends on the machine name
;	logon script = %m.bat
	# the login script name depends on the unix user used
;	logon script = %u.bat
;	logon path = \\%L\Profiles\%u
	# disables profiles support by specifing an empty path
;	logon path =          
	
;	add user script = /usr/sbin/useradd "%u" -n -g users
;	add group script = /usr/sbin/groupadd "%g"
;	add machine script = /usr/sbin/useradd -n -c "Workstation (%u)" -M -d /nohome -s /bin/false "%u"
;	delete user script = /usr/sbin/userdel "%u"
;	delete user from group script = /usr/sbin/userdel "%u" "%g"
;	delete group script = /usr/sbin/groupdel "%g"
	
	
# ----------------------- Browser Control Options ----------------------------
#
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
#
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
#
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
;	local master = no
;	os level = 33
;	preferred master = yes
	
#----------------------------- Name Resolution -------------------------------
# Windows Internet Name Serving Support Section:
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
#
# - WINS Support: Tells the NMBD component of Samba to enable it's WINS Server
#
# - WINS Server: Tells the NMBD components of Samba to be a WINS Client
#
# - WINS Proxy: Tells Samba to answer name resolution queries on
#   behalf of a non WINS capable client, for this to work there must be
#   at least one	WINS Server on the network. The default is NO.
#
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups.
	
;	wins support = yes
;	wins server = w.x.y.z
;	wins proxy = yes
	
;	dns proxy = yes
	
# --------------------------- Printing Options -----------------------------
#
# Load Printers let you load automatically the list of printers rather
# than setting them up individually
#
# Cups Options let you pass the cups libs custom options, setting it to raw
# for example will let you use drivers on your Windows clients
#
# Printcap Name let you specify an alternative printcap file
#
# You can choose a non default printing system using the Printing option
	
	load printers = yes
	cups options = raw

;	printcap name = /etc/printcap
	#obtain list of printers automatically on SystemV
;	printcap name = lpstat
;	printing = cups

# --------------------------- Filesystem Options ---------------------------
#
# The following options can be uncommented if the filesystem supports
# Extended Attributes and they are enabled (usually by the mount option
# user_xattr). Thess options will let the admin store the DOS attributes
# in an EA and make samba not mess with the permission bits.
#
# Note: these options can also be set just per share, setting them in global
# makes them the default for all shares

;	map archive = no
;	map hidden = no
;	map read only = no
;	map system = no
;	store dos attributes = yes


#============================ Share Definitions ==============================
	
[homes]
	comment = Home Directories
	browseable = no
	writable = yes
;	valid users = %S
;	valid users = MYDOMAIN\%S
	
[printers]
	comment = All Printers
	path = /var/spool/samba
	browseable = no
	guest ok = no
	writable = no
	printable = yes
	
# Un-comment the following and create the netlogon directory for Domain Logons
;	[netlogon]
;	comment = Network Logon Service
;	path = /var/lib/samba/netlogon
;	guest ok = yes
;	writable = no
;	share modes = no
	
	
# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;	[Profiles]
;	path = /var/lib/samba/profiles
;	browseable = no
;	guest ok = yes
	
	
# A publicly accessible directory, but read only, except for people in
# the "staff" group
;	[public]
;	comment = Public Stuff
;	path = /home/samba
;	public = yes
;	writable = yes
;	printable = no
;	write list = +staff;


	[tmp]
	comment = tmp
	path = /tmp
	public = yes
        browseable = yes
	writable = yes
	printable = no
	write list = +staff]]></description>
			<content:encoded><![CDATA[<div>下面是我的smb.conf<br />
<br />
<br />
<br />
# This is the main Samba configuration file. You should read the<br />
# smb.conf(5) manual page in order to understand the options listed<br />
# here. Samba has a huge number of configurable options (perhaps too<br />
# many!) most of which are not shown in this example<br />
#<br />
# For a step to step guide on installing, configuring and using samba, <br />
# read the Samba-HOWTO-Collection. This may be obtained from:<br />
#  <a href="http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf" target="_blank">http://www.samba.org/samba/docs/Samb...Collection.pdf</a><br />
#<br />
# Many working examples of smb.conf files can be found in the <br />
# Samba-Guide which is generated daily and can be downloaded from: <br />
#  <a href="http://www.samba.org/samba/docs/Samba-Guide.pdf" target="_blank">http://www.samba.org/samba/docs/Samba-Guide.pdf</a><br />
#<br />
# Any line which starts with a ; (semi-colon) or a # (hash) <br />
# is a comment and is ignored. In this example we will use a #<br />
# for commentry and a ; for parts of the config file that you<br />
# may wish to enable<br />
#<br />
# NOTE: Whenever you modify this file you should run the command &quot;testparm&quot;<br />
# to check that you have not made any basic syntactic errors. <br />
#<br />
#---------------<br />
# SELINUX NOTES:<br />
#<br />
# If you want to use the useradd/groupadd family of binaries please run:<br />
# setsebool -P samba_domain_controller on<br />
#<br />
# If you want to share home directories via samba please run:<br />
# setsebool -P samba_enable_home_dirs on<br />
#<br />
# If you create a new directory you want to share you should mark it as<br />
# &quot;samba-share_t&quot; so that selinux will let you write into it.<br />
# Make sure not to do that on system directories as they may already have<br />
# been marked with othe SELinux labels.<br />
#<br />
# Use ls -ldZ /path to see which context a directory has<br />
#<br />
# Set labels only on directories you created!<br />
# To set a label use the following: chcon -t samba_share_t /path<br />
#<br />
# If you need to share a system created directory you can use one of the<br />
# following (read-only/read-write):<br />
# setsebool -P samba_export_all_ro on<br />
# or<br />
# setsebool -P samba_export_all_rw on<br />
#<br />
# If you want to run scripts (preexec/root prexec/print command/...) please<br />
# put them into the /var/lib/samba/scripts directory so that smbd will be<br />
# allowed to run them.<br />
# Make sure you COPY them and not MOVE them so that the right SELinux context<br />
# is applied, to check all is ok use restorecon -R -v /var/lib/samba/scripts<br />
#<br />
#--------------<br />
#<br />
#======================= Global Settings =====================================<br />
	<br />
[global]<br />
	<br />
# ----------------------- Netwrok Related Options -------------------------<br />
#<br />
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH<br />
#<br />
# server string is the equivalent of the NT Description field<br />
#<br />
# netbios name can be used to specify a server name not tied to the hostname<br />
#<br />
# Interfaces lets you configure Samba to use multiple interfaces<br />
# If you have multiple network interfaces then you can list the ones<br />
# you want to listen on (never omit localhost)<br />
#<br />
# Hosts Allow/Hosts Deny lets you restrict who can connect, and you can<br />
# specifiy it as a per share option as well<br />
#<br />
	workgroup = WORKGROUP<br />
	server string = Samba Server Version %v<br />
	<br />
	netbios name = MYSERVER<br />
	<br />
;	interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24 <br />
;	hosts allow = 127. 192.168.12. 192.168.13.<br />
	<br />
# --------------------------- Logging Options -----------------------------<br />
#<br />
# Log File let you specify where to put logs and how to split them up.<br />
#<br />
# Max Log Size let you specify the max size log files should reach<br />
	<br />
	# logs split per machine<br />
	log file = /var/log/samba/log.%m<br />
	# max 50KB per log file, then rotate<br />
	max log size = 50<br />
	<br />
# ----------------------- Standalone Server Options ------------------------<br />
#<br />
# Scurity can be set to user, share(deprecated) or server(deprecated)<br />
#<br />
# Backend to store user information in. New installations should <br />
# use either tdbsam or ldapsam. smbpasswd is available for backwards <br />
# compatibility. tdbsam requires no further configuration.<br />
<br />
	security = share<br />
	passdb backend = tdbsam<br />
<br />
<br />
# ----------------------- Domain Members Options ------------------------<br />
#<br />
# Security must be set to domain or ads<br />
#<br />
# Use the realm option only with security = ads<br />
# Specifies the Active Directory realm the host is part of<br />
#<br />
# Backend to store user information in. New installations should <br />
# use either tdbsam or ldapsam. smbpasswd is available for backwards <br />
# compatibility. tdbsam requires no further configuration.<br />
#<br />
# Use password server option only with security = server or if you can't<br />
# use the DNS to locate Domain Controllers<br />
# The argument list may include:<br />
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]<br />
# or to auto-locate the domain controller/s<br />
#   password server = *<br />
	<br />
	<br />
;	security = domain<br />
;	passdb backend = tdbsam<br />
;	realm = MY_REALM<br />
<br />
;	password server = &lt;NT-Server-Name&gt;<br />
<br />
# ----------------------- Domain Controller Options ------------------------<br />
#<br />
# Security must be set to user for domain controllers<br />
#<br />
# Backend to store user information in. New installations should <br />
# use either tdbsam or ldapsam. smbpasswd is available for backwards <br />
# compatibility. tdbsam requires no further configuration.<br />
#<br />
# Domain Master specifies Samba to be the Domain Master Browser. This<br />
# allows Samba to collate browse lists between subnets. Don't use this<br />
# if you already have a Windows NT domain controller doing this job<br />
#<br />
# Domain Logons let Samba be a domain logon server for Windows workstations. <br />
#<br />
# Logon Scrpit let yuou specify a script to be run at login time on the client<br />
# You need to provide it in a share called NETLOGON<br />
#<br />
# Logon Path let you specify where user profiles are stored (UNC path)<br />
#<br />
# Various scripts can be used on a domain controller or stand-alone<br />
# machine to add or delete corresponding unix accounts<br />
#<br />
;	security = user<br />
;	passdb backend = tdbsam<br />
	<br />
;	domain master = yes <br />
;	domain logons = yes<br />
	<br />
	# the login script name depends on the machine name<br />
;	logon script = %m.bat<br />
	# the login script name depends on the unix user used<br />
;	logon script = %u.bat<br />
;	logon path = \\%L\Profiles\%u<br />
	# disables profiles support by specifing an empty path<br />
;	logon path =          <br />
	<br />
;	add user script = /usr/sbin/useradd &quot;%u&quot; -n -g users<br />
;	add group script = /usr/sbin/groupadd &quot;%g&quot;<br />
;	add machine script = /usr/sbin/useradd -n -c &quot;Workstation (%u)&quot; -M -d /nohome -s /bin/false &quot;%u&quot;<br />
;	delete user script = /usr/sbin/userdel &quot;%u&quot;<br />
;	delete user from group script = /usr/sbin/userdel &quot;%u&quot; &quot;%g&quot;<br />
;	delete group script = /usr/sbin/groupdel &quot;%g&quot;<br />
	<br />
	<br />
# ----------------------- Browser Control Options ----------------------------<br />
#<br />
# set local master to no if you don't want Samba to become a master<br />
# browser on your network. Otherwise the normal election rules apply<br />
#<br />
# OS Level determines the precedence of this server in master browser<br />
# elections. The default value should be reasonable<br />
#<br />
# Preferred Master causes Samba to force a local browser election on startup<br />
# and gives it a slightly higher chance of winning the election<br />
;	local master = no<br />
;	os level = 33<br />
;	preferred master = yes<br />
	<br />
#----------------------------- Name Resolution -------------------------------<br />
# Windows Internet Name Serving Support Section:<br />
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both<br />
#<br />
# - WINS Support: Tells the NMBD component of Samba to enable it's WINS Server<br />
#<br />
# - WINS Server: Tells the NMBD components of Samba to be a WINS Client<br />
#<br />
# - WINS Proxy: Tells Samba to answer name resolution queries on<br />
#   behalf of a non WINS capable client, for this to work there must be<br />
#   at least one	WINS Server on the network. The default is NO.<br />
#<br />
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names<br />
# via DNS nslookups.<br />
	<br />
;	wins support = yes<br />
;	wins server = w.x.y.z<br />
;	wins proxy = yes<br />
	<br />
;	dns proxy = yes<br />
	<br />
# --------------------------- Printing Options -----------------------------<br />
#<br />
# Load Printers let you load automatically the list of printers rather<br />
# than setting them up individually<br />
#<br />
# Cups Options let you pass the cups libs custom options, setting it to raw<br />
# for example will let you use drivers on your Windows clients<br />
#<br />
# Printcap Name let you specify an alternative printcap file<br />
#<br />
# You can choose a non default printing system using the Printing option<br />
	<br />
	load printers = yes<br />
	cups options = raw<br />
<br />
;	printcap name = /etc/printcap<br />
	#obtain list of printers automatically on SystemV<br />
;	printcap name = lpstat<br />
;	printing = cups<br />
<br />
# --------------------------- Filesystem Options ---------------------------<br />
#<br />
# The following options can be uncommented if the filesystem supports<br />
# Extended Attributes and they are enabled (usually by the mount option<br />
# user_xattr). Thess options will let the admin store the DOS attributes<br />
# in an EA and make samba not mess with the permission bits.<br />
#<br />
# Note: these options can also be set just per share, setting them in global<br />
# makes them the default for all shares<br />
<br />
;	map archive = no<br />
;	map hidden = no<br />
;	map read only = no<br />
;	map system = no<br />
;	store dos attributes = yes<br />
<br />
<br />
#============================ Share Definitions ==============================<br />
	<br />
[homes]<br />
	comment = Home Directories<br />
	browseable = no<br />
	writable = yes<br />
;	valid users = %S<br />
;	valid users = MYDOMAIN\%S<br />
	<br />
[printers]<br />
	comment = All Printers<br />
	path = /var/spool/samba<br />
	browseable = no<br />
	guest ok = no<br />
	writable = no<br />
	printable = yes<br />
	<br />
# Un-comment the following and create the netlogon directory for Domain Logons<br />
;	[netlogon]<br />
;	comment = Network Logon Service<br />
;	path = /var/lib/samba/netlogon<br />
;	guest ok = yes<br />
;	writable = no<br />
;	share modes = no<br />
	<br />
	<br />
# Un-comment the following to provide a specific roving profile share<br />
# the default is to use the user's home directory<br />
;	[Profiles]<br />
;	path = /var/lib/samba/profiles<br />
;	browseable = no<br />
;	guest ok = yes<br />
	<br />
	<br />
# A publicly accessible directory, but read only, except for people in<br />
# the &quot;staff&quot; group<br />
;	[public]<br />
;	comment = Public Stuff<br />
;	path = /home/samba<br />
;	public = yes<br />
;	writable = yes<br />
;	printable = no<br />
;	write list = +staff;<br />
<br />
<br />
	[tmp]<br />
	comment = tmp<br />
	path = /tmp<br />
	public = yes<br />
        browseable = yes<br />
	writable = yes<br />
	printable = no<br />
	write list = +staff</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>shenchu</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372074</guid>
		</item>
		<item>
			<title>fc13下rc.local开机不能自动执行</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372014&amp;goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 02:53:55 GMT</pubDate>
			<description>系统是fc13，装完后进行了一些软件包的升级并将selinux关闭。之后某天发现/etc/rc.local不起作用了，重启电脑，不能自动执行脚本内容，不知道是什么原因，有人碰到过这种情况么？</description>
			<content:encoded><![CDATA[<div>系统是fc13，装完后进行了一些软件包的升级并将selinux关闭。之后某天发现/etc/rc.local不起作用了，重启电脑，不能自动执行脚本内容，不知道是什么原因，有人碰到过这种情况么？</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>suddenkiller</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372014</guid>
		</item>
		<item>
			<title>有没有linux文字界面下支持javascript的浏览器？</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372009&amp;goto=newpost</link>
			<pubDate>Sat, 04 Sep 2010 23:32:53 GMT</pubDate>
			<description>有没有linux文字界面下支持javascript的浏览器？

多谢～

lynx和elinks貌似都不行……

新手，望指点～</description>
			<content:encoded><![CDATA[<div>有没有linux文字界面下支持javascript的浏览器？<br />
<br />
多谢～<br />
<br />
lynx和elinks貌似都不行……<br />
<br />
新手，望指点～</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>singlesyb</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372009</guid>
		</item>
		<item>
			<title>求助 linux启动失败</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=372005&amp;goto=newpost</link>
			<pubDate>Sat, 04 Sep 2010 11:39:41 GMT</pubDate>
			<description>我安装的双系统，主分区windows10，扩展分区30g都给了d盘，其他都是空白分区，然后安装了fedora，改双启动菜单的时候，menu.lst改错了，导致启动智能进入windows系统和grub菜单，但是找不到linux，请问大侠，如何才能恢复我的menu。lst或者进入linux，我安装的是fedora12，尝试用Ubuntu livecd进入 就是没有root权限 无法修改menu.lst。望高手赐教</description>
			<content:encoded><![CDATA[<div>我安装的双系统，主分区windows10，扩展分区30g都给了d盘，其他都是空白分区，然后安装了fedora，改双启动菜单的时候，menu.lst改错了，导致启动智能进入windows系统和grub菜单，但是找不到linux，请问大侠，如何才能恢复我的menu。lst或者进入linux，我安装的是fedora12，尝试用Ubuntu livecd进入 就是没有root权限 无法修改menu.lst。望高手赐教</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>shenchu</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=372005</guid>
		</item>
		<item>
			<title>我以前用fc6  现在想用下新版本  哪个版本好呢</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371964&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 01:43:28 GMT</pubDate>
			<description>fc12  和  fc13  
哪个更好点
个人用</description>
			<content:encoded><![CDATA[<div>fc12  和  fc13  <br />
哪个更好点<br />
个人用</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>yinyu7581</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371964</guid>
		</item>
		<item>
			<title>gvfs 报错</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371951&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 07:09:28 GMT</pubDate>
			<description>我系统是 Fedora 12 系统，但最近 自动报错工具ABRT ,老是报 gvfs 错误，
虽然，对正常使用没什么影响，但一直出现也很不爽阿。

由于我是双系统，二颗HDD ，一颗是Fedora 12 ,一颗是XP , 是不是Fedora 系统mount   的问题。网上找相关的GVFS 的内容，很少。</description>
			<content:encoded><![CDATA[<div>我系统是 Fedora 12 系统，但最近 自动报错工具ABRT ,老是报 gvfs 错误，<br />
虽然，对正常使用没什么影响，但一直出现也很不爽阿。<br />
<br />
由于我是双系统，二颗HDD ，一颗是Fedora 12 ,一颗是XP , 是不是Fedora 系统mount   的问题。网上找相关的GVFS 的内容，很少。</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>leo_taiji</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371951</guid>
		</item>
		<item>
			<title>Centos 5.5中 proftpd认证的问题</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371931&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 04:59:19 GMT</pubDate>
			<description>用/etc/initd./proftpd  start 启动，无法登陆 ,总提示
USER ftpadmin (Login failed): Incorrect password.

但　直接从 shell 中用命令: proftpd -n -d3 启动，再用同样的帐户同样的密码,可能正常登陆！难道启动脚本有什么不同，认真检查了一下，没发现什么问题啊</description>
			<content:encoded><![CDATA[<div>用/etc/initd./proftpd  start 启动，无法登陆 ,总提示<br />
USER ftpadmin (Login failed): Incorrect password.<br />
<br />
但　直接从 shell 中用命令: proftpd -n -d3 启动，再用同样的帐户同样的密码,可能正常登陆！难道启动脚本有什么不同，认真检查了一下，没发现什么问题啊</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>yanglh</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371931</guid>
		</item>
		<item>
			<title><![CDATA[rhl5.4恢复系统后, 出现 BUG: soft lockup - CPU#0 stuck for 10s! [rc.sysinit:531]]]></title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371930&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 03:01:24 GMT</pubDate>
			<description><![CDATA[rhl5.4恢复系统后, 出现 BUG: soft lockup - CPU#0 stuck for 10s! [rc.sysinit:531], 系统就一直挂在这里了.

请问这是什么问题?

rhl5.4是按默认安装的, 使用了lvm, 分区是ext3格式的.
我看下rc.sysinit:531行是mout_files().

我备份的分区时是按块组来备份的, 就是查看每个块组的数据块位图, 备份已使用的数据块.]]></description>
			<content:encoded><![CDATA[<div>rhl5.4恢复系统后, 出现 BUG: soft lockup - CPU#0 stuck for 10s! [rc.sysinit:531], 系统就一直挂在这里了.<br />
<br />
请问这是什么问题?<br />
<br />
rhl5.4是按默认安装的, 使用了lvm, 分区是ext3格式的.<br />
我看下rc.sysinit:531行是mout_files().<br />
<br />
我备份的分区时是按块组来备份的, 就是查看每个块组的数据块位图, 备份已使用的数据块.</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>yam_tom</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371930</guid>
		</item>
		<item>
			<title>急求EPson epl-2180打印机的驱动</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371922&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 09:06:37 GMT</pubDate>
			<description>办公室新进一台打印机，但是fedora中没有ｅｐｌ2180的驱动，急求大家帮助。</description>
			<content:encoded><![CDATA[<div>办公室新进一台打印机，但是fedora中没有ｅｐｌ2180的驱动，急求大家帮助。</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>zhuoli76</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371922</guid>
		</item>
		<item>
			<title>fedora 12的桌面屏幕上方的面板能否移动下面？</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371914&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 03:46:06 GMT</pubDate>
			<description>fedora 12的桌面屏幕上方的面板能否移动下面？</description>
			<content:encoded><![CDATA[<div>fedora 12的桌面屏幕上方的面板能否移动下面？</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>w1330</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371914</guid>
		</item>
		<item>
			<title>好书推荐：Fedora Bible 2010 Edition: Featuring Fedora Linux 12</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371904&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 10:40:43 GMT</pubDate>
			<description>Fedora Bible 2010 Edition: Featuring Fedora Linux 12 

http://hotfile.com/dl/65562377/133ff43/Wiley.Fedora.Bible.2010.Edition.Feb.2010.rar.html

英文原版 PDF格式，快下。</description>
			<content:encoded><![CDATA[<div>Fedora Bible 2010 Edition: Featuring Fedora Linux 12 <br />
<br />
<a href="http://hotfile.com/dl/65562377/133ff43/Wiley.Fedora.Bible.2010.Edition.Feb.2010.rar.html" target="_blank">http://hotfile.com/dl/65562377/133ff....2010.rar.html</a><br />
<br />
英文原版 PDF格式，快下。</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>marklf</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371904</guid>
		</item>
		<item>
			<title>Evolution 播放歌曲的问题</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371877&amp;goto=newpost</link>
			<pubDate>Sun, 29 Aug 2010 07:28:17 GMT</pubDate>
			<description>Evolution 播放歌曲的问题 

使用Evolution  我的邮箱里边有个别 mp3 wmv 歌曲的附件

下载到本地时发现可以点击播放 

但是我在top 里没有发现 系统有什么播放器播放的 

有知道的哥们指点下

top - 15:24:43 up 29 min,  3 users,  load average: 0.04, 0.07, 0.08
Tasks: 217 total,   3 running, 213 sleeping,   0 stopped,   1 zombie
Cpu(s): 10.6%us,  5.6%sy,  0.0%ni, 83.8%id,  0.0%wa,  0.1%hi,  0.0%si,  0.0%st
Mem:   1543816k total,  1405508k used,   138308k free,   184620k buffers
Swap:  1535992k total,        0k used,  1535992k free,   767696k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                     
 1661 root      20   0 77144  32m 5828 S 26.2  2.2   2:33.07 Xorg                                        
 3018 csbbb     20   0  128m  37m  21m R 18.2  2.5   2:56.90 amule                                       
 3487 csbbb     20   0  139m  29m  21m S 10.9  2.0   0:01.96 konsole                                     
 2079 csbbb     20   0  299m  26m  20m S  6.6  1.8   0:11.85 kwin                                        
 2124 csbbb      9 -11  164m 7776 6780 S  1.0  0.5   0:44.33 pulseaudio                                  
 2084 csbbb     20   0  347m  43m  31m S  0.7  2.9   0:16.50 plasma-desktop                              
 2458 csbbb     20   0  651m 115m  34m S  0.7  7.6   0:25.52 evolution                                   
 1120 root      20   0     0    0    0 S  0.3  0.0   0:00.78 kondemand/3                                 
 1163 dbus      20   0 13860 1788  916 S  0.3  0.1   0:01.22 dbus-daemon                                 
 2083 csbbb     20   0  301m  23m  13m S  0.3  1.6   0:00.60 knotify4                                    
 3512 csbbb     20   0  2700 1160  860 R  0.3  0.1   0:00.24 top                                         
    1 root      20   0  2832 1356 1152 S  0.0  0.1   0:01.18 init                                        
    2 root      20   0     0    0    0 S  0.0  0.0   0:00.00 kthreadd                                    
    3 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0                                 
    4 root      20   0     0    0    0 S  0.0  0.0   0:00.02 ksoftirqd/0                                 
    5 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 watchdog/0                                  
    6 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/1</description>
			<content:encoded><![CDATA[<div>Evolution 播放歌曲的问题 <br />
<br />
使用Evolution  我的邮箱里边有个别 mp3 wmv 歌曲的附件<br />
<br />
下载到本地时发现可以点击播放 <br />
<br />
但是我在top 里没有发现 系统有什么播放器播放的 <br />
<br />
有知道的哥们指点下<br />
<br />
top - 15:24:43 up 29 min,  3 users,  load average: 0.04, 0.07, 0.08<br />
Tasks: 217 total,   3 running, 213 sleeping,   0 stopped,   1 zombie<br />
Cpu(s): 10.6%us,  5.6%sy,  0.0%ni, 83.8%id,  0.0%wa,  0.1%hi,  0.0%si,  0.0%st<br />
Mem:   1543816k total,  1405508k used,   138308k free,   184620k buffers<br />
Swap:  1535992k total,        0k used,  1535992k free,   767696k cached<br />
<br />
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                     <br />
 1661 root      20   0 77144  32m 5828 S 26.2  2.2   2:33.07 Xorg                                        <br />
 3018 csbbb     20   0  128m  37m  21m R 18.2  2.5   2:56.90 amule                                       <br />
 3487 csbbb     20   0  139m  29m  21m S 10.9  2.0   0:01.96 konsole                                     <br />
 2079 csbbb     20   0  299m  26m  20m S  6.6  1.8   0:11.85 kwin                                        <br />
 2124 csbbb      9 -11  164m 7776 6780 S  1.0  0.5   0:44.33 pulseaudio                                  <br />
 2084 csbbb     20   0  347m  43m  31m S  0.7  2.9   0:16.50 plasma-desktop                              <br />
 2458 csbbb     20   0  651m 115m  34m S  0.7  7.6   0:25.52 evolution                                   <br />
 1120 root      20   0     0    0    0 S  0.3  0.0   0:00.78 kondemand/3                                 <br />
 1163 dbus      20   0 13860 1788  916 S  0.3  0.1   0:01.22 dbus-daemon                                 <br />
 2083 csbbb     20   0  301m  23m  13m S  0.3  1.6   0:00.60 knotify4                                    <br />
 3512 csbbb     20   0  2700 1160  860 R  0.3  0.1   0:00.24 top                                         <br />
    1 root      20   0  2832 1356 1152 S  0.0  0.1   0:01.18 init                                        <br />
    2 root      20   0     0    0    0 S  0.0  0.0   0:00.00 kthreadd                                    <br />
    3 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0                                 <br />
    4 root      20   0     0    0    0 S  0.0  0.0   0:00.02 ksoftirqd/0                                 <br />
    5 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 watchdog/0                                  <br />
    6 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/1</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>csbbb</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371877</guid>
		</item>
		<item>
			<title>现在用f13的dvd安装是不是很亏</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371872&amp;goto=newpost</link>
			<pubDate>Sat, 28 Aug 2010 23:11:46 GMT</pubDate>
			<description>发布这么久了，是不是几乎所有的包都更新了？是不是不如网络安装算了？</description>
			<content:encoded><![CDATA[<div>发布这么久了，是不是几乎所有的包都更新了？是不是不如网络安装算了？</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>ch_fb</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371872</guid>
		</item>
		<item>
			<title>Fedora 13 无法输入单/双引号</title>
			<link>http://www.linuxsir.org/bbs/showthread.php?t=371854&amp;goto=newpost</link>
			<pubDate>Fri, 27 Aug 2010 15:00:25 GMT</pubDate>
			<description>我刚发现我的FC13在输入单/双引号的时候遇到了麻烦。
在图形界面文本框里面，引号按键要连续按两次才能输入到文本框里，terminal里面根本没办法输入引号。如果切换到Ctrl+Alt+F(1-6)，这时候只按引号键没有任何反应，但如果按了引号键后，接着按个字母，引号就出现在了该字母前面。
该问题实在是诡异！期待高手

刚又发现，想输入个省略号也是这种情况，太神奇了！

使用KDE/GNOME都一样</description>
			<content:encoded><![CDATA[<div>我刚发现我的FC13在输入单/双引号的时候遇到了麻烦。<br />
在图形界面文本框里面，引号按键要连续按两次才能输入到文本框里，terminal里面根本没办法输入引号。如果切换到Ctrl+Alt+F(1-6)，这时候只按引号键没有任何反应，但如果按了引号键后，接着按个字母，引号就出现在了该字母前面。<br />
该问题实在是诡异！期待高手<br />
<br />
刚又发现，想输入个省略号也是这种情况，太神奇了！<br />
<br />
使用KDE/GNOME都一样</div>

]]></content:encoded>
			<category domain="http://www.linuxsir.org/bbs/forumdisplay.php?f=40">Linux 发行版Redhat/Fedora/CentOS专题</category>
			<dc:creator>tt0928</dc:creator>
			<guid isPermaLink="true">http://www.linuxsir.org/bbs/showthread.php?t=371854</guid>
		</item>
	</channel>
</rss>
