Skip to content

Instantly share code, notes, and snippets.

View C-Fu's full-sized avatar
🎯
Focusing

Adri 'C-Fu' Mansor C-Fu

🎯
Focusing
  • HomeLAB.my, Malaysian Coal & Minerals Corporation, Bright Network, OpenEcho Communications, Skaeng...
  • Malaysia
  • 04:39 (UTC +08:00)
View GitHub Profile
@SolveSoul
SolveSoul / ceshi.ini
Created August 18, 2021 08:56
V380 Pro Activate ONVIF/RTSP
[CONST_PARAM]
rtsp = 1 ; RTSPЭ�飬0���ر� 1������
@d8ahazard
d8ahazard / plex_cleanup.py
Last active June 22, 2023 17:49
A utility for cleaning Plex collections and identifying orphaned media.
import os
import pathlib
import sqlite3
target_path = ""
movie_list = []
tv_list = []
collection_list = []
@jribal
jribal / install.sh
Last active December 24, 2019 10:29
RetroArch web player basic host installation script on docker nginx(ubuntu)
cd /usr/share/nginx/html
rm -r *
apt-get update && apt-get -y install wget nano git-core curl build-essential openssl libssl-dev python p7zip unzip
wget https://buildbot.libretro.com/nightly/emscripten/$(date +%Y-%m-%d -d "1 day ago")_RetroArch.7z
p7zip -d $(date +%Y-%m-%d -d "1 day ago")_RetroArch.7z
mkdir -p assets/frontend/bundle
mkdir -p assets/cores
chmod +x indexer