Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 04-02-2003, 09:42 AM   #1 (permalink)
sno2dude
Registered User
 
sno2dude's Avatar
 
Join Date: Apr 2003
Location: Michigan Tech
Posts: 38
sno2dude is on a distinguished road
Send a message via AIM to sno2dude Send a message via Yahoo to sno2dude
General Linux Help

Does anyone know any GOOD free tutorials online on how to use Linux... specifically Red Hat 8.0
sno2dude is offline   Reply With Quote
Old 04-02-2003, 09:49 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
how to use linux is sorta like asking how do i use my computer .. it really depends on what you want to do with it. ( program, make graphics, run web servers, databases, games, etc .. )

to get a good answer, you probably want to post what you want to do.

and if you don't know what you want to do .. ask what can you do with linux.

welcome to codenewbie too =)
sde is offline   Reply With Quote
Old 04-02-2003, 10:02 AM   #3 (permalink)
revolution
Legend in my own mind
 
revolution's Avatar
 
Join Date: May 2002
Location: florida
Posts: 618
revolution is on a distinguished road
Send a message via AIM to revolution
sde is right

try this site for a basic overview of the CLI and commands.


welcome
__________________
Is it me or does the word abbreviation seem a little long?


registered user #193524 with the Linux Counter,
http://counter.li.org
revolution is offline   Reply With Quote
Old 04-02-2003, 10:06 AM   #4 (permalink)
revolution
Legend in my own mind
 
revolution's Avatar
 
Join Date: May 2002
Location: florida
Posts: 618
revolution is on a distinguished road
Send a message via AIM to revolution
btw, here is the official getting started guide from redhat on version 8
__________________
Is it me or does the word abbreviation seem a little long?


registered user #193524 with the Linux Counter,
http://counter.li.org
revolution is offline   Reply With Quote
Old 04-02-2003, 10:10 AM   #5 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
Quote:
Originally posted by revolution
btw, here is the official getting started guide from redhat on version 8
that is a LOT to get started on
sde is offline   Reply With Quote
Old 04-02-2003, 10:11 AM   #6 (permalink)
jeffro
Person of interest
 
jeffro's Avatar
 
Join Date: Mar 2003
Location: New Jersey
Posts: 102
jeffro is on a distinguished road
This site got me up and running:

http://www.dsl.org/cookbook/

jeffro
__________________
Jeffro
Linux counter#:213782
GnuPG ID: 406238E7
jeffro is offline   Reply With Quote
Old 04-03-2003, 01:28 AM   #7 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,711
redhead is on a distinguished road
Why not offer the entire help guide?

http://www.tldp.org/
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 04-03-2003, 05:39 AM   #8 (permalink)
sno2dude
Registered User
 
sno2dude's Avatar
 
Join Date: Apr 2003
Location: Michigan Tech
Posts: 38
sno2dude is on a distinguished road
Send a message via AIM to sno2dude Send a message via Yahoo to sno2dude
what i was looking to do would be basic stuff, some programming in Java, games..... i downloaded the java sdk for linux in an RPM file..... but it dosent work.... i dunno why i used gaims rpm file and it worked but this one dosent. anyways tho, thanks for all the sites, one other question. I heard somewhere that the newer versions of Linux could read NTFS partitions, is this true and if it is how do i do it?
sno2dude is offline   Reply With Quote
Old 04-03-2003, 12:05 PM   #9 (permalink)
devin
Registered User
 
Join Date: Mar 2003
Location: California
Posts: 9
devin is on a distinguished road
Send a message via ICQ to devin
The linux kernel has had support for reading NTFS filesystems for a while now (from 2.2.x I think..). Writing to NTFS filesystems is another story and is not safe. Your distribution of linux may already support reading NTFS in the form of a loadable module. If it doesn't then you'd have to recompile your kernel with builtin support for NTFS or compile a new kernel with NTFS as a module.

You can check if its already supported by doing the following as root:

modprobe ntfs
mount /dev/(some_ntfs_partition) /mnt/ntfs

Make sure /mnt/ntfs exists though.

