Skip to content

Instantly share code, notes, and snippets.

View tcookj66's full-sized avatar
๐Ÿ˜Š

Timothy Cook tcookj66

๐Ÿ˜Š
  • Western NY
  • 13:39 (UTC -04:00)
View GitHub Profile
@tcookj66
tcookj66 / nokia-router-cfg-tool.py
Created October 17, 2024 23:47 — forked from thedroidgeek/nokia-router-cfg-tool.py
Nokia/Alcatel-Lucent router backup configuration tool
#!/usr/bin/env python3
#
# Nokia/Alcatel-Lucent router backup configuration tool
#
# Features:
# - Unpack/repack .cfg files generated from the backup and restore functionnality
# in order to modify the full router configuration
# - Decrypt/encrypt the passwords/secret values present in the configuration
@tcookj66
tcookj66 / AdbCommands
Created January 22, 2024 10:48 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@tcookj66
tcookj66 / windows_22h2.bat
Created July 19, 2023 01:06 — forked from AzimsTech/windows_23h2.bat
Windows 22H2 Tweaks
:: Quick setup for Windows 10 22H2
::
:: https://azimstech.github.io
:: remove unwanted win11 apps: https://gist.github.com/noseratio/40965eb5c3645fe8bf2b9bb6298d1c83
pause
:: Uninstall useless stuff
winget uninstall "windows web experience pack"
winget uninstall "xbox game bar"