﻿<?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; 服务器安全</title>
	<atom:link href="http://help.vps12.com/tag/%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%ae%89%e5%85%a8/feed" rel="self" type="application/rss+xml" />
	<link>https://help.vps12.com</link>
	<description>分享服务器运维及实践解决方案</description>
	<lastBuildDate>Sat, 25 Jan 2025 07:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>centos下Jenkins的安装和设置</title>
		<link>https://help.vps12.com/2237.html</link>
		<comments>https://help.vps12.com/2237.html#comments</comments>
		<pubDate>Sun, 02 Jul 2023 03:10:13 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=2237</guid>
		<description><![CDATA[运行以下命令 ?View Code BASH1 2 3 4 5 6 7 8 9 wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io-2023.key &#160; yum install fontconfig java-11-openjdk -y yum install jenkins -y &#160; #启动服务，并设置开机启用服务 /bin/systemctl enable jenkins service jenkins start 然后访问http://xxxx.xxxx.xxxx.xxxx:8080 初始管理员密码在对应提示的目录文件中。查看并登陆]]></description>
		<wfw:commentRss>https://help.vps12.com/2237.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows删除文件失败：提示源文件名长度大于系统支持的长度 的解决办法</title>
		<link>https://help.vps12.com/2226.html</link>
		<comments>https://help.vps12.com/2226.html#comments</comments>
		<pubDate>Mon, 01 May 2023 04:36:01 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=2226</guid>
		<description><![CDATA[现象： 删除文件失败，提示源文件名长度大于系统支持的长度。请尝试将其移动到具有较短路径名称的位置，或者在执行此操作前尝试将其重命名为较短的名称。 处理方式： 最简单有效的方案，是使用压缩软件的方式将其删除。 1、选择要压缩的文件，右键点击压缩 2、设置压缩参数：选择压缩选项中的“压缩后删除原来的文件（D）” 3、点击“确认”，开始压缩，压缩完成后，原来的文件就被删除了。]]></description>
		<wfw:commentRss>https://help.vps12.com/2226.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安装win11提示“此电脑不符合安装windows11的最低系统要求”解决方法</title>
		<link>https://help.vps12.com/2115.html</link>
		<comments>https://help.vps12.com/2115.html#comments</comments>
		<pubDate>Tue, 15 Feb 2022 08:51:17 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[windows11]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=2115</guid>
		<description><![CDATA[要是由于微软对win11有最低配置要求,需要开启tpm2.0和安全启动才能通过检测，可以按以下方法进行操作安装即可。 1，设置u盘启动开始安装win11，通常你可以按F12、F2、F11、ESC、F9键来调出启动项选择界面，然后选择USB进入Win11安装界面 2，选择我没有产品密钥 3，如果你的电脑没有开启tpm2.0和开启安全启动，可能提示“这台电脑无法运行windows11”, 4，在这个界面按Shift+F10，打开命令行界面，输入regedit打开注册表，然后定位到HKEY_LOCAL_MACHINESYSTEMSetup，接着创建一个名为“LabConfig”的项 4，在这个界面按Shift+F10，打开命令行界面，输入regedit打开注册表，然后定位到HKEY_LOCAL_MACHINESYSTEMSetup，接着创建一个名为“LabConfig”的项 5，接着在“LabConfig”下创建两个DWORD值：键为“BypassTPMCheck”，值为“00000001”，键为“BypassSecureBootCheck”，值为“00000001”， 接着我们返回上一步，再点一步就不会提示该电脑无法安装windows11了]]></description>
		<wfw:commentRss>https://help.vps12.com/2115.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>利用Figlet工具创建酷炫VPS登入欢迎界面(转)</title>
		<link>https://help.vps12.com/2049.html</link>
		<comments>https://help.vps12.com/2049.html#comments</comments>
		<pubDate>Mon, 03 May 2021 09:45:35 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[网络产品]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[服务器安全]]></category>
		<category><![CDATA[美国vps]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=2049</guid>
		<description><![CDATA[有些时候我们在购买一些商家VPS服务器登入SSH后会看到商家自定义的欢迎界面，看着还感觉有点酷炫效果的。如果我们在自己管理和玩转的VPS、服务器中希望自定义比较个性的登入欢迎界面，可以利用Figlet工具进行设置，给我们闲暇且无聊的折腾过程一点点乐趣。 第一、Figlet工具的安装 wget ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-2.2.5.tar.gz cp figlet-2.2.5.tar.gz /usr/local/src/ cd /usr/local/src/ tar -zxvf figlet-2.2.5.tar.gz cd figlet* make figlet 因为我们需要生成需要的特定字符，所以需要在当前服务器中安装Figlet，默认没有安装包的，其实如果我们也只要在一台环境中安装，然后需要什么字符只要复制到需要的服务器中，并不需要所有都安装。同样的，我们也可以利用此生成的字符用到脚本运行的开始起头部分，用ECHO分行标注就可以。 这里需要补充一点，我们可能没有安装GCC，所以在执行make安装的时候会提示有”make: gcc: Command not found”错误，这里我们需要执行: yum -y install gcc automake autoconf libtool make 常用的组件包。 Figlet工具的安装 如果没有错误，则会看到下面的成功安装界面。 Figlet工具的安装 第二、Figlet工具生成字符 ./figlet LAOZUO.ORG -f fonts/standard.flf 这里我们需要用Figlet生成需要的字符，然后才可以用到我们的开机还原界面中。根据上述的脚本，换成我们自己的字符。以及我们可以用其他的字体。 字体：http://www.figlet.org/fontdb.cgi Figlet工具生成字符 这里我用了一个3-d.flf字体的效果。具体我们可以根据不同的字体看看效果。这里老左就不多说了。 第三、添加登入欢迎界面 1、复制我们上面的字符 2、vi /etc/ssh/ssh-banner 添加到ssh-banner中。 3、设定Banner none vi /etc/ssh/sshd_config 找到#Banner none一行，然后添加： Banner [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/2049.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win2008R2 sp1 update 错误80072EFE</title>
		<link>https://help.vps12.com/2044.html</link>
		<comments>https://help.vps12.com/2044.html#comments</comments>
		<pubDate>Sun, 07 Mar 2021 13:01:16 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=2044</guid>
		<description><![CDATA[如果在检查更新时收bai到 Windows Update 错误 80072efe 或 80072f76，可能是因为计算机与 Windows Update 服务器之间的连接中断引起的。关闭 Windows Update，等待 10 到 15 分钟，然后再次运行 Windows Update。您也可以等待 Windows 自动更新在在其下一次计划时间时运行。 如果仍接收到这些错误之一，则可以运行自动疑难解答程序，该程序可以解决有关 Windows Update 的一些常见问题。 单击以下按钮： 解决此问题 在“文件下载”对话框中，单击“运行”，然后按照向导中的步骤进行操作。下载地址： https://docs.microsoft.com/zh-cn/troubleshoot/windows-client/deployment/update-windows-update-agent#automatically-download-windows-update-agent 原始产品版本： Windows 10 &#8211; 所有版本，Windows Server 2012 原始 KB 编号： 949104]]></description>
		<wfw:commentRss>https://help.vps12.com/2044.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux centos7清除系统日志历史记录登录信息</title>
		<link>https://help.vps12.com/2034.html</link>
		<comments>https://help.vps12.com/2034.html#comments</comments>
		<pubDate>Mon, 01 Feb 2021 00:19:03 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=2034</guid>
		<description><![CDATA[平时不管是web还是系统产生的日志都可能导致洗盘爆满，所以我在这里分享一些基本常用清理linux日志的方法。 # echo > /var/log/wtmp //清除用户登录记录 # echo > /var/log/btmp //清除尝试登录记录 # echo>/var/log/lastlog //清除最近登录信息 # echo > /var/log/secure //登录信息 # echo > /var/log/messages # echo>/var/log/syslog //记录系统日志的服务 # echo>/var/log/xferlog # echo>/var/log/auth.log # echo>/var/log/user.log # cat /dev/null > /var/adm/sylog # cat /dev/null > /var/log/maillog # cat /dev/null > /var/log/openwebmail.log # cat /dev/null > /var/log/mail.info # echo>/var/run/utmp 清除操作过的命令记录 [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/2034.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rm删除文件恢复</title>
		<link>https://help.vps12.com/1980.html</link>
		<comments>https://help.vps12.com/1980.html#comments</comments>
		<pubDate>Tue, 03 Dec 2019 13:52:36 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1980</guid>
		<description><![CDATA[误删除linux系统文件了？不用急，本文将给你一个恢复linux文件的方法，让你轻松应对运维中的各种风险问题。方法总比问题多~ 说在前面的话 针对日常维护操作，难免会出现文件误删除的操作。大家熟知linux文件系统不同win有回收站，删除后的文件可以到垃圾箱寻回，要知道linux文件修复比较费劲，网络上面的文档也是五花八门。所以本次研究一种比较靠谱的文件和目录恢复方法，也给维护人员留一条后路。 分析对比debugfs. testdisk 6.14. extundelete，对比各自官网介绍和操作说明本次决定研究extundelete对文件和目录的恢复操作。 extundelete下载官网地址：https://pkgs.org/download/extundelete Linux下文件误删除，使用extundelete恢复测试过程 1. 给虚拟主机添加一块磁盘，磁盘为/dev/sdb，如下： 2. 格式化磁盘，并进行挂载 3. # mkfs.ext4 /dev/sdb 4. # mkdir /usr/local/dbdata/ # mount /dev/sdb /usr/local/dbdata/ 5. 测试误操作删除以下文件 6. /usr/local/dbdata/gperftools-2.4.tar.gz #文件 7. /usr/local/dbdata/pcre-8.32 #目录 执行误操作： # rm -rf /usr/local/dbdata/gperftools-2.4.tar.gz /usr/local/dbdata/pcre-8.32 8. 将误操作所在分区进行只读保护 如果确定文件被误删，在没有备份的情况下请马上对分区实施写入保护（预防新的写入覆盖误删的块数据，因此权限给只读）： # mount -o remount,ro /dev/sdb # mount -o remount,ro /usr/local/dbdata/ 9. 数据恢复工具安装 工具安装部署 [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/1980.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>记一次驱动级浏览器主页被修改的解决过程</title>
		<link>https://help.vps12.com/1975.html</link>
		<comments>https://help.vps12.com/1975.html#comments</comments>
		<pubDate>Sat, 02 Nov 2019 09:37:12 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1975</guid>
		<description><![CDATA[这段时间也不知道怎么的，打开IE自动跳到hao123.1668pg.com，打开360浏览器跳到hao360.1668pg.com，打开google跳到baidu.1668pg.com 用360主页锁定都没用。终于发现也有人和我一样的情况。要用更厉害些的一种办法删除这种东西。用360的系统急救箱扫了一遍。扫出来这么一个驱动服务“IQGoGVItrvtHoE.sys”的东西。 启动项目中也有类似在c:\windows\system32\drivers\这目录下的。一并清了 然后重启机器就解决问题了。 哎现在动不动这些恶意软件都绑这种驱动级的。太恶心了。]]></description>
		<wfw:commentRss>https://help.vps12.com/1975.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS7使用firewalld打开关闭防火墙与端口</title>
		<link>https://help.vps12.com/1896.html</link>
		<comments>https://help.vps12.com/1896.html#comments</comments>
		<pubDate>Sun, 10 Mar 2019 06:22:04 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1896</guid>
		<description><![CDATA[1、firewalld的基本使用 启动： systemctl start firewalld 关闭： systemctl stop firewalld 查看状态： systemctl status firewalld 开机禁用 ： systemctl disable firewalld 开机启用 ： systemctl enable firewalld 2.systemctl是CentOS7的服务管理工具中主要的工具，它融合之前service和chkconfig的功能于一体。 启动一个服务：systemctl start firewalld.service 关闭一个服务：systemctl stop firewalld.service 重启一个服务：systemctl restart firewalld.service 显示一个服务的状态：systemctl status firewalld.service 在开机时启用一个服务：systemctl enable firewalld.service 在开机时禁用一个服务：systemctl disable firewalld.service 查看服务是否开机启动：systemctl is-enabled firewalld.service 查看已启动的服务列表：systemctl list-unit-files&#124;grep enabled 查看启动失败的服务列表：systemctl &#8211;failed 3.配置firewalld-cmd 查看版本： firewall-cmd &#8211;version 查看帮助： [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/1896.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何破解EXCEL工作表保护密码忘记密码怎么办(转)</title>
		<link>https://help.vps12.com/1893.html</link>
		<comments>https://help.vps12.com/1893.html#comments</comments>
		<pubDate>Wed, 06 Mar 2019 15:16:30 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1893</guid>
		<description><![CDATA[1.新建一个EXCEL工作表，而后点击另存为，讲表格保存为启用宏的工作表. 2.一次点击开发工具&#8212;录制新宏，在弹出的对话框内修改宏名称而后确定. 3.依次点击开发工具&#8212;-停止录制宏，宏录制完成. 4.依次点击开发工具，&#8212;宏&#8212;-在弹出的对话框找到我们刚才录制的宏名称而后进入VBA界面. 5.在VBA界面，全选里面的代码，而后删除，讲里面的代码全部删除完. 代码复制到VBA编辑窗口内 ?View Code VB1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/1893.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
