LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-20-2011, 12:10 PM   #16
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281

Quote:
Originally Posted by socratesk21 View Post
I guess, I must "dip my toe in", before "wadding in, from the shallow end", instead of immediately "jumping into the deep end"
May I ask, if you know, is there a section or post, about getting started with Linux?
If you select a distro, the best thing is to just start with a google search of "*distroname* user guide".

One other thing I didn't bring up, but other people have, is that for me personally, it is easier to maintain my Debian box because all the software comes from the repositories. Security patches all come from the same place instead of having to update some from windows, some from adobe, some from... I also like that I can easily get to the root of a problem (both hardware and software) through human readable log files. In Windows I typically get a "Fatal Exception Error" crash, but nothing useful to me to figure out what caused it.

But administering linux is different than administering windows and I must admit that if I was hit by a bus, my wife and kids wouldn't know their way around fixing any issues. Of course, they wouldn't know how to administer their windows boxes either...

So, in the end, I'd say just jump in. You're already dual booting, so I would just try to do everything day to day in linux and see how far you get. When you run into a problem, search the web or ask a question here at LQ and we'll try to help you resolve it. If there's anything you desperately need in Windows, it's still there for you.

Last edited by pljvaldez; 05-20-2011 at 12:11 PM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 05-20-2011, 05:07 PM   #17
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by sundialsvcs View Post
we do now live in a world where hardware can be considered cheap and plentiful, especially given the number of "cast away" machines that are now out there.
This may be true if you live in Europe or the US of A (or a similar developed country), but most of the people in the world don't have that luck. Even if they have old machines without the capability of hardware virtualization it might be more comfortable to run low resource applications in a VM. Some people in this world don't have more than one machine.
 
1 members found this post helpful.
Old 05-20-2011, 08:04 PM   #18
RichyAD
LQ Newbie
 
Registered: Sep 2008
Location: Porto, Portugal
Distribution: Fedora 9-16, Linux Mint
Posts: 28

Rep: Reputation: 0
I agree with TobiSGD. Not everybody has the resources to go out and buy a second PC, no matter how cheap.

I may have judged too harshly about the whole virtualbox/vmware thing in my earlier post, but I do personally believe that sticking with the dual-boot option is the better choice. But I have to add that it is the better choice only if you don't have to re-boot several time per day. We all know that windows is a resource hog and running resource intensive applications inside a virtual machine may not work. So if you only need change OS ones or twice per week, then dual-booting will give you the full experience of both linux and windows without having to share resources with a host OS.

But I think we've drifted of topic. The main question was "what's the benefit of using linux?". So to recap some of the earlier posts and adding some more. Benefits:
- it's free and does not require a license
- it's fast
- it's flexible
- it's stable
- it's secure
- it's easy to keep up-to-date (when using one of the major distribution such as Ubuntu)
- it runs most of the free software that you're used to on windows (browsers, email clients, etc)
- it has a huge selection of tools, applications, software
- it has a large community that is more than willing to help you out if you have a problem, a question, or a request

All this stuff does however require some effort on your part. As pljvaldez points out, administering linux is not quite the same as administering windows. But even a non-programmer can get the hang of that.

So pick a distribution, use it for a while either in dual-boot or as virtual machine, and don't give up to soon. I think in the end you'll find it worth your time.

Last edited by RichyAD; 05-20-2011 at 08:05 PM.
 
Old 05-20-2011, 08:35 PM   #19
socratesk21
LQ Newbie
 
Registered: May 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Question Q? How difficult is it to save a file?

I have been reading up, on Linux, and have found some, "how to's"
It sounds, please correct me, if I'm wrong, I can't simply save a document
I have to set up, my own filing system, before I can even save, say a word processing document or spreadsheet, is this correct?
 
Old 05-20-2011, 08:53 PM   #20
AnanthaP
Member
 
Registered: Jul 2004
Location: Chennai, India
Posts: 952

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
I have been reading up, on Linux, and have found some, "how to's"
It sounds, please correct me, if I'm wrong, I can't simply save a document
I have to set up, my own filing system, before I can even save, say a word processing document or spreadsheet, is this correct?
Not factual.

