This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Update dat files | |
hosts: all | |
become: yes | |
vars: | |
- base_path: /etc/mosdns | |
- restart_daemon: yes | |
- daemon_service_name: mosdns | |
- clean_up_after: yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /tmp | |
wget http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.25.3.orig.tar.gz | |
tar xvf fakeroot_1.25.3.orig.tar.gz | |
cd fakeroot-1.25.3/ | |
./bootstrap | |
./configure --prefix=/opt/fakeroot \ | |
--libdir=/opt/fakeroot/libs \ | |
--disable-static \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'--------------------------------------------------- | |
' 百度网盘 <-> Rclone 转存 OneDrive 自动化VBS脚本 | |
' Version: 0.422 | |
' | |
' 功能: | |
' - 按目录结构转存 | |
' - 配合 Folder Monitor 等文件夹监控工具 | |
' - 转存完毕后可删除源文件,节省硬盘空间 | |
' - 可通过 Telegram 和 ServerChan 推送通知 | |
' - 可保存转存日志 |