Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   New To Linux? Want To Try It? Read here! (https://thetfp.com/tfp/tilted-technology/52391-new-linux-want-try-read-here.html)

rubicon 09-11-2004 01:52 AM

I just installed SuSE 9.0 Pro (I had it lying around) and it was pretty painless. I made sure to install a separate partition for /home in the event I needed to Ghost or reinstall - my data files would be intact.

I installed nVidia nForce drivers but didn't get the audio driver to install. The default audio driver works fine at the moment. This was a "regular" RPM and installed OK (contrary to the initial message in this thread).

I haven't installed the ATI Radeon video drivers - that's next.

I installed VMWare Workstation 4.5.2 and it went without a hitch. I'm installing Windows XP Pro with SP/2 as I write this.

I also installed GLTron for fun but without the 3D acceleration it's unplayable.

A few things that helped:

1) If you need to run a script, preface it with ./ such as ./script.pl

2) You will need to install something using root, therefore preface the install command with "sudo" such as "sudo ./install.pl" Enter your root password when prompted

3) If you still can't run the script make sure it's flagged with Execute permission; right click the file, select Properties, and next to User click *Execute. You can do a CHMOD from the terminal as well.

4) Consult readme files and Google for any pecularities

I've got more stuff to configure so who knows when I'll get stumped but so far it's been progressing just fine. My previous experiences with Linux weren't as smooth.

Enjoy!

Latch 09-13-2004 12:06 AM

Updated:
-Knoppix/Gnoppix (New Versions)
-Mandrake/SuSE Info (added subversion numbers)

Witchy1 09-14-2004 12:28 PM

A few handy tips for the command line:

To find out what kind of data Linux thinks is in a particular file use the 'file' command, e.g.:

>file format.exe
format.exe: MS-DOS executable (EXE)

To find out what program will be executed when you type a certain command, try the 'type' builtin bash command:

>type sudo
sudo is /usr/bin/sudo
>file /usr/bin/sudo
/usr/bin/sudo: setuid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped

josobot 09-28-2004 04:55 PM

Information overload for me; I tried slax, the linux os that works from a small cd and was totally impressed. It was a good toe-dip into the linux lake.

skaven 10-11-2004 10:52 PM

I'm suprised I haven't seen a link to this site yet:

http://www.tldp.org

The Linux Documentation Project. It's always been my first resource when trying to figure out how to do something in linux. The alphabetical HOWTO list is generally the most useful for newbies.

SinisterMotives 10-18-2004 11:06 AM

Great post, Latch! This will come in handy when I upgrade to Linux from Windows later on. :D

theFez 10-20-2004 09:04 PM

learn to love the command line. learn to navigate the file structure and find information. once you do, you will hate using the mouse.

not sure what a command does or what arguments it can take? check the man pages.

not sure what chmod does? type

Code:

$ man chmod
and a manual page is displayed.

you can even

Code:

$ man man
if you want.

subnet_rx 11-01-2004 11:03 PM

Slackware 10.0 user here in support of the Linux movement

Latch 11-20-2004 06:35 PM

updated the post with newest versions of fedora, mandrake, suse, and gnoppix.

SecretMethod70 11-20-2004 08:49 PM

Added amaroK for KDE in the software list as an audio player alternative. It's sexcellent :thumbsup:

jon_264 11-25-2004 03:14 AM

I am currently running Fedora Core 2 on one machine and Windows XP on another! This is a handy setup for me as I can use my Windows PC for doing the day to day stuff I do and then I use my Linux PC for running my web server on (using apache). Just learning to do this has made me more determined to eventually move away from MS Windows in the end. I suppose the point I am trying to make is the transition isn't easy at first but it is enjoyable if your prepared to work at it.
Great thread and good info for all of us Linux newbies. Thanks.

vox_rox 11-29-2004 12:19 PM

Truly a great post, especially the warning about backups:
"no one ever plans on losing data"

Hilarious, or really sad, depenending on your take.

Just to continue on my new mission in life, there is a new distro out there based on Debian called Ubuntu and, for a brand new distro, it's friggin' awesome. Easy like Mandrake, but free and with access to all the Debian libraries (8,000+ software and file installers!).

Really, this should be included in every Linux roundup from now on because I really think they're here to stay, and may even be the solution for Linux on the desktop for many small enterprise situations. Just a thought...

