Newest:
-
Understanding User Crontabs
Crontab is to Linux, as Task Scheduler is to Windows. Learn to set up script or commands to run at a specific time.
-
Top Windows Terminal Commands
Introduction Although PowerShell has made progress over the last few years as the preferred command line tool, I find that knowledge of the original command…
-
Ansible Ad-Hoc Commands
Introduction Ansible gives you a powerful option to run commands ad-hoc. This negates the need to write a script, if you only need some quick…
-
Tips to Safeguard Your Digital Secrets
Introduction Password manager databases, asynchronous keys, digital signatures, and MFA recovery passcodes are designed to identify you, decrypt files, or help you recover from a…
-
Managing Your Passwords
Forward Good password habits are essential for any person who works regularly online. Due to regulations or contracts with customers, many business are required to…
-
Run a Basic NMap Scan
Introduction NMAP (Network Mapper) is a utility for identifying all hosts on a network and what ports are open on those devices. Historical, it can…