LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 08-30-2010, 08:55 PM   #31
Alexvader
Member
 
Registered: Oct 2009
Location: Japan
Distribution: Arch, Debian, Slackware
Posts: 994

Rep: Reputation: 94

Dead Hat's rpm hell was lulz ...

At that time, i didn't know how to manage dependencies "The Slacker way", neither to build from source and package into an installable/removable format ( rpm/tgz/deb ) this is why I owe 99% of what i know of Linux to Slackware and Arch.... not to Ubuntu/Dead Hat/Suse/Fedora...

Last edited by Alexvader; 08-30-2010 at 08:57 PM.
 
Old 08-30-2010, 09:27 PM   #32
pr_deltoid
Member
 
Registered: Jun 2010
Distribution: Fedora
Posts: 289

Rep: Reputation: 41
Ubuntu
 
Old 08-30-2010, 09:56 PM   #33
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by Alexvader
(...)neither to build from source and package into an installable/removable format ( rpm/tgz/deb )(...)
Arch's PKGBUILD system is easy IMO...

Grab the PKGBUILD and the source tarball, extract the source, run makepkg in the directory containing the PKGBUILD and the source, and (assuming you have all the right dependencies) you have a neat .tar.xz that you can install with pacman -U <filename.tar.xz>.

Last edited by MrCode; 08-30-2010 at 09:58 PM.
 
Old 08-30-2010, 09:59 PM   #34
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
The first distro I ever tried was Knoppix, running it off a livecd. Like many newbies who set out without any assistance, I was disappointed that it "would not" play most of my media and that it "could not" write to my ntfs partitions (the latter is actually correct; ntfs-3g was still under development). So I returned to my Windows ME; unlike the rest of humanity, I did not find it bad at all (given what I knew at that time..).
Then in 2005, as my computer was having more and more trouble running newer software (VIA 666Mhz, 256MB RAM, 128MB integrated graphics), I rushed out to get one of those innovative Core 2 Duo systems. I immediately stumbled over an obstacle that made me reconsider Linux: neither my copy of XP64 (200 euros!) nor my ASUS motherboard (200 euros!) had drivers to support SATA. Puzzled why there should be a SATA option in the BIOS, I got in touch with ASUS and was kindly informed that it was meant for the formidable new MS product that was to be released a few months later (Vista, LOL...).Yep, I felt robbed and had little inclination to hold off those extra months, only to spend another 150 or 200 euros. So I tried Debian 3.1, as I had learned that it was in some way related to Knoppix. Unfortunately, though I liked it very much, it wasn't without its shortcomings: no networking (driver would not compile), no AHCI (not supported yet), no sound (not supported yet) and installing the ATI drivers was simply a nightmare. I replaced it with Fedora 5 and over the following year, I sampled Suse, Mandriva, CentOS, PCLinuxOS, Slackware, Solaris, FreeBSD and Gentoo. I tried Ubuntu some time in 2007, ran it as one of many operating systems for about a year and then it became my main (later my only) operating system.

Last edited by jay73; 08-31-2010 at 12:15 AM.
 
Old 08-30-2010, 11:24 PM   #35
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
My first attempts were Red Hat and Mandrake. Neither went well. The first distro I had any luck with was Suse maybe 10 years ago, but I use that term loosely. Mandriva 2009.1 was the first distro I tried after the 9 year hiatus and I like it and Ubuntu 9.04, but they felt sluggish and I wasn't really learning anything which lead me to Slackware 13. 13 was lucky for me I guess.
 
Old 08-30-2010, 11:30 PM   #36
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
The first distro I ever tried was Knoppix from a livecd.
Now that you mention a LiveCD...

I should've mentioned that Ubuntu was the first distro I ever installed and used. The first distro that I ever used (I think) was this silly little thing called "Cool Linux CD" which apparently is based on Gentoo (a very old Gentoo; kernel 2.4 ). I can't even clearly remember how I came upon Ubuntu...all I know is that I liked it because it was kinda-sorta like Windows (boots to a GUI, uses "friendly" dialogs for a lot of the configuration), but different enough from Windows (for one, free of charge , and it seemed to appeal to my "techie" sense ) that it seemed worthy of exploring.

