Bellow you can find config diffs for all targets and thus see changes introduced by this pull request on commit c28c21784363
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
since="${1:-1 month ago}" | |
good_signatures=0 | |
unsigned_commits=0 | |
bad_signatures=0 | |
unknown_signatures=0 | |
# Loop through each commit from the last 2 years | |
while read -r commit_hash signature_status; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Written by igem, 2020 ;) | |
* | |
* gcc qadbkey-unlock.c -o qadbkey-unlock -lcrypt | |
* | |
*/ | |
#include <crypt.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> |
This demo uses slim prplOS based prpl-webui-testing-container-x86-64 container which serves only upcoming prplOS reference prpl-webui
web UI and otherwise it's using TR181 REST API from the host.
Requests to TR-181 REST API /serviceElements
endpoint are being proxied to host TR-181 REST API endpoint on http://192.168.1.1:8080 backend server and can be changed in /etc/lighttpd/conf.d/50-prplos-auth.conf
file if needed be:
$HTTP["url"] =~ "^/serviceElements" {
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
root@ArcherC7v5:/# nvrammanager -r /proc/self/fd/1 -p soft-version | |
soft_ver:1.1.0 Build 20201120 rel.50406 | |
fw_id:C339BA6D3F263C8AB6919A76DF430336 | |
root@ArcherC7v5:/# md5sum /usr/bin/nvrammanager | |
404b8d952f7cdc97199a0afc2e081a9a /usr/bin/nvrammanager | |
*/ | |
int nm_checkSoftVer(int param_1,int param_2) |

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
hetzner-runner: | |
image: mawalu/hetzner-gitlab-runner:latest | |
volumes: | |
- "./hetzner_config:/etc/gitlab-runner" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pub rsa4096/0x1F2152094BA2692F 2020-02-21 [C] | |
Key fingerprint = 78B6 D91C C095 5D00 7EC7 40AC 1F21 5209 4BA2 692F | |
uid [ultimate] Petr Štetiar (ynezz) <[email protected]> | |
uid [ultimate] Gaben Štetiar Petr (Gaben) <[email protected]> | |
sub rsa4096/0x58EE120F30CC02D3 2020-02-21 [S] [expires: 2022-02-20] | |
sub rsa4096/0x0910E6576EDCCD48 2020-02-21 [E] [expires: 2022-02-20] | |
sub rsa4096/0x64999F01767C69FF 2020-02-21 [A] [expires: 2022-02-20] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local test_cases = { | |
{ 0x7fffffff, "2147483647" }, | |
{ 2147483647, "2147483647" }, | |
{ 0xffffffff, "4294967295" }, | |
{ 4294967295, "4294967295" }, | |
{ 0x7fffffffffffffff, "9.2233720368548e+18" }, | |
{ 9223372036854775807, "9.2233720368548e+18" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RB912UAG-6HPnD-OUT | |
RBcAPGi-5acD2nD | |
RBDiscG-5acD | |
RBDynaDishG-6HnD | |
RBD52G-5HacD2HnD-TC | |
RB760iGS | |
RBLDF-2nD | |
RBLDFG-5acD | |
RBLHG-2nD | |
RBLHGR&R11e-4G |
NewerOlder