WordPress – Fixing Another Update in Process Error

To quickly get rid of ‘another update in process’ message, you need to delete the core_updater.lock option from your WordPress database.  The easiest solution: Fix Another Update in Process Error Using a Plugin First thing you need to do is install and activate the Fix Another Update In Progress plugin. Upon activation, you need to visit Settings Read more about WordPress – Fixing Another Update in Process Error[…]

Reset Windows Server RDS 120 Day Grace Period

The RD Licensing grace period has expired and the service has not registered with a license server with installed licenses. A RD Licensing server is required for continuous operation. A Remote Desktop Session Host server can operate without a license server for 120 days after initial start up.  To reset the timer and again avail Read more about Reset Windows Server RDS 120 Day Grace Period[…]

Locating the Cisco AnyConnect Profiles

Local AnyConnect Profiles XML and profile files are stored locally to the users machine. The location varies based on OS. Windows XP %ALLUSERSPROFILE%\Application Data\Cisco\ Cisco AnyConnect Secure Mobility Client\Profile Windows Vista %ProgramData%\Cisco\Cisco AnyConnect Secure Mobility Client\Profile Windows 7 %ProgramData%\Cisco\Cisco AnyConnect Secure Mobility Client\Profile Mac OS X /opt/cisco/anyconnect/profile Linux /opt/cisco/anyconnect/profile

Change Ubuntu Server from DHCP to a Static IP Address

First up open the /etc/network/interfaces file. I’m going to use vi, but you can choose a different editor sudo vi /etc/network/interfaces For the primary interface, which is usually eth0, you will see these lines: auto eth0 iface eth0 inet dhcp As you can see, it’s using DHCP right now. We are going to change dhcp to Read more about Change Ubuntu Server from DHCP to a Static IP Address[…]