LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-24-2003, 02:01 AM   #1
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921
Blog Entries: 24

Rep: Reputation: 64
Question Linux Challenges.


Most challenges for newbies to Linux boils down to installation and administration. Would this be correct ?

I feel that if I was given a well installed and maintained Linux workstation, I can use all the applications the same way that I use in windows. For eg., a Linux browser will work the same way as a windows browser. Is this correct ? Thanks.

Vijay
 
Old 08-24-2003, 02:06 AM   #2
brew1brew
Member
 
Registered: Jul 2003
Location: Plano TX (north of Dallas)
Distribution: Kubuntu
Posts: 165

Rep: Reputation: 30
Yes, except you forgot to put in the part that you would not be as worried about viruses or trojans.

. . . oh and blue screen . . .
 
Old 08-24-2003, 02:15 AM   #3
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
This is very good to know. The future versions of Linux are expected to get more easy/user friendly. As this happens, more and more people can be expected to transition from Windows to Linux.

Vijay
 
Old 08-24-2003, 05:32 AM   #4
shermang
Member
 
Registered: Aug 2003
Distribution: Mandrake 9.1
Posts: 55

Rep: Reputation: 15
Yeah, you're right. The only thing keeping Linux from booming real big right now I think is that most people grow up with Windows, or have more friends using Windows. If they try to use Linux they get frustrated initially with all the different types of installs and the entirely different system.
After the initial leaps and bounds of learning needed to setup and get a friendly linux GUI working it's really as easy to use as Windows, most peopel never make it this far though.
 
Old 08-24-2003, 07:18 AM   #5
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
With windows getting more expensive and demanding (this will happen with more viruses etc.,) and Linux versions getting easier and friendlier, several will choose Linux down the road.

Vijay
 
Old 08-24-2003, 08:54 AM   #6
Delmarc
Member
 
Registered: Aug 2003
Location: Port Elizabeth, South Africa
Distribution: Mandrake 9.1, Windows XP Pro
Posts: 36

Rep: Reputation: 15
Actually, you don't have to have one in place of the other... there's nothing wrong with keeping both windows *and* linux and getting the best of all worlds. Niether Linux nor Windows is better - both have pros and cons that balance each other out. Windows is good because it has an easy to use interface and a *massive* software library and general thirdparty support. Linux on the other hand is robust and stable. It's all to do with what your needs are. For example, if you're a serious gamer, Linux is probably not for you... rather stick with Windows 98 SE.
 
Old 08-24-2003, 11:11 AM   #7
OldBob
Member
 
Registered: May 2003
Location: New Jersey
Distribution: Red Hat 8.0 + PCLinuxOS - 2007
Posts: 160

Rep: Reputation: 30
rvijay,

To paraphrase a former President "Depends on what you mean by administration" !!

The installation of the latests distros of Red Hat and Mandrake is as "easy as Windows". I can -
1) surf the 'net.
2) send/receive Email
3) print documents
4) play a CD
BUT, I still don't know how to install the latest version of Mozilla, for example.

To me, the big "learning hump" to get over is use of the command line. I started computing with DOS 3.1 & GWbasic, so I used the command line before getting Windows.

But, the actual Linux commands are all different and a newbie quickly learns that "typos" are DEADLY !!
 
Old 08-24-2003, 11:14 AM   #8
jhansman
Member
 
Registered: Aug 2003
Location: California's Central Coast
Distribution: Red Hat 9
Posts: 48

Rep: Reputation: 15
Let me throw my two cents in here.

I've been using RH9 now for about 3 days, and am no rookie when it comes to computing. I started back in 1988 when DOS 3.3 was the standard, and Windows 2.0 was being bundled with the MS Mouse. I can say that I really enjoy the challenges I've found in Linux, but brothers and sisters, this OS is not for the faint of heart. For those of us with enough technical saavy to dig, most of what we need to do is right there (word processing, file mgmt., etc). Still, it took me a half a day to figure out how to get online! I configured my modem OK, discovered that activating it would make it dial, even downloaded and installed Netscape 7.1. Since then, I feel more comfortable. But if RH and and the other distributers want the general public to even think about moving over to Linux, they need to make using it one hellavu lot easier. Like it or not, people expect some ease of use and hand-holding. As far as I can see, Linux offers none. Can I handle it? Sure. Can my wife or technically challenged brother? Not a chance.
 
Old 08-24-2003, 11:23 AM   #9
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
QUOTE: BUT, I still don't know how to install the latest version of Mozilla, for example.

i managed to install it on day 1 of using linux.

i dont understand whats so difficult about it.

RPM:
rpm -ivh package.rpm

tar.gz:
tar -zxf file-1.xxxxxx.tar.gz
cd file-1.xxxxxxxx/
./configure
make
su
[pass]
make install

and as for mozilla, when i downloaded it, all u have to do it extract the tar ball to where ever u want it, and execute the binary. done.
 
Old 08-24-2003, 11:44 AM   #10
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Quote:
Originally posted by qwijibow
QUOTE: BUT, I still don't know how to install the latest version of Mozilla, for example.

