Archive: 2010/3

Installing OpenSSL 1.0.0 on OpenSolaris

Download the sourceDownload the file openssl-1.0.0.tar.gz from http://www.openssl.org/source/ Save this in /src You may also want to verify the file signature or checksums and read the README or INSTA

Installing MySQL 5.1.45 on OpenSolaris

Download the sourceDownload the file mysql-5.1.45.tar.gz from http://dev.mysql.com/downloads/mysql/ Save this in /src You may also want to verify the file signature or checksums and read the README or

Installing MySQL 5.1.44 on OpenSolaris

Download the sourceDownload the file mysql-5.1.44.tar.gz from http://dev.mysql.com/downloads/mysql/ Save this in /src You may also want to verify the file signature or checksums and read the README or

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 -