Linux Questions

C

czygvtwkr

Guest
Hi All

I've been playing with Linux lately and want to know if you can set up a "network neighborhood" like you can with windows and share certian folders as easily. I have a home network setup and I use to have a shared folder between my desktop and laptop.
 

2ndAmendment

Just a forgiven sinner
PREMO Member
czygvtwkr said:
Hi All

I've been playing with Linux lately and want to know if you can set up a "network neighborhood" like you can with windows and share certian folders as easily. I have a home network setup and I use to have a shared folder between my desktop and laptop.
You can share between other Unix/Linux boxes, Microsoft Windows boxes, and even Mac.
 

2ndAmendment

Just a forgiven sinner
PREMO Member
You can use NFS, Samba, LISA, or a couple of other protocols. SAMBA acts as a Microsoft file/print server but is more efficient that a Microsoft server.
 
C

czygvtwkr

Guest
Hmmm there is no equilivant icon to "Network Neighborhood" that I can find. Anyone know where i look?
 

2ndAmendment

Just a forgiven sinner
PREMO Member
Yes, there is a "Network Neighborhood". It is called LinNeighborhood.

What version of LINUX are you using?
 

2ndAmendment

Just a forgiven sinner
PREMO Member
czygvtwkr said:
Hmmm there is no equilivant icon to "Network Neighborhood" that I can find. Anyone know where i look?
I just caught the "ICON" part of your post. SuSE, Redhat, and a few other use rpm packages to install software. Other versions use other tools as a package manager. You have to install what you want. LinNeighborhood may not be installed. It does not install by default on SuSE. I have it installed, but rarely use it.
 

2ndAmendment

Just a forgiven sinner
PREMO Member
Use Yast to install LinNeighborhood if it is not installed. You can edit your start menu to include a link/icon to LinNeighborhood. Yast may install some other packages to satisfy dependencies. There is a very good help and HowTo that comes with SuSE if you installed them. If you didn't, install them when you install LinNeighborhood.
 

2ndAmendment

Just a forgiven sinner
PREMO Member
Remember, NEVER, NEVER, use root as your normal login. When you install software, you can su to root or log out and log in as root and then return to your user login. When installing the help, login as root, if you su, the system does not index the help pages.
 
C

czygvtwkr

Guest
What is SU?

Still a total newbie to Linux

If i can get my printer working correctly and my "network neighborhood" working correctly I think Ill keep it.
 

2ndAmendment

Just a forgiven sinner
PREMO Member
Ouch. You need to read a good book. Unix/Linux are so much more powerful and flexible than any Microsoft operating system it makes 98, NT, 2000, and XP pathetic by comparison. There are hundreds if not thousands of utilities and options. But, because of the power and flexibility, you really need to learn a little about it. Don't be intimidated. Once you make the transition, you will probably never want to go back to any Microsoft product. For instance, there is OpenOffice. It does everything Microsoft Office does and then some, is compatible with Microsoft Office files (read and write), and is free and included with the SuSE 9.1 distribution. There are sound, TV, video, photo, image, file manipulation utilities, compilers, and more, and they are all free. The SuSE Help is good. The HowTos can be used to learn the basics. Install them.

Linux and Unix are case sensitive. The file names SU, Su, sU, and su are all different. su is a utility that allows you to become another user without having to log out and log back in. It has some options. su without a dash (-) means keep the current working directory and environment; with the dash means change to the home directory of the user su'd to and set up that users' environment. The default, su [-] (brackets are common notation for optional parameters), is for users other than root to become root. You can also become a user other than root with su [-] " some user name"(don't use the quotes). The user root does not have to provide a password to su. All other users have to provide the password of the user they are su'ing to.

Install and use cups (Common Unix Printing System) for your printer. Use Yast, it is in the start menu under System, to install and configure your printer. You will find Printer in the Hardware section. Yast is your friend. It is like the System folder in Microsoft. All the basic things can be done from there. As you get more familiar, you will want to use the command line utilities.

An example: I had about 30 source files I needed to edit. The edit was basically the same in all the files. To do this by hand would have taken the better part of a day. I used a command line utility called sed. It is a stream editor. I used a bash command line shell script (kind of like a DOS batch file written on the command line instead of placed in a file) to pass each of the files through sed to edit the file, save the edit to a new file, and move the new file to the old file. Done in about one minute.

If you get stuck and want personal help, I offer on site consulting services and instruction through my company.

Hope that helps. Keep at it; it is worth it. And have fun!
 
Last edited:

TWL

Kernel panic: Aiee.......
Personally, I tend to stay away from most of the GUI applications. I find the CLI to be more efficient and less troublesome.
It's been some time (3+ years) since I tried to use LinNeighborhood or any of it's brothers/sisters but they never really worked like I expected. Hopefully they have gotten better. I'd rather just use smbmount or mount from within the CLI or just add it to my /etc/fstab.
Once you start exploring Linux, you'd be amazed what can be done. The possibilities are endless.

JustLinux
LinuxJr
TinyMinds
LinuxHelp

Go to the forums of any of the above sites. Some, if not all, of the sites have an archive of common questions, tutorials, etc. You'd be surprised what you can learn.

Sorry 2ndAmendment...not trying to take away a potential customer. Just pointing out alternatives.
 

2ndAmendment

Just a forgiven sinner
PREMO Member
TWL said:
Personally, I tend to stay away from most of the GUI applications. I find the CLI to be more efficient and less troublesome.
It's been some time (3+ years) since I tried to use LinNeighborhood or any of it's brothers/sisters but they never really worked like I expected. Hopefully they have gotten better. I'd rather just use smbmount or mount from within the CLI or just add it to my /etc/fstab.
Once you start exploring Linux, you'd be amazed what can be done. The possibilities are endless.

JustLinux
LinuxJr
TinyMinds
LinuxHelp

Go to the forums of any of the above sites. Some, if not all, of the sites have an archive of common questions, tutorials, etc. You'd be surprised what you can learn.

Sorry 2ndAmendment...not trying to take away a potential customer. Just pointing out alternatives.
Hey, I don't care. I suggested a good book or the help or HowTos. That is the way I learned.
 
C

czygvtwkr

Guest
Got any suggestions for a good basic book?

Not looking to do anything too technical just get up to the functionality of windows, after all I am just playing around with it at home.

I think open office is better than microsoft office so far. The spreadsheet seems superior to excel from what Ive seen so far.
 

2ndAmendment

Just a forgiven sinner
PREMO Member
czygvtwkr said:
Got any suggestions for a good basic book?

Not looking to do anything too technical just get up to the functionality of windows, after all I am just playing around with it at home.

I think open office is better than microsoft office so far. The spreadsheet seems superior to excel from what Ive seen so far.
A good book for one person can be a bad book for others. I usually like the Nutshell books. They get to the meat of the matter without too much fluff. If you like that kind of book, try Linux in a Nutshell http://www.amazon.com/exec/obidos/A...09/sr=2-1/ref=pd_ka_b_2_1/002-1983627-8386464

If you like a book that offers more introduction, try Running Linux, Fourth Edition (I have not read it but have heard it is good for beginners)
http://www.amazon.com/exec/obidos/A...09/sr=2-2/ref=pd_ka_b_2_2/002-1983627-8386464
 
Top