Showing posts with label VMD Ubuntu. Show all posts
Showing posts with label VMD Ubuntu. Show all posts

Install VMD on Ubuntu

1. Register and download the suitable version of VMD from http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMDLINUX
In my case I choosed:
AMD64 OpenGL (Linux (64-bit AMD or Intel EM64T x86) with hardware OpenGL)
2. Open downloaded package and check the configure file, and make sure that the installed path is: install_bin_dir="/usr/local/bin".
3.In terminal type in
./configure
cd src
sudo make install
4. after finish, type in vmd in terminal to check whether you can run it. In my case I got an error something like: bash: vmd: /bin/csh: bad interpreter: No such file or directory
If you have the same error you probably also need install csh from Synaptic Package Manager.

1)To install csh: go to synaptic package manager, type in csh to find csh related package
2) right click and choose "mark for installation". Then apply.
Then you can try again in the terminal by typing vmd.

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...