Skip to content

Instantly share code, notes, and snippets.

@hepsontam
hepsontam / Fileball_mount.sgmodule
Last active January 20, 2023 12:42
Fileball挂载-自用版
#!name = Fileball挂载
#!desc = 支持挂载阿里云盘、夸克网盘和PikPak网盘,点击下面的链接查看使用方法。
#!openUrl = https://gitlab.com/lodepuly/vpn_tool/-/blob/main/Resource/Markdown/Fileball/README.md
#!author = 小白脸
#!homepage = https://gitlab.com/lodepuly/vpn_tool/-/tree/main/Tool/Loon/Plugin
#!icon = https://gitlab.com/lodepuly/iconlibrary/-/raw/master/App_icon/80px/Fileball.png
[General]
# 要开MPV的话必须添加
force-http-engine-hosts = aliyun.example.com:0, quark.example.com:0, pikpak.example.com:0
@hepsontam
hepsontam / fix-google-translate-cn.bat
Created October 8, 2022 15:22 — forked from bookfere/fix-google-translate-cn.bat
Fix Google Translate CN for Windows
:: Copyright (c)2022 https://bookfere.com
:: This is a batch script for fixing Google Translate and making it available
:: in the Chinese mainland. If you experience any problem, visit the page below:
:: https://bookfere.com/post/1020.html
@echo off
setlocal enabledelayedexpansion
chcp 437 >NULL
set "source_domain=google.cn"
@hepsontam
hepsontam / fix-google-translate-cn.sh
Created October 8, 2022 15:22 — forked from bookfere/fix-google-translate-cn.sh
Fix Google Translate CN for macOS
#!/bin/bash
# Copyright (c)2022 https://bookfere.com
# This is a batch script for fixing Google Translate and making it available
# in the Chinese mainland. If you experience any problem, visit the page below:
# https://bookfere.com/post/1020.html
SOURCE_DOMAIN=google.cn
TARGET_DOMAIN=translate.googleapis.com
HOSTS_FILE=/etc/hosts
@hepsontam
hepsontam / how-to-add-image-to-gist.md
Created January 22, 2022 17:25 — forked from mroderick/how-to-add-image-to-gist.md
How to add an image to a gist

How to add an image to a gist

  1. Create a gist if you haven't already.
  2. Clone your gist:
    # make sure to replace `<hash>` with your gist's hash
    git clone https://gist.github.com/<hash>.git # with https
    git clone [email protected]:<hash>.git     # or with ssh
@hepsontam
hepsontam / AdbCommands
Created June 8, 2021 17:15 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader