Skip to content

Instantly share code, notes, and snippets.

View warexify's full-sized avatar

Evgeny Istratov warexify

View GitHub Profile
@extratone
extratone / python-upgrade-package.md
Last active October 10, 2023 03:12 — forked from hritik5102/python-upgrade-package.md
How To Update All Python Packages

Python Package Upgrade Checklist

Get a list of all the outdated packages

$ pip list --outdated

Open a command shell by typing ‘powershell’ in the Search Box of the Task bar
Update All Python Packages On Windows

<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<string name="correlation_id">t.352a8d75-f0ff-11ed-b240-fe53ee55da76</string>
<string name="warp_public_key">O5b+Dd199CJPqj9DR0lBibDiGo9UwqFMwxAu+xlfrEU=</string>
<boolean name="is_device_name_submitted" value="true" />
<boolean name="missing_splits" value="false" />
<boolean name="power_manager_warning_shown" value="true" />
<boolean name="switch_locked" value="false" />
<string name="gatewayUniqueID">30ff72c8c238aa636737fce16c9c5840</string>
<string name="warp_tunnel_config">{&quot;peers&quot;:[{&quot;public_key&quot;:&quot;bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=&quot;,&quot;endpoint&quot;:{&quot;v4&quot;:&quot;162.159.193.8:0&quot;,&quot;v6&quot;:&quot;[2606:4700:100::a29f:c108]:0&quot;}}],&quot;client_id&quot;:&quot;EjKp&quot;,&quot;interface&quot;:{&quot;addresses&quot;:{&quot;v4&quot;:&quot;172.16.0.2&quot;,&quot;v6&quot;:&quot;2606:4700:110:84f2:6ef6:1a29:e434:6e08&quot;}},&quot;services&quot;:{&quot;htt
@CHIZI-0618
CHIZI-0618 / PuerNya_sing-box_fakeip_client_config.jsonc
Last active April 19, 2025 13:05
sing-box 带有 Proxy Providers 的客户端配置示例
{
"log": {
"level": "info",
"output": "sing-box.log",
"timestamp": true
},
"dns": {
"servers": [
{
"tag": "cloudflare",
@DogmaDragon
DogmaDragon / StashToggleSprite.user.js
Created April 20, 2023 00:15
Toggle Sprites on Scene page in place of the cover
// ==UserScript==
// @name Stash Toggle Sprite
// @namespace Stash
// @version 0.2
// @description Toggle Sprites on Scene page in place of the cover
// @author iix63500 & Flashy
// @match http://localhost:9999/scenes/*
// @grant none
// ==/UserScript==
@YPermitin
YPermitin / MikroTik.md
Last active June 21, 2024 08:47
Полезные материалы по Mikrotik
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://example.com/product.schema.json",
"title": "sing-box config schema",
"type": "object",
"$defs": {
"listableString": {
"$comments": "ref:https://github.com/SagerNet/sing-box/blob/b0db869b052aa32ec1716e43f7c1f50d7e491057/option/types.go#L77",
"description": "allow not having to be an array when there's single item",
"oneOf": [
@ghstbny
ghstbny / media-sort.user.js
Last active January 7, 2025 20:42
Adds the ability to sort medias on bunkr and cyberdrop
// ==UserScript==
// @name media-sort
// @namespace https://github.com/ghstbny
// @match https://bunkr.*/a/*
// @match https://bunkr.ac/a/*
// @match https://bunkr.ax/a/*
// @match https://bunkr.black/a/*
// @match https://bunkr.cat/a/*
// @match https://bunkr.ci/a/*
// @match https://bunkr.fi/a/*
@tvwerkhoven
tvwerkhoven / routeros-config.rsc
Created February 7, 2023 19:06
Mikrotik RouterOS RB2011/RB3011 home configuration with VLAN/QoS/Firewall
###############################################################################
# Topic: Using RouterOS to VLAN your network
# Example: Router-Switch-AP all in one device
# Web: https://forum.mikrotik.com/viewtopic.php?t=143620
# RouterOS: 6.43.12
# Date: Mar 28, 2019
# Notes: Start with a reset (/system reset-configuration)
# Thanks: mkx, sindy
###############################################################################
@kangarie
kangarie / vpndns.txt
Created September 23, 2022 12:02
Mikrotik script to add dns over vpn
# skrip otomatis hapus jika ada settingan lama
/tool netwatch remove [find comment="MyTunnel-DNS"]
/ip firewall nat remove [find comment="MyTunnel-DNS"]
/ip firewall mangle remove [find comment="MyTunnel-DNS"]
/ip route remove [find comment="MyTunnel-DNS"]
/interface ovpn-client remove [find comment="MyTunnel-DNS"]
/interface sstp-client remove [find comment="MyTunnel-DNS"]
/interface l2tp-client remove [find comment="MyTunnel-DNS"]
/interface pptp-client remove [find comment="MyTunnel-DNS"]
This file has been truncated, but you can view the full file.