Adam Cushing Blog
Adam Cushing's Blog. Information interesting to Adam Cushing
Thursday, August 1, 2024
How to SSH into devices with Insecure Algorithms in Linux
›
Sometimes I need to connect to an older router, firewall, etc. but get an error like- ssh admin@123.123.123.123 Unable to negotiate with 12...
Friday, May 24, 2024
Keep a program running at all times - if a program closes, have it restart automatically in Windows
›
First, create a batch file to monitor the program and restart it- @echo off setlocal enabledelayedexpansion set EXE_PATH="C:\path\to\M...
Tuesday, May 21, 2024
ScreenConnect / ConnectWise Control not working on RHEL/Oracle Linux- service runs but doesn't work or garbled screen.
›
I recently had a problem where I loaded ScreenConnect for remote access to a RHEL server. I imagine this is similar for other distros, Cento...
Tuesday, April 9, 2024
Veeam- Your service provider has implemented backup files protection against deletion by an insider for this cloud repository. To protect against advanced attack vectors, we recommend that you configure your cloud backup jobs to keep multiple full backups on disk (as opposed to forever-incremental chain with a single full backup).
›
You may get this error. My provider does air gap behind the scenes. You can disable this with the below registry change- Your service provid...
Friday, March 22, 2024
Move SQL Temp DB to alternate partition
›
If you need to move your temporary databases to another partition- USE master GO ALTER DATABASE tempdb MODIFY FILE( NAME = temp2, FILENAME =...
Thursday, March 14, 2024
OpenSSL Self Signed Cert / PFX
›
openssl genpkey -algorithm RSA -out key.pem openssl req -new -key key.pem -out csr.pem openssl x509 -req -days 365 -in csr.pem -signkey key....
Monday, January 8, 2024
You create and deploy a shortcut/URL via GPO, but network icon file is missing.
›
Create a GPO and enable- Computer Configuration > Policies > Administrative Templates > Windows Components > File Explorer ->...
‹
›
Home
View web version