Linux/Ubuntu
CategoryLocally Install ElasticSearch to interact with Magento.
Prerequisites:
- Install Apt Transport HTTPS
Step 1 – Download and install ElasticSearch
- Save repository definition
Note..
Ubuntu – How to proceed with “System Program Problem Detected” error messages.
So, if you are getting this annoying issue, in a Ubuntu environment:
You should need to know the following things that you will be..
How to setup a local SMTP email server
If you need to setup a local SMTP email server for developer or testing purposes, this tutorial might be helpful for you. Bear in mind tha..
Get rid of “Write Failed: broken pipe” on SSH connection
Sometimes you will need to run a long process within an ssh session, and you cannot do that regarding the “Write Failed: broken pipe” erro..
UBUNTU – CREATE YOUR OWN SHELL SCRIPT EXECUTABLE AS A COMMAND
If you create a shell script, and you don’t want to run it with the whole url such as /full/path/to/your/file.sh you can do the following:..
INSTALL OAUTH FOR PHP 5.X
To install oauth on your system, you need to perform the following steps with your root user. Be aware that this example is for PHP 5.6, y..
SETUP A LAMP SERVER FROM SCRATCH
Many times, you will need to setup a new work environment such as staging or live, or you may need to setup your local development environ..
UBUNTU – Useful and basic commands
If you are working on an ubuntu linux OS, those command would be pretty useful for you:
To manipulate, and compress/uncompress fil..
INCREASE MEMORY LIMIT, LOG FILE SIZE, AND SOME TRICKS ON MYSQL SERVICE
If you are facing the following error
Or even, if you just want to increase the memory limit in order to avoid further pains in you h..