Some of the components were guessed, typically 100nF,
Tested and works perfectly.
Image ref: https://github.com/user-attachments/assets/86bf949f-ce16-4736-9dd4-ff6710982c62
Some of the components were guessed, typically 100nF,
Tested and works perfectly.
Image ref: https://github.com/user-attachments/assets/86bf949f-ce16-4736-9dd4-ff6710982c62
This problem caused by the host used a newer mke2fs(>=1.47) to created the root filesystem,
however Armbian packed the old version e2fsck(<=1.46).
This is a stupid problem, we completely know the root file system is healthy, but we can not skip the check. :(
To deal with this problem, if you're an Armbian maintainer/developer,
add the hook script under packages/bsp/common/etc/initramfs-tools/hooks/upgrade-e2fsck.sh,
make sure the script file has execture permission: "chmod +x upgrade-e2fsck.sh"
| // ==UserScript== | |
| // @name Fuck Grayscale | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== |
| /* | |
| * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz> | |
| * | |
| * Based on sun8i-h3-orangepi-one.dts, which is: | |
| * Copyright (C) 2016 Hans de Goede <hdegoede@redhat.com> | |
| * | |
| * This file is dual-licensed: you can use it either under the terms | |
| * of the GPL or the X11 license, at your option. Note that this dual | |
| * licensing only applies to this file, and not this project as a | |
| * whole. |
| using System.Net; | |
| using System.Net.Sockets; | |
| using System.Text; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| internal class FuturedSocket : IDisposable | |
| { | |
| /// <summary> | |
| /// Inner socket |
| keymaps 0-2,4-5,8,12 | |
| altgr keycode 2 = F1 | |
| altgr keycode 3 = F2 | |
| altgr keycode 4 = F3 | |
| altgr keycode 5 = F4 | |
| altgr keycode 6 = F5 | |
| altgr keycode 7 = F6 | |
| altgr keycode 8 = F7 | |
| altgr keycode 9 = F8 | |
| altgr keycode 10 = F9 |
| public class SandBox | |
| { | |
| private ScriptState<object> _globalState; | |
| public SandBox() | |
| { | |
| // Create initial script | |
| var script = CSharpScript.Create(string.Empty, ScriptOptions.Default); | |
| { | |
| // Create an empty state |
/// <summary>
/// Run code
/// </summary>
/// <returns></returns>
public static async Task<MessageBuilder> OnRunPlainCode(MessageChain message)
{
var codeTemplate = @"
namespace DynamicCodeExecution {
public static class Runnable {