The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
$random relle Shell Programming and Scripting 2 04-01-2008 06:09 AM
Random questions - LinuxWorld.com iBot UNIX and Linux RSS News 0 08-01-2007 11:10 AM
Random keyvan Shell Programming and Scripting 8 05-24-2007 09:11 AM
Getting a random file davidY Shell Programming and Scripting 6 01-01-2007 01:03 AM
random in ksh pascalbout AIX 1 01-04-2006 06:53 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-12-2004
Registered User
 

Join Date: Jan 2004
Posts: 4
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Several Random questions

I have a couple questions about mainly Linux, probobly Unix in general. I'd really appreciate it if you could answer as many as you can.

1) TAR files, Tar.bz files... What are they? Come kind of compression? How can I use them via command lind? Why should I use them?
2) What is a book or tutorial or reference I can find for manually editting configuration files. Many distrobutions do not have a "Control Panel", so I would like to know how to mess around with that kind of stuff without a utility. And also, which files should I learn how to mess around with (I know that they're found in the etc folder... why is it called etc?)
3) How do I install drivers (modules) into the kernel, after I have installed my system?
4) How do I recompile the kernel and replace my old one
5) What is a makefile, and how do I use/create them?
6) Where are things installed to when I use a RPM or something? They're is bin, usr/bin, and a couple other bins. If I extract a zipped application, where should I install it to (ie mozilla firebird).
7) What is a book that will teach me things like what I've mentioned? I've seen two kinds of books really. 1) Teaches you how to use office applications, ect. Like.. Push file..new..wordfile to start a new wordfile 2) Network administration and very advanced linux topics.
How can I find a route between those two? I'm not intrested in network administration or hosting a web server or anything, I just want to learn how linux works and how I can get it to work for me

Thanks for reading!! I'd really appreciate any answers!
Forum Sponsor
  #2 (permalink)  
Old 01-12-2004
Registered User
 

Join Date: Nov 2003
Location: Minnesota
Posts: 379
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Here is a link to an IBM tutorial on linux. There is a whole series of them relating to the LPI Linux certification exam. I would think working through these would be a good start.

http://www-106.ibm.com/developerwork...MW67&S_CMP=ils

I tried them last summer and they were free. I assume they still are, but don't know that for sure.
  #3 (permalink)  
Old 01-12-2004
Moderator
 
Join Date: Sep 2002
Location: Hong Kong, China
Posts: 1,374
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Unless you are a programmer, or most of the time you don't need to write a makefile.

When you install a RPM/DEB package you don't really decide where it is installed. It's all set in the RPM/DEB. All you need to do is to install it. That's all.
  #4 (permalink)  
Old 01-13-2004
Kelam_Magnus's Avatar
Unix does a body good.
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
IF you dont already have a version of Linux... I suggest you go get on and install it and learn it that way... It will stick in your head better and you get to play around with it...

Go to your local bookstore and get either Redhat or Mandrake Linux distro and load them on your PC... You will learn a lot! just by performing the install...

Yes, you will make many mistakes, but you will LEARN!!

For questions on Tar and RPM they are very similar... both compact/combine multiple files for easy transport over the net...

Goto a Unix site like http://www.itrc.hp.com and query your question about tar and you will get alot of answers...
  #5 (permalink)  
Old 01-13-2004
Registered User
 

Join Date: Jan 2004
Location: Australia
Posts: 6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I'm in much the same boat as you here, but by many, many attemps at working with TAR0s and .TGZs, i've found a process that works for me.

1. if it's a .tar, skip this one. If not, then run 'gunzip filename', minus quotes, where filename is the name of the .tgz. this turns it into a .TAR file.

2. From a .TAR, you then type 'tar xvf filename.tar', minus quotes, and where filename is the name of the file. you have to include the file extension on these, or otherwise it spits errors at you. i have found, however, that when you have a fair few tars to get through, then you only have to enter in enough characters to make it unique, and then use *.*, eg
gnome11220.tar
gnome4.tar
i-am-not-very-good-at-this.tar

then you can untar them by typing gnome1*.*, gnome4.* and i-*.* etc.

I hope this helps.
Google UNIX.COM
Closed Thread



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 09:18 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102