<?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; SUSE Linux</title>
	<atom:link href="http://www.osyunwei.com/archives/category/system/other-system/suselinux/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>openSUSE-Leap-15.6系统安装图解教程</title>
		<link>https://www.osyunwei.com/archives/15119.html</link>
		<comments>https://www.osyunwei.com/archives/15119.html#comments</comments>
		<pubDate>Wed, 05 Feb 2025 08:20:35 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15119</guid>
		<description><![CDATA[一、安装openSUSE 镜像下载地址： https://opensuse-guide.ustclug.org/index.php https://mirrors.ustc.edu.cn/opensuse/distribution/openSUSE-stable/iso/ https://mirrors.ustc.edu.cn/opensuse/distribution/openSUSE-stable/iso/openSUSE-Leap-15.6-DVD-x86_64-Media.iso 成功引导系统后进入下面的界面 选择Installation进行安装，默认是简体中文 安装 下一步 选择否 选择服务器 磁盘分区界面，可以使用默认的分区 这里我们自定义分区，使用LVM分区 选择专家分区程序 从现有分区开始 添加分区 创建1GB的分区 选择原始卷（未格式化） 分区ID：BIOS引导分区 不挂载设备 下一步 继续添加分区 默认剩余全部容量 原始卷（未格式化） 不格式化设备 分区ID：Linux LVM 不挂载设备 下一步 选择LVM卷组 添加卷组 卷组名称：vg（可以自定义名称） 选择可用设备，添加到右边 下一步 选择vg，添加逻辑卷 逻辑卷名称：root（可以自定义） 常规卷 下一步 默认全部容量 下一步 原始卷（未格式化） 格式化设备 文件系统：Ext4 挂载设备 挂载点：/ 下一步 自定义LVM分区完成 下一步 下一步 跳过用户创建 下一步 设置root密码 密码过于简单会提示 下一步 安装 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15119.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15119.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE-Leap-15.5系统安装图解教程</title>
		<link>https://www.osyunwei.com/archives/14245.html</link>
		<comments>https://www.osyunwei.com/archives/14245.html#comments</comments>
		<pubDate>Thu, 18 Jan 2024 05:53:47 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14245</guid>
		<description><![CDATA[一、安装openSUSE 镜像下载地址： https://opensuse-guide.ustclug.org/index.php https://mirrors.ustc.edu.cn/opensuse/distribution/openSUSE-stable/iso/ 选择：否 选择：服务器 这里使用的是默认分区方案，可以根据需要自定义分区。 跳过用户创建 设置root密码 二、配置openSUSE 1、设置ip地址和子网掩码 vi /etc/sysconfig/network/ifcfg-eth0 #编辑配置文件 BOOTPROTO='static' STARTMODE='auto' ZONE=public IPADDR='192.168.21.172' NETMASK='255.255.255.0' :wq! #保存退出 2、设置网关 vi /etc/sysconfig/network/routes default 192.168.21.2 - - :wq! #保存退出 3、设置dns #openSUSE-Leap-15需要修改/etc/sysconfig/network/config这个配置文件来设置dns #/etc/resolv.conf是/run/netconfig/resolv.conf的软连接，实际要在/etc/sysconfig/network/config修改 vi /etc/sysconfig/network/config NETCONFIG_DNS_STATIC_SERVERS="8.8.8.8 8.8.4.4" :wq! #保存退出 systemctl restart network #重启网络 cat /etc/resolv.conf cat /run/netconfig/resolv.conf ping www.baidu.com 4、修改主机名 vi /etc/hostname webserver :wq! #保存退出 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14245.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14245.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUSE Linux Enterprise Server 设置防火墙开启ssh远程端口</title>
		<link>https://www.osyunwei.com/archives/2931.html</link>
		<comments>https://www.osyunwei.com/archives/2931.html#comments</comments>
		<pubDate>Sat, 03 Mar 2012 12:08:59 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[防火墙]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2931</guid>
		<description><![CDATA[1、vi /etc/sysconfig/SuSEfirewall2   #编辑防火墙设置 FW_SERVICES_EXT_TCP="22"   #开启22端口 rcSuSEfirewall2 restart   #重启防火墙 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 2、安装ssh zypper serach ssh  #查找软件包 zypper install openssh  #安装，或者使用yast2 -i openssh 命令 chkconfig sshd on  #设置开机启动 ############################################### 扩展阅读： 修改主机名字 vi /etc/HOSTNAME  #编辑文件 hostname -F /etc/HOSTNAME   #使修改立刻生效 禁止图形界面登录 vi /etc/inittab id:3:initdefault:   #3为文本模式，5为图形界面模式 ############################################### &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/2931.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » SUSE Linux Enterprise Server 设置防火墙开启ssh远程端口<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2931.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2931.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUSE Linux Enterprise Server 设置IP地址、网关、DNS</title>
		<link>https://www.osyunwei.com/archives/2923.html</link>
		<comments>https://www.osyunwei.com/archives/2923.html#comments</comments>
		<pubDate>Sat, 03 Mar 2012 08:09:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[SUSE dns]]></category>
		<category><![CDATA[SUSE ip]]></category>
		<category><![CDATA[SUSE 网关]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2923</guid>
		<description><![CDATA[说明： ip：192.168.21.172 子网掩码：255.255.255.0 网关：192.168.21.2 dns：8.8.8.8          8.8.4.4 1、设置ip地址 vi /etc/sysconfig/network/ifcfg-eth0   #编辑配置文件 BOOTPROTO='static'   #静态IP BROADCAST='192.168.21.255'   #广播地址 IPADDR='192.168.21.172'   #IP地址 NETMASK='255.255.255.0'   #子网掩码 NETWORK='192.168.21.0'  #网络地址 STARTMODE='auto'    #开机启动网络 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 2、设置网关 vi /etc/sysconfig/network/routes #编辑文件 default 192.168.21.2 - - 3、设置dns vi /etc/resolv.conf   #编辑文件 nameserver=8.8.8.8 nameserver=8.8.4.4 rcnetwork restart  #重启网络 service network restart #重启网络 /etc/init.d/network restart #重启网络 配置完成，现在SUSE Linux已经可以联网了！ &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/2923.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2923.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2923.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SUSE Linux Enterprise Server 11 SP1安装图解教程</title>
		<link>https://www.osyunwei.com/archives/2905.html</link>
		<comments>https://www.osyunwei.com/archives/2905.html#comments</comments>
		<pubDate>Tue, 28 Feb 2012 12:22:03 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[SUSE Linux Enterprise]]></category>
		<category><![CDATA[SUSE Linux 安装]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2905</guid>
		<description><![CDATA[一、说明： 操作系统：SUSE Linux Enterprise Server 11 SP1 下载地址：http://cdn.novell.com/prot/wGqu-GCcLaI~/SLES-11-SP1-DVD-i586-GM-DVD1.iso 需要注册才能下载 二、安装系统 用启动盘成功引导之后，出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 默认进入下面界面 安装界面说明： 1、Boot from Hard Disk  #从硬盘启动 2、installation  #安装 3、Repail installed System   #修复已安装的系统 4、Rescue System   #救援系统 5、Check installation Media   #检查安装媒体 第6、7项代表测试 这里选择第二项，installation安装 语言选择简体中文、键盘布局：英语（美国） 安装方式：全新安装 设置时区：亚洲，上海 服务器方案，物理机 安装设置，点击更改可以自定义，比如最小话安装，或者桌面安装，分区模式等，这里我们需要自定义分区，点击 分区 自定义分区 说明：分区之前选要规划好 swap    1G /      3G /data  1G 选择硬盘，sda，点击添加 主分区 自定义大小1G 文件系统，Swap安装点Swap 继续添加 主分区 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2905.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2905.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
