A curated list of arrrrrrrrr!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
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).
Place holder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------------------------------------------ | |
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
#------------------------------------------------------------------------------------------------ |
NewerOlder