- Install Magisk Alpha from https://t.me/magiskalpha
- Hide Magisk by installing the proxy app and change the default "Settings" name to something different
- Disable the built-in Zygisk of Magisk
- Make sure "Enforce denylist" is NOT enabled
- Install these Magisk modules:
- https://github.com/LSPosed/LSPosed.github.io/releases (IMPORTANT: Shamiko doesn't have automated updates, so its your responsibility to keep it up to date otherwise the root hiding will fail with security updates)
- https://github.com/Dr-TSNG/ZygiskNext
In some situations, you may need to adjust the default buffer sizes of a Golang HTTP server.
Adjusting the default buffer sizes allows you to benefit from higher throughput and improve the performance of your HTTP servers overall.
NOTE: Please don't ask for help here, it was a miracle that I got it to work at all. Seek answers in the usual places (yes, even Stackoverflow knows more than I do).
The question: How can I get 3d accelerated graphics for Linux guests in KVM without using PCI passthrough?
The short answer is: Use VirGL. The long answer is more complicated, because the VirGL project has had slow but steady progress towards actually working reliably, but the degree to which any given Linux distribution (or related driver project) is in sync has varied greatly over time. Even if it works right now, today, on your machine, it might not tomorrow. Note that even when it works, graphics performance is mediocre to downright painful.
Tested on Ubuntu Desktop 22.04.04 LTS with qemu-kvm, in an "Ubuntu on Xorg" session (not Wayland). Linux quests must have spice-vdagent installed (Ubuntu installs this by default). The hardware is a AMD 5600G d
package main | |
import ( | |
"bytes" | |
"strings" | |
"unsafe" | |
) | |
func concatStringBuilder(ss ...string) string { | |
length := len(ss) |
How to install Unity3D on Ubuntu based Linux distros (Kubuntu, Xubuntu, POP_OS, Mint, Neon, Zorin, etc.).
This guide details how to install UnityHub, Unity, VS Code and how to get full C# support with IntelliSense and debugging.
Tested on Kubuntu 22.04.
Unity Hub won't run on Ubuntu newer than 20.04 because it depends on an outdated libssl. We need to manually install the package from 20.04:
[[source]] | |
url = "https://pypi.org/simple" | |
verify_ssl = true | |
name = "pypi" | |
[packages] | |
requests = "*" | |
[dev-packages] |
This guide will show you how to install Arch Linux on an OVH VPS.
As you may have noticed, OVH does not have an Arch image, which is a problem. Follow these instructions to install Arch using recovery mode.
Assume anything reffered to as low ram vps
in the guide to be a VPS with <8gb ram
This guide assumes the following:
- Your VPS has one drive
These are the current alternatives (with links when possible):
- NewPipe (which you should have either way for youtube-dl/yt-dlp integration)
- NewPipe fork by polymorphicshade, which includes SponsorBlock support.
- LibreTube (still in early beta)
- A web browser with uBlock Origin (or another ad-blocker; Enhancer for YouTube has one build-in, but uBlock is universal and more powerfull, in addition to allowing to also remove non-advertisement parts of the website, like the top shelf with recommended tags / search querries), Enhancer for YouTube, SponsorBlock and [Return YouTube Dislike](https://
package main | |
// Working example: https://goplay.space/#Sa7qCLm6w65 | |
import ( | |
"bytes" | |
"crypto/aes" | |
"crypto/cipher" | |
"encoding/hex" | |
"fmt" |