With the general availability (GA) release of vSphere 6.5 I decided to upgrade my home lab and learning environment to the latest and greatest of VMware’s product. Not only for learning, but for running the systems I use daily in my lab. Preparation work: Download and Install ESXi 6.5 to my new lab hardware – […]
Category: How-To
I noticed that my Windows VPN client on my computer was forcing all traffic through the gateway of my VPN endpoint. Something that in most cases would be fine however this limited my ability to access local network resources in addition to browsing the internet via my local internet provider (Split Tunneling). What I soon […]
Recently I had a chance to get my hands on this excellent Firewall by Checkpoint. And as you know not everything goes perfectly, and this is where you get a chance to learn how it works, while you fix. I encountered an issue where one of the Threat Prevention Blades was stuck in updating mode […]
The following is a quick video of the setup of a Checkpoint 600 Security Appliance Notes right from the admin guide: http://downloads.checkpoint.com/dc/download.htm?ID=24000 Check Point 600 Appliance Overview Check Point 600 Appliance delivers integrated unified threat management to protect your organization from today’s emerging threats. Based on proven Check Point security technologies such as Stateful Inspection, […]
Capture PuTTY Session Logs
In the past week I have had my good share of working on remote systems where I needed to utilize the tool PuTTY to issue commands; not all of them documented. To assist me in documenting my steps I often use the session logs. However this normal has been a manual process in the heat of […]
I have posted about commands in the past. I am now ‘rebooting’ that post adding additional commands that I find useful. File Transfer: $ scp somefile.txt server:/tmp Secure copies somefile.txt to remote host /tmp folder $ scp sysadmin@server:/www/*.html /www/tmp Copies *.html files from remote host to current system /www/tmp folder $ scp -r sysadmin@server:/www /www/tmp […]