-
the original script to close the popup window
https://gist.github.com/egel/b7beba6f962110596660 -
lots of ctypes stuff referenced here
https://github.com/asweigart/pyautogui/blob/master/pyautogui/_window_win.py -
alternative to DestroyWindow method that works
https://stackoverflow.com/questions/38449979/
- Minisign (signing)
- Magic Wormhole (file transfer)
- Tarsnap (encrypted backups)
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
[GF2-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20%5Ctextrm%7BGF%7D%282%29 | |
[GF2p15-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20%5Ctextrm%7BGF%7D%282%5E%7B15%7D%29 | |
[GF2p15p17-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20%5Ctextrm%7BGF%7D%28%282%5E%7B15%7D%29%5E%7B17%7D%29 | |
[A-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20A | |
[B-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20B | |
[D-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20D | |
[G-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20G | |
[M-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20M | |
[P-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20P | |
[h-inlined]: http://latex.codecogs.com/svg.latex?%5Cinline%20h |
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/sh | |
# Espeo Software server analysis script | |
# Written by Tomasz Klim | |
# Version 1.2 | |
# | |
# Run this script as root and send us the created TGZ package. | |
WD=`pwd` | |
path=$WD/analysis | |
mkdir -p $path/etc $path/log $path/ls $path/proc |
Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
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
:: Setup default environment for developers | |
:: - Version: 1.2 | |
:: How to use: | |
:: - Run from cmd: START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/nobitagamer/a985aeee3409a1a846c7deab5e60d933/raw/ | |
:: - From IE: http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/nobitagamer/a985aeee3409a1a846c7deab5e60d933/raw/ | |
Set-ExplorerOptions -showHidenFilesFoldersDrivers -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst WindowsInstaller31 -source webpi |
Updated on: Thursday, May 04, 2023
OlderNewer