Solaris 10 Survival Guide

Just my notes …

h2. Xorg

Section "Device"
  Option     "MergedFB" "False"
EndSection

Section "InputDevice"
  Option      "XkbVariant"    "nodeadkeys"
EndSection

h2. Networking

* Automatic DHCP

touch /etc/dhcp.yukonx0
touch /etc/hostname.yukonx0

* Manual DHCP

pkill -x dhcpagent
ifconfig yukonx0 dhcp start

h2. User Administration

* Add a new user:

useradd -m -d /export/home/user -s /bin/bash -g other user

h2. Keyboard Layout

* /boot/solaris/bootenv.rc

setprop kbd-type 'German'

h2. Hardware

* “Marvel Yukon 88E8053″:http://www.sun.com/bigadmin/hcl/data/sol/components/details/1205.html

h2. Software

* “Firefox”:
* “Thunderbird”:

Leave a Reply