Use the command on Hyper-V to synchronize time with Domain Controller, "w32tm /config /syncfromflags:domhier /update"
Update Date, Time, Timezone on Ubuntu
Use timedatectl command to view and change time, date and timezone in Ubuntu
Expand Ubuntu disk after adding additional disk space in Hyper-V
Quick and easy steps to expand Ubuntu disk space
Prevent WordPress auto conversion of double hyphen
In functions.php, add the following line at the end remove_filter( 'the_content', 'wptexturize' );
Configure Mail Settings in WordPress
Use Contact Form and Post SMTP free plugins to setup mail settings in WordPress website
Configure SPF for GoDaddy mail account
Godaddy SPF record is TXT record with v=spf1 a mx include:secureserver.net ~all
Subdomain Email Configuration in GoDaddy Hosting
Follow these easy steps to setup a subdomain email account in your hosting cPanel
Palo Alto Firewall Command Line Reference
Palo Alto Firewall Command Line Reference
Remotely get list of installed program
Use PsExec to connect to a remote PC and get list of program installed. Command is wmic then product get name
Configure F5 for Server Side SSL
With BIG-IP F5 appliance, you can encrypt all traffic between client and back end server using the same SSL certificate and Key. The client establishes three-way handshake and SSL connection with a Virtual Server IP address on F5 system. The F5 system then establishes three-way handshake and SSL connection with Continue Reading