Skip to content

Instantly share code, notes, and snippets.

View Anime4000's full-sized avatar

Anime4000

View GitHub Profile
@Anime4000
Anime4000 / gist:ea373319c0891a1c84193f6e8de300c2
Created November 25, 2021 11:56 — forked from TomCan/gist:9644966
Inject drivers in Windows installation after motherboard change
Today, after working with Windows for over 15 years now, I finally came across the solution to the
dreadfull BSOD STOP 0x0000007B after replacing the motherboard of a computer, or after moving the
harddrive to another computer, or after doing a P2V, or after ... you get the point.
Requirements:
- Windows install / boot CD
- Chipset / Mobo / Storage drivers of the new motherboard or storage controller
Steps:
- extract all the drivers to a USB thumb drive
@Anime4000
Anime4000 / iommu.md
Created July 6, 2021 11:03
Asus ROG Crosshair VIII Hero (Wi-Fi) IOMMU
IOMMU Group 1
00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483]

IOMMU Group 2
00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483]

IOMMU Group 3
00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482]
@Anime4000
Anime4000 / putty_late-4g.log
Created September 23, 2020 19:29
TP-Link Archer C5v UART Log
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2020.09.24 03:18:58 =~=~=~=~=~=~=~=~=~=~=~=
BGA IC
Xtal:1
DDR3 init.
DRAMC init done.
Calculate size.
DRAM size=128MB
Set new TRFC.
ddr-1066
@Anime4000
Anime4000 / huawei.sh
Last active June 6, 2020 14:38
Huawei ONT ONU Traffic Table, Remove Speed Limit
config
display traffic table ip from-index 0
traffic table ip index 6 name NoCap cir off pir off priority 0 priority-policy local-Setting
traffic table ip index 7 name 1Mbps cir 1024 pir 1024 priority 0 priority-policy local-Setting
traffic table ip index 8 name 3Mbps cir 3072 pir 3072 priority 0 priority-policy local-Setting
display traffic table ip from-index 0
display service-port all
@Anime4000
Anime4000 / night-day.js
Created December 26, 2019 15:32
Day Night Wallpaper Engine
'use strict';
import * as WEMath from 'WEMath';
/**
* @param {Number} value (for property 'multiply')
*/
export function update(value) {
var t = engine.timeOfDay;
@Anime4000
Anime4000 / httpd-ssl.conf
Last active December 8, 2019 04:58
WAMP HTTPS/SSL for Internet
<VirtualHost *:443>
ServerName example.com
ServerAdmin admin@example.com
DocumentRoot "${INSTALL_DIR}/www/internet"
<Directory "${INSTALL_DIR}/www/internet/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
https://www.msys2.org/
pacman -Syu
pacman -Su
pacman -Ss gcc | grep mingw64
# or everything (32-bit)
pacman -S --needed base-devel git subversion mercurial nasm yasm mingw-w64-i686-toolchain mingw-w64-i686-cmake mingw-w64-i686-qt5
# or everything (64-bit)
@Anime4000
Anime4000 / msys gcc 9 readme.md
Last active December 1, 2019 17:23
MSYS2 MINGW32 GCC 9.2
@Anime4000
Anime4000 / iperf-loop.sh
Created March 10, 2019 18:02
VyOS Network Stress Test PPPoE
#!/bin/bash
killall -9 iperf 2> /dev/null
echo "[INFO]: Hello!"
while :
do
sleep 10s
@Anime4000
Anime4000 / firefox_about.json
Created October 28, 2018 14:54
Firefox crash IPv6 Address HTTP to HTTPS
{
"application": {
"name": "Firefox",
"osVersion": "Windows_NT 10.0",
"version": "63.0",
"buildID": "20181018182531",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
"safeMode": true,
"updateChannel": "release",
"supportURL": "https://support.mozilla.org/1/firefox/63.0/WINNT/en-US/",