Waaahhh.... Linux newbie!!!

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
I need help... utterly confused. Well, not really. Just mildy confused. Just installed Mandrake Linux on my desktop (Windows was givin' me crap, regardless of whether I installed XP or 2K). Needless to say, Mandrake made the install process very, very easy.

However, I'm kind of at a loss as to finding good programs such as an AIM replacement, etc... a good Dreamweaver replacement (unless, of course, there's a Linux version). Not sure how to install stuff, either...

As you can tell, I am a complete, utterly hopeless and helpless newbie. If you have any hints, suggestions, words of advice or encouragement, I would appreciate it.

One more question... if I have ~50 gigs of crap on my secondary partition, with FAT32, is there ANY way I can access it within the Linux shell? 'Cuz I'd love to be able to play my mp3's, but only if I can do it within the shell.

Again... wow, this is a long message. Thanks!
 

TheOmegaCode

Platinum Member
Aug 7, 2001
2,954
1
0
gaim and you can always try dreamweaver with wine...

To get to your other partition you need to get into console, then su to root. Type mkdir /mnt/win/. The command you need next is mount. mount -t vfat {devicename} /mnt/win... The device name will be something like /dev/hda1 or whatever... If it's a different drive all together, then hdb1...
 

XZeroII

Lifer
Jun 30, 2001
12,572
0
0
just give it up and go back to Windows. Unless you like pain (like the kind you are in now), switch back. I've tried Linux many times and found it to elicit much pain. mount -t vfat {devicename} /mnt/win is a great example of this pain. Makes me cringe just thinking that I would have to go back to a command line interface to do stuff.
 

Nemesis77

Diamond Member
Jun 21, 2001
7,329
0
0
Originally posted by: Zakath15
One more question... if I have ~50 gigs of crap on my secondary partition, with FAT32, is there ANY way I can access it within the Linux shell? 'Cuz I'd love to be able to play my mp3's, but only if I can do it within the shell.

Again... wow, this is a long message. Thanks!

Linux reads (and writes) FAT32 without problems. You need to add the FAT32-partition to your /etc/fstab (or was it mtab? I always mix those two up). If you want help, try these links:

Linuxnewbie.org
The Linux Documentation Project
 

Kadarin

Lifer
Nov 23, 2001
44,296
16
81
Originally posted by: TheOmegaCode
gaim and you can always try dreamweaver with wine...

To get to your other partition you need to get into console, then su to root. Type mkdir /mnt/win/. The command you need next is mount. mount -t vfat {devicename} /mnt/win... The device name will be something like /dev/hda1 or whatever... If it's a different drive all together, then hdb1...

There's also an official AOL AIM linux version.

If I'm not mistaken, Mandrake probably already has the partition mounted upon boot. Look in the /mnt directory and you'll probably see it.

Not sure about the Dreamweaver app...
 

mpitts

Lifer
Jun 9, 2000
14,732
1
81
Originally posted by: murphy55d
This is why I have never installed Linux. Command lines=bad.

Only if you don't know what you are doing and have no patience to learn.

The power of linux is in the CLI. I have nearly weened myself off of the GUI on a linux box. I only use Windows for my workstation. All of my servers are linux.

BTW, GO WINGS!

 

murphy55d

Lifer
Dec 26, 2000
11,542
5
81
Originally posted by: mpitts
Originally posted by: murphy55d
This is why I have never installed Linux. Command lines=bad.

Only if you don't know what you are doing and have no patience to learn.

The power of linux is in the CLI. I have nearly weened myself off of the GUI on a linux box. I only use Windows for my workstation. All of my servers are linux.

BTW, GO WINGS!

You're right on both of those. I don't know, and I do not have the patience to learn it.

GO WINGS!!!!!!!!
 

nihil

Golden Member
Feb 13, 2002
1,479
0
0
another tip.

RTFM - it really does help

honestly though, just keep reading. the more you read, the more you will learn. read as much documentation as you can possibly handle, especially FAQ's and HOWTO's. the more time and effort you devote to linux, the faster you will learn.
 

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
Originally posted by: nihil
another tip.

RTFM - it really does help

honestly though, just keep reading. the more you read, the more you will learn. read as much documentation as you can possibly handle, especially FAQ's and HOWTO's. the more time and effort you devote to linux, the faster you will learn.

GRRRR..... 'K, I just installed Sun's SDK 1.4; trying to install BlueJ (java compiler) , but I'm not able to open the jar file... any suggestions?
 

nihil

Golden Member
Feb 13, 2002
1,479
0
0
did you read the readme files, or the installation instructions?

they should be on the site that you got the file from.
 

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
Originally posted by: nihil
did you read the readme files, or the installation instructions?

they should be on the site that you got the file from.

I did, but it's not working.... Waaaahaaaa....

<--- bawls in frustration

<--- leaves to get some lunch.
 

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
'Nother question... when I'm trying to mount a separate partition, how can I find out which partitions I have, altogether? I have /dev/hda1 already mounted (obviously) as my root dir... but I have another partition on the same hd, was d:/ in Win2K. I've tried "mount -t vfat /dev/hda2/ /mnt/win/"

