Skip to content

Instantly share code, notes, and snippets.

View muink's full-sized avatar
🍭
🍭 🍭

Anya Lin muink

🍭
🍭 🍭
  • Azeroth land
View GitHub Profile
:: Graphics Driver Auto Installer
:: Install graphics driver
:: Author: muink
@echo off&title Graphics Driver Auto Installer
mode con cols=100 lines=27
:Init
cd /d %~dp0
:: In Windows install ISO PE set 1
set PEmode=1
@muink
muink / install_uefi_win7.md
Last active October 3, 2024 07:13
UEFI模式下的win7 64位安装

UEFI模式下的win7 64位安装

[toc]

工具与材料准备

  1. Windows 7 64位 支持uefi的修改镜像 参考[这个][Windows 7 x64 镜像整合 (ie11 sp2 xhci NVMe uefi 规避硬件检查 常用运行库)]
  2. [Rufus][] 或 [UltraISO][] 用于创建安装u盘
  3. [BOOTICE][] 可选: 用于手动创建u盘引导
  4. 显示卡驱动安装包
@muink
muink / elementary_os_bootfix.txt
Created February 21, 2018 03:39
ElementaryOS引导修正
/efi/ubutntu/grub.efi复制到/efi/boot/bootx64.efi
[如何在UEFI模式下Win8与Ubuntu多系统的安装?](https://www.zhihu.com/question/22502670)
[[HOWTO] How-to Boot Linux VMs using UEFI](https://forums.freenas.org/index.php?threads/howto-how-to-boot-linux-vms-using-uefi.54039/)
@muink
muink / 3.5lo2balance.md
Last active November 7, 2024 03:48
关于3.5单端和2.5 3.5 4.4 平衡间互相转换的几条定理

关于3.5单端和2.5 3.5 4.4 平衡间互相转换的几条定理

3.5立体声与典型平衡口定义

ddt pht

互转定理

  1. 平衡设备之间可以完全地互相转换,只要接口线序一一对应不出错
@muink
muink / rebtsync.md
Last active February 12, 2025 17:04
Resilio Sync恢复方案

Resilio Sync恢复方案

  1. 解决本机DNS污染问题
  2. 确保浏览器安全性 UC 360 猎豹 百度 这类不要使用
  • Edge Firefox Chrome 国际三巨头
  1. 获取[同步配置文件][syncconf]
  • trackers字段包含了ipv4和ipv6的跟踪服务器地址
  • relays字段包含了ipv4和ipv6的中继服务器地址
  • mobile_push_proxies字段包含了移动设备推送服务器地址
@muink
muink / Gpg4win_mkportable.bat
Created May 9, 2018 06:12
Put me into the same directory of Gpg4win mkportable.exe
@echo off
:: Gpg4win mkportable
:: Put me into the same directory of Gpg4win mkportable.exe
:: Author: muink
:start
cls
set /p "target=Enter the target path: "
if exist "%target%" (
dir /ad "%target%">nul 2>nul&&pushd "%target%"||(
@echo off
:init
set /a "num=0, offset_x=-30, offset_y=-30">nul
set /a "x_l=1+%offset_x%, x_h=60+%offset_x%, y_l=1+%offset_y%, y_h=60+%offset_y%">nul
(echo.{
echo. "blueprint": {
echo. "icons": [
echo. {
@echo off
:: Letter Viewer
:: View active drive letter, free drive letter and system drive letter
:: Author: muink
:[GetLetter]
setlocal enabledelayedexpansion
:: Get letter
for /f "tokens=1* delims=: " %%i in ('fsutil fsinfo drives') do set "acti=%%j"
set actletter=
@muink
muink / osu_on_linux_overhaul.md
Created February 22, 2019 13:54 — forked from Francesco149/osu_on_linux_overhaul.md
Ultimate guide to low-latency osu on linux
@muink
muink / win_offline_react.md
Created March 18, 2019 10:59
windows系统重装快速离线恢复激活

windows系统重装快速离线恢复激活

这种方法的前提要求是你没有更换过主板
微软在激活系统时会读取主板上的DMI信息回传微软服务器并记录
一般只要主板UUID没有变化重装时就能直接激活
同时要保留激活时使用的Key

  1. 在旧系统中自建一个文件夹 将bak.bat放进去并执行
  2. 执行key.vbs 将自己的密钥记录下来