LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-08-2003, 04:14 AM   #31
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30

gah!... ok....

try this link


http://sdb.suse.de/sdb/en/html/cmodem8.html



Also some info you might find handy... it makes no difference to your Linux box if you have dsl or cable... it's all tcp/ip on an RJ45 connector. (the wide plug or Ethernet cable is called a RJ45 connection where your common home phone plug is a RJ11 connection.)

Last edited by Muddy; 06-08-2003 at 04:18 AM.
 
Old 06-08-2003, 04:19 AM   #32
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30
something else I thought of, what kind of install did you do for suse? A full install or a workstation or server install? (not sure how they setup the install process)
 
Old 06-08-2003, 04:22 AM   #33
kailuaboy
Member
 
Registered: Jun 2003
Location: Hawaii
Distribution: Suse Linux 8.2
Posts: 42

Original Poster
Rep: Reputation: 15
IT LIVES!!!

I am writing to you on my desktop now. The configurations from the website is what I followed and it works.

Thank you so much for your help.

I have a few more questions if you dont mind helping me out. If not, no worries, Ill just post another thread.

Ivan
 
Old 06-08-2003, 04:24 AM   #34
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30
lol, we've come this far, what the heck, fire away!

You did better than I did when I first started back with RedHat 5.2.. I had one friend who knew linux and there were no websites like this that I knew of. You linux newbies today have it easy! hahaha..

Last edited by Muddy; 06-08-2003 at 04:27 AM.
 
Old 06-08-2003, 04:29 AM   #35
kailuaboy
Member
 
Registered: Jun 2003
Location: Hawaii
Distribution: Suse Linux 8.2
Posts: 42

Original Poster
Rep: Reputation: 15
ok...

Is it possible to have AOL on my Linux?
How do I set up Apache? (Is it simple?)
How do I even extract a program (ie install)?

Thanks,
Ivan
P.S. I know about permissions, I have been using perl (a little) on a unix server (via the internet). Thats all I really know. )
 
Old 06-08-2003, 04:42 AM   #36
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30
ok, as far as AOL ? You got me there... I'm assuming you can use their web site but as far as installing something I doubt it.

Apache comes with every distro of linux, check your install discs it should be there. Yes and no as far as simple, I run apache at home on my test server and it was not too hard to setup. Suse has some info on it but not sure if it will help.... http://sdb.suse.de/en/sdb/html/apache2-faq.html

The config files for it should be in /etc/httpd/conf/httpd.conf

if apache is installed you can verify if it's running in /etc/rc.d/inint.d and run ./httpd status

as for extracting proggies...

most proggies are in .tzr.gz format, some are .tar and some .bz2

you can decompress them in the console pretty much the same... you change one swtich

tar -zxvf

will unpack and extract a file to it's own folder, either a .tar.gz or a .tar file

tar -jxvf

will unpack a .bz2 file to it's own folder

Hope that helps, you can find many of your answers with the search function, or if you are having problems find it, just ask that works too :-)

Last edited by Muddy; 06-08-2003 at 04:44 AM.
 
Old 06-08-2003, 04:47 AM   #37
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30
Oh Also if you do download something in a tar.gz or whatever and you want to make the file work, check the README file that it comes with... however aside from that Most proggies will complie with the following.

./configure
make
make install (as root)

but like I said the README file often has specific instructions or files the proggie will depened on you may have to install first.

There is also a sweet program called checkinstall that will install the file as a rpm or other package format that will help you deinstall it later if you don't want the program.
it's homepage is at http://asic-linux.com.mx/~izto/checkinstall/
 
Old 06-08-2003, 05:04 AM   #38
kailuaboy
Member
 
Registered: Jun 2003
Location: Hawaii
Distribution: Suse Linux 8.2
Posts: 42

Original Poster
Rep: Reputation: 15
AHHHHHHHHHHHH!! I did something

My internet doesnt work now.

I tryed to install a firewall (http://sdb.suse.de/en/sdb/html/pohle...hfirewall.html)

I followed all the steps, rebooted, and nothing.

Then redid everything, rebooted, and nothing still.

What can I do?

Ivan
 
Old 06-08-2003, 05:06 AM   #39
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30
go back and to the thing before on the suse web site... that got you working in the first place.
Then (before you reboot) check /etc/modules.conf to see what it did... maybe it did not make the change permanent.

Also WHY????? install a firewall when #1 your behind a linksys router/firewall and #2 you have ipchains and iptables in linux already???

Just wondering :-)

Last edited by Muddy; 06-08-2003 at 05:07 AM.
 
Old 06-08-2003, 05:12 AM   #40
kailuaboy
Member
 
Registered: Jun 2003
Location: Hawaii
Distribution: Suse Linux 8.2
Posts: 42

Original Poster
Rep: Reputation: 15
I dont know... extra security.

Ivan
 
Old 06-08-2003, 05:14 AM   #41
kailuaboy
Member
 
Registered: Jun 2003
Location: Hawaii
Distribution: Suse Linux 8.2
Posts: 42

Original Poster
Rep: Reputation: 15
nope... didnt work.
 
Old 06-08-2003, 05:26 AM   #42
kailuaboy
Member
 
Registered: Jun 2003
Location: Hawaii
Distribution: Suse Linux 8.2
Posts: 42

Original Poster
Rep: Reputation: 15
ok.... I found a way to get Susefirewall to test. it shuts down the filtering...

Do you know how I disable it? my test command was "SuSEfirewall2 test"

Ivan
 
Old 06-08-2003, 05:33 AM   #43
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30
Quote:
Originally posted by kailuaboy
I dont know... extra security.

Ivan

lol, yes and extra headache. :-)

No I don't know on the firewall... like I said if it's suse specific I'm lost as I've never played with it.
When all else fails consult their web site or like I said to a search. You can also use www.google.com/linux/ and search only linux sites for answers.
 
Old 06-08-2003, 05:40 AM   #44
kailuaboy
Member
 
Registered: Jun 2003
Location: Hawaii
Distribution: Suse Linux 8.2
Posts: 42

Original Poster
Rep: Reputation: 15
GOT IT!!!

"SuSEfirewall2 stop"

that wasnt so hard. (yeah right)

Thanks for all your help, I REALLY appreciate it.
I am definately staying here at these forums.

Ivan
 
Old 06-08-2003, 05:41 AM   #45
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Rep: Reputation: 30
awesome, glad to help man.

Maybe someday when you surpass my knowledge (as it seems all do who I help get started) you can help me.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vsftp - Can access FTP within office network BUT cant access via Internet! kokfei77 Red Hat 2 03-07-2012 07:24 PM
When i connect on the internet I want root not to access the internet !! skouket Linux - Security 12 07-10-2005 12:17 PM
Connection to access point OK, but cannot access the network/internet Nymphetamine Linux - Wireless Networking 29 01-13-2005 02:59 PM
Internet access - to be or not to be... steve02a Linux - Newbie 5 05-19-2004 12:55 PM
can't access internet gbowcock Debian 5 08-21-2003 10:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration