Skip to content

Jean-Pierre Lambelet

Il n'y a pas de questions bêtes

  • Programming tips
  • About JP
  • English
    • Français

General tips

OSX 

MacOsx install php7.4 and force its use

January 4, 2021January 4, 2021 JP 0 Comments

Start by installing homebrew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” Next, use the following commands brew installs php@7.4 brew link –force

Share this:

  • Twitter
  • Facebook
Read more
Docker 

Install xdebug3 with Phpstorm on MacOs

December 13, 2020December 13, 2020 JP 0 Comments

For this example, we will use the docker installation as well as symfony5 written in another articles: Article Docker, Syfmony5

Share this:

  • Twitter
  • Facebook
Read more
Docker Nginx 

Installation of HTTPS on a Symfony5, Docker and Nginx system

December 8, 2020December 8, 2020 JP 0 Comments

Before you start, it is necessary to have followed the steps in the previous article. Creating the files needed for

Share this:

  • Twitter
  • Facebook
Read more
Docker PHP 

Start a new Symfony5 project with docker-compose, Nginx , Php 7.4 and MariaDB

November 30, 2020November 30, 2020 JP 0 Comments

This article will contain all the steps necessary to create a symfony5 project with docker-compose, nginx and php 7.4. File

Share this:

  • Twitter
  • Facebook
Read more
Nginx 

Nginx – phpmyadmin configuration as location next to a website

January 30, 2020January 30, 2020 JP 0 Comments

To start, install phpmyadmin at the desired location. compose create-project phpmyadmin/phpmyadmin I prefer to use composer, but there are other

Share this:

  • Twitter
  • Facebook
Read more
Docker 

Docker: How to use nano

August 10, 2016November 19, 2019 JP 0 Comments

To use nano in docker, you have to update the apt-get, install nano. Trying to open a file you can

Share this:

  • Twitter
  • Facebook
Read more
Git 

Git: recover deleted files

June 1, 2016November 19, 2019 JP 0 Comments

To recover the delete files, automatically without specifying the path git ls-files -d xargs git checkout —

Share this:

  • Twitter
  • Facebook
Read more
Ubuntu 

How to update node on Ubuntu

February 3, 2016November 19, 2019 JP 0 Comments

sudo npm cache clean -f sudo npm install -g n sudo n stable sudo ln -sf /usr/local/n/versions/node/5.4.1/bin/node /usr/bin/node

Share this:

  • Twitter
  • Facebook
Read more
Git 

Git how to check only a folder – Sparse checkout

December 1, 2015November 19, 2019 JP 0 Comments

Since git 1.7.0 it is possible to use a technique called the sparse checkout The steps for clones are: Mkdir<repo></repo>

Share this:

  • Twitter
  • Facebook
Read more
Nginx 

Nginx – Configuration Error – Connection Refused

November 9, 2015November 19, 2019 JP 0 Comments

By setting up nginx it can happen that then it is not possible to connect to the server and that

Share this:

  • Twitter
  • Facebook
Read more
  • ← Previous
  • Français
  • English

Recent Posts

  • Symfony – Doctrine – How to see where a sql query is executed
  • Install drupal/console on drupal 9
  • PHP Spaceship Operator <=>
Copyright © 2025 Jean-Pierre Lambelet. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.