LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Getting started - really! (https://www.linuxquestions.org/questions/linux-newbie-8/getting-started-really-865929/)

Wassock 03-02-2011 05:26 AM

Getting started - really!
 
I've been here before - I am retired, not a computer specialist, and I very much like the look of Linux. I have tried installing just about everything, from Red hat through to Susie 11. They install, but nothing works, and I can't understand the technical abbreviations.
I have just tried to download the technical guide offered, but it won't do it as I don't have a company.
What DO I do? I am so frustrated ... it has been four years since I started trying, and I am no further forward!

kindofabuzz 03-02-2011 05:34 AM

what do you mean nothing works?

unSpawn 03-02-2011 05:39 AM

Quote:

Originally Posted by Wassock (Post 4276183)
What DO I do?

Given your previous thread I'd say start by telling us:
- what exact brand and model computer you have,
- which Linux distribution (or Live CD?) you are currently using, and
- what printer brand and model computer you use.

MTK358 03-02-2011 08:33 AM

Quote:

Originally Posted by Wassock (Post 4276183)
Susie 11.

It's "SUSE", not Susie.

Quote:

I can't understand the technical abbreviations.
What technical abbreviations?

Also, are you interested in learning how Linux works inside?

Ignotum Per Ignotius 03-02-2011 09:13 AM

If you've been trying for several years and getting nowhere, then I'd say it sounds like you could do with a walk-through in person from someone familiar with Linux.

My suggestion to you is to find out whether there's a Linux Users' Group in your area. (I see that you're registered as posting from Poland --- do any of these groups hold meetings near you?) Failing that, you can try posting questions here, but you will have to ensure you ask simple, clear and specific questions if you are to receive help. (There are guides here explaining how best to ask your question.)

...Hope this is helpful --- good luck!

P.S. I like the handle by the way: "wassock" is a great British word I've not heard since my youth... ;)

devUnix 03-02-2011 09:22 AM

Quote:

Originally Posted by Wassock (Post 4276183)
I am so frustrated

Yes, you are!

Well, what do you want to do?

Do you want to use Linux or do you want to understand some advanced concepts of it?

Does no distribution of Linux work on your computer system? List your system configuration such as Motherboard, Processor, RAM (Main Memory), Hard-Disk Capacity or if you have any other removable storage device such as a USB / Flash Disk or Pendrive, etc.

Can you use Windows OS on your system? If yes, then you have three choices:
  • Remove Windows and install only a Linux OS
  • Keep Windows, and perform a Dual-Boot System activities by installing a Linux OS side by side on a separate (free) partition of your Hard-Disk.
  • Keep Windows, install a Virtual Machine (install VirtualBox and then configure a Virtual Machine (VM)) on it and then install a Linux OS on this VM. That way, you can work in Windows and also launch your Linux OS at the same time. But it requires a good amount of RAM / Main Memory (I would suggest at least 512 MB of RAM, it works- I am doing it on my system).

We are here to help you out. But, please, explain what problems you are facing. We will help you really get started!


Download some documents from www.tldp.org the first document that you sould look at is introduction to Linux available on the said website in PDF and other formats.

Wassock 03-03-2011 12:43 AM

First of all, thanks to you all: some good advice, I'm sure!

The machine is Dell 5150C, 200Gb HDD, 3Gb DDR RAM. I use Windows XP Pro, s/p3, mouse and KYBD on bluetooth, internet on a 2MB Sagem modem. I have installed a double-boot system (SUSE 10.1) so I can go back to XP if needed. Printer Brother DCP-115C. I'd like, some time, to be able to run some small BASIC programs in Linux if possible. Otherwise, no special needs (yet).

tommcd 03-03-2011 01:31 AM

Quote:

Originally Posted by Wassock (Post 4276183)
... I am retired, not a computer specialist, and I very much like the look of Linux. I have tried installing just about everything, from Red hat through to Susie 11. They install, but nothing works, and I can't understand the technical abbreviations. ...
What DO I do? I am so frustrated ... it has been four years since I started trying, and I am no further forward!

My suggestion would be to start over with Ubuntu. It is at least as beginner friendly as Suse, if not more so. Plus there are a TON of beginner websites and tutorials for getting started with Ubuntu. Here are some of my favorites:
The free Ubuntu manual: http://ubuntu-manual.org/
The psychocats site: http://www.psychocats.net/ubuntu/
And for dual booting with Windows, plus lots of other great stuff: http://members.iinet.net/~herman546/index.html
And here is a dead simple guide to installing Ubuntu 10.10: http://www.howtoforge.com/the-perfec...verick-meerkat
Note: You do not all of the software that they install in that tutorial. Much of that stuff is redundant. Use only what you need or want.
As others have said, it would be a GREAT help if you could please tell us what model computer you have. Also, please tell us what exactly does not work.

I am not a computer specialist either. In fact, I have no technical background at all. I bought my first computer 8 years ago. I was 42 years old. At that time I was so clueless I did not even know what Internet Explorer was! I had no idea how to even use the Windows computer I had purchased.
So I started doing some reading. I managed to figure out how to use Windows XP. I had to read "Windows XP for Dummies!!!.
I did more and more reading. Eventually I found out about linux. I started with Ubuntu. I continued learning more about linux. Now I run Slackware, Ubuntu, and several other linux distros.
Nobody taught me this stuff. I taught myself everything I know. Rest assured, you can too.
Write back if you need more help.

devUnix 03-10-2011 08:39 AM

Quote:

Originally Posted by Wassock (Post 4277309)
First of all, thanks to you all: some good advice, I'm sure!

The machine is Dell 5150C, 200Gb HDD, 3Gb DDR RAM. I use Windows XP Pro, s/p3, mouse and KYBD on bluetooth, internet on a 2MB Sagem modem. I have installed a double-boot system (SUSE 10.1) so I can go back to XP if needed. Printer Brother DCP-115C. I'd like, some time, to be able to run some small BASIC programs in Linux if possible. Otherwise, no special needs (yet).

Your system configuration sounds great to me. It is much better than mine. :D

So, what have you learnt so far? Is there any problem at hand that you are facing?

Get familiar with Terminal which is found on a Desktop Version of Linux, i.e. under GUI mode also called X-Terminal. This Terminal functions much like a typcial Unix / Linux Console (or Konsole) and has many other advanced and sophisticated functionalities. In fact, it is a shell and you execute commands / tools / programs / scripts by typing their name at the Shell Prompt / Command Prompt.

Initially, you should become familiar with these basic commands:

ls
ls -l
ls -lt
ls -ltr
ls -a
ls -al
cd (or cd ~)
cd ..
cd dirName
mkdir
rmdir
rm -i
rm -r
mv
cp -i
cp -r
cat fileName
cat fileName1 fileName2
cat > fileName
grep 'Search Pattern' fileName
grep -i 'Search Pattern' fileName
ps
ps -ef (or ps ef)
top
last


When you know how to use them then move on to VIM Editor: vi or vim commands.

I am not mentioning what the above commands do.

You get a short description of each of them by typing (for example):

rm --help
grep --help

To get detail information:

man rm

To get yet more detailed information:

info cp

To get any confusion cleared, hit this URL in your web browser's address bar:

www.linuxquestions.org

and enjoy learning Linux without getting frustrated!

I do not generally advertise it, but just to show you some simple and easy to use very important commands, please, consider visiting my blog: www.unix-linux-dev.blogspot.com

;)

djsmiley2k 03-10-2011 08:57 AM

Quote:

Originally Posted by devUnix (Post 4285487)
....

rmdir
rm -i
rm -r
...

Be VERY careful with these 3, these are commands to remove files. Can cause disaster (you can cause disaster in other ways too but this is the easiest way break things :) )

