Skip to content

Instantly share code, notes, and snippets.

View intentionally-left-nil's full-sized avatar

Anil Kulkarni intentionally-left-nil

View GitHub Profile
@intentionally-left-nil
intentionally-left-nil / setup_vps.sh
Created May 21, 2024 04:17
Setting up a new Debian VPS server
#! /bin/bash
# Make sure there's a .env file in the same directory with the contents
# USERNAME=user
# PASSWORD=password
# SSH_PORT=22
# SSH_PUB_KEY="ssh-rsa blah blah blah
set -euo pipefail
@intentionally-left-nil
intentionally-left-nil / PKGBUILD
Created March 29, 2026 08:00
nteract 2.0 PKGBUILD
pkgname=nteract-bin
pkgver=2.0.4_stable.202603271826
pkgrel=1
pkgdesc="Native interactive notebooks"
arch=('x86_64')
url="https://github.com/nteract/desktop"
license=('BSD-3-Clause')
depends=('webkit2gtk-4.1' 'gtk3' 'openssl')
provides=('nteract')
conflicts=('nteract')