Skip to content

Instantly share code, notes, and snippets.

View eugeneegbe's full-sized avatar

Eugene Agbor eugeneegbe

View GitHub Profile
@eugeneegbe
eugeneegbe / how-to-install-latest-gcc-on-ubuntu-lts.txt
Created May 4, 2017 09:54 — forked from application2000/how-to-install-latest-gcc-on-ubuntu-lts.txt
How to install latest gcc on Ubuntu LTS (12.04, 14.04, 16.04)
These commands are based on a askubuntu answer http://askubuntu.com/a/581497
To install gcc-6 (gcc-6.1.1), I had to do more stuff as shown below.
USE THOSE COMMANDS AT YOUR OWN RISK. I SHALL NOT BE RESPONSIBLE FOR ANYTHING.
ABSOLUTELY NO WARRANTY.
If you are still reading let's carry on with the code.
sudo apt-get update && \
sudo apt-get install build-essential software-properties-common -y && \
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
@eugeneegbe
eugeneegbe / console.log
Created September 8, 2016 22:32
log content for civibuild dmaster
Script started on Thu 08 Sep 2016 10:57:13 PM WAT
]0;buildxdx@xdx-HP-2000-Notebook-PC:~/buildkit/build$ amopp config:get
+-----------------------+---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| Key | Value | Description |
+-----------------------+---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| httpd_type | apache24 | Type of webserver [none,apache,apache24,nginx]