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">{"peers":[{"public_key":"bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=","endpoint":{"v4":"162.159.193.8:0","v6":"[2606:4700:100::a29f:c108]:0"}}],"client_id":"EjKp","interface":{"addresses":{"v4":"172.16.0.2","v6":"2606:4700:110:84f2:6ef6:1a29:e434:6e08"}},"services":{"htt |
{ | |
"log": { | |
"level": "info", | |
"output": "sing-box.log", | |
"timestamp": true | |
}, | |
"dns": { | |
"servers": [ | |
{ | |
"tag": "cloudflare", |
// ==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== |
Небольшая подборка полезных материалов по 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": [ |
// ==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/* |
############################################################################### | |
# 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 | |
############################################################################### |
# 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"] |