Suppose you need to replace a single block of text within a file with a different block of text. While you could probably use a text editor such as notepad or notepad++ to accomplish this, what if you needed to replace...
I recently migrated from a dedicated server running CentOS 5 and Plesk 9.5 to a virtual server running CentOS 7 and Plesk Onyx 17.0. The new server is running on an EC2 instance at Amazon. Here are my notes. Plesk Installation...
Let’s say you manually deleted a WordPress directory that was being managed by the Plesk WordPress Toolkit. Now the directory is gone but it still shows up in the WordPress Toolkit with an error, OR it doesn’t show up in WordPress...
The Basics Download a repository from github git clone <url> Push changes back to github git commit -a -m “Commit Message” git push This will only publish modified files. If you’ve added any new files you have to manually stage them...
I was having a problem where mapped drives would suddenly disappear and then reappear randomly throughout the day. If I had any Explorer Windows open at the time, I would get the following message: Location is not available. <mapped drive> is...
If this happens, try this: 1. Download the launch.ica file to a folder on your computer. 2. Right-click the launch.ica and click “open with…” 3. Browse to C:\Program files (x86)\Citrix\Receiver\Receiver.exe The file will not open, but once ICA files are...
When attempting to run setup.exe from Windows PE, you may get this error message The file ‘autorun.dll’ could not be loaded or is corrupt. Setup cannot continue. This will happen if you install the WinPE-Setup package without installing either the WinPE-Setup-Client...
Here are some of the dism commands I use most frequently. Mount a WIM file dism /mount-wim /wimfile:”D:\path\to\wim\file” /index:1 /mountdir:D:\mount Dismount a WIM file with commit dism /unmount-win /mountdir:D:\mount /commit Dismount a WIM file with discard dism /unmount-win /mountdir:D:\mount /discard Add...
This happened to me after we suffered a brute force attack on one of our 2 domain controllers. There were a number of services which would not start including the Exchange System Attendant and the Exchange Transport service. We were also...
If you have rooted your Samsung Galaxy S4 and you want to disable over-the-air updates, you can try this: Open Root Explorer Navigate to /system/apps Rename SDM.apk to SDM.apk.old Rename SDM.odex to SDM.odex.old This worked for me. However, if you have...