Category ‘Software’
- TECHPULP |
Why KVM doesn’t work in my PC
KVM requires your processor to support x86 virtualization extensions (Intel VT or AMD-V). Intel VT and AMD-V are instruction set extensions that provide hardware assistance to virtual machine monitors. They enable full virtualization. To quickly check if your processor can... - TECHPULP |
How to resolve “POST to /wp-admin/post.php not supported” error in WordPress
Sometimes while posting in WordPress blog software, users encounter the following error and fail to submit the new post or edited post. Method Not Implemented POST to /wp-admin/post.php not supported. Apache/2.2.0 (XenOS) Server at techpulp.com Port 80 This error is... - TECHPULP |
How to disable Ads using HOSTS file in Microsoft Windows/Linux/UNIX
One way of avoiding online advertisements is to redirect all requests to Ad sites to locahost so that bandwidth is well utilized. It also results in faster browsing as it eliminates Domain Name Service (DNS) requests. For this you need... - TECHPULP |
How to create Fedora Core 6 Virtual Machine using VMWare Server
If you try to install Fedora Core 6 to a virtual machine in VMWare, installer doesn’t detect the hard drive that is attached with default options. The FC6 installer throws an error saying “No Devices Found”. To get rid of... - TECHPULP |
Why special keys don’t work in VMWare virtual machine
The VMWare server requires some keymaps to be defined in its configuration file in Fedora 10 to get the special keys work in virtual machines. Just add the following at the end of “/etc/vmware/config” file. The same solution might work... - TECHPULP |
How to resolve WordPress error - Warning: preg_match(): Compilation failed: nothing to repeat at offset 1
Sometimes the following warning from PHP continually repeats for about 20 times and appears on top of each page. Warning: preg_match(): Compilation failed: nothing to repeat at offset 1 in /var/www/wp-includes/classes.php on line 104 Warning: preg_match(): Compilation failed: nothing to... - TECHPULP |
How to resolve VMWare server installation issues on Fedora Linux 10
The VMWare server 1.0.7 and higher do not install on Fedora 10 smoothly. This is because of the changes in the latest Linux kernel 2.6.27.5 that is shipped along with it. But the VMWare server kernel module sources are not... - TECHPULP |
How configure Proxy settings in Firefox Browser
Open Firefox browser and open preferences window by selecting the menu as shown below. Press “Edit” in the menu bar and then press “Preferences” item in the menu. This opens up Firefox’s preferences window. In that select “Network” tab under...