Skip to content

Instantly share code, notes, and snippets.

View Silentely's full-sized avatar

Abner Silentely

View GitHub Profile
@Silentely
Silentely / Neofetch_config
Last active April 16, 2022 08:21
neofetch配置文件汉化
apt update && apt upgrade -y
apt install neofetch -y
编辑文件
vim /etc/profile.d/neofetch.sh
增加以下内容保存
#/bin/sh
neofetch
配置文件复制到/root/.config/neofetch
@Silentely
Silentely / Adropbox_uploader
Last active April 16, 2022 07:55
Dropbox备份脚本
初始
安装7zip用于加密压缩
sudo apt install p7zip-full p7zip-rar
赋予权限
cd /opt/backup
chmod +x backup.sh dropbox_uploader.sh
@Silentely
Silentely / sub-web
Last active April 2, 2022 16:11
订阅转换前端sub-web 单文件版
初始
@Silentely
Silentely / http_passwd
Last active April 2, 2022 10:47
HTTP代理配置默认加密密码
初始
@Silentely
Silentely / Peer2profit
Last active April 16, 2022 08:05
用于peer2profit多开额配置文件
#执行环境Ubuntu 20.04,只要是Ubuntu 18以上应该都没问题
apt-get update
apt-get -y install tmux wget curl
#SWAP设定
wget https://down.wget.at/earn/swap.sh && bash swap.sh
#输入1添加SWAP,输入2删除SWAP
#添加完SWAP后,下载批量脚本.(脚本会自动安装docker)