When you install Linux (any distribution), it sets up a root login for you and optionally an ordinary (user) login.

Each login comes with its own filing system (HOME directory) and thus it is already set up for you.

If you use an ordinary login (as you should for security purposes), Linux (any distribution) will give you full rights in your file system and allow you to use all other packages and programs while making sure that you cant delete them even by mistake.

Can you tell us which "HOW-TO"s. (Provide the URL link) and we can help you set the context for any such assertions about Linux.

Of course the main advantage is cost. If you have some specific programs, you can run wine as suggested by some other posters and also refer the web for equivalent packages.

OK
 
Old 05-20-2011, 09:11 PM   #21
socratesk21
LQ Newbie
 
Registered: May 2011
Posts: 8

Original Poster
Rep: Reputation: 0
http://linuxsurvival.com/

http://linuxreviews.org/beginner/

[Note: I have downloaded the Ubuntu version, both on a "Live CD", to boot from, but also, as a dual, that I can choose, at start-up.]

Last edited by socratesk21; 05-20-2011 at 09:13 PM.
 
Old 05-20-2011, 11:05 PM   #22
socratesk21
LQ Newbie
 
Registered: May 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Well, I started "playing" with my "Ubuntu" edition.
So far, I have installed Google Chrome (Firefox came with Ubuntu)
I have also, made sure my printer works with it, and I didn't even have to try to find "Linux" drivers for it, hooray!
Next, I'm going to see how the "LibreOffice" compares to MS Office.
If I have to, I can install OpenOffice or use Google docs.

Thanks, for the advice, everyone, so far, so good.
 
Old 05-20-2011, 11:15 PM   #23
socratesk21
LQ Newbie
 
Registered: May 2011
Posts: 8

Original Poster
Rep: Reputation: 0
This might be a "silly" (duh) Q?
How do I save a file, to an external portable drive?
I make a habit, to always store things, other than programs (documents, spreadsheets, scanned items, photos, etc) on an external drive.
Do I simply create a file, on that drive, for things, from my Linux OS?
[Note: I'm currently using a "dual boot", I just want to make sure, I don't mess anything up]
 
Old 05-20-2011, 11:48 PM   #24
astromime
LQ Newbie
 
Registered: May 2011
Posts: 26

Rep: Reputation: 13
You should just plug it in, and it should mount automatically.

When you go to "Save" in your program, or "Save as" and the browser pops up, the drive should be on the left side with a little eject button next to it

if not, you can go to the shell and type "df -h" and it should show you where the disc is mounted
 
Old 05-21-2011, 12:00 AM   #25
socratesk21
LQ Newbie
 
Registered: May 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Awesome, I'm liking this, more & more.

After I play with the "Ubuntu" version, for a bit more, I may just "jump into the deep end", and install it, on my desktop, completely (instead of as a "dual boot")

After all, I have 1 laptop and 2 net-books, that still have (Windows), that my wife can use, she has no intentions of switching, and that's her choice.
Her desktop, went dead, probably the power supply, which I intend to replace, soon.

When I do decide to "jump into the deep end" (as I call it), How do I go about it? (I have never attempted it before)

Do I make sure, and copy anything (ex. documents, spreadsheets, photos, music, etc.), I want to keep, onto my external drive, then use the Live CD to install "Ubuntu" version over Windows?
Or do I have to learn how to "wipe my hard drive" then install the "Ubuntu" version, from the Live CD?
 
Old 05-21-2011, 01:11 AM   #26
codemaniac
Member
 
Registered: Feb 2010
Location: INDIA
Distribution: Slackware,Suse,Mint
Posts: 39

Rep: Reputation: 17
Dear Folk ,

Please dont hesitate , just hop into the world of linux , you will be loving it .
 
Old 05-21-2011, 01:13 AM   #27
astromime
LQ Newbie
 
Registered: May 2011
Posts: 26

Rep: Reputation: 13
Quote:
Originally Posted by socratesk21 View Post
Awesome, I'm liking this, more & more.

