Got an old Windows PC incapable of upgrading to Windows 10? Never fear, Linux is here!

If you pay attention to tech news and security notices, you’ll know Microsoft have ended support for Windows 7, Vista, and XP by now. To be honest by now, we should all be running Windows 10 after Microsoft gave us a year to prepare to move away from 7. Microsoft recommend that you buy aContinue reading “Got an old Windows PC incapable of upgrading to Windows 10? Never fear, Linux is here!”

Rate This

Fix audio on Raspberry Pi

If audio is not playing on your Raspberry Pi and the only output recognised in settings is ‘dummy output’ then you have a problem. However, this issue is easy to solve, all you have to do is add two lines to config.txt.

Rate This

QEMU on Raspberry Pi

QEMU is an emulator. It is available for Raspberry Pi and it can emulate old versions of Ubuntu and other OSes without installing them onto your Raspberry Pi. Find the .img file that contains your desired OS. Type into the terminal: qemu-system-i386 -m 256M -hdd osname.img Replace 256 with the amount of RAM (in megabytes)Continue reading “QEMU on Raspberry Pi”

Rate This