Skip to content

Instantly share code, notes, and snippets.

View tamasgal's full-sized avatar

Tamas Gal tamasgal

View GitHub Profile
@carceneaux
carceneaux / remove_gitlab_artifacts.sh
Last active April 22, 2024 10:02
Script for removing GitLab Job Artifacts.
#!/bin/bash
#
# Written by Chris Arceneaux
# GitHub: https://github.com/carceneaux
# Email: carcenea@gmail.com
# Website: http://arsano.ninja
#
# Note: This code is a stop-gap to erase Job Artifacts for a project. I HIGHLY recommend you leverage
# "artifacts:expire_in" in your .gitlab-ci.yml
#
@haproxytechblog
haproxytechblog / blog20191008-01.sh
Last active March 27, 2024 20:59
HAProxy and Docker Swarm
$ apt update
$ apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
$ apt update
$ apt install docker-ce docker-ce-cli containerd.io
@goll
goll / README.md
Last active May 15, 2024 09:40
Docker nftables configuration for Debian 10