Cell lock
Quectek EG12-EA disable lock /interface/lte/at-chat lte1 input="at+qnwlock=\"common/4g\",0" for 3 cells /interface/lte/at-chat lte1 input="AT+QNWLOCK=\"common/4g\",3,3350,465,525,184,1525,184"...
Quectek EG12-EA disable lock /interface/lte/at-chat lte1 input="at+qnwlock=\"common/4g\",0" for 3 cells /interface/lte/at-chat lte1 input="AT+QNWLOCK=\"common/4g\",3,3350,465,525,184,1525,184"...
/etc/udev/rules.d# vi 60-ioschedulers.rules # set scheduler for NVMe ACTION=="add|change", KERNEL=="nvme[0-9]n[0-9]", ATTR{queue/scheduler}="none" # # set scheduler for SSD and eMMC ACTION=="add|c...
instead of default – numbers are sorted asc first $registryPath = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer' $name = 'NoStrCmpLogical' $value = 1 New-Item -Path $registryP...
just fyi: inplace-upgrade is not officially supported, but install sudo apt install meson gettext libgranite-dev libgtk-3-dev libpolkit-gobject-1-dev valac git clone https://github.com/mei...
Werbung Einstellungen -> „Passwörter & Sicherheit –> Autorisierung & Widerruf: msa deaktiveren Einstellungen –> „Person“ suchen –> Personalisierte Werbevorschläge –> deakti...
# --------------------------------------------------- # Script: C:\Users\stefstr\Documents\GitHub\PowerShell\Examples\SuspendPowerPlan.ps1 # Version: 0.1 # Author: Stefan Stranger # Date: 07/05/201...
Solorigate AzureAd IOCs (microsoft.com)
$pass = Read-Host 'What is your old password?' -AsSecureString $pwdOld = [Runtime.InteropServices.Marshal]::PtrToStringAuto([Runtime.InteropServices.Marshal]::SecureStringToBSTR($pass)) $pass = R...
based on article at heise.de/ct add_filter( 'rest_authentication_errors', function( $result ) { if ( ! empty( $result ) ) { return $result; } if ( ! is_user_logged_in() ) { return new WP_Error( '4...
Dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") Do While True WshShell.SendKeys("{F15}") WScript.Sleep(55000) Loop