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 …