Wednesday, January 03, 2007

Common Solaris 10 commands

To change screen resolution
#: kdmconfig (note can only be used for XSun)
To reboot the machine
#: init 6
or
#: shutdown -i6 -g0 -y

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...