Skip to content

Instantly share code, notes, and snippets.

View evnsh's full-sized avatar
🐈
💨

Evan ✨ evnsh

🐈
💨
  • Propel
  • Nice, France
  • 09:28 (UTC +02:00)
View GitHub Profile
# **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: evmorvan <evmorvan@student.42nice.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/03/27 16:03:37 by evmorvan #+# #+# #
# Updated: 2023/05/17 16:51:34 by evmorvan ### ########.fr #
# #
mfa.GXiACkj6idGq_na45cxccR-MB0ydynTUZWyC6-9tAq1wOELqYDeCNgXI8lI_69Lthgvnz0ItCAAMRlYgZFUC
mfa.IHfAHP_cxyDo6nDnWhLFll42zu6Df2M7wi-ppWex4IbW_FHrpfWBwmjC80k-3l-Y9tV8ktBRSsp1ZrtDrMrd
mfa.EkQb4KpbtXxgJFnAigEFTaSGp05XtZnJYTuzkHnFkf4Fba6p7k1vTFbllj2pz6-L8Nd-HRkmG-bpW3WoqdFk
mfa.-8dsWyaVxdLrYh1z9VjzZmxhmCnK8Kv-02X0lPoV9OC9HWVTfkq5-WejjyRRECBghU464361wBQqJWlUL6qP

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@evnsh
evnsh / gist:15570099d34d479ae9da08bcffc3b444
Last active April 20, 2020 19:27
Deploy Submarine script
apt update -y && apt upgrade -y && apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common git screen -y && curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && apt-key fingerprint 0EBFCD88 && add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" && apt update -y && apt-get install docker-ce docker-ce-cli containerd.io -y && docker run hello-world && curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose && docker-compose --version && git config --global credential.helper 'cache --timeout=15552000' && git clone https://github.com/submarine/bot && cd bot && cd frontend && apt-get install curl software-properties-common -y && curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs && npm i
Update, upgrade, deploy and configure OpenVPN
and run a speedtest on a GCP Compute Engine in
less than a minute.
sudo apt update -y && sudo apt upgrade -y && sudo apt-get install gnupg1 apt-transport-https dirmngr -y && curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh && chmod +x openvpn-install.sh && sudo ./openvpn-install.sh