Skip to main content

Mondays...

Hello Everyone,

Well. Birthday went good, minus the Rain. Today's Monday, back to work. :)

I have just picked up two "Moleskin-ish" books today, in which I will be possibly writing a review in the future for. Will keep you updated. 

Other pretty cool applications

Snag-It : (30 Day trial, then its 49.95$) Absolutely the best program hands down to write documentation with, and perfect for screen shot capturing. Its easier to use than MS Paint. Definitely a use for those in the document writing world.

Process Explorer : (Freeware) Not for the non-tech savy. Process Explorer shows all processes that Task Manager may not show, also goes full into detail as to what .dll's are being held up by certain processes (Very good for fighting malware). Also, allows you to see certain programs that seem to stick there even after you kill them, very good when used in Sync with Autoruns.

Autoruns : (Freeware) Once again, not for the non-tech savy. Autoruns allows you to see alot of very important things as far as registry keys and applications goes. It shows what programs will start at boot, it will show what drivers are used, along with programs that may be running in Process Explorer, but will correspond what file, along with what Registry key it corresponds to. Once again, not for the non-tech savy, as this can really change your computer configurations and break it. 

As far as Autoruns, I will be placing a Autoruns how-to here shortly over the next few days. Still being quite busy studying for certifications.

Thanks for listening Children,

Comments

Post a Comment

Popular posts from this blog

Implementing 802.1X - Windows 2012R2 + Cisco 4500 Switches

Implementing 802.1X Using Windows Server 2012R2 & Cisco 4500 Series Switches Overview: This document is to outline how the configuration between Windows Server 2012 R2’s NPS Services and Cisco 4500 Series switches has been implemented. High Level Diagram:   Requirements: Windows Server 2012 R2 with NPS Server installed Windows Server 2012 R2 with CA Services Windows AD Environment Cisco 4500 Series Switches Windows 7-10 Clients to connect NPS Configuration: 1. This assumes the above requirement that the NPS Service has already been installed on Windows Server 2012 R2 2. Disable all existing Policies under Connection Request Policies and Network Policies as you will be making your own, except one that states “Catch All” with the below parameters: 3. You will then need to add in a new Radius Client to have Policies built around. Friendly Name will be used going forward for the Policies for referencing the document. 4. Once completed...

How to setup a Host-Check for Fortigate SSL VPN

This document outlines how to setup a host-check for a Fortigate SSL VPN (Web only): config vpn ssl web portal edit "portalname" set web-mode enable set host-check custom set host-check-policy "Microsoft-Windows-Firewall" set os-check-enable set ip-pools "PoolName" set split-tunneling disable set page-layout double-column set theme orange config os-check-list "windows-7" set action check-up-to-date set latest-patch-level 1 end  config vpn ssl web host-check-software edit "Microsoft-Windows-Firewall" config check-item-list edit 1 set target "HKLM\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\StandardProfile:EnableFirewall==1" set type registry next edit 2 set target "HKLM\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\PublicProfile:EnableFirewall==1" set type registry next edit 3 set target "HKLM\\SYSTEM\\CurrentControlSet\\S...

Fortigate to USG B2B

Building Site-to-Site B2B from Unifi USG to Fortigate (500D or other models) Fortigate Configuration 1. Build a New VPN Tunnel using Custom VPN Tunnel (No Template) 2. Under Network, point to the Public Side IP of the USG (Public IP, not WAN interface) 3. Leave everything else default (NAT-T Enabled, DPD Disabled..ect) 4. Authentication, use PSK and IKEv1 with Main 5. Phase 1 Purposal, set algorithms to AES128 and SHA1, with DH 14. 6. Phase 2 Purposal, set Local Address and Remote address to 0.0.0.0/0.0.0.0 and 0.0.0.0/0.0.0.0 respectively. 7. Set Encryption to AES128/Sha1, Replay Detection and PFS enabled, along with DH14. Enable Autokey Keep Alive, and Auto-Negotiate, and save changes. 8. Build a Static Route pointing to the Far-End Destination/Segment you want to reach. 9. Build a Policy Stating which Segments can hit the Far-End Destination/B2B USG Configuration 1. This is assuming that USG is already registered to the Unifi Controller. 2. Go t...