-
Right-click on the Start Menu Button and click on the
Runoption. -
Write
rundll32.exe keymgr.dll, KRShowKeyMgrin the text box then click on theOKbutton. -
Once you've clicked
OKa new window should open, select a list item that has192.168.10.120orMinalyzeServerin it then click on theEditbutton.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| if [[ $EUID -ne 0 ]]; then | |
| echo "Run with root please! It's required for \"nvidia-settings\"" | |
| exit 1 | |
| fi | |
| export DISPLAY=:0 | |
| # Graphics Card Number | |
| GPUID="0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/sudo /bin/bash | |
| apt update | |
| apt install -y iperf3 | |
| echo $(cat << EOF | |
| [Unit] | |
| Description=iperf3 Server | |
| After=network.target | |
| [Service] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| global keygen, intmap | |
| keygen = "" | |
| intmap = [ | |
| "2", | |
| "3", | |
| "7", | |
| "a", | |
| "b", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ["cub","child","young","bestiality","paw_patrol","human_on_feral"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Requirements | |
| - node.js >16 | |
| - axios | |
| - fast-xml-parser | |
| */ | |
| // Acer Predator PH315-52 | |
| const targetProductId = '7983' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| TIMESTAMP=$(date +"%Y%m%d_%H%M%s") | |
| FILENAME="/var/lib/postgresql/data-backup/$TIMESTAMP.bak" | |
| _ROLE="postgres" | |
| _ENCODING="UTF8" | |
| _DBNAME="mastodon" | |
| docker exec -it mastodon_db_1 \ | |
| pg_dump --username "postgres" \ | |
| --no-password \ | |
| --file "$FILENAME" \ |
To install, copy the content of theme.json and then click the upload icon under Settings->Appearance->Theme Overrides.
If you would like to generate the theme yourself and insert it into an existing theme override. Use my Revolt Theme Tool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| param( | |
| [string] | |
| $Path | |
| ) | |
| #Adopted from https://gist.github.com/darkfall/1656050 | |
| $TypeDefinition = @' | |
| using System.Drawing; | |
| using System.Drawing.Imaging; | |
| using System.IO; |




