Toggen Blog
Tech tips
Articles
Latest
Two companies I’ve had good Service buying Synology devices From
https://www.computeralliance.com.au RS422+ This was a seamless transaction https://www.centrecom.com.au DS1522+ Couldn't supply all the disks I needed and this caused a delay but alls well that ends well. Prices were better than elsewhere (Mwave, Scorptec, Computer...
What to buy if you need a Mobile Data Internet Backup Gateway
https://teltonika-networks.com/products/gateways These guys sell 4G LTE gateways... Note to self when I need a backup device.
Read a Windows registry Hive from Linux CLI
Just had to find the operating system of a remote computer so I copied the C:\Windows\System32\config\software.sav (the software hive file is locked by the OS so used the .sav instead) file to Ubuntu 2024 Linux and used hivexget to read the "ProductName" sudo apt-get...
Get Motherboard model without opening the case
wmic baseboard get product,Manufacturer,version,serialnumber Manufacturer Product SerialNumber Version Micro-Star International Co., Ltd. B450M PRO-M2 MAX (MS-7B84) JC17042885 2.0
Stop being prompted for ssh passphrase when trying to sync repo with github in VS Code
The Problem: You have cloned your repo with the SSH URL. Whenever you go to push to GitHub. You might be asked to enter a passphrase repeatedly for your SSH key... Before Fix git remote -v origin [email protected]:toggenation/cakephp-live-test-sxs.git (fetch) origin...
List local disks
GET-CimInstance -query "SELECT * from Win32_DiskDrive" DeviceID Caption Partitions Size Model -------- ------- ---------- ---- ----- \\.\PHYSICALDRIVE0 WDC WD60EZAZ-00ZGHB0 0 6001172513280 WDC WD60EZAZ-00ZGHB0 \\.\PHYSICALDRIVE2 Seagate One Touch w/PW SCSI Disk Device...
