Categories
Tips

Setup LAMPP on Linux

In the previous post, I did show you how to create LAMPP Desktop Icon on Linux. In this post, I will show you step-by-step how to install it and how to configure it for more convenience.

Categories
Tips

Disable SELinux

Despite the power of SELinux, sometimes it was the most complicated thing to overcome when we doing daily work or when we installing new software (eg: setup a website with content outside document root). In this post, I will show you how to disable SELinux temporarily/permanently.

Categories
Tips

LAMPP Desktop Shortcut for Linux

It was a long time since the last working in Fedora Linux. Today, I get back to work with it. So I decided to install LAMPP to quickly depart again. You can found it here: https://www.apachefriends.org/download.html. But, it’s weird if every time I need to start the LAMPP Manager, I need to open the terminal […]

Categories
Tips

Docker Compose for Laravel project

In this article, I’ll introduce to you about: “Why we need to use Docker Compose?” and “How to use Docker Compose for your Laravel projects?“. In addition, we will try to use Compose to see how it makes our life easier.

Categories
Tips

Where is my php.ini file?

You’re running a PHP site and you just realized that the maximum upload size is a little bit small. You decided to increase the maximum upload size. But, you wonder yourself that: Where is my php.ini file – PHP config file?

Categories
Tips

Composer run slowly – Make it run faster

Let’s talk about: “What’s the reasons that make composer run slowly?” and “How to make it run faster?“.