Pierre

sashime76 01-05-2005 07:54 AM

Has anyone installed Mandrake 10.1? I got it installed on my notebook (installation went smoothly). After rebooting all I get is a blue screen with Mandrakelinux 10.1 logo. The mouse cursor is visible and moves freely.

I do not get a logon screen per Mandrake manual. Mandrake tech support requires registration and of course I don't have a CD key. :D Is there a key combo to evoke the logon screen? Thank you for your help in advance. :D :D :D

skaven 01-05-2005 09:11 AM

Quote:

Originally Posted by sashime76
Has anyone installed Mandrake 10.1? I got it installed on my notebook (installation went smoothly). After rebooting all I get is a blue screen with Mandrakelinux 10.1 logo. The mouse cursor is visible and moves freely.

I do not get a logon screen per Mandrake manual. Mandrake tech support requires registration and of course I don't have a CD key. :D Is there a key combo to evoke the logon screen? Thank you for your help in advance. :D :D :D

Sounds like something is screwed up with your X server starting up. Hit ctrl-alt-F1 to go to a text prompt, log in as root, and take a look at /var/log/XFree86.0.log (Mandrake may use X.org, which might use a different log file...not sure) Hopefully you'll see something enlightening there.

sashime76 01-06-2005 10:39 AM

I reinstalled again without Xorg and still didn't work. I think by default network is set to modem, which I didn't specify. I set it up to lan with DHCP but disabled all options. Still didn't fly. My guess is the hardware isn't 100% compatible with Mandrake 10.1. Does anyone know where to get Suse or Redhat? Thanks!!

Latch 01-08-2005 03:30 AM

SuSE you usually have to pay for.

Consumer redhat is now called Fedora Core... they're up to Fedora Core 3 (which they originally released). Get it at http://fedora.redhat.com.

Check out my original post for SuSE links (and other links, like distrowatch).

Slavakion 02-01-2005 03:13 PM

What are your thoughts on Ubuntu? I got a bunch of free CDs in the mail.

Latch 02-03-2005 03:50 AM

