Configuration guides for IT Administrators

⏱︎
Read time:
Here is the solution to backup Cisco Mobility Express Configuration. If you are backing up the controller, you do not need to backup each AP. If you are working on standalone model, you need to backup each and every AP individually and the steps remain same. 1.Configure tftp as the transfer mode used to backup…

⏱︎
Read time:
You might be experiencing a similar issue while connecting through Cisco ASA AnyConnect to your remote network. Even though you have loaded the proper AnyConnect image to flash, reason for this problem is because Cisco ASA is unable to locate AnyConnect package in the device. In order to fix this issue, configure ASA WebVPN to locate AnyConnect…

⏱︎
Read time:
1.Login to Home Gateway – Fibre to the Home router. By default, IP address is 192.168.100.1, hence browse http://192.168.100.1 2.Login with default username and password – telecomadmin and admintelecom 3.Navigate to Forward Rules tab and configure port forwarding. Here, I want the traffic on port 80 to be port forwarded to my internal host 192.168.200.2, so…

⏱︎
Read time:
Copy IOS image to standby Cisco ASA unit, for example in order to copy asa942-6-smp-k8.bin from tftp server (10.10.10.10) to Standby ASA disk0, execute following command asa/pri/act#failover exec mate copy /noconfirm tftp://10.10.10.10/asa942-6-smp-k8.bin disk0:/asa942-6-smp-k8.bin Here is useful link to run commands on standby ASA Running Commands on Standby Cisco ASA

⏱︎
Read time:
In order to execute Cisco ASA commands on Standby unit, use failover exec as prefix. failover exec is used to execute commands on a specific unit in a failover pair, the syntax is failover exec {active | standby | mate} cmd active – means the command is executed on active ASA unit standby – means the…

⏱︎
Read time:
exit(var_dump( $wpdb->last_query )) prints the last query that is executed by database. This is very useful for developers to verify and troubleshoot errors in your query syntax or data format. One sample is presented here for you. if ($wpdb->update(“laundry_item_master”, array( ‘dryclean_normal’ => $dryclean_normal, ‘dryclean_urgent’ => $dryclean_urgent, ‘washing_normal’ => $washing_normal, ‘washing_urgent’ => $washing_urgent, ‘pressing_normal’ => $pressing_normal, ‘pressing_urgent’ => $pressing_urgent,…

⏱︎
Read time:
There are times that you wanted to print the exact query itself or query result right after it is executed. Use following wpdb class variables to troubleshoot. $wpdb->last_query This prints that last query that is executed, I mean the exact MySQL Query itself. $laundrycustomer = $wpdb->get_row(“SELECT company_name, customer_name, phone, address FROM laundry_customers where phone = $searchphone;”);…

⏱︎
Read time:
WordPress defines a class called wpdb, which contains a set of functions used to interact with a database. Its primary purpose is to provide an interface with the WordPress database, but can be used to communicate with any other appropriate database. The $wpdb object can talk to any number of tables, but only to one…
⏱︎
Read time:
As a Network Engineer, you need to perform regular upgrade of your Cisco Stack Switch to latest and stable IOS version in order to fix bugs and security concerns. Follow these simple steps to upgrade your Cisco Stack Switches:- Search for stable .bin image of your Cisco Switch model in Cisco Smartnet Portal and Download…

⏱︎
Read time:
This tutorial is to factory reset Cisco Router in case you forget router password or require to flush present configuration. Note that you will lose existing configuration on Cisco Router. Step 1: Reload router. If you do not know the password, just perform hard reboot. Step 2: Wait for 10 seconds of startup and send…

I’m Lucas Brey, a travel blogger sharing practical guides, hidden gems, and honest tips from the road. Follow along for smart itineraries, great food finds, and stories worth bookmarking.