Skip to content

Instantly share code, notes, and snippets.

View kls0e's full-sized avatar
☁️

Matthias kls0e

☁️
View GitHub Profile
@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active April 24, 2025 17:36
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

create your account

@dakanji
dakanji / Install_USB_Maker.sh
Last active February 24, 2025 17:21
Creates Bootable USB for Mac OS Lion to Monterey (Excluding Mavericks)
#!/usr/bin/env bash
# Install_USB_Maker.sh
# Copyright (c) 2020 - 2025 Dayo Akanji
# - [email protected]
# Portions Copyright (c) Jeff Geerling
# - https://github.com/geerlingguy/macos-virtualbox-vm/blob/master/LICENSE
#
# MIT License
@atais
atais / handbrake.sh
Created July 10, 2017 20:21
Batch convert DVD videos (with VIDEO_TS folder) to MKV using HandBrake CLI
#!/bin/bash
###########
#
# Batch convert DVD Videos with HandBrake CLI
# The script will recursively look for "VIDEO_TS" folders and parse them
#
# Read this to understand:
# https://mattgadient.com/2013/06/12/a-best-settings-guide-for-handbrake-0-9-9/
# http://www.thewebernets.com/2015/02/28/easiest-best-optimal-settings-for-handbrake-dvd-video-conversion-on-mac-windows-and-linux/
#
<div id="video-player" class="fullscreen-bg">
<video class="fullscreen-bg__video" autoplay muted poster="img/BLUE_DOTS.jpg">
<source src="video/BLUE_DOTS.mp4" type="video/mp4">
<source src="video/BLUE_DOTS.webm" type="video/webm">
<source src="video/BLUE_DOTS.ogv" type="video/ogg">
</video>
<div class="fullscreen-bg__playlist">
<a href="video/BLUE_DOTS.mp4" class="current-video"></a>
<a href="video/ORANGE_DOTS.mp4"></a>
<a href="video/RED_DOTS.mp4"></a>