E: unable to locate package pip

In Ubuntu, pip is provided by the python-pip package. You can install it in the Software Center, or, if you prefer to use the command line: If you have not already installed python-dev and build-essential, you should install them too. (But it seems your apt-get command might have successfully installed them. If you’re not sure, you can check by trying to install them again. Or with apt-cache … Read more

error: ‘Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)’ — Missing /var/run/mysqld/mysqld.sock

To find all socket files on your system run: My Mysql server system had the socket open at /var/lib/mysql/mysql.sock Once you find where the socket is being opened, add or edit the line to your /etc/my.cnf file with the path to the socket file: Sometimes the system startup script that launched the command line executable specifies … Read more

error: ‘Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)’ — Missing /var/run/mysqld/mysqld.sock

To find all socket files on your system run: My Mysql server system had the socket open at /var/lib/mysql/mysql.sock Once you find where the socket is being opened, add or edit the line to your /etc/my.cnf file with the path to the socket file: Sometimes the system startup script that launched the command line executable specifies … Read more

Docker error : no space left on device

I installed docker on a Debian 7 machine in the following way After that when I first tried creating an Image it failed with the following error Here is the docker info How can I increase the memory? Where are the system configurations stored? From Kal’s suggestions: When I got rid of all the images … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)