-
-
Save fivesmallq/8394831 to your computer and use it in GitHub Desktop.
Revisions
-
un33k revised this gist
Jan 5, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,7 @@ From the menu (VirtualMachines -> Cancel VMtool Installation) sudo ./vmware-install.pl --default Note: If you happend to have upgraded your kernal then just run this instead sudo ./vmware-install.pl -d --clobber-kernel-modules=vmhgfs 9. Restart -
un33k revised this gist
Jan 5, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,7 @@ From the menu (VirtualMachines -> Cancel VMtool Installation) sudo ./vmware-install.pl --default Note: If you happend to have upgraded your kernal then just run this instead sudo vmware-install.pl -d --clobber-kernel-modules=vmhgfs 9. Restart -
un33k revised this gist
Jan 5, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,7 @@ From the menu (VirtualMachines -> Cancel VMtool Installation) sudo ./vmware-install.pl --default Note: If you happend to have upgraded your kernal then just run this instead sudo vmware-install-tools.pl -d --clobber-kernel-modules=vmhgfs 9. Restart -
un33k revised this gist
Jan 3, 2014 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,6 +18,10 @@ sudo apt-get install linux-headers-`uname -r` sudo mkdir /mnt/cdrom sudo mount /dev/cdrom(x) /mnt/cdrom # (x) is the next avail. cdrom, choose highest number Note: If for some reasons, you don't get /dev/cdrom(x), then just look into vmware fusion application directory and look for a linux.iso. Double click on it and you should see a .tgz file. move the .tgz file to your Linux (scp) and you are ready. 6. Copy VMWare Tools cd /tmp @@ -33,6 +37,9 @@ From the menu (VirtualMachines -> Cancel VMtool Installation) sudo ./vmware-install.pl --default Note: If you happend to have upgraded your kernal then just run this instead sudo vmware-config-tools.pl -d --clobber-kernel-modules=vmhgfs 9. Restart sudo reboot -
un33k revised this gist
Oct 7, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sudo aptitude -y safe-upgrade 2. Reboot your system just in case you have a new kernel sudo shutdown -r now 3. Install the required headers if you have a new kernel (a MUST, as most problems are from headers mismatch) sudo apt-get install linux-headers-`uname -r` 4. Virtual Machines -> Install VMware Tools -
un33k revised this gist
Oct 7, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Enable Shared Folders on vmware Fusion (4.x)+ (Example OS: Linux Ubuntu 12.x as guest OS) 1. First update your linux system: sudo apt-get update -
un33k revised this gist
Oct 7, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Enable Shared Folders on vmware Fusion (4.x)+ (Linux Ubuntu 12.x as guest OS) 1. First update your linux system: sudo apt-get update -
un33k revised this gist
Aug 16, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,8 +8,8 @@ sudo aptitude -y safe-upgrade 2. Reboot your system just in case you have a new kernel sudo shutdown -r now 3. Install the required header if you have a new kernel (a MUST as most problems are from header mismatch) sudo apt-get install linux-headers-`uname -r` 4. Virtual Machines -> Install VMware Tools -
un33k revised this gist
Aug 16, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Enable Shared Folders on vmware Fusion 4.x (Linux Ubuntu 12.x as guest OS) 1. First update your linux system: sudo apt-get update sudo apt-get install -y build-essential sudo aptitude -y safe-upgrade 2. Reboot your system just in case you have a new kernel -
n33kware revised this gist
Nov 27, 2012 . 1 changed file with 20 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,37 +1,44 @@ Enable Shared Folders on vmware Fusion 4.x (Linux Ubuntu 12.x as guest OS) 1. First update your linux system: sudo apt-get update sudo apt-get install -y build-essentialaptitude sudo aptitude -y safe-upgrade 2. Reboot your system just in case you have a new kernel sudo shutdown -r now 3. Install the required header if you have a new kernel sudo apt-get install linux-headers-`uname -r` # a MUST as most problems are from header mismatch 4. Virtual Machines -> Install VMware Tools 5. Mount the CD-ROM (step "0" has added a CDROM to /dev/cdromX) sudo mkdir /mnt/cdrom sudo mount /dev/cdrom(x) /mnt/cdrom # (x) is the next avail. cdrom, choose highest number 6. Copy VMWare Tools cd /tmp cp /mnt/cdrom/VMwareTools-<version>.tar.gz . tar xzvf VMwareTools-<version>.tar.gz 7. Cancel VMware Tool Insallation Bring your Linux vmware to focus From the menu (VirtualMachines -> Cancel VMtool Installation) 8. Run VMWare Tools sudo ./vmware-install.pl --default 9. Restart sudo reboot 10. Verify ls /mnt/hgfs/ 11. Done! Now enabled shared folders will show up in /mnt/hgfs/ -
Val Neekman created this gist
Jul 21, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,37 @@ Enable Shared Folders on vmware Fusion 4.x (Linux Ubuntu 12.x as guest OS) 1. Mount the CD-ROM (Click on Add VMWare Tools first, that will add a CDROM to /dev/cdromX) sudo mkdir /mnt/cdrom sudo mount /dev/cdrom(x) /mnt/cdrom # (x) is the next avail. cdrom, choose highest number 2. Copy VMWare Tools cd /tmp cp /mnt/cdrom/VMwareTools-<version>.tar.gz . tar xzvf VMwareTools-<version>.tar.gz 3. Cancel VMware Tool Insallation Bring your Linux vmware to focus From the menu (VirtualMachines -> Cancel VMtool Installation) 4. Update Linux sudo apt-get install build-essential sudo apt-get install build-essential linux-headers-`uname -r` 5. Run VMWare Tools sudo ./vmware-install.pl --default 6. Restart sudo reboot 7. Verify ls /mnt/hgfs/ 8. Enable shared folders and they will show up in /mnt/hgfs/