Skip to content

Instantly share code, notes, and snippets.

View okineadev's full-sized avatar
📆

Okinea Dev okineadev

📆
View GitHub Profile
@okineadev
okineadev / .wsl-usb-kernel-config
Last active May 19, 2025 19:41
🔌 WSL Kernel USB Support
CONFIG_USB_STORAGE=m
CONFIG_USB_STORAGE_DEBUG=y
CONFIG_USB_STORAGE_REALTEK=m
CONFIG_REALTEK_AUTOPM=y
CONFIG_USB_STORAGE_DATAFAB=m
CONFIG_USB_STORAGE_FREECOM=m
CONFIG_USB_STORAGE_ISD200=m
CONFIG_USB_STORAGE_USBAT=m
CONFIG_USB_STORAGE_SDDR09=m
CONFIG_USB_STORAGE_SDDR55=m
@okineadev
okineadev / dummy-package.json
Last active April 6, 2025 07:44
📦 Dummy package.json
{
"name": "some-cool-package",
"version": "0.8.2",
"description": "🚀 A modern toolkit for building awesome things",
"main": "src/index.ts",
"type": "module",
"private": false,
"author": {
"name": "Example Developer",
"email": "[email protected]",
..
..=+=+*==.:=-=..
.:%=-.*#*=*#++**@#...
.-@.:-*.. ..-=*#:*.
+-+=:. ...:=.
==@%%:.... .#.
..#*+#=**##.. ::.
.:--@+*+*+***+. .-.....==-... .-.
....:%+%+%*-%%+*%. .::+@%%#..::*+..*..
.-+.:...+%:***@+***:...#=...:-+@+#=#+#:#.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@okineadev
okineadev / tgcrypto raspberrypi-fix.md
Last active November 14, 2024 08:35
Fix for tgcrypto failed installation on Raspberry Pi
@okineadev
okineadev / android.txt
Created September 10, 2024 10:12
Android ASCII logo
+++++ +++++
+++++++ +++++++
+++++++ +++++++
++++++++ +++++++
++++++++ ++++++++++++++++ ++++++++
++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++
hikka_security:
no_command: "<emoji document_id=5210952531676504517>🚫</emoji> <b>Команда</b> <code>{}</code> <b>не знайдена!</b>"
permissions: "🔐 <b>Тут можна налаштувати дозволи для команди</b> <code>{}{}</code>"
close_menu: "🙈 Закрити це меню"
global: "🔐 <b>Тут можна налаштувати глобальну виключну маску. Якщо перемикач вимкнений тут, він вимкнений для всіх команд</b>"
owner: "😎 Власник"
group_owner: "🧛‍♂️ Влад. групи"
group_admin_add_admins: "🧑‍⚖️ Адмін (додавати учасників)"
group_admin_change_info: "🧑‍⚖️ Адмін (змінювати інформацію)"
group_admin_ban_users: "🧑‍⚖️ Адмін (банити)"
@okineadev
okineadev / free_macos_machine_for_testing.md
Created May 9, 2024 08:31
How to get a free macOS machine for testing?

How to get a free macOS machine for testing?

If you have an application that you want to test on different architectures and operating systems (including macOS) - then you can use the runners that GitHub provides for free for open source projects

First of all, remember these simple rules:

  • Don't abuse virtual machines
  • Do not use them for illegal purposes and for DDoS attacks

@okineadev
okineadev / grep_empty_subexpression_solution.md
Last active May 9, 2024 08:33
Solving "grep: empty (sub)expression" error on macOS

Solving "grep: empty (sub)expression" error on macOS

I ran into this problem when using grep on macOS and found a solution

First of all, I advise you to read this article, which describes the solution to the problem - https://qiita.com/t_o_d/items/fb1f2dd49723b735df2c


Problem solving:

@okineadev
okineadev / error_opening_terminal_vt220_solution.md
Last active May 7, 2024 05:43
Solving the "Error opening terminal: vt220." problem in Termux

If you have an error "Error opening terminal: vt220." in Termux, then I have found a solution for you

Just run this command in the terminal:

export TERM=xterm-256color