TheMatrix
July 12th, 2011, 06:46 PM
My intrigue-iness led me to begin finding some good languages. I started out with HTML and JavaScript, but decided I wanted more. I wanted to do form processing. I wanted to make something dynamic. So I searched one more time. I tried HTML + VBScript, but didn't like that either, so I kept looking.
Then in summer 2010 I installed XAMPP on the family laptop(WinXP Professional). I did some bar basic PHP. For example, I considered this impressive:
(html omitted for brevity)
<?php
$page = $_GET['p'];
if( $page == "1" ) {
$iframe_page = "1.html";
} else {
$iframe_page = "2.html";
}
?>
<iframe src="<? print $iframe_page; ?>">
I still was not happy. I figured out MySQL later that summer but never really got good with it.
Then in September 2010, I went to Halted Electronics Supply, where they sell miscellaneous computer parts and stuff, in a huuuuge warehouse. I eventually found an old serverboard. It had a Pentium4(with HyperThreading), Intel Canterwood Chipset, and two Gigabit ethernet cards, all put in a 1U server case with 260W power supply and an incessively loud blower-fan-thing. It included an ATI Rage XL graphics chip with only 8MB of VRAM(Yes I know, that was a lot some time)
There was no RAM included, though. I found some on eBay for $21.50. It was 2 sticks of 512MB DDR1.
Motherboard is a SuperMicro P4SCE (http://www.supermicro.com/products/motherboard/P4/E7210/P4SCE.cfm).
Everything besides the RAM for a shocking $45.
So I immediatly put Ubuntu 10.04 on it. It was going good for a while, until the hard drive crashed. The HD was an old 10GB one we had laying around.
So after some struggles with that, I got a new HD. November 2010, I got a new case for the board, a better Graphics card, and a DVD drive.
8 December 2010, I had Fedora 14 running on it. And I still wasn't happy. the XAMPP for Linux didn't work. I later figured out it was SELinux that was set too strict.
Then around 20 December, I decided I'd try openSuSE 11.3. I've had it running until just recently: ~10 May 2011. But then the X server crashed and screwed up, so I decided it was time for a new OS. openSuSE 11.4, which I am typing this very post on.
Now, whenever I type...
[email protected]:~$ sudo lampp start
...it obediently obeys my command.
So what does this all mean?
Well, if you've gotten through this far of my post, I'll tell you.
I picked up quite a bit of shell scripting along the way. And now I am a happy Perl programmer.
Here's the motto of openSuSE:
SuSE: simply change.
I have changed: from a lowly Windows user, into an awesome Linux-sysadmin-lizard.
Thank you, openSuSE.
(Sorry 'bout the off-topic-iness, I just felt like writing my expirience with my computer :P)
(Off-topic: Post is 2Kilobytes of data, lol)