First time using Linux


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu First time using Linux
# 1  
Old 07-28-2009
First time using Linux

I just installed Ubuntu 9.04. What would you recommend I read? ...I'd like to know my way around this OS.
# 2  
Old 07-29-2009
its a bit old, a bit dated, but rute's instructions still hold, however Ubuntu will likely "shield" you from the real internals, it pays to know about them:

http://rute.2038bug.com/index.html.gz

I may get flamed for this, but I didn't really like Ubuntu's approach to things. It tends to be way to "Ubuntu" specific and not enough about Linux in general.
# 3  
Old 07-29-2009
No flaming here, I quite agree, and feel the same about Windows-imitation distros in general. I used Mandrake for 3 years and learned nothing, and was left high and dry when its package manager threw a fit and packed in.

And ubuntu's memory requirements are horrendous. I can recompile distros in less memory than Ubuntu demands to even install. Have you ever seen an installer throw up OOM-kill messages when you have the temerity to boot it on a system with 128M of RAM? That little RAM may seem silly these days, but even if you have 3 gigs, that doesn't mean your computer wasn't sitting around filling 128M more RAM with whatever when it should've been doing jobs for you instead. Memory wasted is performance wasted, caches cluttered, etc, etc...

Last edited by Corona688; 07-29-2009 at 03:21 PM..
# 4  
Old 07-29-2009
Wow, thanks, that's a lot of info!

I also have Fedora. Would this be a better choice?
# 5  
Old 07-29-2009
free e-book

http://www.ubuntupocketguide.com/download.htm

my recommend site
# 6  
Old 07-29-2009
Fedora is more "Red Hat" like, however, to be completely honest, I would recommend OpenSUSE. The reasons being are:

It is a lot more forgiving when it comes to being a new user, as you have YaST to walk you through the tough times, however it has a, finally, decent package manager that uses repositories that is fairly easy to configure and SUSE in general is well put together.

*YaST is a control panel like utility that lets you do almost anything at either a GUI or Text-Mode user interface, but you can also easily do the same things on the command line.
# 7  
Old 07-30-2009
Here is an excellent resource for a beginner:

Linux Online - Linux Courses
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to calculate time duration in Linux?

I want to calculate duration for below file in this format SID | Date | Starttime |Date |End time 1607 |2019-04-05|13:06:42|2019-04-05|13:07:12 2327 |2019-04-05|13:57:26|2019-04-05|13:57:43 O/p should be like this: SID | Date | Starttime |Date |Endtime... (4 Replies)
Discussion started by: anupmishra
4 Replies

2. Red Hat

Best way to sync time on a Linux machine

I wanted to know which should be the best way to sync time for a linux machine. We have an application server and a database server, both using RHEL 5.8 as the OS. It is important that the time on both these servers match together and also sync with a common time source. As per my knowledge, these... (11 Replies)
Discussion started by: RHCE
11 Replies

3. What is on Your Mind?

What's your all time favorite UNIX/Linux book?

I can bet everyone has their one favorite book even though we have had read many books on UNIX or Linux. My all time favorite is "Unix Power Tools". This book always made me geeky and I loved the little tricks/tips in the book. I still do! The next favorite would be "Prentice Hall Unix and Linux... (0 Replies)
Discussion started by: admin_xor
0 Replies

4. UNIX for Advanced & Expert Users

Real Time processes in Linux

I was trying to experiment with SCHED_RR and SCHED_FIFO. I tried benchmarking the SCHED_NORMAL with these two real time priorities. What I found is strange result. SHED_RR was the slowest then comes SCHED_FIFO and SCHED_NORMAL was the fastest one. All tests are run in same situation and... (3 Replies)
Discussion started by: kumaran_5555
3 Replies

5. UNIX for Dummies Questions & Answers

First Time Linux(Ubuntu) user, Installing

I want to install ubuntu on a seperate hard drive. I have two 500gb sata drives with XP on sata 0,0 and like to install ubuntu on the other sata 1,1. A few questions: Will this work? Can I unplug the XP drive and boot up with ubuntu to 1,1? If that works, how can I boot to... (6 Replies)
Discussion started by: dwainbar
6 Replies

6. Linux

Reading Daylight Saving Time in Linux using C/C++

Hi folks, I would like to read the start date and end date of the Daylight Saving Time for the given timezone in the given year. What's the function in C/C++ to read the start of the Daylight Saving date and end of Daylight saving date? I'm using Linux 2.6.xx Kernel. For Example, in... (4 Replies)
Discussion started by: suryaemlinux
4 Replies

7. UNIX for Advanced & Expert Users

Linux: Access time of mapped data

Before I forget, I'm running on a RedHat 5 box with the following uname -a output: Linux gnc141c 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux Now on to my question. I'm using a tool that maps a Matlab .mat file using the Linux mmap functionality and then... (1 Reply)
Discussion started by: rusttree
1 Replies

8. Linux

First time sudo and Linux

We have a linux system at all locations that is not really used interactively. Well the users need to shutdown the box on weekends. to do this they usally call us to shut it down remotely with root. well i just came accross sudo. and i am unsure how to use it i did visudo then i did %mliu ... (2 Replies)
Discussion started by: deaconf19
2 Replies

9. Programming

C program in Unix / Linux - Time differences

Hi Friends, When Iam running c program in redhat linux 7.3 version and PCQ Linux 8.0 version, its taking around 20 seconds. But when Iam running it in HP-UX Release 11i, its taking around 3 minutes. Can anyone throw light on this. Thanks in advance, Praveen. (11 Replies)
Discussion started by: chprvkmr
11 Replies
Login or Register to Ask a Question