Advanced Search
Search Results
47 total results found
Linux
Virtualization
Cisco
Self Hosting
Coding / Scripting
General Tips & Tricks
Mikrotik
Random
Tips & Tricks
VMWare
Security
Security
Powershell
Troubleshooting
Networking
Collaboration
General
Hobbies
Automation
Docker
FMC
ASA
Wireless Networking
VoIP
Unity Connection
Shell Scripts
Home Assistant
Portainer
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 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...
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.-...
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...
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...
Configuring Authelia w/ nginx proxy manager
### Files to be installed on nginx proxy server #### auth.conf<p>##/nginx/auth.conf#Basic Authelia Config#Send a subsequent request to Authelia to verify if the user is authenticated#and has the right permissions to access the resource. auth_request /autheli...
Quick PowerShell script to update an AD attribute
# Import AD ModuleImport-Module ActiveDirectory # Import CSV into variable $userscsv$users = Import-Csv -Path C:\Users\EXAMPLE\Documents\UpdateCompanyTest.csv # Loop through CSV and update users if they exist in CVS fileforeach ($user in $users) { # Search ...
Creating a new admin account on Cisco Unity
At the console, issue the following commands: run cuc dbquery unitydirdb execute procedure csp\_UserCreate(ptemplateObjectId=(select objectid from vw\_Usertemplate where displayname='Administrator Template'),palias='NEWADMINNAME') run cuc dbquery unitydirdb ...
Cisco AP notes
Turn off console logging: debug capwap console cliconf tno logging consoleend Reset to factory defaults: debug capwap console cli erase /all nvram *******************************************************Example: Entered the username and password debug capw...
Remote Packet Capture - Windows
Remote host packet capture:Enter-PSSession -ComputerName HOSTNAME -Credential USERNAMEnetsh trace start capture=yes maxsize=512 filemode=circular overwrite=yes report=no correlation=no Ethernet.Type=IPv4 IPv4.Address=146.70.24.173 Script to convert to PCAP:$s...
Cisco Switch Packet Capture
!Define filterconf tip access-list extended PXEcappermit ip host 10.10.9.1 anypermit ip host 10.10.9.11 anypermit ip host 10.63.56.2 anypermit ip any host 10.10.9.1permit ip any host 10.10.9.11permit ip any host 10.63.56.2end! !Define buffermonitor capture bu...
Resolving logon errors on thin clients
The following two errors can occur when trying to login to the RDS farms if a user’s roaming profile has become corrupted. * The Group Policy Client service failed the sign-in. Access is denied.* The User Profile Service service failed the logon. User profile...
Tips for Cisco 7941 & 7961 phones
PERFORMING A LOCAL CONFIG FILE RESET ON CISCO 7941, 7961 IP PHONESFollow the steps below remove the security files from your Cisco 7941, 7961 IP phone:1. Press the Settings button.2. Go to Security Configuration and select Trust List.3. Select ITL Fil...
Hard Cider
NOTE: Amazon affiliate links below. Ingredient list: - Red Star Champagne yeast - https://amzn.to/3rNc63M- 1 gallon of apple juice- 1 cup of granulated white sugar- 32-64oz other juice for flavoring (OPTIONAL) Equipment list: - 1 empty 1 gallon jug - https...
Traffic Flow
logWatch.sh
#!/bin/bash # USER VARIABLES TARGET_LOG_FILE="/var/tmp/testLog.log" # Log File to monitor MONITOR_LOG_FILE="/var/tmp/mon.log" # Monitor sript log file TEMP_CONTEXT_FILE="/var/tmp/tempContext.txt" # Temp file for context excerpt CONDITION_STRING=...
Webex Status Light
This note provides the specific details needed to tie your Webex status into a Do Not Disturb light via Home Assistant. First, you need to edit your HA configuration.yaml file to refer to two other files. One for command line sensor configurations, and the ot...
New Portainer setup
# create persistent volume for portainer data docker volume create --driver local portainer # create portainer container docker run -d \ -p 8000:8000 \ -p 9443:9443 \ --name portainer \ --restart=always \ -v /var/run/docker.sock:/var/run/docker.sock \ ...
DW Service agent installation
wget https://www.dwservice.net/download/dwagent_x86.shchmod +x dwagent_x86.sh./dwagent_x86.sh