Showing posts with label DOM. Show all posts
Showing posts with label DOM. Show all posts

Wednesday 10 July 2013

Manually uninstalling VMware Workstation from Linux hosts

Manually uninstalling VMware Workstation from Linux

VMWare Workstation doesn't ship in a deb, so it isn't registered in dpkg (which is why you can't find it in the software center). It does have an install and uninstall utility though.

To uninstall VMWare Workstation, you will need to run


#vmware-installer --uninstall-product vmware-workstation

Details

This article provides steps for manually removing VMware Workstation when the uninstaller script or RPM package fails to remove the product automatically.

Solution

Note: Log into the host using the root account to execute the terminal commands in this article. If running Ubuntu, the root account is not available by default. Prepend all commands with sudo,or switch to root using this command:

sudo su -

Warning: This command provides unrestricted access to the operating system. It is possible to cause damage to the system when using this access level.

  1. Open a command prompt. For more information, see Opening a command or shell prompt (1003892). Type the commands as indicated in the steps of this procedure.
  2. Shut down all VMware applications and services.

    /etc/init.d/vmware stop

  3. Verify that all processes have stopped:

    lsmod | grep vm

    Note: A zero must be listed beside VMware related modules to indicate that they are no longer running.

  4. Move the VMware libraries to the /tmp directory:

    cd /lib/modules/kernel_version/misc
    mv vm* /tmp


    Note: If the kernel has ever been updated, you must check and move the files from multiple paths. Substitute the kernel version where indicated above.

  5. Unload the kernel modules:

    rmmod vmnet.o
    rmmod vmmon.o
    rmmod vmci.o
    rmmod vmblock.o
    rmmod vmppuser.o


  6. Remove the VMware startup scripts:

    RedHat and Most Distributions:
    rm /etc/rc.d/init.d/rc2.d/*vmware*
    rm /etc/rc.d/init.d/rc3.d/*vmware*
    rm /etc/rc.d/init.d/rc5.d/*vmware*
    rm /etc/rc.d/init.d/rc6.d/*vmware*


    Ubuntu:

    rm /etc/rc2.d/*vmware*
    rm /etc/rc3.d/*vmware*
    rm /etc/rc5.d/*vmware*
    rm /etc/rc6.d/*vmware*


    Note: If you are using a different Linux distribution, substitute the correct path in the commands.

  7. Remove the remaining VMware files and directories:

    rm -rf /etc/vmware*
    rm /usr/bin/vmware-usbarbitrator
    rm /usr/bin/vmnet*
    rm -r /usr/lib/vmware*
    rm -r /usr/share/doc/vmware*


  8. If an RPM package was used to install the VMware product, complete these steps to delete the RPM database entry:

    rpm -qa | grep VMware

    A list of VMware packages is presented. Copy the exact package name for the next step and paste it into the command where indicated.

  9. Remove the VMware packages:

    rpm --erase --nodeps VMware_Package_Name

Thursday 16 August 2012

HTML from Scratch ! Learn how to !!

Here a Good Video teaching some pretty basic stuff about HTML and XHTML .. Obs: The video is not mine, I found on youtube, but still very Good.. So, if you fill like just leave a comment !! Cheers

Thursday 15 March 2012

One-To-One Tutorials in Computing

Give One-to-One Tutorials in Computing (in Person or over Skype). Tutorials - Operations Systems (Windows [XP, Vista and 7], Linux, Mac) Also .. Programming (Java and Python). Web Development (HTML, XHTML, CSS, PHP, MySQL) - WordPress and Joomla. Windows management and Simple Networking.
£7.50 per-hour ... Contact on 

e-mail: info@mydreamwave.com
tchize@itechreload.co.uk
Skype: Tchize_black1

Sunday 15 January 2012

PHP and MySQL Basic & Ajax Basic Tutorial

Basic tips for using phpMyAdmin and setting up databases in MySQL Adding, Creating, Editing, Deleting, Searching & Displaying Tables with HTML and PHP Programming a web form for interacting and graphing into the database.  Lots more PHP code that supplements, what you learned from the PHP course Tons and tons of unique tips that only a professional database programmer knows to...



Installing the Web Developer plug-in for Firefox to help debug code Using the free Development IDE, Apanta Program web pages that done it ? 

It need refreshing to load in new content HTML menus / buttons that trigger functions, Tabbed Menus for Opening CSS DIV, Windows Create Drag and Drop Taps for a Shopping Cart a Web Interface Lots of javascript, XML, CSS, DOM, HTML, PHP

Download here:

http://www.filesonic.com/file/AQIA7AJ/Php_and_Ajax.part1.rar
http://www.filesonic.com/file/w6t8GmC/Php_and_Ajax.part2.rar
http://www.filesonic.com/file/IDU47r9/Php_and_Ajax.part3.rar
http://www.filesonic.com/file/ZNmSKO2/Php_and_Ajax.part4.rar
or
http://ul.to/ugshzjwd/Php_and_Ajax.part1.rar
http://ul.to/gd2y5sj5/Php_and_Ajax.part2.rar
http://ul.to/m777f413/Php_and_Ajax.part3.rar
http://ul.to/96nfitc8/Php_and_Ajax.part4.rar

Mastering Docker Minified Systems: A Step-by-Step Guide with Real Use Cases

Introduction Docker is a powerful platform for developing, shipping, and running applications. Minified Docker systems are optimized for siz...