Friday, 3 May 2013
Uninstall VMware Player from ubuntu
Use ubuntu terminal, and enter your password when prompted:
sudo vmware-installer -u vmware-player
Sunday, 20 March 2011
How-To Clone or Copy a VirtualBox Virtual Disk
With VMWare’s copying a virtual disk is easy: copy the disk in Windows Explorer and add it to a new VM; VMWare will detect that the disk was a copy and create a new unique identifier (UUID) for the disk before adding it to the VM. VirtualBox in this case isnt's so easy.
With VirtualBox, copying a virtual disk is a bit of a pain. If you copy the disk in Windows Explorer and try and use it in a new VM, VirtualBox will have a hissy fit and display the error shown below. A bit of a ‘wordy’ way to say that it already knows about this disk, don’t you think?
The VBoxManage tool will clone the disk for you, creating a new UUID in the process:
VBoxManage clonevdi source destination
With VirtualBox, copying a virtual disk is a bit of a pain. If you copy the disk in Windows Explorer and try and use it in a new VM, VirtualBox will have a hissy fit and display the error shown below. A bit of a ‘wordy’ way to say that it already knows about this disk, don’t you think?
The VBoxManage tool will clone the disk for you, creating a new UUID in the process:
VBoxManage clonevdi source destination
Friday, 11 June 2010
Completely reset an Apache instance in Ubuntu
After start and stop apache:
.: 44: Can't open /etc/apache2/envvars
Find and drop all Apache packages:
sudo dpkg --get-selections | grep apache
sudo apt-get remove --purge apache2 apache2-mpm-worker apache2-threaded-dev apache2-utils apache2.2-common libapache2-mod-python libapache2-mod-python-doc libapache2-mod-wsgi
reinstall apache:
sudo apt-get install apache2 libapache2-mod-python libapache2-mod-wsgi libapache2-mod-python-doc
.: 44: Can't open /etc/apache2/envvars
Find and drop all Apache packages:
sudo dpkg --get-selections | grep apache
sudo apt-get remove --purge apache2 apache2-mpm-worker apache2-threaded-dev apache2-utils apache2.2-common libapache2-mod-python libapache2-mod-python-doc libapache2-mod-wsgi
reinstall apache:
sudo apt-get install apache2 libapache2-mod-python libapache2-mod-wsgi libapache2-mod-python-doc
Sunday, 6 June 2010
Amarok won't play audio files on Ubuntu 10.04
sudo apt-get install libxine1-ffmpeg
after install this package restart Amarok
after install this package restart Amarok
Thursday, 6 May 2010
Print protected pdf
Convert the pdf to a postscript file and the postscript file to a pdf.
Open the new pdf for example with Acrobat Reader and you can print.
pdf2ps protected.pdf unprotected.ps
ps2pdf unprotected.ps unprotected.pdf
Open the new pdf for example with Acrobat Reader and you can print.
pdf2ps protected.pdf unprotected.ps
ps2pdf unprotected.ps unprotected.pdf
Wednesday, 17 February 2010
How format pendrive with fat32 File System
1. Clean (remove everything) your device with fdisk.
sudo fdisk -l
2. Create a fat32 FS:
mkfs -t vfat /dev/sda
sudo fdisk -l
2. Create a fat32 FS:
mkfs -t vfat /dev/sda
Monday, 15 February 2010
Share Internet between Ubuntu and VmWare Windows
On my Ubuntu 9.10 I use Vmware Server 1.09, I use that 'NAT' setting under the Ethernet option in the virtual machine settings. That means that the guest operating system uses the same IP address etc as the host.
It's working.
It's working.
Subscribe to:
Posts (Atom)
-
Step 1. Installing Docker # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo instal...
-
/etc/locale.gen uncoment en_GB.UTF-8 en_US.UTF-8 run locale-gen as root
-
sudo apt -y install wget wget https://zoom.us/client/latest/zoom_amd64.deb sudo apt install ./zoom_amd64.deb