These games are available for Linux, and maybe Windows (I haven’t tried any yet) 1. GLTron A fun, addictive cartoony game, GLTron requires you to use the WSAD keys to move around. You create a wall based on the colour your motorbike is, and so do the other 3 “coded” players: these players are basicallyContinue reading “Some great Linux games”
Category Archives: Linux
SeaSurf 1.2 for Linux now available – first version released
Install ECG SeaSurf for Linux by typing the following into the terminal: sudo apt-get update, then type sudo apt-get install python python-gtk2, python-webkit, python-tk. Then type sudo dpkg -i seasurf.deb to install. Download the seasurf.deb file:
One lovely blog award – who are my favourite bloggers?
This challenge has spread across the internet like fire (I didn’t create this challenge) so I have decided to do one. Basically, I have to tell you 7 things about my character. And up to 15 bloggers I enjoy. I have over 40 followers, but as there are limits (a few don’t have blogs) andContinue reading “One lovely blog award – who are my favourite bloggers?”
If a button is faded out in Windows, what should I do? (sometimes problem occurs even with Linux)
What should I do if a button I am trying to click is faded or greyed out?
How to install Ubuntu alongside Windows 10/8.1/8
Hey guys! Here I will show you how to install Ubuntu alongside Windows 10, 8.1 or 8. First, you will need a freshly formatted USB Drive. To Format a USB Drive in Windows, just open File Manager, then right click on the USB Drive in the corner and click Format. Format the USB Drive asContinue reading “How to install Ubuntu alongside Windows 10/8.1/8”
YES!
I managed to install Ubuntu 16.10 alongside Windows 10!!!! It runs really smoothly on my Lenovo Ideapad 310! I will write an installation tutorial soon 🙂 🙂
Is the Logitech K380 compatible with Linux and the Raspberry Pi 3?
Will you be able to connect Linux PCs to the Logitech K380?
Should you ignore dependency errors on Debian
There may of been a time when you used dpkg to install a package and you get dependency errors. This is extremely annoying. But you may of ignored it. If you try to install a package with apt-get you may be nagged to run sudo apt-get -f install. Run it and it may install theContinue reading “Should you ignore dependency errors on Debian”
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”
How to VNC onto your Pi for remote access
Want to connect to your Pi from a PC or even tablet or phone?