I hereby claim:
- I am suuhm on github.
- I am suuhm (https://keybase.io/suuhm) on keybase.
- I have a public key ASAsDwC6wX7cGTVsChAs6jvWAS9GQXf6Q70uLn4Az6b1Qgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
## | |
## FAT STRINg CUTTEr & 7z to ZIP Convert 2.1a | |
## (c) suuhmer 2021 | |
## | |
## Easy to use Script for Bulk- renaming and/or convert 7z files to zip. | |
## I Made this for using my Megadrive/SNES Roms on my og xbox, | |
## which only supports the FAT FS /w limited filename-lengths | |
## | |
## Parameters: BulkRenamer-7zToZip.ps1 <bulkrename|7ztozip> |
# More infos Infos from https://technastic.com/remove-samsung-bloatware-safe-to-remove-apps/ | |
# To get a list of all packages: | |
# pm list packages | |
# shell pm list packages | grep -i 'samsung' | |
echo "Vodafone ebay amazon etc first..." | |
pm uninstall -k --user 0 com.ebay.carrier | |
pm uninstall -k --user 0 com.vodafone.vodafone360updates | |
pm uninstall -k --user 0 com.vodafone.smhs |
#!/bin/bash | |
# | |
# FROX_BACKUPDATER SCRIPT | |
# | |
# FEATURES: BACKUP (DEFUALT) / UPDATE LATEST VERSION / RESTORE BACKUP | |
# | |
# COPYRIGHT 2020 SUUHMER | |
# DEV.COLDWAREVERYDAY.COM | |
# | |
# USAGE: |
Write-Host "Starting Sync on Prem" | |
net stop AdSync | |
net start AdSync | |
#@ping 127.0.0.1 -n2 >nul | |
sleep 2 | |
Start-ADSyncSyncCycle -PolicyType Initial | |
Write-Host "Done" |
@echo off | |
SETLOCAL EnableDelayedExpansion | |
:: | |
:: (c) Suuhmer - 2021 | |
:: All rights reserved | |
:: | |
:: call: terratec-ts22-driver-start-stop.bat [enable|disable] | |
:: | |
:: YOU HAVE TO RUN AS ADMIN THIS SCRIPT! | |
:: |
@echo off | |
echo | |
echo **************************************** | |
echo **** now activating - by suuhm 2020 **** | |
echo **************************************** | |
echo | |
REM seleeping here: | |
@ping -n 2 localhost> nul | |
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents" /v OOBETimer /t REG_BINARY /d EB548CC60E451759555BF4 /f |
@echo off | |
echo check for TS PCI State... | |
C:\Windows\System32\cmd.exe /c start C:\terratec-ts22-driver-start-stop.bat enable | |
echo run aplitube now... | |
ping -w 2000 -n 1 2.0.0.0 >nul | |
cd "C:\Program Files\IK Multimedia\AmpliTube 4" | |
start "C:\Program Files\IK Multimedia\AmpliTube 4" "AmpliTube 4.exe" |
#!/bin/bash | |
#eth0.23 - MAC: 9C:80:DF:22:11:11 | |
# | |
# suuhm (c) 2021 | |
# | |
# ./odhclient.sh <DEVICE> <MAC> | |
# | |
echo "Settings up now... Device $1 - MAC $2" | |
udhcpcd -k $1 |
# ssh in AP and run: | |
# set-inform http://ip.of.the.controller:8080/inform | |
# | |
# suuhm 2021 | |
# echo '2' >/proc/gpio/led_pattern | |
mgmt.is_default=false | |
mgmt.led_enabled=true | |
mgmt.cfgversion=x | |
mgmt.authkey=x |