Sub-categorias

How To Set Up Project.dev Domains on a Dev Server

11 anos atrás
If you are like me and have been a Web Developer/Programmer for most of your life or even if you are new and just getting started. One of the most important tools you can get and configure is a proper Local Dev Server (Development Server). There are many ways to go about this. One of my ...

Apache with fcgid: acceptable performance and bett

12 anos atrás
Update May 2013: We no longer recommend fcgid ever since Ubuntu Server 12.04 was released. This is because that version has PHP-FPM, which provides every benefit that fcgid has, with the added advantage of a shared opcode cache for all processes. We will be writing a full article on PHP-FPM ...

Linux script to check if a service is running and

13 anos atrás
Here is a simple script that will check if your specified service is running and will start it if it’s stopped. You will have to replace “replace_me_with_a_valid_service” with the name of the service you want to check [crayon-673f56e7efd48707983579/] You can place it in crontab and have it ...