modprobe loads modules. You may not have to do modprobe ntfs if your kernel has it built in. (but most distro kernels don't.)

My guess on the java rpm is that it installed the software in some location that is not in your path.
devin is offline   Reply With Quote
Old 04-04-2003, 02:36 AM   #10 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,711
redhead is on a distinguished road
I can say, since you mention rpm, that in redhat the default kernel dosn't have support for reading ntfs partitions, thus you will have to make a kernel compile, where you enable it.

Else it's just as simple as devin says.. Once you verify that the ntfs module is there, just add the partition to your /etc/fstab and it will be mounted on every boot.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 04-04-2003, 06:22 AM   #11 (permalink)
sno2dude
Registered User
 
sno2dude's Avatar
 
Join Date: Apr 2003
Location: Michigan Tech
Posts: 38
sno2dude is on a distinguished road
Send a message via AIM to sno2dude Send a message via Yahoo to sno2dude
agh..... the linux.... it hurtsss ussss!!!! im a TOTAL LINUX NEWB HERE!!!i just started using it this year cuz that is what is installed in the labs. so.... uhm.... tutorials anyone? laymens terms plz.
sno2dude is offline   Reply With Quote
Old 04-04-2003, 08:51 AM   #12 (permalink)
palin
Code Monkey
 
palin's Avatar
 
Join Date: Jan 2003
Posts: 57
palin is on a distinguished road
I remember when I first had to use soloris on Sun workstations. It was confusing at first but I grew to like it. Having more than one desktop is very liberating I don't feel so cluttered when I have many windows open. If you have been using windows all your life and just started learning linux. To make you transition easier just remember linux isn't windows nor does it want to be.

if you have a question or problem you really can't find an answer to you can try posting here
www.linuxquestions.org. A lot of people there are helpful and quite nice as long as you follow forum edicate.
palin is offline   Reply With Quote
Old 04-07-2003, 09:16 AM   #13 (permalink)
sno2dude
Registered User
 
sno2dude's Avatar
 
Join Date: Apr 2003
Location: Michigan Tech
Posts: 38
sno2dude is on a distinguished road
Send a message via AIM to sno2dude Send a message via Yahoo to sno2dude
oh yeah, i know Linux is not Windows and i am glad for that. Although i do find myself trying to use Linux commands when i am working in a command prompt in windows. I do have multiple desktops in my Windows too..... thank god for LiteStep and NVidias newest drivers/toolset. but i really need to learn how to use linux effectively.... i just wish i would have been exposed to it earlier. and that it could run windows progs (ie all my games)
sno2dude is offline   Reply With Quote
Old 04-16-2003, 10:40 AM   #14 (permalink)
schotty
RedHat's Manwhore
 
schotty's Avatar
 
Join Date: Feb 2003
Location: Milwaukee
Posts: 41
schotty is on a distinguished road
Send a message via ICQ to schotty Send a message via AIM to schotty Send a message via Yahoo to schotty
Have you taken a look at Cygwin? It is basically bash+X11+any WM/DE you want in windows.

That may be useful to you. Do note though, finding a package already compiled of GNOME or KDE may not be worth the 2 weeks of looking. I had to compile all of my stuff myself the last time (15 months ago) I tried this out.
schotty is offline   Reply With Quote
Old 04-16-2003, 10:47 AM   #15 (permalink)
sno2dude
Registered User
 
sno2dude's Avatar
 
Join Date: Apr 2003
Location: Michigan Tech
Posts: 38
sno2dude is on a distinguished road
Send a message via AIM to sno2dude Send a message via Yahoo to sno2dude
what you talking bout schotty?

already have Linux on my box.... with KDE and Gnome.... have RedHat 9 to be exact......
sno2dude is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Boot Disk Mr.Anderson Linux / BSD / OS X 3 08-12-2004 09:34 AM
Los Angeles LUG pres resigns over military Linux use sde Code Newbie News 1 04-22-2004 06:13 AM
IBM to launch MS Office for Linux redhead Code Newbie News 0 02-16-2004 01:34 AM
Linux policies Belisarius Linux / BSD / OS X 0 08-09-2003 05:12 PM
news: Gobo Linux and a new Linux Tree sde Linux / BSD / OS X 0 05-19-2003 03:47 PM


All times are GMT -8. The time now is 10:11 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting