Skip to content

Instantly share code, notes, and snippets.

View johnny-aroza's full-sized avatar
🚴‍♂️
Hakuna Mata

johnny johnny-aroza

🚴‍♂️
Hakuna Mata
View GitHub Profile
@zuhairkareem
zuhairkareem / lando_ubuntu.md
Last active May 2, 2018 08:14
Install Lando in Ubuntu

Install the Docker Community Edition for your Linux version. Visit https://get.docker.com for the "quick & easy install" script.(17.06.1-ce or higher)

Download the latest .deb or .rpm package from GitHub

Double-click on the package to launch Software Center

Click the "Install" button and enter your password when prompted

@zuhairkareem
zuhairkareem / ubuntu_16_04.md
Last active October 11, 2019 07:45
Ubuntu 16.04 - Things to Install

Necessary PHP 7.1 extensions to be installed

sudo apt-get install php7.1 php7.1-cli php7.1-common libapache2-mod-php7.1 php7.1-mysql php7.1-fpm php7.1-curl php7.1-gd php7.1-bz2 php7.1-mcrypt php7.1-json php7.1-tidy php7.1-mbstring php-redis php-memcached php7.1-xml

Install Chromium

sudo apt-get install chromium-browser 
@zuhairkareem
zuhairkareem / wkhtmltopdf_ubuntu_1604_drupal.md
Last active February 14, 2018 12:04
How to install wkhtmltopdf in Ubuntu 16.04 to use it with Drupal 7
cd ~
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar -xJf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
sudo chown root:root wkhtmltox
sudo cp wkhtmltox/bin/wkhtmlto* /usr/bin

QSslsocket cannot resolve error. (Refer - wkhtmltopdf/wkhtmltopdf#3001)