-
First connect whatever display you want to use Moonlight on. I'll be using a 65" Roku TV. I connected it to my laptop running Fedora and after my system detected it I use
for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}: "; cat $p; doneto find which directory has the EDID file for me it'sHDMI-A-1 -
Copy that edid file to your home directory
cp /sys/class/drm/card0-HDMI-A-1/edid ~/. Now get that edid file over to your Bazzite (streaming machine). I used LocalSend to transfer it. -
Create a directory to store this new edid file
sudo mkdir -p /usr/local/lib/firmwarethen place the file in theresudo mv ./edid.bin /usr/local/lib/firmware/ -
Add this new edid to your kernel args
sudo rpm-ostree kargs --append-if-missing="firmware_class.path=/usr/local/lib/firmware drm.edid_firmware=HDMI-A-1:edid.bin video=HDMI-A-1:e" -
Reboot
systemctl reboot. After you log back into Bazzite open up your Display Configuration window (right-click on desktop) and notice you h
| <?php | |
| declare(strict_types=1); | |
| use pocketmine\math\AxisAlignedBB; | |
| use pocketmine\math\Facing; | |
| use pocketmine\math\Vector3; | |
| use pocketmine\math\VoxelRayTrace; | |
| use pocketmine\player\Player; | |
| use pocketmine\scheduler\CancelTaskException; |
...and why it matters.
You might have seen my HiveCorruptor plugin on Poggit. To be clear, I don't have a vendetta against The Hive or anything like that, the plugin was more so a comedic demonstration of how the blob cache can be exploited to crash clients. The next thing you're probably thinking is "how the hell does this work?" - and this is what this article will go over.
I wrote this short tutorial because extending my internal storage using my new micro SD card on my Retroid Pocket 2+ failed all the time. Only setting it up as portable/external worked. However, this instructions should work in any Android 5.0+ device.
So, in case you have problems setting up your SD card on your Android device via graphical interface (setting up storage as extended internal memory or portable), and you get a corrupted SD card or any other error, follow these steps to fix it via adb shell:
- Make sure you have adb access to your Android device:
Settings > System > About, touch/click onBuild numberuntilDeveloper optionsare enabled: - Go to
Settings > System > Developer optionsand enable USB debugging. - Assuming you have adb installed on your remote terminal run the following:
adb shell
| #!/usr/bin/python3 | |
| # -*- coding: utf-8 -*- | |
| import frida | |
| import sys | |
| import json | |
| import argparse | |
| import subprocess | |
| import base64 | |
| import time |
mcstructure files are created by the Export button in a structure block. To load them in game with a load structure block, the files must be placed in a behavior pack. The path determines the structure identifier, which is typed into the structure block to load the structure.
Examples:
If you share this list, please use this link instead: https://lambdaurora.dev/optifine_alternatives
It may still be only a redirection link, but it will have a better web display of the list soon. And the list being on GitHub/GitHub pages improves load times.
The gist version of this list will stop being updated.
| <?php | |
| declare(strict_types=1); | |
| final class XboxLiveAPI{ | |
| private static function parseJsonResponse(string $response) : array{ | |
| $data = json_decode($response, true); | |
| if(isset($data["error"])){ | |
| throw new ErrorException("{$data["error"]}: {$data["error_description"]}"); |
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |