Skip to content

Instantly share code, notes, and snippets.

View ohsevin's full-sized avatar
🤞
h🔑🔑ding

✘ ⓞⓗⓢⓔⓥ.ⓘⓝ ✘ ohsevin

🤞
h🔑🔑ding
View GitHub Profile
@ohsevin
ohsevin / awesome-re-piracy-mega-list.md
Created May 15, 2023 03:14
awesome.re piracy mega list (archived) for safe keeping!
@ohsevin
ohsevin / SethForPrivacy-com_RUN A MONERO NODE-(Mirror)
Last active December 31, 2022 19:06
Exported text-only backup copy of the content that is found at; "https://sethforprivacy.com/guides/run-a-monero-node/" (...for safe keeping!) Shortcut @ "gg.gg/running-monero-node"
RUN A MONERO NODE
With the ongoing network attacks in Monero, it’s a great time for
users to dive into running their own node.
In this short post I’ll detail how to easily run a Monero node on a
Linux server, the most common OS for virtual private servers (VPS). I
would highly recommend running either Debian or Ubuntu for your Linux
distribution, and this guide will assume you are running one of those.
@ohsevin
ohsevin / volume_scroll.ahk
Created December 11, 2022 10:08 — forked from thefloodshark/volume_scroll.ahk
Hover over any taskbar and mouse wheel scroll to change volume
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#If MouseIsOver("ahk_class Shell_TrayWnd") or MouseIsOver("ahk_class Shell_SecondaryTrayWnd")
WheelUp::Send {Volume_Up}
WheelDown::Send {Volume_Down}
MouseIsOver(WinTitle)
@ohsevin
ohsevin / JetBrainsMono Nerd Font.css
Created November 23, 2022 09:57 — forked from chuseman/JetBrainsMono Nerd Font.css
JetBrains Mono Nerd Fonts for Blink Shell
@font-face {
font-family: "JetBrainsMono Nerd Font";
font-style: normal;
font-weight: 100;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/JetBrainsMono/Ligatures/Thin/complete/JetBrains%20Mono%20Thin%20Nerd%20Font%20Complete.ttf') format('truetype');
}
@font-face {
font-family: "JetBrainsMono Nerd Font";
font-style: normal;
@ohsevin
ohsevin / IPTV-big-list.m3u
Created November 23, 2022 09:48 — forked from onigetoc/IPTV-big-list.m3u
IPTV big list.m3u
#EXTM3U
#EXTINF:0 tvg-name="Newsmax TV" tvg-language="English" tvg-country="CA" tvg-id="Newsmax-TV" tvg-logo="https://i.imgur.com/Twkovic.gif" group-title="Entertainment",Newsmax TV
https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8
#EXTINF:0 tvg-logo="https://i.imgur.com/ODIWC6n.jpg" tvg-name="Infowars1" tvg-id="Infowars1" group-title="News",Infowars Live1
https://infostream.secure.footprint.net/hls-live/infostream-infostream/_definst_/master.m3u8
#EXTINF:0 tvg-logo="https://i.imgur.com/ODIWC6n.jpg" tvg-name="Infowars" tvg-id="Infowars" group-title="News",Infowars Live 2
https://infowarslive-lh.akamaihd.net/i/infowarsevent_1@366809/master.m3u8
#EXTINF:0 tvg-name="Russia today News" tvg-country="RU" tvg-language="English" tvg-logo="https://i.imgur.com/QY4B8Hg.png" group-title="News",RT News
https://rt-news-gd.secure2.footprint.net/1103.m3u8
#EXTINF:0 tvg-name="Russia today USA" tvg-country="RU" tvg-language="English" tvg-logo="https://i.imgur.com/QY4B8Hg.png" group-title="News",RT USA

adb and fastboot must know

Install android SDK (bottom of the page) or full android studio if you need to develop on android.

fastboot looks like adb but it is used when device is in bootloader (or fastboot).

Check connected devices

adb:

@ohsevin
ohsevin / DietPi-AML-S905X-CC.md
Created October 17, 2022 16:34
Writing a DietPi image onto a Libre AML-S905X-CC (just another SBC i.e. Raspberry 3, etc.) using a Debian base image and an automated bash one-click install script

Place holder

@ohsevin
ohsevin / config.txt
Created October 17, 2022 16:29
DietPi-master/config.txt - missing file from the installation script process directory
# IMPORTANT:
# - Modifications to /boot/config.txt will not be preserved on reboot.
# - Please ensure you edit from the DietPi-RAMdisk location: /DietPi/config.txt
#-------Display---------
# If you get no picture, set the following to "1" to apply most compatible HDMI settings.
#hdmi_safe=1
# Uncomment to adjust the HDMI signal strength if you have interferences, blanking, or no display.
# - Values from "0" to "11" are allowed, use values above "7" only if required, e.g. with very long HDMI cable.
@ohsevin
ohsevin / debian-dietpi-install.sh
Last active October 17, 2022 16:22
Archived version of debian-dietpi-install.sh that has fixed some missing sources found within the script.
#------------------------------------------------------------------------------------------------
# Optimise current Debian install and prepare DietPi installation for ionos/vm servers
# Script is made to work for Debian installs on ionos/vm servers
# but relies heavily on the premade installer from DietPi itself:
# https://github.com/MichaIng/DietPi/blob/master/PREP_SYSTEM_FOR_DIETPI.sh
#------------------------------------------------------------------------------------------------
WARN="\033[0;31m[WARNING]:\033[0m"
Y_INFO="\033[1;33m[INFO]:\033[0m"
@ohsevin
ohsevin / PREP_SYSTEM_FOR_DIETPI.sh
Created October 17, 2022 15:08
Just an archived version of the (now missing) PREP_SYSTEM_FOR_DIETPI.sh file that DIETPI linked to for prepping a system before using their install script
#!/bin/bash
{
#------------------------------------------------------------------------------------------------
# Optimise current Debian install and prepare for DietPi installation
#------------------------------------------------------------------------------------------------
# REQUIREMENTS
# - Currently running Debian Buster or above, ideally minimal, e.g. Raspberry Pi OS Lite-ish =))
# - systemd as system/init/service manager
# - Either Ethernet connection or local (non-SSH) terminal access
#------------------------------------------------------------------------------------------------