After I play with the "Ubuntu" version, for a bit more, I may just "jump into the deep end", and install it, on my desktop, completely (instead of as a "dual boot")

After all, I have 1 laptop and 2 net-books, that still have (Windows), that my wife can use, she has no intentions of switching, and that's her choice.
Her desktop, went dead, probably the power supply, which I intend to replace, soon.

When I do decide to "jump into the deep end" (as I call it), How do I go about it? (I have never attempted it before)

Do I make sure, and copy anything (ex. documents, spreadsheets, photos, music, etc.), I want to keep, onto my external drive, then use the Live CD to install "Ubuntu" version over Windows?
Or do I have to learn how to "wipe my hard drive" then install the "Ubuntu" version, from the Live CD?
you might want to copy your files

but then other than that, the live cd can format and partition your drive, and install it
 
Old 05-21-2011, 03:35 AM   #28
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Awesome, I'm liking this, more & more.

After I play with the "Ubuntu" version, for a bit more, I may just "jump into the deep end", and install it, on my desktop, completely (instead of as a "dual boot")

After all, I have 1 laptop and 2 net-books, that still have (Windows), that my wife can use, she has no intentions of switching, and that's her choice.
Her desktop, went dead, probably the power supply, which I intend to replace, soon.

When I do decide to "jump into the deep end" (as I call it), How do I go about it? (I have never attempted it before)

Do I make sure, and copy anything (ex. documents, spreadsheets, photos, music, etc.), I want to keep, onto my external drive, then use the Live CD to install "Ubuntu" version over Windows?
Or do I have to learn how to "wipe my hard drive" then install the "Ubuntu" version, from the Live CD?
On most of my machines dualboot works fine.
On my latest machine, I have wins on 1 drive Debian on the other.
Being that the latest machine is sata & windows Mbr is untouched I can either have dualboot manually switching the boot order of the drives within the bios, or just add the windows drive to grub. Ubuntu (like Debian) has os-prober, which in most cases will find additional OS.
Have fun linux can be addicting.
 
Old 05-21-2011, 08:19 AM   #29
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by socratesk21 View Post
I have to set up, my own filing system, before I can even save, say a word processing document or spreadsheet, is this correct?
That's true for Windows, too. It's just that the installer does it for you (and the installers for most Linux distros do it for you, too).

Quote:
Originally Posted by socratesk21 View Post
Awesome, I'm liking this, more & more.

After I play with the "Ubuntu" version, for a bit more, I may just "jump into the deep end", and install it, on my desktop, completely (instead of as a "dual boot")
Great. As long as you have the mindset of wanting to learn Linux instead of having a free drop-in replacement for Windows, you will probably love it.


Quote:
Originally Posted by socratesk21 View Post
Do I make sure, and copy anything (ex. documents, spreadsheets, photos, music, etc.), I want to keep, onto my external drive, then use the Live CD to install "Ubuntu" version over Windows?
Yes.

Quote:
Originally Posted by socratesk21 View Post
Or do I have to learn how to "wipe my hard drive" then install the "Ubuntu" version, from the Live CD?
Ubuntu will simply overwrite Windows, you don't necessarily have to wipe Windows off first.
 
Old 05-21-2011, 02:51 PM   #30
socratesk21
LQ Newbie
 
Registered: May 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Thank you all, for your time, consideration, and cooperation, I truly appreciate it.

I'll let you know, how it goes.
 
  


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
I am a programmer(Student). How can i help the Linux community as a Programmer? mgsurya Linux - Newbie 11 07-21-2010 03:56 AM
LXer: The Second Great Depression (and How Linux-Based Businesses May Benefit) LXer Syndicated Linux News 0 10-10-2008 10:20 PM
how i would be Programmer under linux (need help) eramax Programming 3 07-19-2008 08:56 AM
Old programmer - new to linux roak_hat LinuxQuestions.org Member Intro 4 09-23-2006 07:05 PM
Programmer to Programmer ( Long Story Of A GUI ) mdoubledragon Programming 1 10-13-2005 05:41 PM

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

All times are GMT -5. The time now is 01:36 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