This file contains hidden or 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
From 6dd501199c1323a49f2e64e75c886a1d0b652577 Mon Sep 17 00:00:00 2001 | |
From: kokoye2007 <[email protected]> | |
Date: Thu, 20 Feb 2020 18:05:59 +0100 | |
Subject: [PATCH] setup.py: add typical snapcraft location of PCSC | |
--- | |
setup.py | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/setup.py b/setup.py |
This file contains hidden or 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
diff --git a/setup.py b/setup.py | |
index dda37f5..20854fd 100755 | |
--- a/setup.py | |
+++ b/setup.py | |
@@ -70,7 +70,7 @@ else: | |
pkg_config_cflags = subprocess.check_output(['pkg-config', '--cflags', 'libpcsclite']) | |
platform_extra_compile_args += shlex.split(pkg_config_cflags.decode()) | |
except: | |
- platform_include_dirs = ['/usr/include/PCSC', '/usr/local/include/PCSC'] | |
+ platform_include_dirs = ['usr/include/PCSC', 'usr/local/include/PCSC', '/snap/cryptnox/current/usr/include/PCSC', '/snap/cryptnox/current/usr/local/include/PCSC'] |
This file contains hidden or 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
- https://github.com/maaslalani/slides | Terminal based presentation tool | |
- https://marp.app/ | Markdown Presentation Ecosystem | |
- https://github.com/slideshow-s9 | Write Your Slides / Talks / Presentations in Plain Text with Markdown Formatting Conventions - Free Web Alternative to PowerPoint and Keynote | |
- https://gitlab.com/da_doomer/markdown-slides | Using markdown, write simple but beautiful presentations with math, animations and media. | |
- https://present.readthedocs.io/en/latest/ | A terminal-based presentation tool with colors and effects | |
- https://github.com/muryoimpl/slippr | markdown presentation app by Electron | |
- https://hackmd.io/ | |
- https://revealjs.com/ | THE HTML PRESENTATION FRAMEWORK |
This file contains hidden or 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
# kubectl < 1.21 | |
ky() { | |
local -r resource="${1:-$(kubectl api-resources --no-headers | choose 0 | fzf)}" | |
local -r name="${2:-$(kubectl get ${resource} --no-headers | choose 0 | fzf)}" | |
kubectl get "${resource}" "${name}" -oyaml \ | |
| yq 'del(.metadata.managedFields)' -y \ | |
| bat -l=yaml --plain --theme=DarkNeon | |
} | |
# kubectl >= 1.21 |
This file contains hidden or 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
027168.com | |
0815.ru | |
0815.ry | |
0815.su | |
0845.ru | |
0box.eu | |
0clickemail.com | |
0-mail.com | |
0n0ff.net | |
0nelce.com |
This file contains hidden or 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
- repo: https://github.com/shellcheck-py/shellcheck-py | |
rev: v0.7.2.1 | |
# https://github.com/koalaman/shellcheck/issues/2222#issuecomment-840648212 | |
hooks: | |
- id: shellcheck | |
name: Check sh files | |
entry: bash -c 'shellcheck $@ -f diff | patch -p 1' -- |
This file contains hidden or 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
wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null | |
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/shiftkey-packages.gpg] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey-packages.list' | |
sudo apt update && sudo apt install github-desktop |
This file contains hidden or 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 | |
# Ko Ko Ye - [email protected] | |
# vpnbook.com | |
# deepseek.com | |
# Function to check if a command exists | |
command_exists() { | |
command -v "$1" >/dev/null 2>&1 | |
} |
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="refresh" content="5; url=https://HEREIS_YOUR_URL/"> | |
<title>Redirecting to Flowrshop</title> | |
<style> | |
.redirect-text { | |
font-family: sans-serif; | |
font-size: 18px; |
OlderNewer