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 / http_passwd
Last active April 2, 2022 10:47
HTTP代理配置默认加密密码
初始