In my previous post, I described how to use xrdp to enable Windows 7/8 computer to remotely connect to an Ubuntu 14.04 computer. The biggest advantage of this approach is that there is no need to install anything on the client Windows computer because the user will use the built-in Remote Desktop Connection in Windows to establish the remote connection. However, there are several features missing when using xrdp. Firstly, the connection speed is very slow even with […]
Tips & Tricks
[UPDATE]: If you are trying to remotely connect to your Ubuntu box from Windows computer, then I highly recommend X2Go, which enables you to access a graphical desktop over a low bandwidth (or high bandwidth) connection. It works much better than other remote control programs. Check my post for more information. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Recently I am working on a research project that requires me to use Ubuntu, so I installed Ubuntu 14.04, the LTS (Long Time […]
When Windows 8 was first introduced, the iconic Start menu was removed. Many users were frustrated by this removal. For instance, you cannot shut down your computer the same way you do in previous versions of Windows: Start->Shut down. You will need to switch to the home screen, then choose shut down from the power icon. Responding to users’ objection of the removal of the Start button, Microsoft sort of brought back the Start button in Windows […]
If you need to capture the home screen (with the live tile) of Windows 8.1 (or Windows 8) in a laptop or desktop computer, how do you do that? Of course, you can always use a camera to take a picture of the home screen, but the quality will not be impressive (give it a try if you don’t believe me). Below are two better yet simple ways to get a quality screen capture of Windows […]
Recently I was trying to install an Ubuntu Server in VirtualBox, and I noticed that my host Windows OS is 64-bit, but VirtualBox does not have options for 64-bit guest OS in the Create Virtual Machine interface. My first thought was I need to install 64-bit VirtualBox, but I was wrong. There is only one version of VirtualBox for both 32-bit and 64-bit host PC. After some digging around, I realized that in order for VirtualBox […]
First of all, this is not a new issue. If you have an old .NET web form, especially prior to .NET 4.5, with an ImageButton in a UpdatePanel, then when you click on the ImageButton in IE 10 or higher browser, then you will encounter an error: The input string was not in a correct format Without going into the details of the root cause, I will just list the fixes here: Fix 1: Simply upgrade […]
In my previous post, I shared some tips on creating a strong and secure password in an easy way. Let me recap the steps just in case you forgot. 1. Choose a phrase (about 12-14 characters long without space) that is only known to you, for example, “Ilovepancake!”. 2. Capitalize the first letter of each word, in this case, “l”->”L”, “p”->”P”. 3. Replace some letters with numbers or special characters, for example, “o”->”0″(number zero), “a”->”@”, […]
Got OleDbException: Too many fields defined error while trying to import Excel file? This post explains the root cause of the exception error and how to fix it.
If you have installed Google Drive or Microsoft OneDrive on your Windows PC, you will notice that Windows search does not find any documents in your Google Drive (or Microsoft OneDrive) folder. The cause of the problem is Windows indexing service didn’t index Google Drive (or Microsoft OneDrive) folder, even though these folders are listed in the index options. So why Windows indexing service failed to index those folders? It is because the permission is […]
UPDATE: Android Device Manager now added a remote lock feature which enables user to remotely lock the lost/stolen device with a new password. (09/24/2013) NOTE: if your Android device has power saver feature turned on, you need to make sure it does not disable data connection while in sleep mode, otherwise, Android Device Manager might not be able to locate your device. Switched from iPhone to Android phone and found out there is no app […]