I hereby claim:
- I am kirelagin on github.
- I am kirelagin (https://keybase.io/kirelagin) on keybase.
- I have a public key whose fingerprint is A06D BA82 A98E B35E 1815 5641 6C57 2FB9 88FA 45F2
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# SPDX-FileCopyrightText: 2021 Kirill Elagin <https://kir.elagin.me/> | |
# SPDX-License-Identifier: CC0-1.0 | |
### | |
# | |
# Find available appointments at Quest Diagnostics labs. | |
# | |
# This quick-and-dirty script queries their appointment scheduling API |
#!/bin/sh | |
# SPDX-FileCopyrightText: 2018 Kirill Elagin <https://kir.elagin.me/> | |
# SPDX-License-Identifier: MPL-2.0 | |
### | |
# | |
# Mirror a tmux session in two terminals. | |
# | |
# This script is ideal for all kinds of demonstrations, lectures, talks, etc. |
#!/usr/bin/env python3 | |
# SPDX-FileCopyrightText: 2020 Kirill Elagin <https://kir.elagin.me/> | |
# SPDX-License-Identifier: MPL-2.0 | |
### | |
# | |
# Convert a Noun Project icon to a PNG of the right size. | |
# | |
# This simple tool takes a free “basic” SVG icon from The Noun Project |
#!/usr/bin/env bash | |
# SPDX-FileCopyrightText: 2020 Kirill Elagin <https://kir.elagin.me/> | |
# SPDX-License-Identifier: MPL-2.0 | |
### | |
# | |
# Quickly edit a file that was changed in the last git commit. | |
# | |
# Sometimes you want to make a quick amendment to what you did in your last |
#!/bin/bash | |
# SPDX-FileCopyrightText: 2019 Kirill Elagin <https://kir.elagin.me/> | |
# SPDX-License-Identifier: MPL-2.0 | |
### | |
# | |
# Monitor signal strength (RSSI) of the active Wi-Fi network on macOS. | |
# | |
# Usage: |
#!/bin/sh | |
# SPDX-FileCopyrightText: 2019 Kirill Elagin <https://kir.elagin.me/> | |
# SPDX-License-Identifier: MPL-2.0 | |
### | |
# | |
# Monitor signal strength (RSSI) of a Wi-Fi network on Linux. | |
# | |
# Given an SSID, the script outputs the signal strength of the |
{ pkgs ? import <nixpkgs> {} }: | |
let | |
fhs = pkgs.buildFHSUserEnv { | |
name = "lineageos"; | |
targetPkgs = pkgs: with pkgs; [ | |
gitRepo | |
androidenv.androidPkgs_9_0.platform-tools |
{ pkgs ? import <nixpkgs> {} }: | |
let | |
openwrt-env = pkgs.buildFHSUserEnv { | |
name = "openwrt"; | |
targetPkgs = pkgs: with pkgs; [ | |
which # NASTY FUCKER all over | |
pkgconfig # (make menuconfig -> ncurses) | |
autoconf |
diff --git a/fs/proc/cmdline.c b/fs/proc/cmdline.c | |
index 14a4c5887848..ebce46d998b0 100644 | |
--- a/fs/proc/cmdline.c | |
+++ b/fs/proc/cmdline.c | |
@@ -2,10 +2,13 @@ | |
#include <linux/init.h> | |
#include <linux/proc_fs.h> | |
#include <linux/seq_file.h> | |
+#include <asm/setup.h> | |
+ |
I hereby claim:
To claim this, I am signing this object: