Archives for Productivity Tips - Page 2
Domain Name History Search
Domain Name History Search
Default gateway not available on Windows
First, check to ensure it isn't occuring on all your PCs (on your WIFI network). Usually, this is a local (single PC) issue. Potential Fix 1 - Update your Wireless…
SSH on windows permissions for private key too open error
ssh -i MykeysPath myuser@IPAddress SSH on windows gives the following error Permissions for 'path_to_keys' are too open. It is required that your private key files are NOT accessible by others.…
SysInternals – an old, forgotten gem
Still works and is still updated for WIndows 10 users Disk Utilities, Clock Utilities, Network rolled up into one suite.
Where to get OpenSSL and pscp for windows
OpenSSL for Windows (either msi or binaries) Common OpenSSL commands Convert CER to PEM Keep in mind that .pem and .cer are both the same format - and you may…
Template for writing a book – MS Word
Start Microsoft Word. Click "File," then "New." If you do not see the "Books" file folder, search for "Books" on the search bar next to "online Templates."
Twitter policy against defamation
Day 1 - A twitter handle named @sanden came out and personally attacked my name. They made up the following tweet: Tweet ID 1045547615318880257 @TudorFan2 @VarmaAnuj @TerryK59 @David_Bossie @DonaldJTrumpJr @realDonaldTrump…
Add ics file in web outlook
Save your .ICS event form the email it was sent from to somewhere you can access it Go to O365/OWA ; Select Add Calendar from menu Select option "From File"…
cmd.exe shortcut to open in a specific location
Change the Shortcut’s properties to:%windir%\system32\ /F /K "cd /d D:\whatever\" The /F is for auto file name completion (not needed for the folder location, but very helpful once the cmd…