Tag: opensolaris

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

Installing libssh2 1.2.4 on OpenSolaris

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

Installing OpenSSL 0.9.8m on OpenSolaris

Download the sourceDownload the file openssl-0.9.8m.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 INST

Installing pkg-config 0.23 on OpenSolaris

Download the sourceDownload the file pkg-config-0.23.tar.gz from http://pkg-config.freedesktop.org/wiki/ Save this in /src You may also want to verify the file signature or checksums and read the READ