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 |
wgetwget 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 \ |
| OS: Ubuntu 14.04 LTS, Apache 2.4.7, OpenSSL 1.0.1f | |
| SSL Labs: A+ (RSA2048, SHA256 certificate) | |
| Certificate: 100% | |
| Protocol Support: 95% | |
| Key Exchange: 90% | |
| Cipher Strength: 90% | |
| #### In the SSL.CONF file | |
| SSLCipherSuite AES256+EECDH:AES256+EDH:AES128+EECDH:AES128+EDH |