Responded with... "mount: wrong fs type, bad option, bad superblock on /dev/hda2, or too many mounted file systems. (aren't you tryign to mount an extended partition, instead of some logical partition inside?)"

Bah.

<--- *runs off to get Milano cookies*
 

nihil

Golden Member
Feb 13, 2002
1,479
0
0
df will show you what partitions you have mounted.


as for mounting the FAT32 partition, i'm not really sure how to do it as i've never done it before.
 

FuZoR

Diamond Member
Sep 22, 2001
4,422
1
0
I hate linux played with it for about 3 months. Learning all the diffrent commands and how to update/upgrade drove me nuts. Then one day linux refused to bootup after i screwed something up... and now that machine is back on win2k. hahaha.
enjoy!

sorry i didnt help, im a n00b
 

nihil

Golden Member
Feb 13, 2002
1,479
0
0
Originally posted by: FuZioN
I hate linux played with it for about 3 months. Learning all the diffrent commands and how to update/upgrade drove me nuts. Then one day linux refused to bootup after i screwed something up... and now that machine is back on win2k. hahaha.
enjoy!

sorry i didnt help, im a n00b

thanks for your insight.

if you quit after 3 months you must be even lazier than i am.
 

SyahM

Golden Member
Nov 6, 2001
1,788
0
0
From my experience with linux, you have to read a lot if you dont have previous knowledge about Unix. Just keep on reading and Freshmeat.net is another good place to find latest applications and programs. Have fun!
 

manly

Lifer
Jan 25, 2000
12,918
3,687
136
The easiest way to answer your last question about mounting is that the mount command is smart enough. Instead of passing in the filesystem type as an argument, just let mount decide.

I.e.

# mount /dev/hda2 /mnt/win

If that is in fact your Winblows D: drive, then the command is successful and you'll see the files.

Like someone else mentioned, you can specify your filesystems in /etc/fstab. I would have thought Mandrake would make things easy for newbies though (i.e. it uses supermount for removable media and pre-installs entries in /etc/fstab for VFAT filesystems).

Finally, why do you need to open BlueJ's JAR file? Did you install the J2SDK by RPM or by (self-extracting) .bin script? I prefer the latter, but the RPM is okay as well. Installation is successful if you can run:

$ java -version

If so, then you could try:

$ jar tf /path/to/BlueJ.jar

Remember that JARs are just zip files, so using a native unzip tool is a faster way:

$ unzip -l /path/to/BlueJ.jar

LMK if you have further Java/Linux questions.
 

XZeroII

Lifer
Jun 30, 2001
12,572
0
0
Originally posted by: nihil
Originally posted by: FuZioN
I hate linux played with it for about 3 months. Learning all the diffrent commands and how to update/upgrade drove me nuts. Then one day linux refused to bootup after i screwed something up... and now that machine is back on win2k. hahaha.
enjoy!

sorry i didnt help, im a n00b

thanks for your insight.

if you quit after 3 months you must be even lazier than i am.
Giving it a go for 3 months is a huge investment. I fail to see how someone spending 3 months trying to learn an OS then giving up is lazy. IMO the OS should be the easiest piece of software to use on the computer. It should be almost completely transparent to the end user. If you are spending months trying to get the OS to work, that means that you are not even spending time on the apps that run on the OS. IMO, that's bad.
 

nihil

Golden Member
Feb 13, 2002
1,479
0
0
Originally posted by: XZeroII
Originally posted by: nihil
Originally posted by: FuZioN
I hate linux played with it for about 3 months. Learning all the diffrent commands and how to update/upgrade drove me nuts. Then one day linux refused to bootup after i screwed something up... and now that machine is back on win2k. hahaha.
enjoy!

sorry i didnt help, im a n00b

thanks for your insight.

if you quit after 3 months you must be even lazier than i am.
Giving it a go for 3 months is a huge investment. I fail to see how someone spending 3 months trying to learn an OS then giving up is lazy. IMO the OS should be the easiest piece of software to use on the computer. It should be almost completely transparent to the end user. If you are spending months trying to get the OS to work, that means that you are not even spending time on the apps that run on the OS. IMO, that's bad.

well imo it is lazy. you need to spend more than 3 months to try to learn an entirely new way of computing. it's hard to go from a windows user to any version of unix. there are new things to learn, new ways of doing things, etc. you can't just sit down and expect to be an expert in no time.

as for getting the os to work. who said there were issues about getting linux to run properly? if you spend tme to read the readme files that are included with any software that you install it should be straightforward in how to get most things done including compiling, configuring and customization of said program. as for learning unix style commands, sitting down with any basic unix book for a while with a bit of hands on experience will make you feel that much more comfortable with your new environment.

furthermore, it's not an issue of *nix being any more difficult to use than windows. it's rather an issue of getting aqainted to something new. or it's just plain user error.


 

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
*sigh* Thanks, y'all, for your suggestions... I'm going to take what seems to be the collective's advice and start reading about Linux before I install it as the sole OS on my rig... (read: it crashed this morning, I said forget it and installed Win2k).

Thanks, again! I'll post back if I have more questions.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |