The great AT Linux/BSD/*NIX FAQ project!

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

indd

Senior member
Oct 16, 1999
313
0
0
It seems that a lot of things might already be pretty well explained in a HOWTO, so I was thinking maybe there could be a list of pointers to various HOWTO's already there? Otherwise, a lot of work might be redundant.

just a thought..
indd
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: indd
It seems that a lot of things might already be pretty well explained in a HOWTO, so I was thinking maybe there could be a list of pointers to various HOWTO's already there? Otherwise, a lot of work might be redundant.

just a thought..
indd

When I was just starting out with Linux I found a lot of those HOWTOs to be very hard to read. The FAQs here are much easier for someone like me to get a grip on when Im half a glass from passing out. Many of the HOWTOs are also very out of date. Someone was looking for information on pppd and mgetty the other day and mentioned the HOWTOs are from RH 5.x days. Maybe things havent changed much in the past couple of years, but chances are they are much different. Yes, it may be redundant, but I think its necessary. Plus this would be something AT could call its own. Someone to increase the reputation to Linux users.
 

Chooco

Banned
Apr 5, 2002
731
0
0
i can help with this thing, i'll find problems for your to solve

i have one, Where do the files go when i 'install' an RPM file?
they never really go to the same place, but how can i figure out where they went?

oh here's another one, it's in my big book somewhere but i don't remember it. How do i access lilo so i can change the boot up settings?
 

EHobaX

Member
Oct 16, 2001
199
0
0
I admit there are a lot of more in-depth HOWTOs out there.
However, not all people who operate Linux want to be super-uber admins or kernel hackers.
Some (*gasp*) actually just want to be end-users or in-betweeners.

So maybe a summary or quick list of steps to get something going is perfect for me in some instances.
Working for the man, life, and other things detract from the time I can spend sitting around at my Linux box.

I've been through the Samba HOWTO. It's like 20+ pages long! I really didn't have time to go through the entire thing.
Electrode's list of steps got me running in under 5 minutes. So I says, keep up the good work!
 

mcveigh

Diamond Member
Dec 20, 2000
6,457
6
81
6. Now start the samba server. smbd -D


While it's not very elaborite, or even very secure, what you have created is suitible for the home MP3 server. The hosts allow and interfaces lines are there to make the server inaccessible to anything other than the computers on your LAN, which is a pretty good security measure if you ask me.

don't we need to start the nmbd server also?
nmbd -D

also any thime you make changes to your smb.conf you need to restart the samba server.
 

Electrode

Diamond Member
May 4, 2001
6,063
2
81
<< don't we need to start the nmbd server also?
nmbd -D >>


Oops, forgot that. Adding it now.
 

Reel

Diamond Member
Jul 14, 2001
4,484
0
76
Originally posted by: Chooco
i can help with this thing, i'll find problems for your to solve

oh here's another one, it's in my big book somewhere but i don't remember it. How do i access lilo so i can change the boot up settings?

Quick answer: edit your lilo.conf* file. I remember it used to be just lilo.conf but it seems on my computer now it is lilo.conf.anaconda. I would help more if I could.

More FAQ suggestions: sudo, ipchains.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: ReelC00L
Originally posted by: Chooco
i can help with this thing, i'll find problems for your to solve

oh here's another one, it's in my big book somewhere but i don't remember it. How do i access lilo so i can change the boot up settings?

Quick answer: edit your lilo.conf* file. I remember it used to be just lilo.conf but it seems on my computer now it is lilo.conf.anaconda. I would help more if I could.
anaconda is a redhat thing isnt it? might be a backup.....or redhat is evil!
More FAQ suggestions: sudo, ipchains.
sudo would make a great FAQ, but if we're gonna do a netfilter/firewalling/nat FAQ i think iptables would be the better choice considering hardly any distro uses 2.2 anymore, and even with the ones that do (debian, slack maybe?), people often upgrade to 2.4.

i'm not sure if it'd be even feasable to make an iptables faq, there's tons to explain, and with the short nature of these faq's, we would have to supply a script for them to use (they wouldnt learn enough to write their own), and who determines that? you'd be taking a bunch of people's main security defense and put it in the hands of one anandtech'er.
 

Chooco

Banned
Apr 5, 2002
731
0
0
how about including a big list of commands? make sure to include "tar zxvf (filename" and since i'm here, could you tell me what the z,x,v and f mean? my buddy said z might stand for zip, x he has no idea, v for verbose meaning it gives info back and f means it makes its own folder.....it makes sense but i'm not sure if he's right.
also include an explanation of wildcards.... it's a real b!tch having to type hlds_l_3109_linux_i386.tar.gz which can easily be replaced with hlds*.gz
 

Electrode

Diamond Member
May 4, 2001
6,063
2
81
x: extract
z: compress (gzip)
v: verbose
f: file

And to ease the process of entering those long and bizzare filenames, just type the first few letters, and then hit the tab key. Same goes when entering any path or file name at the command prompt.
 

Chooco

Banned
Apr 5, 2002
731
0
0
how are you supposed to know how to set parameters?
with the tar thing, zxvf doesn't have any symbol, it's just letters. sometimes we have something like "./hlds_run -game tfc -port 27015" and sometimes we have "./wine hl.exe --hl.exe -game tfc -console -dev"

how do i know whether i'm supposed to use nothing, - or --?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Chooco
how are you supposed to know how to set parameters?
with the tar thing, zxvf doesn't have any symbol, it's just letters. sometimes we have something like "./hlds_run -game tfc -port 27015" and sometimes we have "./wine hl.exe --hl.exe -game tfc -console -dev"

how do i know whether i'm supposed to use nothing, - or --?

By RTFMing. Also, you can sometimes get a list of command options with a --help or something after the command. But the man pages are definitely the first place to look.

zxfv all mean something specific (as noted earlier) and if you think about what each letter means they make sense.
 

Chooco

Banned
Apr 5, 2002
731
0
0
i have several manuals and none of them say, i have:
Running Linux (O'Reilly book)
Linux For Dummies (has basic commands, sort of helpful to start with)
Teach Yourself Linux In 24 Hours (similar to Linux For Dummies)
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Chooco
i have several manuals and none of them say, i have:
Running Linux (O'Reilly book)
Linux For Dummies (has basic commands, sort of helpful to start with)
Teach Yourself Linux In 24 Hours (similar to Linux For Dummies)

None of them say what? What particular flags you should use for each command? I should hope not. That would be the worst book in the world!

To understand which flags you use with which programs, you should 1. understand what you are trying to do, and 2. understand what the program does.

The second thing is easier than the first sometimes. The manual (man for short) will help you out. Want to know that there are twenty some odd options for ls? Want to know what each does? Look at the manual with the command "man ls." Most programs will have a manual page on your system. Read through them to understand what each option does. With that information, combined with your knowledge of what you are trying to do will help you understand which options to use when you are trying to use a program.

If you are going to post on this topic again, please include more information than your last cryptic post. Thank you.
 

TheOmegaCode

Platinum Member
Aug 7, 2001
2,954
1
0
I don't know if man(ual) will help alot in the case of you running wine or a dedicated half-life server. For those, read README. I know they are kind'a ambiguous, but you'll find em
 

Chooco

Banned
Apr 5, 2002
731
0
0
how do you always know what to ask the computer for? typing in something "man permissions" comes up emtpy so how am i supposed to know what to type?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Chooco
how do you always know what to ask the computer for? typing in something "man permissions" comes up emtpy so how am i supposed to know what to type?

A very basic understanding of UNIX-like systems. "man chmod" is what you may be looking for. Try reading up on UNIX-like systems in general before putzing around with something 100% foreign to you.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |