Skip to content

Instantly share code, notes, and snippets.

View Rohing1's full-sized avatar
👁️‍🗨️
I may be slow to respond.

Rohin Rohing1

👁️‍🗨️
I may be slow to respond.
View GitHub Profile
@Rohing1
Rohing1 / URL.sh
Created December 1, 2023 03:57
git@github.com:Rohing1/shell-day.git
#!/bin/bash
#Name:URl.sh
#用途:截取URL地址,并打印出来
#Author:rohing
#History:20230310 Version:1.0
file_path="/root/test.txt"
if [ -f "$file_path" ]; then
echo "文件存在"
else
@Rohing1
Rohing1 / zabbix6.2.sh
Created July 23, 2023 01:56
安裝zbbix6.2
#!/bin/bash/
#
# zabbix6.2.sh - Instala zabbix 6.2 no ubuntu22.04
#
# Site: https://www.youtube.com/c/CaindonaRede/videos
# Autor: Deivid Duarte
# Manutenção: Deivid Duarte
#
# ------------------------------------------------------------------------ #
#