RE: Beginner Security Question

2003-11-17 Thread fbsd_user
Using Mouse copy/paste function.
FBSD has an built in copy/paste function which is not enabled by
default. You will find it very useful when editing a file or any
time you want to copy  paste some message from your screen to a
file. There is no 'cut' function as we know it from  MS/windows.
Copy and paste functions in the virtual console assume that there
are three buttons on the mouse. The logical button 1 (logical left)
selects a region of text in the console and copies it to the paste
buffer. The logical button 3 (logical right) extends the selected
region. The logical button 2 (logical middle) pastes the selected
text at the text cursor position. If your mouse has only two
buttons, the middle, `paste' button is not available by default. To
obtain the paste function for an 2 button mouse, use the
moused_flags=  option of rc.conf with the -m 2=3 value to assign the
physical right button to the logical middle button. If you man
moused to read the manual documentation, you will see that they call
it cut/paste. That is an error in the man info, just think of it as
copy/paste.

moused_enable=YES
moused_port=/dev/psm0 # you may have different device
here, that's ok
moused_type=auto
moused_flags=-m 2=3   # config for 2 button mouse


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jon
Cavalier
Sent: Monday, November 17, 2003 7:42 PM
To: [EMAIL PROTECTED]
Subject: Beginner Security Question


hello,

after lots of research and configuration, i finally
have a freebsd box with a comfortable custom
interface, lots of multimedia bells and whistles, and
shortcuts to all of my most-used applications.

i'm still fumbling with text, in that i haven't found
a way to cut and paste from one terminal window to
another (i would welcome any suggestions as to how to
implement this, if it's even possible).  but for the
most part i can do everything i could do with my win
and mac machines before i started on this enlighting
bsd journey, quite reliably.

so now my question is, since i haven't really crossed
the next bridge which is to familiarize myself fully
with the security aspects of freebsd..

is this thing safe?

what i mean is, how does the security of a stock
freebsd 4.7 install and xfree86, using dhcp to access
the internet compare with say a stock windows or mac
computer?  i'd like to start enjoying mozilla, irc,
etc., but since i've used this machine for development
only, i'm curious how it stands up.  can i leave my
machine online while i go to work, without someone
easily popping in and planting a rootkit?  i'm already
aware of programs like tripwire, nessus, and nmap,
which came to me highly recommended, but i'm just not
there yet with the configuration.  i'm also behind a
basic $40 router firewall so i'm guessing that i
probably don't have much more to worry about than most
average pc users do (probably a lot LESS giving the
incessant patching i've had to do with my xp box).

i'd be grateful for any information or experiences you
can share.


thanks in advance,

j




__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Beginner Security Question

2003-11-17 Thread Alex de Kruijff
On Mon, Nov 17, 2003 at 04:42:20PM -0800, Jon Cavalier wrote:
 so now my question is, since i haven't really crossed
 the next bridge which is to familiarize myself fully
 with the security aspects of freebsd..
 
 is this thing safe?

Yes. You have to do three thing just like you have to do with windows.
1. Setup a firewall (FreeBSD has two options availible in the system for
this)
2. Update your system from time to time.
3. Don't have easy passwords.

 can i leave my machine online while i go to work, without someone
 easily popping in and planting a rootkit? 

I do.

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]