I've learned so much from learning Linux...at least compared to if I had stuck with Windows. When I started with Ubuntu, I barely knew how to use the CLI (I was still using "dir" to list files, for pete's sake!). Now I can set up a whole system from the CLI, and only the CLI (Arch K.I.S.S. principle anyone? ).
 
Old 08-31-2010, 12:10 AM   #37
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
Hell, when I started with gOS, I also barely knew the CLI (and Mr. Code beat me to it with the dir vs. ls debacle) although I knew the Windows C-Prompt fairly well, which should explain it here. Even now, I *ALWAYS* use a terminal emulator, because whenever I try to set up my network adapter using iwconfig and then save the changes, iwconfig returns an error:

Code:
[kenny-strawn@kenny-laptop:~]$ sudo iwconfig wlan0 commit
Error for wireless request "Commit changes" (8B00) :
    SET failed on device wlan0 ; Operation not supported.
[kenny-strawn@kenny-laptop:~]$
 
Old 08-31-2010, 07:05 AM   #38
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
Just testing if the useragent in firefox detects my OS properly.
 
Old 08-31-2010, 07:10 AM   #39
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
There's a dedicated thread for that.
 
Old 08-31-2010, 07:12 AM   #40
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
Thanks for the tidbit, I will go there now
 
Old 09-01-2010, 10:33 AM   #41
eyemole80
Member
 
Registered: Jun 2004
Distribution: Fedora Core 1
Posts: 47

Original Poster
Blog Entries: 1

Rep: Reputation: 16
Nice to see people's experience in the field of computing specially in Linux/Unix. A few have also described the computing env/OS being used by them even before they started Linux.
 
Old 09-01-2010, 04:58 PM   #42
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
Quote:
Originally Posted by jay73 View Post
The first distro I ever tried was Knoppix, running it off a livecd.
Finally, someone else who started with Knoppix! I think it was v 3.4 for me, from a coverdisc mount. This was back in the days when I didn't have the internet at home. I was also running Windows 98 on my own PC (at a time when XP had been out for ages), so obviously the bar was set pretty low for Linux. It really wasn't long before Knoppix became my main OS, I was wowed by the software available and glad to see the back of BSODs. I don't recall if I ever did a HD install of Knoppix though, but I think I might have.
 
Old 09-14-2010, 12:28 AM   #43
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Now that you talk about livecd...this was the first livecd and I guess popular was DemoLinux, released in 1998, was the first Linux distribution specially designed as a live CD. Of course I didn't know about it until around 2000.

I thought it was so kool to be able to run a whole OS from the cd drive!
 
Old 09-14-2010, 05:21 AM   #44
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
My very first distribution was Linspire (curse it to hell) ... luckily I also had a Fedora Core 4 DVD burned and tried that next, so I would consider that my first working Linux distro was Fedora Core 4. Then I used FC 5, FC 6 (failed miserably, so changed quickly), Ubuntu (very short experience), Debian (short), Gentoo (also quite short after my laptop started overheating from the constant compiling), Zenwalk (longer), Slackware 11.0 - 13.1 (with short period of using slamd64 when I switched to 64-bit). There were others I tried in between, but I don't remember too well which ones, I know I've also tried DSL, Puppy, Feather, Arch, and others.

Last edited by H_TeXMeX_H; 09-14-2010 at 05:22 AM.
 
Old 09-14-2010, 05:25 AM   #45
Coburn64
LQ Newbie
 
Registered: Jul 2009
Location: Australia
Distribution: Debian GNU/Linux 6.0 Squeeze
Posts: 27

Rep: Reputation: 16
The first one I ever ever ever used was ZipSlack. It ruined my Windows XP install because I was dumb enough to extract the filesystem to the same partition as my Windows XP install, and when ZipSlack booted, all my windows XP files got renamed to DOS 8.3 format. Not good.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
move development environment from distribution to distribution ikkyusan Linux - Desktop 1 07-06-2010 04:23 AM
Customizing a distribution to add my artwork and design for a brand new distribution caa718 Linux From Scratch 3 03-19-2006 05:03 PM
Contents of /etc/<distribution>_version and /etc/<distribution>-release ghaefb Linux - Distributions 6 02-03-2006 06:46 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 03:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration