<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu,debian,redhat -linuxany.com &#187; Debian</title>
	<atom:link href="http://www.linuxany.com/archives/category/linuxos/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Debian 无缝升级Debian5至Debian6(不重装系统)</title>
		<link>http://www.linuxany.com/archives/1501.html</link>
		<comments>http://www.linuxany.com/archives/1501.html#comments</comments>
		<pubDate>Wed, 09 Feb 2011 03:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[aptitude]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian5]]></category>
		<category><![CDATA[debian6]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1501</guid>
		<description><![CDATA[第一步：修改更新源为debian 6.0 # vi /etc/apt/sources.listdeb http://ftp.us.debian.org/debian/ squeeze maindeb-src http://ftp.us.debian.org/debian/ squeeze maindeb http://security.debian.org/ squeeze/updates maindeb-src http://security.debian.org/ squeeze/updates maindeb http://volatile.debian.org/debian-volatile squeeze/volatile maindeb-src http://volatile.debian.org/debian-volatile squeeze/volatile main 第二步：更新源及软件包 # apt-get update# apt-get install apt dpkg aptitude# apt-get dist-upgrade 第三步：重启 # reboot 第四步：检查升级后系统运行情况 # lsb_release -a# netstat -tulpn# tail -f /var/log/messages# other log files for linuxany.com 您还可能感兴趣的内容在Debian系Linux上安装rpm档Debian:6.0安装及配置过程[原创]玩转Debian5——安装(LXDE桌面)制作deb包的三种方法在Debian上安装SVN]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1501.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debian:6.0安装及配置过程</title>
		<link>http://www.linuxany.com/archives/1390.html</link>
		<comments>http://www.linuxany.com/archives/1390.html#comments</comments>
		<pubDate>Sun, 03 Oct 2010 15:03:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[debian6]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1390</guid>
		<description><![CDATA[简要描述： 　　Debian 6.0（Squeeze）引入了很多新特性，包括读Ext4文件系统的支持，更简单的RAID设置，更轻松的LVM和crypto，同时使用grub2作为x86架构的默认bootloader。Debian 6.0（Squeeze）最明显的变化是apt方面的改变，Debian 6.0（Squeeze）中apt安装包将默认使用Debian 6.0（Squeeze）推荐安装的软件包。apt列表中列出的依赖包是绝对需要依赖的包，而推荐部分的依赖包是Debian 6.0（Squeeze）推荐安装但并不适绝对依赖的安装包。按照官方的说法是推荐安装包应该被列出来但不一定需要安装。如果由于各种原因导致不想安装推荐部分的安装包，也可以轻松的通过预设置或者修改/etc/apt/apt.conf.d/*，在其中加入:APT::Install-Recommends false命令禁用推荐安装包。 新功能描述： 　　Debian 6.0（Squeeze）提供了一种称之为预制（Preseeding）的功能，该功能让用户自动安装各种依赖包而不需要手动回答各种安装问题。同时 Debian 6.0（Squeeze）开始支持Marvell’s Kirkwood平台。Debian 6.0（Squeeze）在多国语言支持方面也得到了很大的提升，用户安装过程中可以更容易的选择国家语言，同时可以更轻松的配置时区等信息。 下面是安装及简要配置过程： 1.开始安装：没特色 2.选择语言：继续没特色 3.选择需要安装的软件：多了桌面选项和几个server的选择，比如SSH 4.配置grub：原样 5.完成安装：原样 6.启动画面：Grub 1.98 貌似还不是最新的2.0 7.启动完成：已提示为squeeze,即debian6.0 8.安装源列表：这回终于注释掉了CD-ROM这个源 9.更新源列表：仍然是两个，一个软件源，一个安全源。注意：多了个cdn.debian.net的源，速度还不错 10.搜索软件：提示与5.0差不多，但感觉类型分得比较好了 您还可能感兴趣的内容Debian 无缝升级Debian5至Debian6(不重装系统)VMware下为Debian安装VMTools常用的 apt 命令]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1390.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Debian上安装SVN</title>
		<link>http://www.linuxany.com/archives/1246.html</link>
		<comments>http://www.linuxany.com/archives/1246.html#comments</comments>
		<pubDate>Fri, 16 Apr 2010 01:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Java/jsp]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[subersion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svnadmin]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1246</guid>
		<description><![CDATA[版本信息： Debain: 5.0 Kernel: 2.6.26-1-686 Subversion: 1.5.6 Apache: 2.2.11 服务端： 1、安装 apt-get install subversion subversion-toolsapt-get install apache2 libapache2-svn 2、项目 mkdir /opt/linuxany -psvnadmin create /opt/linuxany/test1svnadmin create /opt/linuxany/test2 3、配置 1)vi /etc/apache2/httpd.conf #注意以下2行可能已在apache2中有配置了，如果restart时候发现错误，则注释掉即可LoadModule dav_svn_module modules/mod_dav_svn.soLoadModule authz_svn_module modules/mod_authz_svn.so#svn连接到服务器后的根目录，即/等同于/opt/linuxany(例如：svn list http://IP/test1)；若此处为/svn，则/svn等同于/opt/linuxany(例如：svn list http://IP/svn/test1)[Location /] DAV svnSVNParentPath /opt/linuxany #[项目根目录]AuthzSVNAccessFile /opt/linuxany/authz.conf #[用户权限配置文件]AuthType BasicAuthName &#34;Subversion.zoneyump&#34;AuthUserFile /opt/linuxany/authfile #[用户密码配置文件]Require valid-user[/Location] 2)vi /opt/linuxany/authz.conf [test1:/]&#160; &#160; #[/opt/linuxany/test1下所有文件及目录]* [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1246.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Debian5编译环境头文件异常的办法</title>
		<link>http://www.linuxany.com/archives/1227.html</link>
		<comments>http://www.linuxany.com/archives/1227.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 00:43:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[cdt]]></category>
		<category><![CDATA[debian5]]></category>
		<category><![CDATA[ECLIPSE]]></category>
		<category><![CDATA[g++]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[include]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1227</guid>
		<description><![CDATA[在编译时使用下列包含位置即可：（注意顺序） 适用于gcc,g++ 32位： /usr/local/include/usr/lib/gcc/i486-linux-gnu/4.3.2/include/usr/lib/gcc/i486-linux-gnu/4.3.2/include-fixed/usr/include 64位 /usr/local/include/usr/lib/gcc/x86_64-linux-gnu/4.3.2/include/usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/usr/include 您还可能感兴趣的内容Eclipse + CDT + MinGW + MySQL环境搭建解决方案Debian 无缝升级Debian5至Debian6(不重装系统)Python调用Linux下的动态库(so)Eclipse SVN插件比较 Subclipse vs Subversive[原创]玩转Debian5——安装(LXDE桌面)]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1227.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[原创]玩转Debian5——安装(LXDE桌面)</title>
		<link>http://www.linuxany.com/archives/941.html</link>
		<comments>http://www.linuxany.com/archives/941.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 14:15:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian5]]></category>
		<category><![CDATA[lxde]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=941</guid>
		<description><![CDATA[1. 操作系统：Debian5.04(下载：debian-504-i386-xfce+lxde-CD-1.iso) 2. 桌面环境：LXDE 在正式开始前我们先预览一下成功安装后的界面： 以下是安装要点： 一、桌面套件选择LXDE 二、语言选择：English 三、时区选择：Other->Asia->China 四、接下来的设置选择默认即可 五、网络镜像：选择NO，暂时不从网络更新，节省安装时间 六、软件使用情况调查：选择NO 七、组件选择：Desktop Env,Standard system 八、引导安装：选择Yes 九、安装成功的界面： 您还可能感兴趣的内容Debian 无缝升级Debian5至Debian6(不重装系统)在Debian上安装SVN解决Debian5编译环境头文件异常的办法制作USB版的DebianDebian建立CVS服务器]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/941.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>制作USB版的Debian</title>
		<link>http://www.linuxany.com/archives/852.html</link>
		<comments>http://www.linuxany.com/archives/852.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 01:28:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[mkfs]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[qmenu]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=852</guid>
		<description><![CDATA[到网站http://debian-live.alioth.debian.org/下载for usb的debian-live-501-i386-xfce-desktop.img文件 模拟运行: qemu-system-x86_64 -hda debian-live-501-i386-xfce-desktop.img 查看文件内容: 1)先获取偏移值 使用fdisk来看每个分区的起始逻辑扇区号，扇区号乘以512就是我们所要的偏移值。此处只有一个分区，偏移值为: offset = 63 x 512 = 32256(byte) fdisk -ul debian-live-501-i386-xfce-desktop.img 得到以下内容: Device Boot Start End Blocks Id Systemdebian-live-501-i386-xfce-desktop.img1 * 63 996029 497983+ 83 Linux 2)mount挂载 mount -o loop,offset=32256 debian-live-501-i386-xfce-desktop.img /mnt/cdrom/ 制作usb启动盘： 1)把启动文件写入u盘 dd if=debian-live-501-i386-xfce-desktop.img of=/dev/sdb 2)创建一个新分区 空间可以给的大一些，当作系统空间和用户空间 cfdisk /dev/sdbmkfs.ext3 /dev/sdb2 -L live-rw 3)修改live.cfg文件 mount /dev/sdb1 /mnt/usb1vi [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/852.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>十大注意事项 让Linux启动更快速</title>
		<link>http://www.linuxany.com/archives/850.html</link>
		<comments>http://www.linuxany.com/archives/850.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 01:16:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=850</guid>
		<description><![CDATA[　　Linux需要重新启动是少有的。可是一旦需要，启动常常是缓慢的。幸好有一些加速的办法。其中一些方法不太难。（然而，遗憾的是，有一些很难）。咱们瞧一瞧吧。 　　#1: 撤消多余的服务 　　根据机器的用途，很多服务是不需要的。要是Linux只用作桌面，就不需要sendmail、httpd和另外许多服务。如果你的服务器只是Web服务器，也可以关掉许多服务。为此，可转到管理菜单，检查服务项目。只需撤消所有不想启动的服务选项。 　　#2: 撤消多余的内核模块 　　假如你的桌面连接到以太网，就不需要装载无线内核模块。这是较为困难的任务，可能需要重新编译内核，而编译内核不是可以轻松担当的工作。为此，你大概需要内核源代码。接着，按照编译内核的标准步骤进行。不同在于你要搜查系统，撤除所有不需要的模块。 　　查明系统中当前安装和运行的内核模块的最好方法是安装Bootchart。它不仅会给你一个适宜的模块清单，而且还会说明系统启动过程中发生的事情。还可以发出命令：chkconfig –list &#124; grep 3:on，弄清楚正在运行什么服务。一旦知道装载了什么不需要的模块，就可以在内核重新编译期间将其移除。只要这样处理，编译的内核就完全适合你的体系结构。 　　#3: 使用轻型窗口管理器代替GNOME或KDE 　　我插入小脚印窗口管理器的原因是——它们大幅度减少图形（界面）启动时间。代替不得不额外等待启动GNOME或KDE的30到60秒，为什么不等待用于启动Enlightenment或者XFCE的2到10秒呢？它们不仅节省启动时间，还会节省内存并解救处理臃肿软体(bloatware)这种令人头痛的事。 　　#4: 使用基于文本的登录而不是图形登录 　　我的大多数Linux机器启动run level 3而非run level 5。这个运行级别将停在文本登录模式，我就在这个地方登录并发出startx命令，开始选择桌面。图形登录模式做两件事：增加装入时间并引起头痛的问题即试图从拙劣的X windows挣脱出来。 　　#5: 使用轻型发行版 　　不要装载重型的Fedora，为什么不试一下Gentoo、Arch或Puppy Linux呢？这些较小的发行版的启动时间比更加臃肿的Fedora（甚至Ubuntu）要快很多。在较大的发行版中，OpenSuSE声称启动最快，但我还没有亲自试验。在最新的Fedora和Ubuntu之间，Ubuntu击败Fedora的启动时间（而且是即开即用）。 　　#6: 使用Open BIOS 　　要是你相当聪明能干，准备升级PC固件，可以考虑迁移到开源BIOS。一个附加说明，使用开放固件允许Linux启动时真正初始化硬件（而不依赖BIOS）。最重要的是，许多开放BIOS可以设置满足机器的特殊需要。如果不走开放BIOS之路，至少也可以设置BIOS不寻找不存在的软盘驱动器，即直接启动第一个硬盘驱动器（首先不是CD驱动器）。 　　#7: 回避DHCP 　　如果你工作在地址租约不是问题的家庭网络（或者小型企业网络）上，那么，机器就用静态IP地址。这将使机器不必出外访问DHCP服务器来获得IP地址。如果采取这种途径，就要确保配置文件/etc/resolve.conf也表达你的DNS服务器地址。 　　#8: 热插拔可免就免 　　热插拔是指允许把新设备插上电源并立即使用的系统。如果你知道你的服务器不需要这种系统，就删除它。这将减少启动时间。在许多系统上，热插拔消耗大量启动时间。排除热插拔将发生的变化取决于你所用的发行版。注意：就绝大部分而言，udev已经取代热插拔。但如果你还在运行老一点的发行版，这样做还是适合的。 　　#9: 要是真的大胆无畏，可尝试一下initng 　　initng系统充当sysvinit系统的替换物，并承诺彻底减少类UNIX操作系统的启动时间。如果你愿意了解运行中的initng系统，可以试一试Pingwinek LiveCD。 　　#10: 利用Debian具有的代码 　　要是正在使用Debian，就有一行可用来将你的启动脚本转换成并行运行的简单代码。如果检查一下/etc/init.d/rc脚本，就会看到：大约在24行有CONCURRENCY=none。把这一行改为CONCURRENCY=shell，你有可能目睹启动时间的减少。 您还可能感兴趣的内容Linux高性能集群-软件体系结构tomato合并带宽，双wan(dualwan)原理python:设置windows桌面壁纸开发可缓存加速的动态页面Python连接MySQL]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/850.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

