Re: 1 cpu + 2 monitors + 2 keybord/mouse is it possible

2006-05-12 Thread jad
[EMAIL PROTECTED] wrote on 11/05/2006 11:23:53:

 Hi,
 Is it possible to attach two monitors, 2keybord and 2
 mouse to one PC, by just buying some card that will
 connect with a PC.
 
  I just want to know if it is possible for me to just
 buy 1 more monitor, a mouse and a keyboard
 so that two students could learn in one pc. and oppen
 two different programes at the same time.
 

I have not played with it yet but you might want to take a look at FreeBSD 
6.1. From the 6.1-rc1 announcement 
(http://lists.freebsd.org/pipermail/freebsd-hackers/2006-April/016104.html)

a keyboard multiplexer being added.  This is enabled by default via the 
'kbdmux' driver and allows multiple keyboards of any type to be plugged in 
and work at once.

Reading the man page for kbdmux it isn't clear to me if the keyboards will 
work independently in X but it might be worth a try.

It looks like this topic has come up a lot. See this post and the link at 
the end of it 
http://lists.freebsd.org/pipermail/freebsd-questions/2005-October/101408.html
.

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


Re: New freebsd logo on freebsd.org

2006-05-10 Thread jad
[EMAIL PROTECTED] wrote on 10/05/2006 11:42:17:

 hi,
 
 On 5/9/06, Bill Moran [EMAIL PROTECTED] wrote:
 
  Then take this to [EMAIL PROTECTED]  It's just flame bait here.
 
 I don't want a chat, I want to know where I can find out how we ended
 up with such a terrible logo.  It seems people think it's a big joke? 
 The new logo already looks dated, and will only get worse with time.

 
This happened ages ago and was announced in the news section of the 
website

See - http://logo-contest.freebsd.org/result/

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


mac address in install.cfg

2006-05-09 Thread jad
Hi,

I am doing network installs of FreeBSD 6.0 and I want to place the install 
files in a directory that depends on the mac address of the server being 
installed. In install.cfg I want to specify something like

nfs=10.0.0.1:/var/net_install/files/$MAC_ADDRESS
mediaSetNFS
package=db42-4.2.52_4
packageAdd

Where the target server substitutes $MAC_ADDRESS at install time. Can 
anyone think of a way of doing this?

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


Re: System Intrustion Detection

2006-05-09 Thread jad
Hi,

I would suggest using ssh with RSA key pairs and passphrases only. Dont 
allow password based login or root login over ssh. Only allow root to 
login using the console and use sudo for all admin tasks.

I have not tried this myself but you could use tcpwrappers and write a 
script to add the IP address from repeated failed messages to the 
hosts.deny file. There are various scripts already written to do this. A 
quick goggle search found this 
http://security.linux.com/article.pl?sid=05/09/15/1655234 (its about linux 
but I am sure the same approach applies to FreeBSD.)

Hope this helps
John

[EMAIL PROTECTED] wrote on 09/05/2006 15:54:03:

 More and more each day I am seeing my root emails contain hundreds 
 of entries like this:
 
   May  8 02:23:35 warpstone sshd[26092]: Failed password for root 
 from 222.185.245.208 port 50519 ssh2
 May  8 16:37:41 warpstone ftpd[34713]: FTP LOGIN FAILED FROM 211.44.
 250.152, Administrator
 
   Basically, people are attemtpting to hack into my server often 
 with a few thousands of attempts each day. What measures can I take 
 to stop these attempts? Is there a way I can detect these attacks 
 and automatically cut them off? Are any of the security ports 
 effective against this?
 
   Thank you!
 
   M Goodell
 
 
 -
 Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low 
rates.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]