Ubuntu tutorial(pycharm,eclipse,vim,java,pyqt4 and etc)

1 minute read

open-vm-tools and VMWare Shared Folders for Ubuntu guests

open-vm-tools and VMWare Shared Folders for Ubuntu guests

sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other

Pycharm theme change

Using Vim Editor Emulation in PyCharm (IdeaVim)

Using Vim Editor Emulation in PyCharm (IdeaVim)

How To Install Java with Apt-Get on Ubuntu 16.04

How To Install Java with Apt-Get on Ubuntu 16.04

How to install PyQt5 in Python 3 (Ubuntu 14.04)

How to install PyQt5 in Python 3 (Ubuntu 14.04)

How can I empty the trash using terminal?

How can I empty the trash using terminal?

sudo rm -rf ~/.local/share/Trash/*

How do I mount shared folders in Ubuntu using VMware tools?

How do I mount shared folders in Ubuntu using VMware tools?

VirtualBox/SharedFolders

VirtualBox/SharedFolders

Mounting Shared Folders in a Linux Guest

Mounting Shared Folders in a Linux Guest

sudo mount -t vmhgfs .host:/ushare /home/home9/Downloads
sudo mount -t vmhgfs .host:/home/home9/Downloads /ushare

Access VMware Workstation Host Folders from Ubuntu 17.10 Guest Machines

Access VMware Workstation Host Folders from Ubuntu 17.10 Guest Machines

sudo /tmp/vmware-tools-distrib/vmware-install.pl -d

unable to see shared folders in ubuntu(guest) installed in vmware

unable to see shared folders in ubuntu(guest) installed in vmware

sudo vmware-config-tools.pl
sudo ./vmware-intsll.pl
chmod o+rx /mnt
chmod o+rx /mnt/hgfs/
chmod o+rx /mnt/hgfs/foldername 

share folder problem solved

sudo mount -t fuse.vmhgfs-fuse .host:/home/home9/Downloads /mnt/hgfs/ushare -o allow_other

Enabling shared folders with open-vm-tools

How to get a drive formatted with exfat working?

How to get a drive formatted with exfat working?

shared folder

reinstall vmware tools
sudo vmware-config-tools.pl -d --clobber-kernel-modules=vmhgfs
mount -t vmhgfs .host:/share /mnt/hgfs/ where host is the host you are connecting to share is the share name and /mnt/hgfs is the mount point for the share in your system.