<?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>Shell脚本 &#8211; AndyX.Net &#8211; 安迪克斯</title>
	<atom:link href="https://andyx.net/devops/bash_shellcode/feed/" rel="self" type="application/rss+xml" />
	<link>https://andyx.net</link>
	<description></description>
	<lastBuildDate>Mon, 18 Nov 2019 13:52:12 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://andyx.net/storage/2019/08/cropped-02-3-32x32.jpg</url>
	<title>Shell脚本 &#8211; AndyX.Net &#8211; 安迪克斯</title>
	<link>https://andyx.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>经验分享：一个守护nginx进程的shell/bash脚本</title>
		<link>https://andyx.net/a_shell_bash_script_of_nginx_process_daemon/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Mon, 18 Nov 2019 13:39:06 +0000</pubDate>
				<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[经验]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[nginx]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=4241</guid>

					<description><![CDATA[这是一个用于监测nginx运行状态的脚本，当nginx运行异常被结束掉之后，脚本会自动尝试重启nginx进程。 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>如何在Bash/Shell脚本非交互式(批处理)模式下运行top命令</title>
		<link>https://andyx.net/how_to_run_the_top_command_in_non_interactive_mode_of_bash-shell_script/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Sat, 26 Oct 2019 14:34:41 +0000</pubDate>
				<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[top命令]]></category>
		<category><![CDATA[脚本]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=4081</guid>

					<description><![CDATA[top 命令 是每个人都在使用的用于 监控 Linux 系统性能的最好的命令。你可能已经知道 top 命令的绝 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>使用LAMP.sh一键安装包轻松搭建Apache环境：全自动安装SSL和PHP组件脚本</title>
		<link>https://andyx.net/using_lamp_sh_oneclick_installation_script_to_easily_build_apache_lamp_environment/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Tue, 22 Oct 2019 09:27:14 +0000</pubDate>
				<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[运维]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[一键安装]]></category>
		<category><![CDATA[安装包]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=3943</guid>

					<description><![CDATA[现在市面上流行的服务器面板大多数还是使用Apache架构的，例如VestaCP、ISPConfig、宝塔面板等 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Bash/Shell脚本经典Fork死循环炸弹命令详解与演示以及防御方法</title>
		<link>https://andyx.net/explanation_and_demonstration_of_classic_fork_bomb_command/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Sat, 12 Oct 2019 06:18:54 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[系统]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[fork]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[死循环]]></category>
		<category><![CDATA[炸弹]]></category>
		<category><![CDATA[脚本]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=3419</guid>

					<description><![CDATA[Fork炸弹（Fork bomb）在计算机领域中是一种利用系统调用fork（或其他等效的方式）进行的阻断服务攻 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>树莓派搭建网络存储盘教程 自建会自动备份的树莓派NAS云盘(使用Rsync+Crontab篇)</title>
		<link>https://andyx.net/nas_cloud_disk_raspberrypi_automatically_backup_2_rsync_cron_chapters/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Mon, 07 Oct 2019 07:16:59 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[新玩意]]></category>
		<category><![CDATA[树莓派]]></category>
		<category><![CDATA[系统]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[raspberry]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[自动备份]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=3068</guid>

					<description><![CDATA[把你的树莓派变成数据的安全之所。 在上一篇《树莓派自建 NAS 云盘-NFS篇》 文章中，我们讨论了建立 NA [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>分享一个使用穷举法免字典破解十位以内纯数字RAR加密压缩包的shell/bash脚本</title>
		<link>https://andyx.net/use_shell-bash_script_to_crack_rar_encrypted_file_with_exhaustion_method/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Sun, 06 Oct 2019 08:35:31 +0000</pubDate>
				<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[压缩包]]></category>
		<category><![CDATA[穷举法]]></category>
		<category><![CDATA[脚本]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=2970</guid>

					<description><![CDATA[Shell Script与Windows/Dos下的批处理相似，也就是用各类命令预先放入到一个文件中，方便一次 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>菜鸟入门：简单自动备份MYSQL数据库的Shell/Bash脚本</title>
		<link>https://andyx.net/script_for_simple_automatic_backup_mysql_database/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Sat, 07 Sep 2019 17:24:53 +0000</pubDate>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[入门]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[脚本]]></category>
		<category><![CDATA[自动备份]]></category>
		<guid isPermaLink="false">https://andyx.net/zi_dong_bei_fen_mysql_shu_ju_ku_jiao_ben/</guid>

					<description><![CDATA[vim  /root/backmydb.sh在打开的编辑器输入： auto复制 #!/bin/bash mys [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Shell/Bash脚本入门：String字符截断</title>
		<link>https://andyx.net/shell_bash_scripts_string_truncation/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 17:18:24 +0000</pubDate>
				<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[入门]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[basename]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[dirname]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[脚本]]></category>
		<guid isPermaLink="false">https://andyx.net/shell_zi_fu_jie_duan/</guid>

					<description><![CDATA[如果是文件路径的进行字符截断可以用basename和dirname这两个工具 basename可以从一个文件路 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>经验分享：并发批量管理500+台以上服务器shell/bash脚本分享（expect版）</title>
		<link>https://andyx.net/management_500_server_shell_bash_expect_script/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 02:35:29 +0000</pubDate>
				<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[批量部署]]></category>
		<category><![CDATA[经验]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[运维]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[expect]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[并发]]></category>
		<category><![CDATA[批量管理]]></category>
		<category><![CDATA[脚本]]></category>
		<guid isPermaLink="false">https://andyx.net/bing_fa_pi_liang_guan_li_500_tai_yi_shang_fu_wu_qi_jiao_ben_fen_xiang_shell_ban/</guid>

					<description><![CDATA[也许很多人认为shell不能并发任务，其实可通过其它一些方式来实现。下面的脚本是我批量快速管理500+服务器脚 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>查询Linux网络相关Shell/Bash脚本</title>
		<link>https://andyx.net/linux_network_checking_shell_bash_scripts/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 02:35:27 +0000</pubDate>
				<category><![CDATA[Shell脚本]]></category>
		<category><![CDATA[入门]]></category>
		<category><![CDATA[自动化]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[查询]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[脚本]]></category>
		<guid isPermaLink="false">https://andyx.net/linux_wang_luo_xiang_guan_cha_xun_jiao_ben/</guid>

					<description><![CDATA[1. 查看TCP连接状态 netstat -nat &#124;awk '{print $6}'&#124;sort&#124;uniq - [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