i managed to install it on day 1 of using linux.

i dont understand whats so difficult about it.

RPM:
rpm -ivh package.rpm

tar.gz:
tar -zxf file-1.xxxxxx.tar.gz
cd file-1.xxxxxxxx/
./configure
make
su
[pass]
make install

and as for mozilla, when i downloaded it, all u have to do it extract the tar ball to where ever u want it, and execute the binary. done.
And if you get error messages spewing out in a failed compile? Most Windows users - hell, even DOS users - see *that* crap and have no idea what to do. And, if they figure it out it's a tedious process of looking for the files to download. And then it can *still* fail. Not knowing any better, they might assume their entire system's totally fubared because they *already* tried downloading dependencies. Etc, etc. I started out on a 3 or 4 year old system on a 7 year old computer or so, at the time - tiny hard drive and no development libraries and had never compiled anything before. It wuz not perty. And that's *without* being freaked out by the command line, because I was more of a DOS user than Windows, anyhow. Now, most people probably didn't have as bad an experience as me, but probably not as good a one as you, either. No, it ain't hard with an rpm with no dependency errors. That's not really the valid test case, though.
 
Old 08-24-2003, 11:47 AM   #11
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Quote:
Originally posted by jhansman
Let me throw my two cents in here.

I've been using RH9 now for about 3 days, and am no rookie when it comes to computing. I started back in 1988 when DOS 3.3 was the standard, and Windows 2.0 was being bundled with the MS Mouse. I can say that I really enjoy the challenges I've found in Linux, but brothers and sisters, this OS is not for the faint of heart. For those of us with enough technical saavy to dig, most of what we need to do is right there (word processing, file mgmt., etc). Still, it took me a half a day to figure out how to get online! I configured my modem OK, discovered that activating it would make it dial, even downloaded and installed Netscape 7.1. Since then, I feel more comfortable. But if RH and and the other distributers want the general public to even think about moving over to Linux, they need to make using it one hellavu lot easier. Like it or not, people expect some ease of use and hand-holding. As far as I can see, Linux offers none. Can I handle it? Sure. Can my wife or technically challenged brother? Not a chance.
Another realistic post. Perhaps this is one another reason why Linux is more secure:
1) Free source code and software, so solutions to problems are readily available
2) Most users are of technical background
3) Far lesser users and even lesser corporate users

Hence, it maybe atleast another good 10 to 20 years before Linux becomes more vulnerable to security.

Vijay
 
Old 08-24-2003, 03:39 PM   #12
jhansman
Member
 
Registered: Aug 2003
Location: California's Central Coast
Distribution: Red Hat 9
Posts: 48

Rep: Reputation: 15
Quote:
Hence, it maybe atleast another good 10 to 20 years before Linux becomes more vulnerable to security.
Excellent point. These morons with nothing better to do than send virii and worms out to break Windows servers and workstations have a huge, captive audience to work with, and an OS that is still too rife with security holes. Jesus, I logged on to Windows update yesterday, ran the scan, and there was 32 MB in 19 updates (mostly security) waiting for me to download. Can't wait til next week

I like Linux, I love the open source concept, and want to see all the distros wildly succeed. But until this OS can be mastered (or even handled) by less technical folks, it has absolutely no chance of ever growing beyond the niche it now nicely fills. And, perhaps that is ultimately a good thing. Somehow, I can't see RH or Mandrake ever becoming a M$ or Apple. OK, now how the hell was I going to install that lastest build of StarOffice......?
 
Old 08-24-2003, 03:45 PM   #13
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Man, I agree, I am pissed with all those MS updates !!! Why is so much needed so often ? This is one of the things that is quite annoying.

With RedHat going Enterprise, there could be a chance that this will set a SMALL but better Linux interest trend. Imagine all those who use Red Hat Linux at work and see the advantages. They might eventually change at home and discuss advantages of Linux with their friends etc.,

Vijay
 
Old 08-24-2003, 03:47 PM   #14
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
On the other hand, there is a new version of a Linux Distro comming out every few months. Are we needed to download them each and every time ? How does that work ? Is there a lot of downloading needed for Linux libraries etc., ? Please share your experience. Thanks.

Vijay

Last edited by rvijay; 08-24-2003 at 03:48 PM.
 
Old 08-24-2003, 03:52 PM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Nah, get the right distro and you can just "update" for life. It's no biggie, or you can stick with the same apps you get from day 1. I run Slackware 8.1, it's relatively old, but works great still. I update certain applications on occasion, maybe for security or bugs, or just because I want to checkout the latest and greatest, but there is no "requirement" (usually) on updating to the latest version.

Cool
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
Newbie to Susi 9.3 having wireless connection challenges kcking66 Linux - Wireless Networking 2 05-04-2005 10:35 AM
My Experience/Challenges with LFS. rvijay Linux From Scratch 15 03-01-2005 12:42 PM
Download Accelerator Challenges. rvijay Linux - Software 2 02-28-2005 02:23 PM
Linux challenges with laptops ernesto_cgf Linux - News 1 10-19-2004 10:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:41 AM.

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