Posts

Showing posts from 2021

A Web Application to Read & Write Excel Files

 A Web Application to Read & Write Excel Files 1. Template Based Approach DZone - Database Zone Architecture is in 3 parts: Model, View, Controller. Model: the data from the database View: the template file Controller: listen for events from the View and populate data from the database Keikai Spreadsheet (View) - DatabaseComposer (Controller) - MyDataService (Model) Keikai GitHub

Installing RaspberryPi Desktop on Acer AspireOne Intel Atom Laptop

Raspberry Pi Desktop on an Intel Atom N270 Acer One Laptop  I was recently given an Acer Aspire One laptop with Windows XP with 1 GB RAM and 160 GB hard drive with a 1024 by 600 pixel display. I thought it would be interesting to try and refurbish it with a RaspberryPi desktop for PC, which I downloaded from: Raspberry Pi Desktop for PC and Macdesktop/ The downloaded filename is 2021-01-11-raspios-buster-i386.iso which is a 32 bit OS that could be installed on the Aspire One. The Aspire One had a limited legacy BIOS that allowed booting from the USB ports but did not allow me to create a backup image using Clonezilla or Macrium Reflect. Perhaps it was the operator's fault. I gave up after spending a day trying. I used Rufus to enable the raspios iso to boot off my USB.  Installing Raspberry Pi Desktop You can run the Debian with Raspberry Pi Desktop from the live USB drive or use it to install as your computer's main operating system. You can follow the instructions from the f...