Skip to content

Instantly share code, notes, and snippets.

View okineadev's full-sized avatar
📆

Okinea Dev okineadev

📆
View GitHub Profile
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

apt install ruby
curl -O https://github.com/busyloop/lolcat/archive/master.zip
unzip master.zip && rm master.zip
cd lolcat-master/bin
gem install lolcat
@okineadev
okineadev / export-import-gpg-keys.md
Last active May 21, 2024 08:27 — forked from lysender/export-import-gpg-keys.md
Export and import GPG Keys

Export public key

gpg --export [email protected] > my_key.pub 

The file can then be shared to other people.

Export public key in armor ASCII format