LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-20-2008, 07:40 PM   #1
Ricio
Member
 
Registered: Sep 2003
Location: Colombia
Distribution: Debian
Posts: 220

Rep: Reputation: 30
Cool Im finally moving completely to linux!


Yup just like you've read, im finally completely leaving microworm... i mean microvirus err sorry microsoft.
I have always dual booted windows and debian, now im going debian all the way, making a fresh install.

As always Ill be here posting questions of problems Ive always had...

How to configure a hp f4180 printer to print correctly... most of the problems ive had with linux is because when I send a print job, it just doesnt get it done right, printing out of margins out of pages even, and things like that.

Is it safe to add normal user to sudoers?

Is it safe to put /usr/sbin and /sbin to the path of the normal user? cuz with debian when using e.g. ifconfig I have to su to root account.

I want another computer (friends and family with windows) to browse my files freely... no password and stuff... how?

Is my laptop so I'll be the only user in it...


More questions to come... (no pain no gain right?)

Thank you all for your collaboration!

Last edited by Ricio; 02-20-2008 at 07:43 PM.
 
Old 02-20-2008, 07:55 PM   #2
BrianK
Senior Member
 
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334

Rep: Reputation: 51
Quote:
Originally Posted by Ricio View Post
How to configure a hp f4180 printer to print correctly... most of the problems ive had with linux is because when I send a print job, it just doesnt get it done right, printing out of margins out of pages even, and things like that.
no idea.

Quote:
Is it safe to add normal user to sudoers?
as much as you trust those normal users to not futz things up.

Quote:
Is it safe to put /usr/sbin and /sbin to the path of the normal user? cuz with debian when using e.g. ifconfig I have to su to root account.
if sbin is not in your path, you can still launch those apps by doing, for instance, /usr/sbin/ifconfig - even as a normal user. Having sbin in the user's path means little more than they don't have to type "/usr/sbin"

Quote:
I want another computer (friends and family with windows) to browse my files freely... no password and stuff... how?
use a very open samba config & make sure you have a samba server installed & running. An example simple setup:
Code:
[global]
        netbios name = server_name
        server string = server_name
        workgroup = WORKGROUP
        os level = 20
        domain master = No
        map to guest = Bad User
        security = share
        domain logons = No

[SHARE]
        comment = SHARE_NAME
        writeable = yes
        public = yes
        path = /share
Good choice on distros.

have fun!
 
Old 02-20-2008, 07:55 PM   #3
crebralfix
LQ Newbie
 
Registered: Jul 2007
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by Ricio View Post

Is it safe to add normal user to sudoers?

Is it safe to put /usr/sbin and /sbin to the path of the normal user? cuz with debian when using e.g. ifconfig I have to su to root account.

I want another computer (friends and family with windows) to browse my files freely... no password and stuff... how?

Is my laptop so I'll be the only user in it...


More questions to come... (no pain no gain right?)

Thank you all for your collaboration!

1) The point of sudo is to give regular users limited access to certain root level commands.
2) Yes, you can put /usr/sbin and /sbin in the path of normal users. It is just a shortcut; the user can always type /usr/sbin/xxxx to run something.
3) Use SAMBA to allow Windows users to browse files on a linux server. Check the documentation; there should be a quick HOWTO somewhere.
4) Edit your user list on your laptop. There should be a GUI tool or just use the userdel command. Make sure you don't remove some system accounts.
 
Old 02-24-2008, 03:37 PM   #4
Ricio
Member
 
Registered: Sep 2003
Location: Colombia
Distribution: Debian
Posts: 220

Original Poster
Rep: Reputation: 30
Well I have got to say It took me about 4 hours to completely install Debian etch and upgrading to Lenny with kernel 2.6.24-1 on my dell 6400 with kde desktop... Im posting a HOWTO in a few days... still have problems with the fn key indicators.
SMB.conf done
TODO
I see my windows machine, write to it and share files but my windows machine cannot get into my linux machine...

Havent been able to config the hp f4180 wich is installed on the windows machine

but thats it

I've installed vmware server, amsn, wine (ares p2p), ktorrent, the official ati drivers for X1400, the iwlwifi drivers for the intel pro wireless card, and I dont know if to try and install beryl...

Last edited by Ricio; 02-24-2008 at 08:51 PM. Reason: Updating
 
Old 02-24-2008, 04:11 PM   #5
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Quote:
Originally Posted by Ricio View Post
Wstill have problems with the fn key and its indicators.
Thinkpad? Make sure that extra thinkpad buttons are enabled in kernel. If they are you should see some output in xev for the buttons. Press and hold fn + one of the other buttons and find the keycode. Then add something in ~/.Xmodmap like

keycode 223 = F14

Then do a 'xmodmap .Xmodmap' and use your new F14 key for a shortcut in your window manager keybindings.
 
Old 02-24-2008, 08:06 PM   #6
Ricio
Member
 
Registered: Sep 2003
Location: Colombia
Distribution: Debian
Posts: 220

Original Poster
Rep: Reputation: 30
the Fn+ key combinations are working... the problem is that the leds are not lighting up, and the media buttons are not working!

Last edited by Ricio; 02-24-2008 at 10:12 PM. Reason: Media buttons dont work add
 
Old 02-24-2008, 11:34 PM   #7
Ricio
Member
 
Registered: Sep 2003
Location: Colombia
Distribution: Debian
Posts: 220

Original Poster
Rep: Reputation: 30
Got the keyboard configured correctly with media keys and all thanks to kde control center!! =) dumb problem... easy solution...

--------------------------------------
About the media keys... theres a fix something about i8kutils but it seems to be for gnome, I use kde, and prior to 2.6 kernels... I dont know if this is true.

I tried apt-get install i8kutils.. no package found!
Help me out with this... how can I install this pkg... or any way to get the media keys to function... I dont know if I forgot i have a dell inspiron 6400 for what is worth.

Last edited by Ricio; 02-25-2008 at 01:14 PM.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Completely new to linux philcrow Linux - Newbie 12 01-13-2008 01:39 PM
Completely new to Linux jabos Linux - Newbie 18 05-14-2007 02:41 PM
completely new to linux tabbikat Linux - Newbie 6 06-20-2006 09:12 PM
Completely new to linux MVFolino68 Linux - Newbie 1 08-10-2005 05:38 PM
Completely new to linux Newperson Linux - Newbie 16 02-03-2005 06:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:37 PM.

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