Skip to content

Instantly share code, notes, and snippets.

View jjuanrivvera99's full-sized avatar
💻
Coding!!

Juan Felipe Rivera González jjuanrivvera99

💻
Coding!!
View GitHub Profile
# https://docs.docker.com/engine/admin/systemd/
Many Linux distributions use systemd to start the Docker daemon. This document shows a few examples of how to customize Docker’s settings.
Starting the Docker daemon
Once Docker is installed, you will need to start the Docker daemon.
$ sudo systemctl start docker
# or on older distributions, you may need to use
$ sudo service docker start
If you want Docker to start at boot, you should also:
@nl5887
nl5887 / gist:ec5462b1671451163b29
Created August 18, 2015 19:59
install openoffice headless amazon linux
8 cd /usr/local/
9 wget http://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86_64/LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz
10 tar -xvf LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz
11 cd LibreOffice_5.0.0
12 cd LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz
13 cd LibreOffice_5.0.0.5_Linux_x86-64_rpm/
20 yum localinstall *.rpm --skip-broken
47 yum install cairo
50 yum install cups
51 /opt/libreoffice5.0/program/soffice --headless --convert-to csv websiteregister-rijksoverheid-20150730.ods