<?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>系统运维 &#187; Debian</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/debian/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debian 12.9.x安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/15007.html</link>
		<comments>https://www.osyunwei.com/archives/15007.html#comments</comments>
		<pubDate>Wed, 22 Jan 2025 02:25:56 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15007</guid>
		<description><![CDATA[一、安装系统 Debian 12.9.0系统镜像下载地址： https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/debian-12.9.0-amd64-DVD-1.iso https://mirrors.163.com/debian-cd/12.9.0/amd64/iso-dvd/debian-12.9.0-amd64-DVD-1.iso 成功引导系统后进入下面的界面 界面说明： graphical install 图形安装 Install 安装系统 advanced options 高级选项 Help 帮助 Install with speech synthesis 安装语音合成 我们选择使用图形化界面graphical install来安装系统，回车。 选择安装语言  English 选择地区，other 再选择Asia 选择China 配置键盘，选择 United States 默认第一项 设置主机名字，默认为debian，此处设置的名称在系统登录界面显示 设置域名，留空，可以不用设置 设置root密码 创建新用户：输入新用户全名（注意：不是登录账号，相当于描述） 可以不设置，留空 创建登录用户名（用此账号来登录系统）：user 设置密码 选择：Guided-use entire disk and set up LVM 带引导模式方式使用整块磁盘并使用LVM 选择磁盘 选择：All files in one partition(recommended for [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15007.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15007.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 10.9.x编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x 7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.4.x 5.3.x 5.2.x多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/11344.html</link>
		<comments>https://www.osyunwei.com/archives/11344.html#comments</comments>
		<pubDate>Sun, 13 Jun 2021 07:50:05 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11344</guid>
		<description><![CDATA[基础教程： Debian 10.9.x安装配置图解教程 https://www.osyunwei.com/archives/11103.html 准备篇： 一、配置防火墙，开启80端口、3306端口 Debian默认没有安装任何防火墙的，我们这里推荐使用iptables防火墙。 1.1安装iptables防火墙 whereis iptables #查看系统是否安装防火墙 apt-get install iptables #运行此命令安装防火墙 mkdir /etc/sysconfig #创建防火墙配置文件存放目录 touch /etc/sysconfig/iptables #创建防火墙配置文件 nano /etc/sysconfig/iptables #编辑添加防火墙规则 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default configuration *filter :INPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11344.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11344.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 10.9.x安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/11103.html</link>
		<comments>https://www.osyunwei.com/archives/11103.html#comments</comments>
		<pubDate>Sun, 29 Nov 2020 16:00:00 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11103</guid>
		<description><![CDATA[一、安装系统 Debian 10.9.0的安装镜像文件有3个DVD，安装基本系统只用到第一个镜像文件，即DVD1 其它镜像文件是附带的软件包。 附Debian 10.9.0系统镜像下载地址： https://mirrors.163.com/debian-cd/10.9.0/amd64/iso-dvd/debian-10.9.0-amd64-DVD-1.iso 界面说明： graphical install 图形安装 Install 安装系统 advanced options 高级选项 Help 帮助 Install with speech synthesis 安装语音合成 这里选择Install 安装系统，回车。 选择安装语言  English 选择地区，other 再选择Asia 选择China 配置键盘，选择 United States 默认第一项 设置主机名字，默认为debian，此处设置的名称在系统登录界面显示。 设置域名，localdomain默认即可 设置root密码   #务必牢记此密码 再次输入上面的密码 创建新用户：输入新用户全名（注意：不是登录账号，相当于描述） 创建登录用户名（用此账号来登录系统） 设置密码 再次输入上面的密码 选择磁盘分区的方法，这里选Manual手动分区 分区向导，选择需要安装的磁盘 Yes 可以看到上面所选磁盘的容量信息，点击磁盘空闲空间，我这里磁盘大小是32.2G 创建新分区 创建一个swap分区，容量4GB 类型选择主分区 开始 选择“EXT4日志文件系统”，回车 挂载点：选择swap area交换分区 分区设定结束 继续选择空闲空间， 创建新分区 创建新分区 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11103.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11103.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 7.1.0安装配置详细图解教程</title>
		<link>https://www.osyunwei.com/archives/6266.html</link>
		<comments>https://www.osyunwei.com/archives/6266.html#comments</comments>
		<pubDate>Sun, 30 Jun 2013 03:41:09 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian7]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=6266</guid>
		<description><![CDATA[一、说明： Debian7.1.0的安装镜像文件有3个DVD，安装基本系统只用到第一个镜像文件，即DVD1 其它镜像文件是附带的软件包。 附Debian 7.1.0系统镜像下载地址： 32位：http://cdimage.debian.org/debian-cd/7.1.0/i386/iso-dvd/debian-7.1.0-i386-DVD-1.iso 64位：http://cdimage.debian.org/debian-cd/7.1.0/amd64/iso-dvd/debian-7.1.0-amd64-DVD-1.iso 二、安装系统：用启动盘成功引导之后，出现下面的界面 界面说明：           Install 安装系统           graphical install 图形安装           advanced options 高级选项           Help 帮助           Install with speech synthesis 语音合成安装 这里选择第一项，安装系统，回车。 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择语言为：中文（简体）   地区选择为：中国   键盘模式：汉语   设置主机名字，默认   设置主机域名，填写自己的域名 如果没有域名可填写localhost   设置root密码   再次确认密码   新用户全名（注意不是登录账号，相当于描述）：www.osyunwei.com   账号用户名（登录系统的账号名）：osyunwei   系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 设置普通用户密码   再次输入密码 选择：手动 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/6266.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/6266.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CentOS 6.3 Rsync服务端与Debian 6.0.5 Rsync客户端实现数据同步</title>
		<link>https://www.osyunwei.com/archives/4835.html</link>
		<comments>https://www.osyunwei.com/archives/4835.html#comments</comments>
		<pubDate>Mon, 16 Jul 2012 09:33:26 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Rsync]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[数据同步]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4835</guid>
		<description><![CDATA[说明： 1、Rsync服务端 系统：CentOS 6.3 IP地址：192.168.21.132 数据存放目录：/data/osyunwei 2、Rsync客户端 系统：Debian 6.0.5 IP地址：192.168.21.144 同步的目录：/data/osyunwei 实现目的： Rsync客户端每天凌晨3:00自动同步Rsync服务端/data/osyunwei目录中的数据到自己的/data/osyunwei目录 一、Rsync服务端配置 1、关闭SELINUX vi /etc/selinux/config #编辑防火墙配置文件 #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存，关闭 shutdown -r now #重启系统 2、开启防火墙tcp 873端口（Rsync默认端口） vi /etc/sysconfig/iptables #编辑防火墙配置文件 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 873 -j ACCEPT :wq! #保存 /etc/init.d/iptables restart #最后重启防火墙使配置生效 3、安装Rsync服务端软件 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4835.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4835.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 6.0.5解决系统时间与北京时间相差8小时问题</title>
		<link>https://www.osyunwei.com/archives/4823.html</link>
		<comments>https://www.osyunwei.com/archives/4823.html#comments</comments>
		<pubDate>Mon, 16 Jul 2012 06:04:43 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian 时间]]></category>
		<category><![CDATA[时间相差8小时]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4823</guid>
		<description><![CDATA[说明： Debian英文版本在默认安装下，系统使用的是UTC时间（世界标准时间），与北京时间相差8小时（北京时间比UTC时间快8小时）,下面调整设置系统时间为北京时间 1、修改时区 nano /etc/timezone #编辑文件，修改里面的内容为Asia/Shanghai Asia/Shanghai Ctrl+o #保存 Ctrl+x #退出 2、修改本地时间 ln -s /usr/share/zoneinfo/Asia/Shanghai  /etc/localtime #添加软链接，把本地时间设置为Asia/Shanghai 3、禁止系统使用UTC时间 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 nano /etc/default/rcS  #修改UTC的值为no UTC=no Ctrl+o #保存 Ctrl+x #退出 4.设置当前时间 date -s 07/16/2012  #设置当前日期为2012年7月16日 date -s 14:05  #设置当前时间为14:05分 hwclock --systohc #使BIOS硬件时间与本地系统时间同步 至此，Debian 6.0.5解决系统时间与北京时间相差8小时问题完成 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/4823.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Debian 6.0.5解决系统时间与北京时间相差8小时问题<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4823.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4823.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian下自动备份文件并上传到远程FTP服务器且删除指定日期前的备份Shell脚本</title>
		<link>https://www.osyunwei.com/archives/4631.html</link>
		<comments>https://www.osyunwei.com/archives/4631.html#comments</comments>
		<pubDate>Sat, 30 Jun 2012 16:17:51 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[自动备份]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4631</guid>
		<description><![CDATA[说明:  1、备份目录/home/osyunwei下面所有的文件到/home/osyunweibak里面，并且保存为osyunwei20120701.tar.gz的压缩文件格式（2012_07_01是指备份执行时当天的日期），最后只保留最近7天的备份 2、上传/home/osyunweibak里面的备份文件到远程FTP服务器上，并且只保留最近7天的备份。 3、FTP服务器:192.168.21.139 端口：21 账号：osyunwei 密码：123456 osyunweibak为备份文件存放目录（此目录需要预先在FTP服务器创建好） 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 实现步骤： 1、安装ftp命令 apt-get install ftp   #安装ftp 2、创建保存备份文件的目录：/home/osyunweibak cd /home  #进入目录 mkdir osyunweibak  #创建目录 3、创建备份脚本文件:/home/osyunweibak/osyunweibak.sh cd /home/osyunweibak touch osyunweibak.sh  #创建文件 nano osyunweibak.sh  #编辑文件，添加以下内容 #!/bin/sh BK_DR=/home/osyunweibak    #备份文件存放路径 DB_DR=/home/osyunwei   #要备份的文件目录 DAYS=7                    #DAYS=7代表删除7天前的备份，即只保留最近7天的备份 LINUX_USER=root           #系统用户名 date=` date +%Y%m%d `  #获取当前时间 tar  zcvf  $BK_DR/osyunwei$date.tar.gz  $DB_DR   #备份 chown -R $LINUX_USER:$LINUX_USER $BK_DR  [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4631.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4631.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian下自动备份MySQL数据库并上传到远程FTP服务器且删除指定日期前的备份Shell脚本</title>
		<link>https://www.osyunwei.com/archives/4614.html</link>
		<comments>https://www.osyunwei.com/archives/4614.html#comments</comments>
		<pubDate>Sat, 30 Jun 2012 14:04:30 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[备份MySQL]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4614</guid>
		<description><![CDATA[说明:  1、备份MySQL数据库存放目录/var/lib/mysql下面的osyunweidata数据库到/home/mysql_data里面，并且保存为osyunweidata_bak_2012_06_30.tar.gz的压缩文件格式（2012_06_30是指备份执行时当天的日期），最后只保留最近7天的备份 2、上传/home/mysql_data里面的备份文件到远程FTP服务器上，并且只保留最近7天的备份 3、FTP服务器:192.168.21.139  端口：21 账号：admin 密码：123456  mysql_data为备份文件存放目录（此目录需要预先在FTP服务器创建好） 实现步骤： 1、安装ftp命令 apt-get install ftp   #安装ftp 2、创建保存备份文件的目录：/home/mysql_data cd /home  #进入目录 mkdir mysql_data   #创建目录 3、创建备份脚本文件:/home/mysql_data/mysql_databak.sh cd /home/mysql_data     #进入目录 touch mysql_databak.sh  #创建文件 nano  mysql_databak.sh  #编辑文件，输入以下内容 #!/bin/sh DUMP=/usr/bin/mysqldump    #mysqldump备份程序执行路径 OUT_DIR=/home/mysql_data   #备份文件存放路径 LINUX_USER=root            #系统用户名 DB_NAME=osyunweidata               #要备份的数据库名字 DB_USER=root              #数据库用户名 DB_PASS=123456             #数据库密码 DAYS=7                     #DAYS=7代表删除7天前的备份，即只保留最近7天的备份 cd $OUT_DIR                #进入备份存放目录 DATE=`date +%Y_%m_%d`      #获取当前系统时间 OUT_SQL="$DATE.sql"        #备份数据库的文件名 TAR_SQL="osyunweidata_bak_$DATE.tar.gz" #最终保存的数据库备份文件名 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4614.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4614.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian下Vsftpd服务器配置</title>
		<link>https://www.osyunwei.com/archives/4539.html</link>
		<comments>https://www.osyunwei.com/archives/4539.html#comments</comments>
		<pubDate>Sun, 24 Jun 2012 11:07:21 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian Vsftpd服务器]]></category>
		<category><![CDATA[Vsftpd]]></category>
		<category><![CDATA[Vsftpd服务器配置]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4539</guid>
		<description><![CDATA[环境说明： /home/www.osyunwei.com目录下有三个子目录 bbs sns blog 实现目的： 建立三个FTP用户 用户名：bbs  密码：123456  访问目录（可读、可写、可修改、可删除）：/home/www.osyunwei.com/bbs 用户名：sns   密码：123456  访问目录（可读、可写、可修改、可删除）：/home/www.osyunwei.com/sns 用户名：blog 密码：123456  访问目录（可读、可写、可修改、可删除）：/home/www.osyunwei.com/blog 配置篇 一、配置防火墙，开启21端口、9000到9045端口 说明：debian默认安装是没有开启任何防火墙的，为了服务器的安全，建议大家安装启用防火墙设置， 这里推荐使用iptables防火墙。 whereis iptables   #查看系统是否安装防火墙 iptables: /sbin/iptables /usr/share/iptables /usr/share/man/man8/iptables.8.gz  #表示已经安装iptables apt-get install iptables   #如果默认没有安装，请运行此命令安装防火墙 iptables -L  #查看防火墙配置信息，显示如下： ##################################################### Chain INPUT (policy ACCEPT) target     prot opt source               destination Chain FORWARD (policy ACCEPT) target     prot opt source               destination Chain OUTPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4539.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4539.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 6.0.4安装配置lnmp（Nginx+MySQL+PHP）第二版</title>
		<link>https://www.osyunwei.com/archives/2406.html</link>
		<comments>https://www.osyunwei.com/archives/2406.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 15:43:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian 6.0.4]]></category>
		<category><![CDATA[Debian安装配置lnmp]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[Nginx+MySQL+PHP]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2406</guid>
		<description><![CDATA[准备篇： 1、配置防火墙，开启80端口、3306端口 说明：debian默认安装是没有开启任何防火墙的，为了服务器的安全，建议大家安装启用防火墙设置，这里推荐使用iptables防火墙。 whereis iptables   #查看系统是否安装防火墙 iptables: /sbin/iptables /usr/share/iptables /usr/share/man/man8/iptables.8.gz  #表示已经安装iptables apt-get install iptables   #如果默认没有安装，请运行此命令安装防火墙 iptables -L  #查看防火墙配置信息，显示如下： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 ##################################################### Chain INPUT (policy ACCEPT) target     prot opt source               destination Chain FORWARD (policy ACCEPT) target     prot opt source               destination Chain OUTPUT (policy ACCEPT) target     prot opt source               destination ##################################################### nano /etc/iptables.default.rules    #添加以下内容 ################################################################################################## *filter [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2406.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2406.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Debian 6.0.4安装配置lnmp（Nginx+MySQL+PHP）第一版</title>
		<link>https://www.osyunwei.com/archives/2387.html</link>
		<comments>https://www.osyunwei.com/archives/2387.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 11:00:16 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian 6.0.4]]></category>
		<category><![CDATA[Debian 安装配置lnmp]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[Nginx+MySQL+PHP]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2387</guid>
		<description><![CDATA[准备篇： 1、配置防火墙，开启80端口、3306端口 说明：debian默认安装是没有开启任何防火墙的，为了服务器的安全，建议大家安装启用防火墙设置，这里推荐使用iptables防火墙。 whereis iptables   #查看系统是否安装防火墙 iptables: /sbin/iptables /usr/share/iptables /usr/share/man/man8/iptables.8.gz  #表示已经安装iptables apt-get install iptables   #如果默认没有安装，请运行此命令安装防火墙 iptables -L  #查看防火墙配置信息，显示如下： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 ##################################################### Chain INPUT (policy ACCEPT) target     prot opt source               destination Chain FORWARD (policy ACCEPT) target     prot opt source               destination Chain OUTPUT (policy ACCEPT) target     prot opt source               destination ##################################################### nano /etc/iptables.default.rules    #添加以下内容 ################################################################################################## *filter [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2387.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2387.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian 6.0.4安装配置lamp（Apache+MySQL+PHP）</title>
		<link>https://www.osyunwei.com/archives/2372.html</link>
		<comments>https://www.osyunwei.com/archives/2372.html#comments</comments>
		<pubDate>Wed, 15 Feb 2012 08:35:48 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Apache+MySQL+PHP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian安装配置lamp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2372</guid>
		<description><![CDATA[准备篇： 1、配置防火墙，开启80端口、3306端口 说明：debian默认安装是没有开启任何防火墙的，为了服务器的安全，建议大家安装启用防火墙设置，这里推荐使用iptables防火墙。 whereis iptables   #查看系统是否安装防火墙 iptables: /sbin/iptables /usr/share/iptables /usr/share/man/man8/iptables.8.gz  #表示已经安装iptables apt-get install iptables   #如果默认没有安装，请运行此命令安装防火墙 iptables -L  #查看防火墙配置信息，显示如下： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 ##################################################### Chain INPUT (policy ACCEPT) target     prot opt source               destination Chain FORWARD (policy ACCEPT) target     prot opt source               destination Chain OUTPUT (policy ACCEPT) target     prot opt source               destination ##################################################### nano /etc/iptables.default.rules    #添加以下内容 ################################################################################################## *filter [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2372.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2372.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 配置apt-get源安装SSH服务</title>
		<link>https://www.osyunwei.com/archives/2215.html</link>
		<comments>https://www.osyunwei.com/archives/2215.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 09:53:05 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2215</guid>
		<description><![CDATA[说明：在没有接入网络的情况下，采用最小话方式安装debian，默认是没有配置apt-get源、没有安装远程管理服务SSH的，这个时候是无法使用apt-get install 在线安装软件的，也无法使用putty等远程管理客户端连接服务器，下面教大家配置apt-get源，在线安装SSH服务： 1、配置apt-get源 cp  /etc/apt/sources.list  /etc/apt/sources.listbak   #备份原有配置文件        nano  /etc/apt/sources.list   #编辑 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接       注释掉本地光盘源这一行： deb cdrom:[Debian GNU/Linux 6.0.4 _Squeeze_ - Official i386 DVD Binary-1 20120128-12:53]/ squeeze contrib main       取消下面两行官方源前面的注释，添加以下代码： ctrl+o   #保存配置        ctrl+x   #退出        apt-get update   #更新源        apt-get upgrade  #更新系统 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 2、安装SSH服务  apt-get install ssh     #安装ssh服务 至此，Debian配置apt-get源安装SSH服务教程完成，现在可以使用apt-get install安装软件、使用putty远程连接服务器了。 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2215.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2215.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian设置IP地址、网关、DNS</title>
		<link>https://www.osyunwei.com/archives/2199.html</link>
		<comments>https://www.osyunwei.com/archives/2199.html#comments</comments>
		<pubDate>Sat, 11 Feb 2012 09:29:47 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian ip]]></category>
		<category><![CDATA[debian设置dns]]></category>
		<category><![CDATA[debian设置网关]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2199</guid>
		<description><![CDATA[说明： 系统：debian 6.0.4 IP地址：192.168.21.166 子网掩码：255.255.255.0 网关：192.168.21.2  DNS：8.8.8.8            8.8.4.4 操作： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 1、设置IP地址、网关 nano /etc/network/interfaces  /etc/network/interfacesbak   #备份原有配置文件 nano /etc/network/interfaces   #编辑网网卡配置文件 auto lo auto eth0  #开机自动连接网络 iface lo inet loopback allow-hotplug eth0 iface eth0 inet static   #static表示使用固定ip，dhcp表述使用动态ip address 192.168.21.166   #设置ip地址 netmask 255.255.255.0  #设置子网掩码 gateway 192.168.21.2    #设置网关 ctrl+o   #保存配置 ctrl+x   #退出 2、设置dns cp  /etc/resolv.conf   /etc/resolv.confbak    #备份原有dns配置文件 nano [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2199.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2199.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 6.0.4安装图解教程</title>
		<link>https://www.osyunwei.com/archives/2184.html</link>
		<comments>https://www.osyunwei.com/archives/2184.html#comments</comments>
		<pubDate>Sat, 11 Feb 2012 05:38:10 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian 6.0.4]]></category>
		<category><![CDATA[debian安装]]></category>
		<category><![CDATA[debian安装图解]]></category>
		<category><![CDATA[debian安装图解教程]]></category>
		<category><![CDATA[debian安装教程]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2184</guid>
		<description><![CDATA[一、说明： debian 6.0.4的安装镜像文件有8个DVD，安装基本系统只用到第一个镜像文件，即DVD1,其它镜像文件是附带的软件包。 附debian 6.0.4系统镜像下载地址： 32为：http://cdimage.debian.org/debian-cd/6.0.4/i386/iso-dvd/debian-6.0.4-i386-DVD-1.iso 64位：http://cdimage.debian.org/debian-cd/6.0.4/amd64/iso-dvd/debian-6.0.4-amd64-DVD-1.iso 二、安装系统：用启动盘成功引导之后，出现下面的界面 界面说明：           Install 安装系统           graphical install 图形安装           advanced options 高级选项           Help 帮助 这里选择第一项，安装系统，回车。 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择语言为：中文（简体） 地区选择为：中国 键盘模式，默认即可 设置主机名字 设置主机域名，默认即可 设置root密码 再次确认密码 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 新建普通用户 设置普通用户密码 再次输入密码 选择：手动 选择磁盘 是 选择空闲分区 创建新分区   输入分区大小 分区类型：主分区 开始   分区设定结束 输入分区大小，划分为交换空间，注意：交换空间的大小一般为物理内存的2倍 点用于：EXT3日志文件系统 选择交换空间 分区设定结束 分区设定结束并将修改写入磁盘 注意：分区之前，自己先要规划好怎么分区？ 我这里的分区如下： 硬盘总共5.4G [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2184.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2184.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
