Skip to content

Daily IT Help

My daily IT journal

Primary Navigation Menu

Menu
  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me

itdoctor (Page 20)

PostgresSQL PHP Container

2020-09-24
By: itdoctor
On: September 24, 2020
In: General

Here is my command to add pgsql library to my php docker file. RUN apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql pgsqlRead More →

Puppeteer: How to handle Popup

2020-08-17
By: itdoctor
On: August 17, 2020
In: General