FreeBSD: Difference between revisions
No edit summary |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
I began using FreeBSD upon starting employment at CipherTrust (later Secure Computing and now | I began using FreeBSD upon starting employment at CipherTrust (later Secure Computing and now McAfee). Coming from ~8 years of [[Linux]] background, FreeBSD represented all of unpleasant surprises, interesting new solutions, and my first real new exploration through the UNIX/POSIXverse. | ||
*[[Updating FreeBSD]] | *[[Updating FreeBSD]] | ||
*[[FreeBSD APIs]] | *[[FreeBSD APIs]] | ||
==Useful things to do== | |||
* Edit <tt>/boot/loader.conf</tt> and add the line <tt>kern.vty=sc</tt>. Reboot. You can now manipulate your VGA console with <tt>vidcontrol</tt>. | |||
==Building Ports as a User== | ==Building Ports as a User== | ||
| Line 21: | Line 24: | ||
No updates needed. | No updates needed. | ||
[zaebros](0) $ </pre> | [zaebros](0) $ </pre> | ||
==Getting <tt>sudo</tt>== | |||
Install <tt>security/sudo</tt> from the Ports Collection. Your sudoers file lives in <tt>/usr/local/etc/sudoers</tt>. | |||
To add a user to the <tt>wheel</tt> group, use <tt>pw group mod wheel -m USER</tt> | |||
==See also== | |||
* "[https://klarasystems.com/articles/freebsd-tcp-performance-system-controls/ FreeBSD TCP Performance System Controls]" | |||