Skip to content

Instantly share code, notes, and snippets.

View jaxlo's full-sized avatar
🌏
Pale Blue Dot

Jackson Lohman jaxlo

🌏
Pale Blue Dot
View GitHub Profile
@lupyuen
lupyuen / ox64-notes-tl.md
Last active November 4, 2023 19:13
Ox64 BL808 Notes by TL Lim

Ox64 Notes by TL Lim

UPDATE 2 Nov 2023: Check out the article...

The First Batch of Ox64 (Oct 2022) won't appear as a USB Serial Port when connected to our computer because...

"The bin file that currently loaded in Ox64 still initialize and not response to UART or USB, however, it will setup the BL808 internal PMU and this is how product team aware that Ox64 board is working. This is the bl808_demo_event.bin file attached here.

@kbabioch
kbabioch / wireguard
Last active March 12, 2024 14:35
LSBInitScript for Wireguard: This is a leightweight init script for Wireguard. While Wireguard itself requires only minimal overhead to setup and start, it still requires some script invocations (e.g. during boot).
#! /bin/bash
# Copyright (c) 2021 Karol Babioch <karol@babioch.de>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@cookiengineer
cookiengineer / etkey.sh
Created August 23, 2018 14:13
Enemy Territory: Key Generator
#!/bin/bash
thisscript=$(readlink -f $0);
mygoto=`dirname $thisscript`;
myhome=$HOME;
FLOOR=99999;
export TZ="GMT";
@oguya
oguya / fah-config.xml
Created September 30, 2015 12:21
FAHClient config. file—/etc/fahclient/config.xml
<config>
<!-- See sample config: /usr/share/doc/fahclient/sample-config.xml -->
<!-- Client Control
Don't fold anonymously, provide user info. -->
<fold-anon v='false'/>
<!-- Folding Slot Configuration -->
<gpu v='true'/> <!-- If true, attempt to autoconfigure GPUs -->