LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   linux newbee (https://www.linuxquestions.org/questions/linux-software-2/linux-newbee-72750/)

guinness 07-14-2003 07:26 PM

linux newbee
 
HI everyone,

as you see from tread i am very new @linux, using RH 8.0 for few days, i like it but i am still lost :(.

1st i have configured printing services ( for printer located on w2k server) i am able to ping printer, and i added same printer with printtool but if i try to print something, out of printer is coming who knows what: all kinds of numbers and letters that doesn't make any sence :(. any idea ?

2nd i both Mark Minasis Book : Linux for Windows Network Administrators and its great and gave me first steps and some opening. what would you recomend for me, i would like to learn it from inside to outside and what verision of linux you would recommend ???
thx again :newbie:

fancypiper 07-14-2003 07:40 PM

Sorry, I have no knowledge of Windows 2000 servers. Any Linux distro is good to learn and there are a lot of Red Hat users, so you picked a good one, although I still prefer Redhat 7.3 for it's stability.

Download these to learn Linux:

Linux Newbie Administrator Guide
Rute User's Tutorial and Exposition

# Redhat links
RedHat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 down configuration commands
setup leads to several configuration tools

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

mikedderuki 07-14-2003 09:24 PM

Normally, if you get a bunch of garbage when you try to print, it's usually due to a wrong or corrupt printer driver.

guinness 07-16-2003 05:46 PM

now i have another one: :newbie: :Pengy:

why when i type: ifconfig or shutdown -r now getting : command not found :scratch:

fancypiper 07-16-2003 05:55 PM

You got to be root to admin your system.

su -

and give root's password, then try it.

DrOzz 07-16-2003 05:59 PM

also if /sbin is not in your path, your going to have to type the full command such as:
/sbin/ifconfig
and..
/sbin/shutdown -r now
/sbin/shutdown -h now
etc....

guinness 07-16-2003 06:11 PM

thx with /sbin/* it works :) but why i have to type evertime sbin, can i change my directory or ???

fancypiper 07-16-2003 06:13 PM

su - puts /sbin in your path in all distros I have tried

guinness 07-16-2003 06:33 PM

fancypiper thx for your help but i am still newbie (and kinda stupid) could you pls be more specific,
i am still learing

thx

swell 07-16-2003 06:45 PM

As to the first problem, I am not sure what 's the problem exactly.
But I once encountered a problem that graphics were printed as texts.
I just checked the "raw queue" option in the settings of printer, and then I fixed it.

fancypiper 07-16-2003 06:46 PM

The su - command (after you give the correct password) gives full root power, the same as logging into the root account. Anything typed into that x terminal should be done as long as there is enough system left to do the commands, ie both /bin and /sbin is in your PATH and you save typing 5 charactors.
Code:

fancy@uilleann $ su -
Password:
 root@uilleann #  pwd
/root
root@uilleann #

Note the change in directory (was /home/fancy) and prompt. That X terminal has "god" powers over your system and you can bless or destroy at your whim using that x terminal, so read everything you type into it at least 3 times before pressing enter. :tisk:

Specific enough?

guinness 07-16-2003 06:55 PM

Quote:

Originally posted by fancypiper
su - puts /sbin in your path in all distros I have tried
:newbie: :Pengy: role of "su" was clear to me, what i meant is this above, i am trying to avoid type everytime /sbin/command :scratch:

fancypiper 07-16-2003 07:07 PM

su won't put /sbin in your path, su - will.

guinness 07-16-2003 08:29 PM

yeehaa i got it only thing is and its working but only one thing: every time i rebot my machine i have to follow that procidure.

thx piper, you are great help

fancypiper 07-17-2003 05:33 AM

If you want something done on boot-up, you can put the commands in your /etc/rc.d/rc.local file. That is the last script run on boot-up.


All times are GMT -5. The time now is 06:33 PM.