sudo apt update
sudo apt install build-essential gcc-aarch64-linux-gnu
sudo apt install python3-devhttps://chatgpt.com/share/67060a1d-afb4-8012-b758-22256924d635
| 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 |
| { | |
| "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]", |
| .. | |
| ..=+=+*==.:=-=.. | |
| .:%=-.*#*=*#++**@#... | |
| .-@.:-*.. ..-=*#:*. | |
| +-+=:. ...:=. | |
| ==@%%:.... .#. | |
| ..#*+#=**##.. ::. | |
| .:--@+*+*+***+. .-.....==-... .-. | |
| ....:%+%+%*-%%+*%. .::+@%%#..::*+..*.. | |
| .-+.:...+%:***@+***:...#=...:-+@+#=#+#:#. |
sudo apt update
sudo apt install build-essential gcc-aarch64-linux-gnu
sudo apt install python3-devhttps://chatgpt.com/share/67060a1d-afb4-8012-b758-22256924d635
| +++++ +++++ | |
| +++++++ +++++++ | |
| +++++++ +++++++ | |
| ++++++++ +++++++ | |
| ++++++++ ++++++++++++++++ ++++++++ | |
| ++++++++++++++++++++++++++++++++++ | |
| ++++++++++++++++++++++++++++++++ | |
| ++++++++++++++++++++++++++++++++++++++ | |
| ++++++++++++++++++++++++++++++++++++++++++ | |
| ++++++++++++++++++++++++++++++++++++++++++++ |
| 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: "🧑⚖️ Адмін (банити)" |
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:
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