Skip to content

Instantly share code, notes, and snippets.

View kokoye2007's full-sized avatar

kokoye2007 kokoye2007

View GitHub Profile
@kokoye2007
kokoye2007 / keymagic-3_antivirus_status.md
Last active July 21, 2025 07:34
Keymagic 3 Antivirus False Positive Status

KeyMagic KeyMagic Antivirus False Positive Status

TL;DR: KeyMagic is safe! Some antivirus software incorrectly flags it due to the low-level system access required for keyboard input. We're actively working with vendors to resolve these false positives.

🛡️ Current Status Summary

x64 Version (v0.0.5)

  • File Name: KeyMagic3-Setup-0.0.5-x64.exe
  • Download: GitHub Release
  • File Hash: B9E68E1C5A222CFD7F977EF634036C78AC033ED26C0EF7A5255A53AC7972AF59
@kokoye2007
kokoye2007 / WestPwoKaren-pwo-keyboard.sh
Created July 19, 2025 18:36
pwo_MM - West Pwo Karen- iBus Keyboard Installer
#!/bin/bash
# West Pwo Karen
# pwo_MM
# kar
# maintainer: [email protected]
set -e
# Detect package manager
detect_pkg_mgr() {
@kokoye2007
kokoye2007 / kawthoolei-keyboard.sh
Created July 19, 2025 11:57
ksw_MM - Karen Kawthoolei - iBus Keyboard Installer
#!/bin/bash
# KNU Kawthoolei
# ksw_MM
# kar
# maintainer: [email protected]
set -e
# Detect package manager
detect_pkg_mgr() {
@kokoye2007
kokoye2007 / demo.html
Created May 5, 2025 01:59
squarespace_redirect
<!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;
@kokoye2007
kokoye2007 / vpnbook.sh
Created January 10, 2025 14:51
This Bash script automates connecting to free VPNBook servers by fetching available servers, extracting configurations, and handling authentication, allowing you to securely connect with just a few selections.
#!/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
}
@kokoye2007
kokoye2007 / github-desktop-ubuntu.sh
Created November 12, 2024 02:43
Ubuntu Github-Desktop
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
@kokoye2007
kokoye2007 / shellcheck-apply.yaml
Created November 5, 2024 04:57
github actions shellcheck apply
- 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' --
@kokoye2007
kokoye2007 / temporary-email-address-domains
Last active July 16, 2024 18:15
temporary-email-address-domains.txt
027168.com
0815.ru
0815.ry
0815.su
0845.ru
0box.eu
0clickemail.com
0-mail.com
0n0ff.net
0nelce.com
@kokoye2007
kokoye2007 / ky.sh
Created August 17, 2022 14:04 — forked from clux/ky.sh
kubectl get yaml without managedFields
# 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
- 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