Create Symbolic Links on Windows

Your Python codes store and resident in many places on your computer. Is this a bit messed up to remember which Python directory you are looking for, isn’t it? On…

Use PowerShell to Set Environment Variables

What Are Environment Variables? Two fundamental components of any computer programming language are variables and constants. Like independent variables in a mathematical equation, these take on values that change the results of the…

Main differences principals between 32-bit and 64-bit versions of Windows

What is the main difference between 32-bit and 64-bit versions of Windows? Bibliography http://windows.microsoft.com/en-us/windows7/products/features/64-bit-support http://windows.microsoft.com/en-us/windows7/32-bit-and-64-bit-windows-frequently-asked-questions

Diệt virus Autorun

http://en.kioskea.net/forum/affich-63526-how-to-remove-autorun-inf-virus-open-hiddenhttp://xahoithongtin.com.vn/20081202112143988p0c252/autorun-virus-remove-v23-tieu-diet-triet-de-cac-loai-virus-autorun.htmhttp://www.vatgia.com/hoidap/4093/18461/chi-giup-em-cach-diet-virut-autorun-inf-voi.htmlhttp://techblissonline.com/remove-autorun-virus/

Working with Windows Boot Loader in Windows 7

If google just the keywords “Windows Boot Loader”, you will get so many results so that you don’t know which should be chosen. I met the problem with Windows Boot…

Synchronize MySQL databases between Ubuntu and Windows

Solution 1:  Unify the folder data of XAMPP on Ubuntu and Windows. Both of the operating systems point to the same folder. See more details in the following post: http://stackoverflow.com/questions/4638981/is-it-possible-to-use-the-same-mysql-database-for-windows-xampp-and-linux-mysql/14368403#14368403…

Solve "BOOTMGR is missing" error in Windows

Unfortunately, my laptop was not enable to access Windows 7 after merging two partitions in Ubuntu. This was beginning to annoy me a little bit. Although I had have a…

Sửa master boot record cho Ubuntu

Link nàyhttps://help.ubuntu.com/community/Boot-Repair

Using the find command in Linux

Files and folders can be found in many different ways regardless of operating systems. In Linux, it equips the find command to do search for files. Many users use the…

Kiểm tra cổng đang kết nối trên Windows

Kiểm tra những kết nối và cổng chiếm dụng trên Windows, chúng ta có thể dùng lệnh:netstat -an, để kiểm tra những cổng đang lắng nghe hoặc:netstat -o, để liệt…