Skip to content

Instantly share code, notes, and snippets.

View survivant's full-sized avatar

Sebastien Dionne survivant

  • Jerabi inc.
  • Montreal, Quebec
View GitHub Profile
@survivant
survivant / make.sh
Created February 11, 2017 00:29 — forked from artzub/make.sh
Install JetBrains Hub + YouTrack + UpSource + Nginx
#!/bin/bash
apt-get install mc htop git unzip wget curl -y
echo
echo "====================================================="
echo " WELCOME"
echo "====================================================="
echo
echo "Hub"
@survivant
survivant / README.md
Created March 4, 2020 01:46 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@survivant
survivant / CKAD.md
Created May 8, 2020 01:55 — forked from veggiemonk/CKAD.md
CKAD exam preparation
Questions are not from any actual exam!!!
Q: Create a job that calculates pi to 2000 decimal points using the container with the image named perl
and the following commands issued to the container: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
Once the job has completed, check the logs to and export the result to pi-result.txt.
Solution: