Tag Archive: install

Nov 25

Citrix Receiver install on OEL / Redhat 6.3

Download and install Citrix Reciver client Install complained about alsa-lib sounds drivers. Apparently it needs 32bit alsa-lib so: yum install alsa-lib.i686 Install complained about libcrypto so had to install the 32bit openssl yum install openssl.i686 Modify the /opt/Citrix/ICAClient/util/integrate.sh script to include the correct Firefox config executable. ########## found_netscape() { ALREADY_MIMETYPE=0 ALREADY_MAILCAP=0 arch=`uname -m` if [ …

Continue reading »

Nov 09

CYGWIN install on Windows 8 ssh-host-config as well!

Install cygwin from cygwin.com Run cygwin shell as “Administrator” Run “ssh-host-config” $ ssh-host-config *** Info: Generating /etc/ssh_host_key *** Info: Generating /etc/ssh_host_rsa_key *** Info: Generating /etc/ssh_host_dsa_key *** Info: Generating /etc/ssh_host_ecdsa_key *** Info: Creating default /etc/ssh_config file *** Info: Creating default /etc/sshd_config file *** Info: Privilege separation is set to yes by default since OpenSSH 3.3. *** …

Continue reading »

Sep 29

Oracle Virtual Server 3.0 Upgrade / Install

I am upgrading my OVM 2.2 Server and Manager components to 3.0.1 First of all, there is no clean upgrade path for the OVM Manager or Servers. You have to install new and then import your existing Virtual Servers as well as all VM Templates and resources. My existing environment included 2 OVM 2.2 servers …

Continue reading »

Jul 08

Lotus Notes 8.5 Install on Ubuntu 10.04 32bit

Download C1WR1EN.tar from IBM untar into ibm_lotus_activities-8.5.i586.deb ibm_lotus_cae-8.5.i586.deb ibm_lotus_notes-8.5.i586.deb ibm_lotus_sametime-8.5.i586.deb ibm_lotus_symphony-8.5.i586.deb install ibm_lotus_notes-8.5.i586.deb After installing you will need an additional package to be installed: sudo apt-get install libgnomeprintui2.2-0 Start “notes” from /opt/bim/lotus/notes and point the setup screens to your current user.id enter your password and you should be ready to go.

Oct 28

Create Windows7 install from usb

Requirements: *USB Flash Drive (Minimum 4GB) *Windows 7 or Vista installation files. Follow the below steps to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily. 1. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system. …

Continue reading »