Friday, April 24, 2015

Why use Terminal? (GIMP Install)

Linux has come a long way over the years. Nearly every variant has a software manager, a graphical interface for adding software. Why bother with the Terminal any more?
First, the terminal will display everything it does. Second, there are many versions of Linux and all of them have Terminal as an option. No matter what version of Linux, Terminal experience will server you well.
Here is a quick example of how to install GIMP using the Terminal.
Install GIMP:
sudo apt-get update && sudo apt-get install gimp
The && combos two commands, update and install. The first checks your repositories to make sure they are up to date and the second installs GIMP.
You can follow this with autoclean and clean:
sudo apt-get autoclean && sudo apt-get clean
These commands remove .deb files not used by your system. Autoclean removes the cache information. This is good for systems with low disk space, however the penalty is you will need to download these again if you need to update or install software.

Thursday, April 23, 2015

Eye on the Pi

I have my eye on the Raspberry Pi. This little machine has a vibrant community and help is available all around the web.
This morning, I found The Errant Scientist blog; Matthew takes a walk through the set up process and installation of software via the LXTerminal.

ADB Inc. Calls in Some Friends

Amarillo Design Bureau has called in some friends. Facebook is now hosting several new fan pages for the great products by ADB, Inc.
Their main page is here.
The page for Star Fleet Battles is here.
Federation Commander has a page, as does A Call to Arms.
Task Force Games has an active fan base on Facebook, too.
Go ahead and friend them on the main page and look for new updates by Steven, Jean and all the good people at ADB.

Tuesday, April 21, 2015

Incompetech.com’s Graphpaper

One of my favorite websites is Incompetech. Not only do they have a great name, they have free graph paper. Perfect for a variety of gaming purposes.