Author: kabouik but all credits to g7
Known issues related to dual-booting, as of 2023-09-10:
- Switching from Droidian to SailfishOS can be done directly on the phone, but from SailfishOS to Droidian requires a computer.
- Nothing else so far, yay.
@echo off | |
setlocal enabledelayedexpansion | |
rem | Lines beginning with 'rem' are comments | |
rem ------------------------------------------------------------------------------------------- | |
rem | "Icon Upscaler" Script by ThioJoe: https://github.com/ThioJoe | |
rem | I created this script specifically for upscaling very low res (such as 256x256) icons like those in Windows. It uses a combination of Image Magick (to first improve the transparency edges) and the RealCugan-ncnn-vulkan upscaler which seems to perform the best for this use case. Of course, the script can be used for all sorts of images, but I have found this to yield the best results of any other method, and better than just using an upscaler alone. |
#!/usr/bin/env bash | |
# Original sequences to search for. | |
ORIGINAL_SEQUENCES=('0a2450292801080a087d0a1b28010035' '48010035822240b980420491e10313aa') | |
# Patch sequences to replace the original sequences with. | |
PATCH_SEQUENCES=('0a2450292801080a087d0a1b1f2003d5' '1f2003d5822240b980420491e10313aa') | |
function log() { | |
local colors=( "\e[34m" "\033[1;33m" "\033[1;31m" "\033[1;32m" ) |
@echo off | |
@title Microsoft Edge Uninstaller [Windows 10 LTSC 2021/21H1 Edition] | |
ver | |
echo+ | |
goto check_admin_permissions | |
:check_admin_permissions | |
echo Script must Run as Administrator! Detecting permissions... | |
net session >nul 2>&1 | |
if %errorLevel% == 0 ( |
This is mostly aimed at osu! mappers/storyboarders who need an easy way to access osu! beatmap folders through wine.
This is a quick tutorial on how you can edit some wine registry files to make wine open the native linux file explorer when clicking the Open folder
menu on whatever application uses it, since the explorer.exe
application doesn't integrate that well with the linux environment.
The main use-case for this workaround is the case of those who need to work with a high bandwidth of files being moved around and shared/edited/whatever it's needed to do with it. eg. osu!mappers
checkvintf E 06-24 00:30:22 49120 49120 check_vintf.cpp:554]
)This guide shows how to build Linux on a Android Device and was made for people that doesn't have s Computer.
You need to install Termux
This explains how to build mesa from source, and how to use the custom built mesa to run some apps and games, without needing to replace the mesa libraries that your operating system runs on.
Let's assume that you are using an x86_64 system.