You might sometimes want or face issue that your drupal always redirect to secure connection (https://) protocol. You might want to disable it, especially in local development environment. Note: It’s always a good idea to have the secure connection in production server if it’s available, but normally it costs you extra on that feature on…
qTranslate, WordPress plugin just stopped getting update and mqTranslate is came to replace the original one but both settings are the same. This one image page could explain you, how to configure our Khmer language to have a multilingual contents in your WordPress website in few minutes. Here is the full list of configuration for…
If you are using WordPress for multi-lingle content, for sure, you will know qTranslate or WPML plugin which allow you to manage your content in different language. Among two of them, qTranslate is completely free and WPML is a paid plugin. But since 26th January 2014, qTranslate has no update, it seems the author of…
Drive encryption is very important for users, especially if you want to keep your data safe when your computer could access from many people, or in case you lost your computer but want to keep data out of those people to have it. Windows user could have it free from Windows 7, it called BitLocker,…
On Windows 7, in some case, when you click your Windows’ start menu, your search programs and file box is missing from there as this one: As we expected, the search box here as example: Here is the way to enable/disable the search box. Solutions 1. Open Control Panels 2. Find Programs and Features…
Monitor Java Application with JConsole
You might need to monitor your java application in order to examine the memory or CPU usage. JConsole is free and available in your JDK from version JDK 5 up. About JConsole Jconsole is a JMX-compliant monitoring tool. It uses the extensive JMX instrumentation of the Java virtual machine to provide information on performance and…
Let’s me start from a scenario of a Java (Hibernate, Spring App)/tomcat application that would give you as myself, the error as stated in the subject above. To reproduce In some cases, as you do as following steps: Build with clean install Start Tomcat as normal Stop Tomcat And Start Tomcat again You got an…
Create SwapFile [Unix/Ubuntu]
Linux SwapFile Overview Linux RAM is composed of chunks of memory called pages. To free up pages of RAM, a linux swap can occur and a page of memory is copied from the RAM to pre-configured space on the hard disk. Linux swaps allow a system to harness more memory than was originally physically available.…
There is an issue with MenuItem control in ASP.net with Safari/Chrome, the menu is unable to click but it’s working fine with Firefox and IE when we want to use image icon for the menu. Example: <asp:menuitem navigateurl="Home.aspx" text="Home" imageurl="Images\Home.gif" tooltip="Home"/> In Firefox, the MenuItem generated the full HTML fine as following: <span title="Home">…
Configure DHCP Server [Unix/Ubuntu]
Here is a small draft steps in order to allow you to setup and configure DHCP server on Unix/Ubuntu. If anything to improve or comment, please put your comment in below. Install DHCP server Packet sudo apt-get install isc-dhcp-server Enable DHCP server Network Interface Enable the DCHP server on your network interface (in my…