Steve Borba

My notes, I hope they help you, feel free to comment/add to them

Author: sjborbajr

Socks Proxy

I needed to be able allow a friend to browse the internet from my ISP to see something, so I figured how how to use a socks proxy with ssh and windows. Putting the whole thing in here. First we are going to exchange the ssh keys now we copy that to the linux server […]

Palo Alto Config Compare

Sometimes I do a change that causes a lot of config change, especially with re-ordering of the config. This will download config from the device, then you commit and download again, and then SORT! and compare. I usually do this on the stand-by device, and evaluate if I should do on the primary.

Linux Extend Partition

ssh in and run this to scan for the disk changes: Then run fdisk and delete and recreate the partition I found a way I like more with cfdisk “sudo cfdisk /dev/sda” then use the tui to go up and down for the partition, and left/right to go to “resize”, then the default is to […]