⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 check-for-core

📁 This a good VPN source
💻
字号:
if [ -f /var/tmp/core ]then	date	ls -l /var/tmp	if [ /usr/local/libexec/ipsec/pluto -ot /var/tmp/core ]	then		gdb /usr/local/libexec/ipsec/pluto /var/tmp/core <<\EOFwherequitEOF		# Try to avoid reporting more than once.		# Avoid accumulation of cores.		# accumulate: mv --backup=numbered core core.old		mv -f core core.old	else		echo "core appears to be older than pluto"		ls -l /usr/local/libexec/ipsec/pluto	fifi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -