An Earth pen for CodePen's challenge!
SVG made with Sketch, and animated using GSAP
#!/usr/bin/env bash | |
# TAGS | |
# /usr/local/bin/pve-API2Subs_sed.sh | |
# https://gist.github.com/ngadmini/7f9df377999cc78c1b58e361d5425ac4#file-pve_api2subs-sh | |
# AUTHOR | |
# [email protected] | |
# https://github.com/ngadmini | |
# https://gist.github.com/ngadmini | |
# VERSION | |
# v10.5 |
#!/bin/bash | |
wget="wget -nc -nv" | |
version="20.04.1" | |
# Downloads the .torrent files for Ubuntu ISOs since they don't exist in just one place | |
# To get the iso, use a local mirror: https://launchpad.net/ubuntu/+cdmirrors | |
# Prep | |
dl_dir="./torrents" | |
mkdir -p "$dl_dir" |
#!/bin/sh | |
####################################################### | |
# | |
# Edits the proxmox Subscription file to make it | |
# think that it has a Subscription. | |
# | |
# Will disable the annoying login message about | |
# missing subscription. | |
# |
#! /usr/bin/env ruby | |
# NOTE: Requires Ruby 2.1 or greater. | |
# This script can be used to parse and dump the information from | |
# the 'html/contact_info.htm' file in a Facebook user data ZIP download. | |
# | |
# It prints all cell phone call + SMS message + MMS records, plus a summary of each. | |
# | |
# It also dumps all of the records into CSV files inside a 'CSV' folder, that is created |
-- autosave.lua | |
-- | |
-- Periodically saves "watch later" data during playback, rather than only saving on quit. | |
-- This lets you easily recover your position in the case of an ungraceful shutdown of mpv (crash, power failure, etc.). | |
-- | |
-- You can configure the save period by creating a "lua-settings" directory inside your mpv configuration directory. | |
-- Inside the "lua-settings" directory, create a file named "autosave.conf". | |
-- The save period can be set like so: | |
-- | |
-- save_period=60 |
This script allows you to fix the broken ubuntu packages.
Most of the time the broken packages will be fixed by removing them.
Getting Started | Documentation | License |
---|