Page Last Updated: 2024 March 06
Table of contents
Projects
Here are some things you might want to try, now that you’ve got your Linux box up and running:
Install A CMS / Publishing Platform
Install a Web Framework
N.B. If you want to install more than one of those (and why not?), you might want to learn about how to host multiple sites that are being served by different domain names. This is where the concept of Virtual Hosts comes in.
If you want to try this, remember that you can make up your own names in your hosts file (this is step 5 in that previous link). I often use a name like this on my home network: someName.local. You are, of course, encouraged to be creative. :)
Other Fun Programming Things
- Install node.js (Install node.js on Debian – ask about a fun caveat…)
- Take the Command Line Challenge
- Why not learn more about BASH? (You can make useful scripts for any system that runs BASH. That could be Linux, Unix, Mac, or even Windows!)
- Another BASH tutorial
Install an XML Database / Tool
- Install eXist-db
- Install BaseX (Hint: There’s an apt version, too.)
Anything Else
There are thousands and thousands of things to try… pick any program you like and see how it works. Part of the fun of this is breaking stuff. ;)