Give it a shot. Bendsley will talk it up more than me (as it's Debian-based), but I've heard good things about it.

Let us know how it is, what you think, and what you would precieve to be the difficulty level/experience needed to be comfortable with it (if you wouldn't mind reporting back hehe).

I've never used it, and it's relatively new, so I can't really say much either way.

Slavakion 03-08-2005 11:29 AM

Quote:

Originally Posted by Latch
Give it a shot. Bendsley will talk it up more than me (as it's Debian-based), but I've heard good things about it.

Let us know how it is, what you think, and what you would precieve to be the difficulty level/experience needed to be comfortable with it (if you wouldn't mind reporting back hehe).

I've never used it, and it's relatively new, so I can't really say much either way.

Well, better late than never, eh?

Installation went smoothly. I wanted a dual-boot with XP, and was afraid of Ubuntu (Debian) accidently axing my partition table (Debian doesn't have the ebst record for installation. Or configuration. Or, well, anything besides stability and package management). So I made some adjustments with Partition Magic beforehand. I got to a point where Ubuntu said that it was having problems with eth0, since it wasn't plugged in. I plugged it in in the other room, and told it to retry. Then it downloads eight thousand packages. Okay. But guess what one of them was... MADWIFI! That's right, linux did something that I never would have expected it to; linux made an executive decision that made my life a lot easier. Finding that out made my day.

After rebooting and everything, I checked out synaptic, the package manager. Easy to use, and contains a whole lot of crap I'd probably never use. But it's waiting for me. Root is disabled by default, making sure nubs like me use sudo instead of haphazardly munging system files. My only complaints are that Ubuntu doesn't detect my laptop's touchpad and doesn't like my soundcard. We'll see what happens when Hoary is released next month.

Overall, 9.8/10 -- if you're a linux n00b, this distro is very yes.

(I'll probably edit this in a couple months when I know more than three command-line, uh, commands.)

bendsley 03-08-2005 12:13 PM

Debian doesn't have the best record for installation or configuration? How can you say that if you're new to linux and mean it? Debian doesn't have a graphical installer to accompany it, but then, do you really need one? Debian installs what you want and only the basic stuff needed to run well.

Ubuntu is going to go out and grab a lot more packages than stock Debian does because they install a GUI by default, and Debian doesn't

Slav: if you have issues, holler at me and we'll go through it.

Latch 03-08-2005 01:27 PM

Quote:

Originally Posted by bendsley
Debian doesn't have the best record for installation or configuration? How can you say that if you're new to linux and mean it? Debian doesn't have a graphical installer to accompany it, but then, do you really need one? Debian installs what you want and only the basic stuff needed to run well.

If you have to rationalise something not having a nice feature for beginners (like a graphical installer) by saying "do you really need one?", you know you're fighting a losing battle ;)

Thanks for the review Slav, I'm keen to try it out.. installing madwifi by default's pretty good..

I use synaptic on a few fc3 boxes, and it's not bad. I've progressed to just using apt-get command line, but synaptic is still a pretty nice package (although rough around the edges).

Slavakion 03-08-2005 01:34 PM

Quote:

Originally Posted by bendsley
Debian doesn't have the best record for installation or configuration? How can you say that if you're new to linux and mean it? Debian doesn't have a graphical installer to accompany it, but then, do you really need one? Debian installs what you want and only the basic stuff needed to run well.

All I know is that I've heard from many different sources that Debian is difficult to install and is not user friendly. I don't have any first-hand experience, but I figured that multiple sources couldn't be wrong. I don't need a graphical installer, I don't even need something like ncurses. I'll push a number to select what option I want. Eh, maybe blindly trusting the internet isn't the best idea, but you're experienced at linux. Perhaps you're so used to wrangling with the (relative) complexities of linux that you can't see them any more. Or perhaps I'm just rambling... :)

Quote:

Ubuntu is going to go out and grab a lot more packages than stock Debian does because they install a GUI by default, and Debian doesn't
Fine by me. I was just surprised by it. I was raised on Windows, so life without a GUI is scary to me. Take as many packages as you need.

Quote:

Slav: if you have issues, holler at me and we'll go through it.
No issues right now, except for the touchpad and the sound problem. From what I've heard, sound is fixed in the next release, and I can live with using a USB mouse. Oh, that was something else I liked, hotplug USB support. I wasn't sure whether I could expect that or not.

If my post seemed to be a rant/attack against Debian/linux, sorry. It wasn't meant that way at all. And I expect to have fewer problems with this than I did with my ill-fated Mandrake installation; I can access the internet.

Slavakion 03-08-2005 01:37 PM

Quote:

Originally Posted by Latch
Thanks for the review Slav, I'm keen to try it out.. installing madwifi by default's pretty good..

I use synaptic on a few fc3 boxes, and it's not bad. I've progressed to just using apt-get command line, but synaptic is still a pretty nice package (although rough around the edges).

If you don't have an immediate desire to dive into it, wait until April when Hoary is released. It's supposed to smooth out a bunch of things, and I heard that a graphical installer might make an appearance (not that it's really necessary. ;) ). Or you could try a preview CD. Array 5 came out last week, I think.

EDIT: Also, Hoary will use x.org instead of Xfree86 if that makes a difference to you.

EDIT2: Hoary preview release 1 is out today.

Latch 03-16-2005 03:55 AM

* Updated the main post with latest versions of some distro/dev releases, removed references to X.Org and 2.6 being new technology that most distros don't have yet :) *

I actually downloaded the Hoary PR 1 LiveCD the other day, just to have a play and see how it was. It's not bad (for a Debian system :P). I didn't dig into it too deeply, but it booted up/went straight into gnome 2.10 nicely. I like having sudoers set up so you can sudo straight away... that was handy. Will have to play with it more in the future.

The only thing I didn't like was the lack of options in the Gnome menu... but since this distro is geared towards the beginner/intermediate.. I can see why the choices are limited. To each there own.

bendsley 03-17-2005 01:20 PM

I played with Ubuntu maybe 2 weeks ago, I really wasn't that impressed with it. Though, it is easy to install and move around in.

I'm not really a fan of Gnome either, I like KDE or E.

vox_rox 03-17-2005 01:39 PM

Quote:

Originally Posted by bendsley
I played with Ubuntu maybe 2 weeks ago, I really wasn't that impressed with it. Though, it is easy to install and move around in.

I'm not really a fan of Gnome either, I like KDE or E.

It's funny. When I hear die-hard Debian fans talk about Ubuntu, they really don't like it even though all the APT functionality is there. But poeple who are new to linux, or switching from an RPM based packaging distro, they like it a lot.

I think it comes down to choice versus plain functionality. IF you want a K envirnoment, you can have it, but you need to load it seperately then do a lot of tweaking which doesn't seem like lots of fun.

However, if you're looking for a distro that works very well "out-of-the-box" then I think Ubuntu has a lot going for it, especially if you're new to linux. It installs quickly, updates easily and quickly (if you have broadband connection :) ) and has all the apps that can get you started right away. All with the added bonus of having the stronger and historically most stable distro anywhere as the basis for the whole thing - Debian.

If you know linux and want the power and control of a power user, install Debian. If you're not, and you just want to use GNU/Linux, install Ubuntu.

Either way, try open source and free your mind.

Peace,

Pierre

Latch 03-17-2005 02:32 PM

I heard (haven't actually investigated) that there's already a Kubuntu distro out there, which is Ubuntu with KDE instead of Gnome. That's what I love about open source.. people can just fork something and create their own version.

Quote:

If you know linux and want the power and control of a power user, install Debian.
And after you grow outta that and want even more control, install gentoo :)

vox_rox 03-17-2005 04:06 PM

Quote:

Originally Posted by Latch
I heard (haven't actually investigated) that there's already a Kubuntu distro out there, which is Ubuntu with KDE instead of Gnome. That's what I love about open source.. people can just fork something and create their own version.

Yes, there is a Kubuntu, but they are their own group and releases may differ from the original Ubuntu. From the reviews I've heard, if you're a KDE fan, it works as well as Ubuntu with all the cool K stuff in there, like my fvourite burner ap K3B (which I also use under Gnome because, even though I have to fudge a few things, it's still better than gcombust or any of those crappy Gnome burner apps)

Quote:

Originally Posted by Latch
And after you grow outta that and want even more control, install gentoo :)

Then, when you really get to know which way is up, you install Slackware and impress even your computer science grad friends! :) :)

Peace,

Pierre

ajji 03-24-2005 12:03 AM

currently I have FC3 and it is running smoothly and handle all my hardware easily. the desktop use is perfect for me after adding mp3, ntfs support (take one minute with yum) and the most important is that it run my small home server perfectly...
I already heard that under Fedora the KDE support might not be perfect, but so far I mainly use KDE and I didn't notice any issues, it seams to be much faster than gnome, that' all I can see :rolleyes:. Does anyone of you had some issue with KDE under FC3 which kind of ? performance, bugs ?
My server box is quite old duron 1300 Mhz, and my desktop is a pentium 4 2,66 Mhz and both of them run kde perfectly...

Regarding ubuntu, it seams to be interresting and a good way to start with linux but comming from FC3 where I got servers running and my desktop working with all I need (and much more) I don't feel the need of switching since I m not sure that ubuntu can bring me anything more.
I might give a test to kubuntu when a good release will come, but for servers I think that Fedora my choice for quite sometime at least. and for my desktop use since everything works well with a nice KDE environment I think I will just look around to know about all the new linux distros and keep Fedora.

Latch 03-26-2005 05:48 PM

I decided to switch from Gentoo to FC3 for my desktop machine (bendsley: I don't wanna hear it). I tried to install via NFS and had major issues (which were my fault, I believe). During that process I had my desktop running Ubuntu hoary livecd for a while... it pissed me off, initially. I knew apt-get, but didn't know there was a 'universe' repository that was disabled by default. Anyways, trying to play a video (once I apt-get'd xine) cause my machine to lock up (after using all it's memory). This could be the livecd, or the preview version, or just ubuntu itself. I'm guessing it's the first reason.. but it still left a bad taste in my mouth.

Finally got FC3 up and running, and am very happy. Got apt-get going (I prefer it over yum), got beagle working, got Gnome 2.10 going, got mythtv going w/ my digital tv card (and the card going itself). Although I had to rebuild a few rpms for udev and beagle to work properly, it was a good experience.

Latch 04-08-2005 05:38 PM

Updates:
- Mandrake->Mandriva
- Updated Mandriva's test ver
- Added Ubuntu section

Latch 04-18-2005 06:13 PM

Updates:
- Suse 9.3
- FC4t2

ranktanman 04-27-2005 02:35 AM

Very well written post, will most certainly remain in my bookmarks.

If I'm allowed to be a nitpicker, though:

Quote:

Originally Posted by The original poster
Ubuntu - There's been much talk about this distro of late. Based on the popular (but difficult for newbies) Debian distribution, it hides a lot of the hard stuff from you, making it a very new-user-friendly distro. Because it's based on Gnome, it uses .deb packages, which are very similar to rpms.

You already mentioned Debian in the same paragraph, so I believe this was just a lapsus.

Great post, nonetheless. Well done.

Latch 04-28-2005 05:49 AM

Quote:

Originally Posted by ranktanman

If I'm allowed to be a nitpicker, though:

...

You already mentioned Debian in the same paragraph, so I believe this was just a lapsus.

Great post, nonetheless. Well done.

It was.. I've fixed it. Good catch ;)

Thanks.

FXRS 05-13-2005 02:45 PM

Hello. Fellow Linux user here. :D

Started with Mandrake 9. Moved from there to RH9 >>> Fedora Core 1. Played with Arch/Slackware/Debian/Gentoo. Now my main distro is Ubuntu with KDE ( NOT Kubuntu) installed through apt. Kubuntu is still pretty buggy yet.

Since I just joined the community yesterday and only really "skimmed" though this whole thread, I will keep an eye on it and see if I can lend a hand here or there. :)

bendsley 05-28-2005 05:25 PM

FXRS: Good deal. Welcome.

You'll see on here that Latch is a Gentoo user turned FC3 (moron), and I myself am a Debian user. We poke fun at each other because we each think our distro is "better". Though, we all know Gentoo is inferior to Debian. :thumbsup:

Oh, by the way, Debian sarge (testing) tree was frozen just recently to become the new stable branch soon. Woody (debian 3.0, stable) has been around for about 3 years. Debian gets a lot of criticism because they don't release enough for they're stable branch. But, what people also don't realize is that the stable branch will never ever break. They can move to the testing branch (sarge) if they're more ambitious or to the unstable branch (sid) if they're want bleeding edge.

I just recently installed Debian Sid and Asterisk 1.0.7 and am playing around with it. I'm trying to get it stable enough to roll out among 100 users or so. I'm thinking about adding an asterisk box at my house and make a SIP connection back to the office.

For those who don't know what Asterisk (*) is, check it out at the links below.

www.digium.com
www.asterisk.org
www.voip-info.org/wiki-Asterisk

Slavakion 05-29-2005 05:38 AM

Quote:

Originally Posted by bendsley
Oh, by the way, Debian sarge (testing) tree was frozen just recently to become the new stable branch soon. Woody (debian 3.0, stable) has been around for about 3 years. Debian gets a lot of criticism because they don't release enough for they're stable branch. But, what people also don't realize is that the stable branch will never ever break. They can move to the testing branch (sarge) if they're more ambitious or to the unstable branch (sid) if they're want bleeding edge.

That's one of the trademark things I admire about Debian. The other is that it'll run on anything with a processor and motherboard. I was kind of shocked when I read on Slashdot a few months ago that Debian was considering dropping support for a lot of platforms.

phukraut 05-29-2005 07:56 AM

More links
 
Latch, maybe you will consider adding these links to your post.

<a href="http://www.zegeniestudios.net/ldc/index.php">Distribution Chooser</a>; it asks you questions and then chooses an appropriate distro for you.

<a href="http://www.livecdlist.com/">LiveCD List</a>; find the right LiveCD for your needs.

<a href="http://www.linux-laptop.net/">Linux on Laptops</a>; find out how that laptop you're eyeing handles Linux before you buy it.

<a href="http://www.sane-project.org/">The Sane Project</a>; get your scanner working with Linux!

Latch 06-15-2005 03:35 AM

Updates:
- FC4 is out! (I'm not sure why I'm so excited.. but I am). I updated the Fedora info to reflect this.
- Created a new section at the bottom of the post: User-Supplied Links. Included all the relevant links I saw in the posts in this thread. Thanks to everyone who suggested them.

Spendrups 06-20-2005 01:43 PM

is it ok to add a few links here, i run Ubuntu Linux on my computer and have had much help from the guys over at

http://www.ubuntuguide.org/
http://www.ubuntuforums.org/

:thumbsup:


All times are GMT -8. The time now is 05:03 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360