Install citrix client on opensuse 11.3

It’s straightforward to install ICA client on opensuse 11.3. download citrix client for linux rpm package from here. install rpm # rpm -i ICAClient-11.100-1.i386.rpm setup ICA client manager # cd /usr/lib/ICAClient # ./wfcmgr & by default is in Network section Server Location: type in Citrix server IP address click right …

Install wordpress on opensuse

Assumed apache+php+mysql is ready on opensuse, otherwise check out here. WordPress is just pure php+mysql application, it’s easy to install on opensuse. 1) download wordpress 3.0 download from here. # mv //wordpress-3.0.zip /srv/www/htdocs # cd /srv/www/htdocs # unzip wordpress-3.0.zip # cd wordpress-3.0 # cp wp-config-sample.php wp-config.php fill up the database …

opensuse vmware interface

interface not up Sometimes interface not up in opensuse vmware guest after image moved or copied. linux:~ # ifconfig -a eth3      Link encap:Ethernet  HWaddr 00:0C:29:DA:FE:8F BROADCAST MULTICAST  MTU:1500  Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b)  TX bytes:0 (0.0 …

opensuse 11.3 apache+php+mysql setup

This is quick guide to setup web dev environment on opensuse 11.3. 1) install apache, php and mysql packages through Yast2 apache: apache2, apache2-mod_php5 php: php5, php5-mysql mysql: mysql-community-server, mysql-community-server-client 2) setup apache # rcapache2 status Checking for httpd2:                                          unused means apache installed but not started yet, # cd /srv/www/htdocs …

opensuse 11.3 vmware post installation

The opensuse 11.3 finally released out by July 15, 2010. I used opensuse vmware as desktop alternative in my laptop, quickly test on KDE SC 4.4.4 installation on vmware workstation 7. The installation is faster than 11.2 since it didn’t ask you any question, kind of silent installation on default …