Skip to content

Instantly share code, notes, and snippets.

View the-real-t30d0r's full-sized avatar
🏠
Working from home

t30d0r the-real-t30d0r

🏠
Working from home
View GitHub Profile
@krithin
krithin / raspberry-pi-install.md
Last active April 4, 2024 22:54
Jitsi Meet Server and Videobridge Installation on Raspberry Pi 4 with Ubuntu Server 21.04

Jitsi Meet install on a Raspberry Pi 4 with Ubuntu Server 21.04

This guide helps you host your own Jitsi server on a Raspberry Pi 4B. It is adapted from Jitsi's quick install guide and the Jitsi on ARM guide written by crouchingtigerhiddenadam. The biggest difference is this is designed to work with a Pi running Ubuntu Server 21.04 instead of Raspbian.

I did this because I'd rather set up Jitsi Meet on a Raspberry Pi I already own than add a dedicated VPS (and pay AWS's bandwidth costs) just for that. I used Ubuntu 21.04 because I'm more familiar with Ubuntu than with Raspbian, and using an arm64 OS makes the setup easier than on armhf. I also tried to use distribution packages instead of manually downloading individual deb files throughout.

Prerequisites

This guide assumes you already have a DNS name set up with an A record pointing

@matthewzring
matthewzring / markdown-text-101.md
Last active June 26, 2024 16:37
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers:

@hamiltonsw
hamiltonsw / README.md
Last active October 22, 2019 09:26
WordPress VSlider Plugin Fix -- v4.1.2 [UNOFFICIAL PATCH]

Unofficial VSlider v4.1.2 Patch

Introduction

This is an unofficial update to the WordPress VSlider Plugin. Development has been stagnant for a few years now and I needed to fix this on one of my sites. You are welcome to use this!

WARNING

Make sure your VSlider version matches before rewriting your file! No support is provided for this Free Unofficial Patch.

Installation

Copy the contents of vslider.php to /wp-content/plugins/vslider/vslider.php on your site. Make sure the plugin is activated and updated, otherwise you risk ruining your plugin files and will have to reinstall VSlider.