Debian Jessie 8: Additional configuration of Nginx and PHP 7 FPM

In continuation to the article on the installation of a Nginx web server and PHP 7 FPM, we will make some changes to our basic installation.

The goal is to show you how to proceed, to allow you to edit your own settings according to your needs.

Debian Jessie 8: install and configure the latest version of Nginx and PHP 7 FPM

In this article, we will install the latest version of NGINX web server that will be associated with the new PHP7 FPM.

In the past, I was a Apache httpd addict and I have used it a lot every time that I'm looking for a web server.
But since I tried Nginx, I adopted it...Nginx is really fast, powerful and consumes fewer resources than Apache.

PHP 7.0 is a worthy successor to PHP5 (yes I know, PHP 6 was swept under the carpet in the middle).

This basic installation will be used later in the next articles to add the support for HTTPS and HTTP/2 protocols.

Debian 8 Jessie: install and configure SUDO

Sudo (sometimes considered as short for Super-user do) is a program designed to let system administrators allow some users to execute some commands as root (or another user). The basic philosophy is to give as few privileges as possible but still allow people to get their work done. Sudo is also an effective way to log who ran which command and when.
Basically, the prefix sudo will be used before a command line that need to be run with root privilege.

Unlike Ubuntu, sudo is not installed by default in Debian 8. We will see in this article how to install, configure and use sudo.

Getting started with a VPS SSD 1 2016 from OVH

In this article, we will see step by step how to start with a VPS SSD 1 from OVH.
For $3.49 / month, you have your own VPS server, based on OpenStack KVM with:

  • 1 vCore at 2,4 GHz
  • 2 Go RAM
  • SSD 10 Go local Raid 10
Tags: 

PHP cURL: extension enabled but it does not work

After a fresh installation of my PC (I upgraded to Windows 10), I could no longer use the PHP cURL extension...

Very strange because the cURL extension was well enabled inside my php.ini file

extension=php_curl.dll

Here is a small piece of PHP code to test if cURL is available and running

Tags: 

Debian 8 "Jessie" stable released

Since April 25 2015, the version 8 of Debian "Jessie" has been released in stable version (https://www.debian.org/)
This version offers a really cool update to create a Web server:

  • Apache 2.4.10
  • PHP 5.6.7
  • nginx 1.6.2
  • MariaDB 10.0.16 et MySQL 5.5.42
  • PostgreSQL 9.4.1

Here is the full announcement from the Debian site: https://www.debian.org/News/2015/20150426

Responsive web design with 2 columns: fixed right sidebar and fluid content area

This is an example of webpage layout in HTML and CSS that you can use to create your own responsive web design.
This design allows website pages size to be automatically adapted according to the screen size of the visitor.

In this example, we will have:

  • a menu sidebar, located on the right and with a fixed size
  • fluid content area that can be increased or reduced depending on the size of the screen of the visitor

Tags: 

Responsive web design with 2 columns: fixed left sidebar and fluid content area

This is an example of webpage layout in HTML and CSS that you can use to create your own responsive web design.
This design allows website pages size to be automatically adapted according to the screen size of the visitor.

In this example, we will have:

  • a menu sidebar, located on the left and with a fixed size
  • fluid content area that can be increased or reduced depending on the size of the screen of the visitor

Tags: 

Drupal 7 - Easily add images in your articles with IMCE

This article presents the IMCE module to easily manage and insert images inside your articles.

IMCE main features:

  • upload images from your hard drive to your webserver
  • Image(jpg, png, gif) operations: resize, create thumbnails, preview
  • navigate inside the structure of your web server to select image
Tags: 

Drupal 7 - Installation of the visual HTML editor CKEditor

This article helps you to install a visual HTML editor on your Drupal site: CKEditor.
Like in Microsoft Word or LibreOffice, you will have a toolbar to easily:

  • make text bold, italic, underline
  • insert links
  • insert images
  • define lists ..
Tags: 

Pages

Subscribe to Geek17.com RSS