Skip to content

Instantly share code, notes, and snippets.

View jgaydos's full-sized avatar
Status Error (4): Please try again in 5 minutes.

Jon Gaydos jgaydos

Status Error (4): Please try again in 5 minutes.
  • Earth?
View GitHub Profile
@vadimstasiev
vadimstasiev / archlinux-steamlink_install.sh
Last active July 26, 2023 21:43 — forked from PlatinumMaster/archlinux-steamlink_install.sh
Arch Linux chroot installation on the Steam Link.
@jgaydos
jgaydos / ubuntu18.04_php7.4_sqlsrv.sh
Created February 5, 2020 20:26
Ubuntu 18.04 + PHP7.4 + SQLSRV
#!/bin/bash
#ubuntu 18.04
#php7.4
# install php ppa
apt -y install software-properties-common
add-apt-repository ppa:ondrej/php -y
apt update
@ianchen06
ianchen06 / del_cluster.sh
Created June 26, 2017 10:29
delete proxmox cluster
# source: https://forum.proxmox.com/threads/removing-deleting-a-created-cluster.18887/
#/bin/sh
# stop service
systemctl stop pvestatd.service
systemctl stop pvedaemon.service
systemctl stop pve-cluster.service
systemctl stop corosync
systemctl stop pve-cluster
# edit through sqlite, check, delete, verify