Jump to content

Starting off with Linux

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Roman Y

Roman Y

    Programmer

  • Members
  • PipPipPipPip
  • 189 posts
Hi CodeCallers. So I've finally got myself a partition with Linux (latest version of ubuntu) and since I don' want to work with something I don't know about I thought I'd ask you for some advice. Mostly where I can learn linux and how to work with it, like books, tutorials that kind of stuff... already have a book on how to use Linux and GNU but I think the book is how to use ONLY any suggestions of material that I should read / watch if I want to go deeper?

thanks in advance.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I usually start by just trying to use the OS. As I run into issues, I look up solutions on google.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
agnl666

agnl666

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
agree with winged panther. it took me three days (the past three) to install ubuntu though before that i had little knowledge of partitioning, and no knowledge of file systems like ntsf or ext2 through4 and a lot of other things. i'v run into tens of problems though i have learned so much.

#4
Roger

Roger

    If nothing goes right, go left.

  • Administrators
  • 718 posts
Also, what are you using your Linux partition for?
Check out our update Guidelines/FAQ. When posting code, remember to use code tags - Posted Image.

#5
Hignar

Hignar

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 420 posts

WingedPanther said:

I usually start by just trying to use the OS. As I run into issues, I look up solutions on google.

This.

I learnt everything through just doing my day-to-day tasks with in the OS. If I ran into problems then I hit google or one of the hundereds of linux forums there are out there. From what I can tell most books offering to teach you linux are only really of use if you want to go into system administration. Most things you'll need to do should be fairly straight forward and if you run into a bigger problem then there are several people here who know enough to help out.
If there's a new way, I'll be the first in line.

But, it better work this time.

#6
mrlemke

mrlemke

    Learning Programmer

  • Members
  • PipPipPip
  • 68 posts
Familiarize yourself with the terminal as that terminal is more important than your GUI. If you need help on a command or don't know the command you're looking for (but know what you want to do), you should go here:
bash commands - Linux MAN Pages

I like consulting that place to find commands for what I want to do. You can also use "man <command>" to learn more about a particular command.

#7
Roman Y

Roman Y

    Programmer

  • Members
  • PipPipPipPip
  • 189 posts
ok guys thanks for the tips.

Roger said:

Also, what are you using your Linux partition for?

not much actually, mainly programming (specielly in C because windows doesn't really have any good C compiler or working environment) and learning about the OS since it's easier to see how processes are handled, structures of OS on Linux than it is on Windows, but I've got a feeling that the farther I go in university the more I'd have to learn about Linux and learn to operate a computer with several OS´s.

Otherwise it's also convenient to have Linux partition if I want to edit or remove some files that Windows would for some reason bitch about.

#8
agnl666

agnl666

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
i agree about the terminal. learning the terminal is very useful. i find it way quicker and more direct than the gui and i understand what is going on better.