Blog Home
Welcome! All posts are original ideas, information I have found valuable, or items I taught myself over the years. I am mostly self educated and the blog articles reflect that.
In that same spirit, you should take everything you see on this site with a grain of salt and do your own due diligence.
Thanks for visiting.
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Recent Posts:
-
Synchronize the Time & Date in Ubuntu
Get your computer time back in sync with the real world in just a few steps.
-
Analyze Network Traffic using TCPDump
The Basic TcpDump is a command line network monitoring tool for viewing packets, in real time, as they pass through the server network interface. Specifically, it can be used to view and record packets going into and out of a network interface and can be used to conduct all sort of analysis. I use this…
-
Customize Your VIM Settings
Set up everybody’s favorite Linux text editor to automatically open with the best options already set.
-
File, Processes, & System Details in Ubuntu
Use command line tools to get your system OS, hardware statistics, file system disk usage, or details on running processes.
-
Change Windows Cmd Line Startup Folder
Change Default Startup Path for Command Prompt Right click on the command prompt then select properties. On shortcut tab, change “Start in:”
-
Start Encrypting Your Files in Windows
Getting Started File encryption adds a level of security to your critical files. In Windows, you can create an encrypted folder and it will auto encrypt any files you drop into the folder. Windows uses the Encrypted File System (EFS) platform. The first time you encrypt a file, it will auto generates a key set…