HOW TO INSTALL LINUX ON 32-BIT UEFI SYSTEM?(Netbooks)

In this article I'll review a Bay Trail representative, Lenovo IdeaPad Flex 10 and I'll show you how to install (a bit painfully) Linux on it - which requires fighting with unsuported 32-bit UEFI. About Lenovo Flex 10 The Lenovo Flex 10 laptops started out as an Android devices, which are still on the market. Newer models … Continue reading HOW TO INSTALL LINUX ON 32-BIT UEFI SYSTEM?(Netbooks)

Disable or Enable Windows Automatic updates from cmd

We can disable Windows automatic updates from command line using the below command. reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 1 /f I tested this on Windows 7 and 10 and it works perfectly. After running the above command you can also see a balloon popping up near the system tray with the … Continue reading Disable or Enable Windows Automatic updates from cmd

Building for the Atmel “SAME70 Xplained Pro” in Ubuntu 16.04

This is a brief outline of the steps taken to get sample code from the Atmel ASF for the “SAME70 Xplained Pro” built and flashed to the board from Ubuntu 14.04. Much of this guide is built around insights from http://jjmilburn.github.io/2014/09/18/Atmel-SAMD20-EclipseCDT/ Prerequisite Hardware “Atmel SAM E70 Xplained Pro Software Installation Eclipse CDT this is an Eclipse IDE … Continue reading Building for the Atmel “SAME70 Xplained Pro” in Ubuntu 16.04