Name | License | Supported? | Supported devices | Platform | Notes |
---|---|---|---|---|---|
JackNet RGB Sync | GPL-2.0 | ❌ No activity from 3 years | Windows | ||
SignalRGB | Propertiary | ✅ | Windows | ||
OpenRGB | GPL-2.0 | ✅ | Windows, Linux, MacOS | ||
Aurora | MIT | ✅ |
View config.xml
This file contains 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
<Configuration> | |
<Add OfficeClientEdition="64" Channel="Current" AllowCdnFallback="true"> | |
<Product ID="O365HomePremRetail"> | |
<Language ID="pl-pl" /> | |
<ExcludeApp ID="Access" /> | |
<ExcludeApp ID="OneDrive" /> | |
<ExcludeApp ID="OneNote" /> | |
<ExcludeApp ID="Outlook" /> | |
<ExcludeApp ID="Publisher" /> | |
</Product> |
View runme.bat
This file contains 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
curl parrot.live |
View sandbox-secure-nointernet.wsb
This file contains 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
<Configuration> | |
<Networking>Disable</Networking> | |
<ClipboardRedirection>Disable</ClipboardRedirection> | |
<ProtectedClient>Enable</ProtectedClient> | |
</Configuration> |
View dotnet_telemetry_disable.bat
This file contains 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
set DOTNET_CLI_TELEMETRY_OPTOUT=1 |
View 0x00000704_fix.reg
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors] | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\Local Port] | |
"Driver"="localspl.dll" | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\Standard TCP/IP Port] | |
"Driver"="tcpmon.dll" |
View rgb_alt_software.md
View vc_redistr.md
winget install --id=Microsoft.VC++2005Redist-x86 -e && winget install --id=Microsoft.VC++2005Redist-x64 -e && winget install --id=Microsoft.VC++2008Redist-x86 -e && winget install --id=Microsoft.VC++2008Redist-x64 -e && winget install --id=Microsoft.VC++2010Redist-x86 -e && winget install --id=Microsoft.VC++2010Redist-x64 -e && winget install --id=Microsoft.VC++2012Redist-x86 -e && winget install --id=Microsoft.VC++2012Redist-x64 -e && winget install --id=Microsoft.VC++2013Redist-x86 -e && winget install --id=Microsoft.VC++2013Redist-x64 -e && winget install --id=Microsoft.VC++2015-2022Redist-x86 -e && winget install --id=Microsoft.VC++2015-2022Redist-x64 -e
View openwrt_reboot.sh
This file contains 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
# source https://openwrt.org/docs/guide-user/base-system/cron#periodic_reboot | |
crontab -e | |
# Restart router at 04:00 on Saturday | |
0 4 * * 6 sleep 70 && touch /etc/banner && reboot | |
# crontab must end with the last line as space or a comment |
View notepadplusplus_win11.reg
This file contains 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
Windows Registry Editor Version 5.00 | |
; Edit with Notepad++ in Windows 11 contextmenu - by AveYo (https://gist.github.com/AveYo) | |
[-HKEY_CURRENT_USER\Software\Classes\*\shell\extract] | |
[HKEY_CURRENT_USER\Software\Classes\*\shell\extract] | |
"MuiVerb"="Edit with &Notepad++" | |
"Icon"="C:\\Program Files\\Notepad++\\notepad++.exe,0" | |
"MultiSelectModel"="Player" | |
"NeverDefault"="" | |
"AppliesTo"="NOT .zip" |
View oeminfo.reg
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation] | |
"Manufacturer"="Chuck" | |
"Model"="Chuck Space Rocket 2000" | |
"SupportURL"="https://github.com/chuckmichael" |
NewerOlder