Skip to content

Instantly share code, notes, and snippets.

View choyri's full-sized avatar
🐤
鸽了好多个项目

Chotow choyri

🐤
鸽了好多个项目
View GitHub Profile
@choyri
choyri / bing-wallpaper.sh
Created November 30, 2024 15:36
Bing Wallpaper for Synology
#!/bin/bash
# 设置严格模式
set -euo pipefail
# 配置参数
LANG="zh-CN"
#SAVE_PATH="/volume1/myshare/wallpaper"
DESKTOP="yes"
@choyri
choyri / getCookie.conf
Last active July 28, 2021 12:36
Quantumult X V2EX 签到
hostname = www.v2ex.com
; V2EX 访问设置页即可获取
^https:\/\/www\.v2ex\.com\/settings url script-request-header https://gist.github.com/choyri/0719d76614ded0db097e36dc3cfbc775/raw/5dbfbbedc67c8999798d488f4aad80b8bdcbcabb/v2ex.cookie.js
@choyri
choyri / README.md
Last active October 26, 2019 05:12
Debian 10 安装后的操作

SSH

vim /etc/ssh/sshd_config

修改如下:

PubkeyAuthentication yes
@choyri
choyri / unwxapkg.py
Created January 2, 2018 07:36 — forked from feix/unwxapkg.py
#!/usr/bin/env python2
# lrdcq
# usage python2 unwxapkg.py filename
import sys, os
import struct
class WxapkgFile(object):
nameLen = 0