Protect your privacy while using Google Chrome

Nowadays we spend a lot of time on the Internet and we are so used to rely on it for many daily task that we often don’t realize how frequently we transmit sensitive information (private corporate URLS, home banking credentials, credit card number for e-commerce purchases, etc.) around the net. If those information were only sent to the target site (the bank web site, the e-commerce site, etc.), it wouldn’t be a problem since the communication is usually encrypted, but we often forget that before sending those information we have to write them on our browser interface and due to some, otherwise useful but that in this case nasty, features (like using on-line dictionaries for spell-checking), the browser may inadvertently share them with third party services. This guide will show you how to protect your privacy while using Google Chrome.

Read more

Configure Windows to support UTC clock

If you configured your computer to dual boot between Windows and Linux and you don’t live under the GMT time zone, you may have noticed that the time under Linux is always off and if you attempt to correct it, it will be off under Windows. The problem is that Windows expects the BIOS time to be set directly to your local time while Linux expects it to be set to UTC and correct it for your time zone on run time (be sure that Linux has the correct time zone). To fix this problem you have to configure Windows to support UTC clock.
UTC is the French (become worldwide popular) abbreviation of “Coordinated Universal Time” and it is the primary time standard by which the world regulates clocks and time and it is the most popular successors to the Greenwich Mean Time (GMT). Like to GMT, to calculate your local time you need to take the UTC time and add your time zone difference and eventually the daylight saving time difference if your nation follow it and it is summertime.

Read more

Import MSSQL bak files to MySQL

Are you a web developer or a system admin that is used to work with MySQL, but for a specific project you are provided with a MSSQL BAK file? If the MSSQL BAK file is no bigger than 10 GB, you are lucky: you can import MSSQL bak files to MySQL without paying for a licence of MS SQL as you can use “MS SQL Server Express Edition”.

Read more