}

Articles tagged "ubuntu"

Page 2 of 2

2 min readBeginner

How to install source code from tarball files on linux?

Usually you should use your package manager to install software in Linux, but sometimes you need to install software from source code. The most common steps are to execute: ./configure;make;make install. Check here for full details

1 min read

Ubuntu 18.04: Installing Apache2 + PHP5 + MySQL + phpMyAdmin

In this short tutorial we explain how to install phpmyadmin with apache 2 on ubuntu 18.04.

2 min read

TensorFlow: libcudnn.so.5 Not Found Error

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.

1 min read

Ubuntu: libxml/xpath.h Not Found Error Fix

Installing lxml for python requires system libs to install it successfully. Here we explain how to fix this issue.

1 min read

SOLVED: pip: command not found

Clean ubuntu installation does not provide pip command. To install pip follow this steps

1 min read

Ubuntu 18.04 LTS will replace unity with GNOME

Canonical will shift their default Ubuntu desktop back to GNOME in Ubuntu 18.04

3 min readBeginner

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.

1 min read

Fix apt-get Hash Sum Mismatch Error

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.