Advanced Search
Search Results
50 total results found
Tips & Tricks
Linux
FMC
Linux Cheatsheet
Essential Commands We recommend that you memorize these commands. You’ll need them the most when operating Linux. File Management In the following commands: X may refer to a single file, a string containing a wildcard symbol referring to a set of multiple f...
VMWare
Virtualization
ASA
vmware object type requires hosted I/O
VM will not power on and throws the following error: Object type requires hosted I/O SSH into the ESX-host that’s hosting the VM.Browse to the VM folder containing the disk files. Run the following command: vmkfstools -x check “disk.vmdk”Disk needs repaire...
Security
Cisco
Wireless Networking
Simple automatic sftp backup to a remote server
- Create private / public key pair if you don't have one already.-- **ssh-keygen**-- Because you'll be using this in a script, you do not want to enter a passphrase. - Load your public key into authorized_keys file for the correct user on your target server.-...
Security
Self Hosting
VoIP
Native backup location for Cisco FMC
If backups have been succeeding, but automatic copies have been failing and you need to manually retrieve the backup files, they are located here: #### /var/sf/backup/ The easiest way to retrieve them is to login to the console and enter expert mode. Naviga...
Powershell
Coding / Scripting
Unity Connection
Cisco ASA Packet Capture
!Define filterconf taccess-list cap extended permit ip host 10.10.9.1 any4access-list cap extended permit ip host 10.10.9.11 any4access-list cap extended permit ip host 10.63.56.2 any4access-list cap extended permit ip any4 host 10.10.9.1access-list cap extend...