If you are stuck with installing vmware tools on debian system then here the instruction and you can install vmware tools easily:
#i have installed Debian wheezy CD1. And i don't see gcc and make tools already installed . So gonna install:
apt-get install gcc make
#We also need to install the kernel header:
apt-cache search linux-header
#now installing linux-headers-3.2.0-4-amd64
apt-get install linux-headers-3.2.0-4-amd64
To be safety just run: apt-get update && apt-get install linux-headers-$(uname -r)
We are ready to go!
Now we right click on Debian system of vmware workstation(Left side) and click on "Install Vmware Tools":
Note: I already installed the tools, so here you are seeing "Reinstall Vmware Tools" whereas it should be "Install Vmware Tools" .
It will pop-up to open in CD-ROM to mount it. Now just open the the location and copy to other location such as :
cd /media/vmware-tools; mkdir /home/scientific/vmtools
cp * /home/scientific/vmtools;tar xvf *
#time to install:
cd /home/scientific/vmware-tools-distrib
perl *.pl
Now wait until and press Enter when it asks . When installation finished just reboot:
Installing Unifi Video (NVR) on Debian Wheezy
Add a sources.list file for the Unifi repo
sudo sh -c ‘echo “deb [arch=amd64] http://www.ubnt.com/downloads/unifi-video/apt wheezy ubiquiti” > /etc/apt/sources.list.d/unifi-video.list’
Add the GPG key
wget -O – http://www.ubnt.com/downloads/unifi-video/apt/unifi-video.gpg.key | sudo apt-key add -
Update your repos
sudo apt-get update
Install unifi-video
sudo apt-get install unifi-video
Access the interface to initiate configuration
https://hostname:7443
chrome:
wget -c wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-*.deb
sudo apt-get install -f
http://blog.pusheax.com/2013/02/installing-vmware-tools-on-debian.html
http://cdavis.us/2014/06/30/installing-unifi-video-nvr-debian-wheezy/
http://www.itworld.com/article/2711166/enterprise-software/install-google-chrome-browser-in-debian-7.html
Komentarze
Komentarze: 0
Zaloguj się, aby dodać komentarz.