freebsd-tips (c2c014f24c10f90d85126ac5fbd4d8524de32b1c) | freebsd-tips (fd91f859346eaa58f83419db2ec3b3216021ab4a) |
---|---|
1This fortune brought to you by: 2$FreeBSD$ 3% 4Any user that is a member of the wheel group can use "su -" to simulate 5a root login. You can add a user to the wheel group by editing /etc/group. 6 -- Konstantinos Konstantinidis <kkonstan@duth.gr> 7% 8By pressing "Scroll Lock" you can use the arrow keys to scroll backward --- 540 unchanged lines hidden (view full) --- 549 550 -- Lars Engels <lme@FreeBSD.org> 551% 552If you don't want to edit /etc/rc.conf directly, use sysrc(8) to add and remove entries. 553Use "sysrc name=value" to add an entry and "sysrc -x name" to delete an entry. 554 555 -- Lars Engels <lme@FreeBSD.org> 556% | 1This fortune brought to you by: 2$FreeBSD$ 3% 4Any user that is a member of the wheel group can use "su -" to simulate 5a root login. You can add a user to the wheel group by editing /etc/group. 6 -- Konstantinos Konstantinidis <kkonstan@duth.gr> 7% 8By pressing "Scroll Lock" you can use the arrow keys to scroll backward --- 540 unchanged lines hidden (view full) --- 549 550 -- Lars Engels <lme@FreeBSD.org> 551% 552If you don't want to edit /etc/rc.conf directly, use sysrc(8) to add and remove entries. 553Use "sysrc name=value" to add an entry and "sysrc -x name" to delete an entry. 554 555 -- Lars Engels <lme@FreeBSD.org> 556% |
557You can upload the dmesg of your system to help developers get an overview of commonly used hardware and peripherals for FreeBSD. 558Use the curl package to upload it in one command: 559curl -v -d "nickname=$USER" -d "description=FreeBSD/$(uname -m) on \ 560$(kenv smbios.system.maker) $(kenv smbios.system.product)" -d "do=addd" \ 561--data-urlencode 'dmesg@/var/run/dmesg.boot' http://dmesgd.nycbug.org/index.cgi 562% |
|