Download the package form Robo3t or using wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
# Source: https://gist.github.com/627fcfbfbc17a683a70210947e02eaa3 | |
########## | |
# Kaniko # | |
########## | |
open https://github.com/vfarcic/kaniko-demo | |
# Fork it |
# Source: https://gist.github.com/28e2adb5946ca366d7845780608591d7 | |
########################################################### | |
# Argo Workflows & Pipelines # | |
# CI/CD, Machine Learning, and Other Kubernetes Workflows # | |
# https://youtu.be/UMaivwrAyTA # | |
########################################################### | |
# Referenced videos: | |
# - Argo CD - Applying GitOps Principles To Manage Production Environment In Kubernetes: https://youtu.be/vpWQeoaiRM4 |
wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
Simon Fraser University is a mid-sized comprehensive university with three campuses in the Greater Vancouver area of British Columbia, Canada. We are a trimester school, with a Fall, Spring and Summer term. We have approximately 25,000 undergraduate FTEs.
SFU chose Canvas as its new LMS during a selection process in 2011/2012. We went into production in 2012. As of this writing, our enrollment counts in Canvas are:
server { | |
listen 0.0.0.0:80 default_server; | |
listen [::]:80 default_server; | |
server_name _; | |
server_tokens off; | |
## Document root | |
set $base_path "/usr/share/nginx"; | |
set $domain_path "${host}"; |
<html prefix="og: http://ogp.me/ns#"> | |
<head> | |
<title>The Rock (1996)</title> | |
<meta property="og:title" content="The Rock" /> | |
<meta property="og:type" content="video.movie" /> | |
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /> | |
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" /> | |
<meta property="al:ios:app_store_id" content="342792525" /> | |
<meta property="al:ios:url" content="imdb://title/tt0117500" /> |
# docker build -t drupal:d7adp72 -f d7adp72.Dockerfile . | |
# docker image tag drupal:d7adp72 .../drupal:d7adp72 | |
# docker push .../drupal:d7adp72 | |
FROM php:7.2-apache | |
# install the PHP extensions we need | |
RUN set -ex; \ | |
\ | |
if command -v a2enmod; then \ |
#!/bin/bash | |
sudo apt-get update && sudo apt-get install omxplayer -y | |
AUTOSTART_FILE=/home/pi/.config/lxsession/LXDE-pi/autostart | |
# echo "@point-rpi" >> $AUTOSTART_FILE | |
echo "@ScITE" >> $AUTOSTART_FILE | |
echo "@lxterminal -e omxplayer --loop --no-osd /home/pi/autostart.mp4" >> $AUTOSTART_FILE |