General

185 posts

How to switch to Linux from Windows gradually

This post is for those who had some experience with Linux or had tried Linux before, but never made up mind to switch to it. Linux has become better and better in every aspect of the operating system, especially with the new release of Ubuntu 17.10 and Linux Mint 18.3, I think it is the right time to dive into Linux and eventually switch to Linux from Windows. However, if you think you are still […]

How to add days, months, and years to a date in JavaScript

Several years ago I wrote a post about how to add days, months, and years in JavaScript, and it was a quick-and-dirty workaround for a project and I didn’t pay much attention to value checking when writing the JavaScript function. For example, if the old date is 07/19/2017 and you need to know what date it is after adding 25 days, the JavaScript function will throw an error because 07/44/2017 is not a valid date […]

Lock screen images for Samsung Galaxy S6 and Note5

Would you like to read an inspirational message from the Bible when you turn on the screen of your phone? I just made two lock screen images for Samsung Galaxy S6 and Note5 with the Bible verses: Philippians 4:13 and Proverbs 16:3. Here is what it looks like on my phone: If you want to download the images and use them for your lock screen, you can click here or the “Free Stuff” link from […]

HP Envy laptop black screen after BIOS update

I have a habit of keeping my computer system as up-to-date as possible, including Windows updates and hardware drivers, so when I noticed there is a new version of BIOS for my HP Envy laptop the other day, I started the update process right away without giving much thought about the potential danger of updating the BIOS. The download of the BIOS update utility was smooth and the update process completed without interruption. Supposedly, the computer should reboot […]

GPS Spoofing is a big issue in Pokémon GO

GPS spoofing refers to changing a mobile device’s GPS location by using special GPS app without having to physically go to the new location. It has been widely used by Pokémon GO players yet Niantic has not done enough to prevent GPS spoofing. Besides the ability to fake device’s GPS location, some GPS spoofing apps also provide a “joystick” feature that enables Pokémon GO players to “walk” to virtually any location on earth without having to […]

Linux Mint running in software rendering mode on VirtualBox

In my previous posts, I introduced two Linux distros for new users: Zorin OS and elementary OS. Zorin OS provides a Windows-like interface and elementary OS provides a macOS-like interface, with the hope of making both Windows users and macOS users feel less intimidated when switching to Linux. According to the Linux distro watch, both Zorin OS and elementary OS are getting popular. In 2016, Zorin was ranked No. 7 while elementary was ranked No. […]

The world of Pokémon GO has expanded with 80 more Pokémon

A new version of Pokémon GO was released yesterday with many new update and the most exciting update is the addition of over 80 additional Pokémon. Even though I have not caught any Pokémon as shown in the promotional picture above, I did catch some very cute new Pokémon such as Sentret, Hoothoot, Noctowl, Spinarak, Snubbull, etc. This update also added two new Berries: Nanab Berry which can calm down a Pokémon, making it less erratic and Pinap Berry which makes […]

Zorin OS helps users to switch from Windows to Linux

I am not going to waste on explaining what Linux is, why/how to use it. You can Google it and you will find so much information online. Because Linux is open source and everyone can modify and contribute to it, there are many versions of Linux, and each version is called a Linux distribution, or distro in short. If you are not happy with Microsoft Windows OS but don’t want to switch to an expensive […]

Regedit in Windows 10: error writing the value’s new contents

The Windows Registry is a critical and essential part of the Windows operating system and stores low-level settings for both the OS and the applications, such as device drivers, services, security settings, and so on. It is intended for advanced and experienced users to modify the system especially when there is no other way to do it,  because modifying Windows Registry may cause your Windows system not to operate and even crash. Therefore, normal users are […]