Skip to content

Instantly share code, notes, and snippets.

View gusenov's full-sized avatar
⌨️
Программирую компьютеры 💻

Аббас Гусенов gusenov

⌨️
Программирую компьютеры 💻
View GitHub Profile
@gusenov
gusenov / dart
Created May 29, 2025 07:26
A command-line utility for Dart development.
The Dart CLI developer tool uses Google Analytics to report usage and diagnostic
data along with package dependencies, and crash reporting to send basic crash
reports. This data is used to help improve the Dart platform, Flutter framework,
and related tools.
Telemetry is not sent on the very first run. To disable reporting of telemetry,
run this terminal command:
dart --disable-analytics
@gusenov
gusenov / sudo dnf update code
Created May 29, 2025 04:20
dnf update на Fedora.
Last metadata expiration check: 0:06:18 ago on Thu 29 May 2025 09:07:46 AM +05.
Dependencies resolved.
======================================================================================================================================
Package Architecture Version Repository Size
======================================================================================================================================
Upgrading:
code x86_64 1.100.2-1747260629.el8 code 144 M
Transaction Summary
======================================================================================================================================
@gusenov
gusenov / flutter doctor
Last active May 27, 2025 14:49
Flutter
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.32.0, on Fedora Linux 40 (Workstation Edition)
6.8.10-300.fc40.x86_64, locale en_US.UTF-8)
[✗] Android toolchain - develop for Android devices
✗ Unable to locate Android SDK.
Install Android Studio from:
https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK
components.
(or visit https://flutter.dev/to/linux-android-setup for detailed
@gusenov
gusenov / code --install-extension Dart-Code.flutter
Last active May 27, 2025 11:31
Установка расширений для Visual Studio Code.
Installing extensions...
Installing extension 'dart-code.flutter'...
Extension 'dart-code.flutter' v3.110.0 was successfully installed.
Extension 'dart-code.dart-code' v3.104.0 was successfully installed.
@gusenov
gusenov / snap install spotify
Created May 27, 2025 07:10
snap install на Fedora.
spotify 1.2.31.1205.g4d59ad7c from Spotify✓ installed
Looking for matches…
Required runtime for com.github.PintaProject.Pinta/x86_64/stable (runtime/org.gnome.Platform/x86_64/47) found in remote flathub
Do you want to install it? [Y/n]: Y
com.github.PintaProject.Pinta permissions:
ipc network fallback-x11 wayland x11 dri
file access [1] dbus access [2]
[1] /run/media, xdg-desktop, xdg-documents, xdg-download, xdg-pictures, xdg-public-share, xdg-run/gvfs,
xdg-run/gvfsd, xdg-templates
@gusenov
gusenov / sudo dnf install chromium
Last active May 27, 2025 14:56
dnf install на Fedora.
Last metadata expiration check: 0:17:32 ago on Thu 30 May 2024 11:51:22 AM +05.
Dependencies resolved.
========================================================================================================================================================================
Package Architecture Version Repository Size
========================================================================================================================================================================
Installing:
chromium x86_64 125.0.6422.112-2.fc40 updates 87 M
Installing dependencies:
chromium-common x86_64 125.0.6422.112-2.fc40 updates 14 M
google-crc32c
@gusenov
gusenov / Format.md
Last active May 16, 2025 12:10
Paper Format (LibreOffice Writer)
Format Width Height
A6 4.13″ 5.83″
A5 5.83″ 8.27″
A4 8.27″ 11.69″
A3 11.69″ 16.54″
B6 (ISO) 4.92″ 6.93″
B5 (ISO) 6.93″ 9.84″
B4 (ISO) 9.84″ 13.90″
Letter 8.50″ 11.00″
@gusenov
gusenov / deployment-targets.md
Created April 29, 2025 06:17
Цели развёртывания проекта на GitLab.
kubernetes Kubernetes (GKE, EKS, OpenShift и так далее)
managed_container_runtime Управляемое выполнение контейнеров (Fargate, Cloud Run, DigitalOcean App)
self_managed_container_runtime Автономная среда выполнения контейнеров (Podman, Docker Swarm, Docker Compose)
heroku Heroku
virtual_machine Виртуальная машина (например, EC2)
mobile_app_store Магазин мобильных приложений
registry Реестр (пакетов или контейнеров)
ls -la /usr/bin/ | grep gnome-keyring-daemon
# -rwxr-xr-x 1 root root 1017128 Мау 21 2022 gnome-keyring-daemon
sudo chmod -x /usr/bin/gnome-keyring-daemon
ls -la /usr/bin/ | grep gnome-keyring-daemon
# -rw-r--r-- 1 root root 1017128 Мау 21 2022 gnome-keyring-daemon