Tag: linux
MySQLclient Installation Errors in Python while running pip install mysqlclient
The Problem: mysql_config not found When you try to install mysqlclient using pip, the installation…
Add sudo user on Ubuntu
As root, add a user and fill in the prompts, or leave blank: adduser alice…
Setting up a LAMP Stack on Ubuntu 14.04 LTS
This quick tutorial shows how to set up a LAMP stack on a clean Ubuntu…
How to: Run php in interactive mode directly in console window terminal on Linux
To run PHP directly in the console window terminal (in linux), run the following: php…