devUnix 03-10-2011 09:10 AM

Quote:

Originally Posted by djsmiley2k (Post 4285504)
Be VERY careful with these 3, these are commands to remove files. Can cause disaster (you can cause disaster in other ways too but this is the easiest way break things :) )


Well, I would not call rmdir a disaster! :tisk: Let the OP figure it out why. :p

Aquarius_Girl 03-10-2011 09:52 AM

Quote:

Originally Posted by Wassock (Post 4276183)
I've been here before - I am retired, not a computer specialist,

Its nice to see your spirit at this age!

Quote:

Originally Posted by Wassock (Post 4276183)
I have tried installing just about everything, from Red hat through to Susie 11. They install, but nothing works, and I can't understand the technical abbreviations.

Now that you have landed here, there no need to panic, yes I mean that.
Red Hat and Suse are not much suitable for newbies, they need a some configuration to be done by the user.

For a newbie I would recommend Linux Mint: http://blog.linuxmint.com/?p=1581
Like Suse and Red Hat, it is another distribution of Linux, but it is much simpler, yes but you can't escape commands, Linux lives and breathes in them, but trust me, on Linux Mint installing and configuring softwares would be much easier than Suse or Red Hat.

I also recommend you NOT to use Ubuntu, the latest versions of Ubuntu are known for bugs and newbie section here gets filled up with people complaining and reinstalling their systems, when they suddenly stop working. The only version I have found to be stable of Ubuntu is 9.04, I am scared of newer versions of it.

You said that you don't understand the Linux abbreviations, I assume that you mean commands, again have faith in me, they
are easy to understand, if and only if, you are interested.

Now it is VERY necessary for you to ASK the EXACT question. Simply saying "it doesn't work", is not helpful, you need to provide what, when, how etc. info in the first post of your threads.

djsmiley2k 03-10-2011 11:08 AM

Quote:

Originally Posted by devUnix (Post 4285517)
Well, I would not call rmdir a disaster! :tisk: Let the OP figure it out why. :p

For some reason, some random libs require empty dirs that they may of created...

tommcd 03-10-2011 11:25 PM

Quote:

Originally Posted by Anisha Kaul (Post 4285577)
For a newbie I would recommend Linux Mint
I also recommend you NOT to use Ubuntu, the latest versions of Ubuntu are known for bugs ...

But Mint is based on Ubuntu. It seems likely then that whatever problems exist in Ubuntu would be inherited by Mint.
I think the reason that beginners may seem to have an easier time with Mint is that Mint includes multimedia codecs, proprietary drivers, and has some extra GUI configuration tools to make using the system easier.
From my experience, I have not had any problems with Ubuntu 10.04 or 10.10.

Aquarius_Girl 03-10-2011 11:28 PM

Mint is based on Debian and Ubuntu as they say: http://www.linuxmint.com/about.php
You might be rare lucky case, but if you constantly monitor the newbie section here, you'll get an idea what I am talking about.


All times are GMT -5. The time now is 03:33 AM.