Skip to content

Instantly share code, notes, and snippets.

View DevOpsKev's full-sized avatar
🚀
Building 'all the things!' with GitHub actions.

Kevin Ryan DevOpsKev

🚀
Building 'all the things!' with GitHub actions.
View GitHub Profile
@DevOpsKev
DevOpsKev / CMakeLists.txt
Created October 31, 2022 11:54 — forked from dlime/CMakeLists.txt
Install Google Test and Google Mock on Ubuntu
cmake_minimum_required(VERSION 3.5)
project(example LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(GTest REQUIRED)
include_directories(${GTEST_INCLUDE_DIRS})
@DevOpsKev
DevOpsKev / Dockerfile
Created September 23, 2022 08:05 — forked from MichalZalecki/Dockerfile
Install oh-my-zsh in Docker
RUN ["apt-get", "update"]
RUN ["apt-get", "install", "-y", "zsh"]
RUN wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh || true
# docker exec -it my-app-container /bin/zsh
@DevOpsKev
DevOpsKev / rpi4-iot-edge.md
Created May 20, 2022 13:00 — forked from nihil0/rpi4-iot-edge.md
What I did to get Azure IoT Edge installed on my Raspberry Pi 4

How to install Azure IoT Edge on a stock RaspberryPi 4

This weekend I decided to jump into the world of IoT by getting myself a thing, connecting it to the internet and hopefully make it do something useful with Microsoft's IoT Edge service. I decided to write everything down so I remember how to do this again when I inevitably brick my Rpi.

What I bought

  1. Raspberry Pi 4 Model B with 2GB of RAM
@DevOpsKev
DevOpsKev / Readme.md
Created April 5, 2022 18:53 — forked from philipz/Readme.md
GitLab Runner on a Kubernetes cluster
  1. Create namespace.yaml
apiVersion: v1
kind: Namespace
metadata:
  name: gitlab
  1. kubectl create -f ./namespace.yaml
@DevOpsKev
DevOpsKev / delete_git_submodule.md
Created May 19, 2021 11:33 — forked from myusuf3/delete_git_submodule.md
How effectively delete a git submodule.

To remove a submodule you need to:

  • Delete the relevant section from the .gitmodules file.
  • Stage the .gitmodules changes git add .gitmodules
  • Delete the relevant section from .git/config.
  • Run git rm --cached path_to_submodule (no trailing slash).
  • Run rm -rf .git/modules/path_to_submodule (no trailing slash).
  • Commit git commit -m "Removed submodule "
  • Delete the now untracked submodule files rm -rf path_to_submodule
@DevOpsKev
DevOpsKev / gitlab-ci.yml
Created April 8, 2021 19:27 — forked from renefs/gitlab-ci.yml
Ember Continuous Integration with Gitlab CI
stages:
- prepare
- test
- build
- deploy
variables:
EMBER_CLI_VERSION: "2.16.2"
BOWER_VERSION: "1.8.2"
PHANTOMJS_VERSION: "2.1.15"
@DevOpsKev
DevOpsKev / 00-about-search-api-examples.md
Created April 5, 2021 11:52 — forked from jasonrudolph/00-about-search-api-examples.md
5 entertaining things you can find with the GitHub Search API
@DevOpsKev
DevOpsKev / gist:2150776ba88e22c88b5d022d3e2f94f7
Created March 22, 2021 14:56 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:

Keybase proof

I hereby claim:

  • I am devopskev on github.
  • I am devopskev (https://keybase.io/devopskev) on keybase.
  • I have a public key ASCh7JccDd1F0D9g6O_dgsR0mncdfiyO1XDYPdvcFvp_dgo

To claim this, I am signing this object: