Home

IP aliases in OpenSolaris

Via http://ipucu.enderunix.org/view.php?id=369&lang=en To have multiple IP addresses on 1 NIC, you need to make aliases. 123456pfexec bashMYIP=192.168.255.5MYSUBMASK=255.255.255.0MYNET=192.168.255

Installing Readline 6.1 on OpenSolaris

Download the sourceDownload the file readline-6.1.tar.gz from http://tiswww.case.edu/php/chet/readline/rltop.html Save this in /src You may also want to verify the file signature or checksums and read

Installing libtool 2.2.6b on OpenSolaris

Download the sourceDownload the file libtool-2.2.6b.tar.gz from http://www.gnu.org/software/libtool/ Save this in /src You may also want to verify the file signature or checksums and read the README o

Installing GnuPG 1.4.10 and 2.0.15 on OpenSolaris

Download the sourcesDownload the files gnupg-1.4.10.tar.gz, gnupg-2.0.15.tar.bz2, libgcrypt-1.4.5.tar.bz2, libksba-1.0.7.tar.bz2, libgpg-error-1.7.tar.bz2, libassuan-2.0.0.tar.bz2 from http://www.gnup

Disable xscreensaver in OpenSolaris

1pfexec bash Is xscreensaver running? (should see 1 output line): 1pgrep -l xscreensaver If so kill it: 1pkill xscreensaver Rename xscreensaver so system can’t find it: 12XSSVR=$(which xscreensaver)mv

Alias 'ls' and 'll' with color

Modified from http://www.linuxguy.in/bashrc-on-opensolaris/ 1234echo "alias ls='/usr/gnu/bin/ls -hAF --color --group-directories-first'" >> ~/.bashrcecho "alias ll='/usr/gnu/bin/ls -hAlF --co

Disable system beep from Terminal

From https://opensolaris.org/jive/message.jspa?messageID=219271#219271 1xset -b Or add to your ~/.bashrc: 1echo "xset -b" >>~/.bashrc You may also need to add it to your ~/.profile 1echo "xset -

How to mount Windows shares in OpenSolaris

Via http://dlc.sun.com/osol/docs/content/SSMBAG/smbclientusertaskstm.html#mountsharetask 1mount -F smbfs //[workgroup;][user[:password]@]server/share mount-point In my case I had to enable smb/client:

Installing OpenLDAP 2.4.21 on OpenSolaris

Download the sourceDownload the file openldap-stable-20100219.tgz from http://www.openldap.org/software/download/ Save this in /src You may also want to verify the file signature or checksums and read

Installing curl 7.20.0 on OpenSolaris

Download the sourceDownload the file curl-7.20.0.tar.gz from http://curl.haxx.se/download.html Save this in /src You may also want to verify the file signature or checksums and read the README or INST