Ubuntu Index Page 2
Tensorflow: Error when trying to import tensorflow: libcudnn.so.5: No such file or directory
Solution to the error "ImportError: libcudnn.so.5: cannot open shared object file: No such file or directory" on linux -> sudo ldconfig /usr/local/cuda/lib64. Check here for more details and more information.
Ubuntu Index Page 2
SOLVED on Ubuntu: fatal error: libxml/xpath.h: No such file or directory
Installing lxml for python requires system libs to install it successfully. Here we explain how to fix this issue.
Ubuntu Index Page 2
SOLVED: pip: command not found
Clean ubuntu installation does not provide pip command. To install pip follow this steps
Ubuntu Index Page 2
Ubuntu 18.04 LTS will replace unity with GNOME
Canonical will shift their default Ubuntu desktop back to GNOME in Ubuntu 18.04
Ubuntu Index Page 2
How to install and configure MySQL on Ubuntu 16.04
Follow this guide to installing MySQL on ubuntu 16.04. We also cover how to create a database user.
Ubuntu Index Page 2
SOLVED: Hash Sum mismatch when doing apt-get update or install
Sometimes when installing a package, upgrade or installing with apt or apt-get on linux ubuntu or debian the error: W: Failed to fetch gzip:/var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_natty_main_source_Sources Hash Sum mismatch is raised. we explain how to solve this error.