Skip to content

Instantly share code, notes, and snippets.

@Hypnoiku
Hypnoiku / PiHoleWinUpdate.txt
Created September 10, 2023 03:47
PiHoleWinUpdate
fe3cr.delivery.mp.microsoft.com
fe2cr.update.microsoft.com
@Hypnoiku
Hypnoiku / pipUpgrade.sh
Last active December 25, 2018 07:59
Script to install multiple python package updates at once
#!/bin/sh
# pipUpgrade script to install multiple python package updates at once
# Compatible/tested with msys2 on Windows / Linux
#----------
# If you want to use this script in ConEmu with cmd, follow these steps (assuming both msys2 and python are already installed)
# a. Add a MSYS_HOME env variable pointing to C:\MSYS2_INSTALL_DIR\usr
# b. Add 'alias pipUpgrade=%MSYS_HOME%\bin\sh "C:\path\to\pipUpgrade.sh" $1 $2 $3' to Settings/Startup/Environment (without single quotation marks)
# c. Uncomment the following line
#PATH=$PATH:$MSYS_HOME\\bin
# d. Within ConEmu with the cmd shell, simply run 'pipUpgrade'