To create a horizontal categories menu separated by ‘ | ‘ in WordPress, use this code. <?php echo str_replace('<br />',' | ', wp_list_categories('style=&echo=0&title_li=')); ?> If you want to exclude
Month: December 2016
hyper-v replication with certificate Authenticationhyper-v replication with certificate Authentication
Hyper-V Replication base on Certificate Authentication have great advantage in terms of security, kerberos Authentication base usually put the replication server in the same Domain as the hyper-v host
Windows File Explorer open SlowWindows File Explorer open Slow
Some time the windows file explorer takes long time to open and to refresh and it is running slowly in general, Some time the problem is because the
Configure Shadow Copy For Windows 10Configure Shadow Copy For Windows 10
Windows 10 lack the feature of schedule shadow copy like in windows 7 and server 2008. But you Still can do it with Win32_ShadowCopy class in WMI. First enable
The Microsoft Exchange Transport service is rejecting message submissions because the available disk space has dropped below the configured threshold.The Microsoft Exchange Transport service is rejecting message submissions because the available disk space has dropped below the configured threshold.
Problem When attempting to send mail to an Exchange 2007 EMail Server, you see the above error message. Usually the Exchange can send mail out and exhibits no other problems.
vmware vcenter database over 10 gigavmware vcenter database over 10 giga
Vcenter running SQL Express. “VIM_VCDB” reached 10GB and so crashes Vcenter !! To purge the data in the VPX_EVENT table: Connect to Servername\SQL Database and log in with the appropriate
check if php can send mail on linuxcheck if php can send mail on linux
check if PHP-scripts can send emails: from console or putty session to the server php -a mail ('you@example.com', "Test Postfix", "Test mail from postfix"); exit (); Note: if after running php
how add to kodi a local windows share or any type of SMB sharehow add to kodi a local windows share or any type of SMB share
open Kodi and go to video -> choose files click on Add Videos and browse . You will get all the shares option . Click on “Add Network Localtion …”
dell compellent sc2020 sc2040 freezedell compellent sc2020 sc2040 freeze
Alert: The BMC IP address settings on the SC4020 should be set as non-routable. If the IP addresses are routable, there is a possibility of the BMC getting into an
How to To restart network interface on linuxHow to To restart network interface on linux
CentOS : systemctl restart network or /etc/init.d/network restart Ubuntu: sudo /etc/init.d/networking restart for specific interface : ifdown eth0 ifup eth0