Diziet Sma wrote:To be honest, I always thought the name was.. umm.. a little
strange..
Having tried it, I think Mint is quite an apt name.. it's got a very clean, fresh feel about it.
Exactly
- clean, crisp, and refined !
Diziet Sma wrote:Since you're obviously the kind of guy who likes to get under the hood and tinker, you'd probably get a kick out of
Linux From Scratch.
Quite a keen observation, man
. I still have a lot to learn in Linux, but I've come a long ways since February, and I certainly don't mind getting my hands dirty
.
Diziet Sma wrote:If you're interested in learning how an Operating System works, from the ground up, it's hard to beat. It walks you through building an entire OS from source-code, one step at a time. Firstly you compile all the tools you'll need, then you compile each and every program that's required, one by one. You set up the directory tree and write every script and configuration file by hand. You'll get to make decisions about what kind of package-management system you want to use, too. At the end of the project, you'll have your very own lightning-fast command-line only, foundational-base Linux computer, suitable for use as a server (with additional packages added), and you will have in-depth knowledge and understanding of what makes Linux tick. If you decide to go on to phase 2 (Beyond Linux From Scratch), you can then build the X Window System and a GUI, followed by any other software you wish to install.
The whole thing can be done in a VM, if you like, and is lots of fun. It's a very flexible kind of project, because you can devote as much or as little time to it as you want. Even a spare 10 minutes here and there can be used to compile one or two programs, or write a new config file. I've done phase 1 a couple of times now, and think I might try going all the way on the next one.
It has practical real-world applications too.. one of the best standalone firewall/router distros available,
IPCop, is built using LFS.
Honestly, although I want to learn more programming (staring with C), I think what really interests me at the end of the day in the software/programming realm is operating systems
. LFS seems a lot like Arch, only you compile
everything from scratch. I'm definitely going to try this out - I guess it's time to figure out why the VM's aren't connecting in Mint (that's the biggest problem I've had with Mint, but I think it's more to do with the settings from the Virtualbox in the repositories).
Now, back to topic: I finally was able to sit down and make that .bashrc file, logged out and back in again and - it works! Perfectly, I might add
. I'm going to have another look at your .bashrc file and see what you've done
. Thanks for the tip Dizzy, sorry about all my ignorance about bash
, but now I have a start on understanding it