-
My Homelab
Due a some crazy plans (and also because I like gadgets) to improve my skills I decided to buy a platform to make my homelab. After a research compared to my free space, I decided to buy SFF (small form factor) PC. Now is a upgraded Fujitsu ESPRIMO E710 with 32GB of RAM and 2TB
-
Palo Alto Cheat sheet
Show version command on Palo: >show system info Set management IP address:>configure#set deviceconfig system ip-address 192.168.3.100 netmask 255.255.255.0(# set deviceconfig system ip-address <ip address> netmask <netmask> default-gateway <default gateway> dns-setting servers primary <DNS ip address>)#commit To see interfaces status:>show interface all Ping from a dataplane interface to a destination IP address:> ping source <ip-address-on-dataplane> host <destination-ip-address>
-
VMFS – VmWare File System on linux
apt-get install vmfs-tools fdisk –l The above shows that the vmfs file system is located on /dev/sdb3 The next command is to mount VMware VMFS partition: mkdir /home/a/Desktop/system and vmfs-fuse /dev/sdb3 /home/a/Desktop/system It’s done
