Skip to content

Instantly share code, notes, and snippets.

View Idesmi's full-sized avatar

Idesmi

View GitHub Profile
@Terrariadlc
Terrariadlc / Mpro_guide.md
Last active October 21, 2024 04:52
Messenger pro beginner's guide

Guide version: 1.1.1-sqrt3 (follows sqrt/loukious releases.)

1.1.3 is skipped as it doesn't bring anything new to the table. I do recommend 1.1.3 if you are updating from loukius's 1.1.1

THIS IS AN UNROOTED GUIDE, However this works on rooted devices - Added special root section now. **Please report your device in the comments if mrpo works on your device and the android version hasn't been added to the chart below

Table of contents

@RocketRobz
RocketRobz / RobzDSiPicks.md
Last active October 17, 2024 19:58
Rocket Robz DS & DSiWare picks/recommendations

Nintendo DS

  • Bejeweled Twist
  • Big Bang Mini
  • Contra 4
  • G.G Series Collection+
  • Kingdom Hearts: 358/2 Days
  • Kingdom Hearts: Re-Coded
  • Kirby Squeak Squad
  • Kirby Super Star Ultra
  • The Legend of Zelda: Phantom Hourglass
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active October 29, 2024 20:09
Make Firefox fast again
@agyild
agyild / FSR.glsl
Last active November 2, 2024 17:44
AMD FidelityFX Super Resolution v1.0.2 for mpv
// Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
@tmo1
tmo1 / nextcloud-caddy-docker.md
Last active October 29, 2024 18:48
Nextcloud behind Caddy as a reverse proxy, using Docker

Introduction

This is a guide to deploying Nextcloud behind a Caddy reverse proxy, both running in Docker containers (an official Nextcloud one and a caddy-docker-proxy one), with the goal of implementing as much as possible via docker-compose files. This is much more difficult than it should be, for a variety of reasons:

  • As with Docker versions of software in general, documentation of the software does not always apply to the Docker versions, and the Docker documentation does not always include the Docker equivalent ways of doing things.

  • Docker images do not always expose the desired configuration knobs of the underlying software.

  • Nextcloud requires special configuration to run correctly behind a reverse proxy (and again, some of the instructions for this configuration requires modification for

@derhuerst
derhuerst / list.md
Last active October 12, 2024 02:07
VPS price & performance comparison

List of services deployed in build.opensuse.org

Service provided by obs-service-tar_scm:

  • obs-service-obs_scm
  • obs-service-tar_scm
  • obs-service-snapcraft
  • obs-service-appimage

Useful additional services

@abcdw
abcdw / nix vs guix.org
Last active August 20, 2024 10:18
nix vs guix.org

Nix vs Guix

These are notes to the stream: https://youtu.be/S9V-pcTrdL8

Some notes

  • We are not aware of a lot of GNU software available to us.
  • Seems that Guix more hacker-friendly/explorable.

General comparsion

DescriptionNixGuixComment
@qdm12
qdm12 / README.md
Last active October 29, 2024 23:50
Wireguard and iptables restrictions for multiple users

Wireguard and iptables restrictions for multiple users

If you don't know what Wireguard is, well, you should. It's fast, easy to setup and highly configurable. We will configure Wireguard for multiple users with various restrictions using iptables.

Assumptions

This should fit most setups (not mine though 😉)

@rikka0w0
rikka0w0 / vnc_xvfb.sh
Created July 7, 2020 19:33
Start a vnc server on a Termux Debian chroot
# apt install -y Xvfb x11vnc
export DISPLAY=:0
Xvfb $DISPLAY -screen 0 1024x768x16 &
startxfce4 &
x11vnc -display $DISPLAY -nopw -forever -loop -noxdamage -repeat -rfbport 5900 -shared -noshm