diff --git a/os/x-ui/gtk/gtk-inspector.txt b/os/x-ui/gtk/gtk-inspector.txt new file mode 100644 index 000000000..7eeeea9cf --- /dev/null +++ b/os/x-ui/gtk/gtk-inspector.txt @@ -0,0 +1 @@ +https://developer.gnome.org/documentation/tools/inspector.html diff --git a/os/x-ui/gtk/gtk.txt b/os/x-ui/gtk/gtk.txt index e331ca0a9..a1ed539a4 100644 --- a/os/x-ui/gtk/gtk.txt +++ b/os/x-ui/gtk/gtk.txt @@ -1,10 +1,12 @@ https://wiki.archlinux.org/title/GTK gsettings set org.gnome.desktop.interface gtk-theme Adwaita - https://docs.gtk.org/gtk4/css-properties.html https://docs.w3cub.com/gtk~4.0/ch39s04 +awt +https://superuser.com/questions/652606/is-there-a-way-to-increase-the-default-font-size-for-java-gui-applications + font engine https://freetype.org/ https://freetype.org/freetype2/docs/documentation.html diff --git a/pages/pages.txt b/pages/pages.txt index a78068cbb..e1d7f6678 100644 --- a/pages/pages.txt +++ b/pages/pages.txt @@ -1,4 +1,19 @@ dsworks.ru/super-aintelligence +nvim + +:LspInfo +https://github.com/williamboman/mason-lspconfig.nvim +https://github.com/neovim/nvim-lspconfig/tree/master + +LSP configs active in this session (globally) ~ +- Configured servers: lua_ls, html, cssls +... +- Language client log: ~/.local/state/nvim/lsp.log + +https://github.com/LunarVim/LunarVim/issues/4617 +https://github.com/LunarVim/LunarVim/issues/3413 +...10.3/nvim-linux64/share/nvim/runtime/lua/vim/lsp/rpc.lua:800: +Spawning language server with cmd: `{ "vscode-css-language-server", "--stdio" }` failed. The language server is either not installed, missing from PATH, or not executable. kc - 76 of ... try http diff --git a/pl/cross/messaging/kafka/tools/client/gui/akhq.txt b/pl/cross/messaging/kafka/tools/client/gui/akhq.txt index 2fbd80594..634d1e117 100644 --- a/pl/cross/messaging/kafka/tools/client/gui/akhq.txt +++ b/pl/cross/messaging/kafka/tools/client/gui/akhq.txt @@ -1,5 +1,9 @@ https://akhq.io https://github.com/tchiotludo/akhq +https://kouncil.io/pricing/ + https://akhq.io/docs https://akhq.io/docs/installation.html + +https://blog.kouncil.io/ diff --git a/pl/cross/messaging/kafka/tools/client/gui/lenses.txt b/pl/cross/messaging/kafka/tools/client/gui/lenses.txt new file mode 100644 index 000000000..0c071f444 --- /dev/null +++ b/pl/cross/messaging/kafka/tools/client/gui/lenses.txt @@ -0,0 +1,38 @@ +https://lenses.io +https://lenses.io/product/ +https://lenses.io/apache-kafka-docker/ + wget https://lenses.io/preview -O docker-compose.yml && ACCEPT_EULA=true docker compose up + # create-configs service + http://localhost:9991/ + +https://github.com/lensesio/fast-data-dev +https://github.com/lensesio/lenses-docker + + +https://lenses.io/product/pricing/ + +https://docs.lenses.io/latest +https://docs.lenses.io/latest/deployment/installation +https://docs.lenses.io/latest/deployment/installation/linux/hq +https://docs.lenses.io/latest/deployment/installation/docker/hq + + +https://docs.lenses.io/latest/user-guide/topics +https://docs.lenses.io/latest/user-guide/sql-studio + +https://docs.lenses.io/latest/deployment/configuration/agent/automation/kafka-connect +!!! + +cfg +https://docs.lenses.io/latest/deployment/configuration +https://docs.lenses.io/latest/deployment/configuration/authentication/sso-and-saml +https://docs.lenses.io/latest/deployment/configuration/authentication/sso-and-saml/overview +https://docs.lenses.io/latest/deployment/configuration/hq +https://docs.lenses.io/latest/deployment/configuration/hq#samlconfig +https://docs.lenses.io/latest/deployment/configuration/agent/configuration-reference + +https://docs.lenses.io/latest/resources/api-reference/lenses-api-spec + + +https://docs.lenses.io/latest/resources/cli +https://archive.lenses.io/pub/testing/lenses/ diff --git a/pl/cross/messaging/kafka/tools/client/gui/redpanda.txt b/pl/cross/messaging/kafka/tools/client/gui/redpanda.txt new file mode 100644 index 000000000..bb0a0f6a1 --- /dev/null +++ b/pl/cross/messaging/kafka/tools/client/gui/redpanda.txt @@ -0,0 +1,151 @@ +https://docs.redpanda.com/current/home/ +https://docs.redpanda.com/current/deploy/deployment-option/self-hosted/manual/production/dev-deployment/ +https://docs.redpanda.com/current/get-started/architecture/ + +https://www.redpanda.com/resources#tech-talks + +https://github.com/redpanda-data/redpanda + +docker + docker run --network=host -p 8080:8080 \ + -e KAFKA_BROKERS=pkc-4r000.europe-west1.gcp.confluent.cloud:9092 \ + -e KAFKA_TLS_ENABLED=true \ + -e KAFKA_TLS_INSECURESKIPTLSVERIFY=true \ + -e KAFKA_SASL_ENABLED=true \ + -e KAFKA_SASL_USERNAME=xxx \ + -e KAFKA_SASL_PASSWORD=xxx \ + -e KAFKA_SASL_MECHANISM=SCRAM-SHA-256 \ + docker.redpanda.com/redpandadata/console:latest + +!!! +https://docs.redpanda.com/current/console/quickstart/ + https://docs.redpanda.com/current/console/_attachments/docker-compose.yml + kafka: + sasl: + enabled: true + username: superuser + password: secretpassword + mechanism: SCRAM-SHA-256 + https://docs.redpanda.com/current/console/config/configure-console/ + kafka: + #tls: + # If you connect to a Cluster that uses commonly trusted certificates, enable TLS and do not provide a certificate authority in the caFilepath. + # In this case, the system's certificate pool is used. + #enabled: false + #caFilepath: + #certFilepath: + #keyFilepath: + #insecureSkipTlsVerify: false +!!! +https://docs.redpanda.com/current/reference/properties/cluster-properties/ +https://docs.redpanda.com/current/manage/security/encryption/ +https://www.redpanda.com/blog/tls-config +https://docs.redpanda.com/current/manage/security/authentication/#enable-sasl-with-tls-encryption + redpanda.yaml: + redpanda: + kafka_api: + - address: 0.0.0.0 + port: 9092 + name: sasl_tls_listener + authentication_method: sasl + kafka_api_tls: + - name: sasl_tls_listener + #key_file: broker.key + #cert_file: broker.crt + truststore_file: ca.crt + #crl_file: ca.crl # Optional + enabled: true + require_client_auth: false + +rpk +https://github.com/redpanda-data/redpanda/tree/dev/src/go/rpk +https://github.com/redpanda-data/redpanda/blob/dev/src/go/rpk/pkg/config/params.go +RedpandaData - Your Friendly Guide to rpk - Redpanda's Powerful Command-Line Tool of 9:32 + https://www.youtube.com/watch?v=CfR6LUBbUzs + !!! +RedpandaData - Redpanda Office Hour: HUGE rpk - Redpanda CLI update! of 43:09 + https://www.youtube.com/watch?v=dbqRJgPgXcU + rpk profile edit +https://www.redpanda.com/blog/get-started-rpk-manage-streaming-data-clusters +https://go.redpanda.com/rpk-commands-cheat-sheet +https://go.redpanda.com/hubfs/PDFs/redpanda-rpk-commands-cheat-sheet.pdf?hsLang=en +https://docs.redpanda.com/current/reference/rpk/ +https://docs.redpanda.com/current/reference/rpk/rpk-cluster/rpk-cluster/ +https://docs.redpanda.com/current/reference/rpk/rpk-cluster/rpk-cluster-info/ +rpk cluster info \ + -X sasl.mechanism=SCRAM-SHA-256 \ + -X user=myuser \ + -X pass='changethispassword' + +console: +https://github.com/redpanda-data/console/ +https://docs.redpanda.com/current/console/config/configure-console/ + !!! +https://docs.redpanda.com/current/manage/console/ +redpanda-console -config.filepath ./redpanda-console.yaml + + +https://docs.redpanda.com/current/get-started/quickstarts/ +https://docs.redpanda.com/current/get-started/architecture/ +https://docs.redpanda.com/current/get-started/intro-to-events/ +https://docs.redpanda.com/current/get-started/licensing/overview/ +https://docs.redpanda.com/current/deploy/deployment-option/self-hosted/manual/production/ + +https://docs.redpanda.com/current/deploy/deployment-option/self-hosted/manual/production/dev-deployment/ + curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' | sudo -E bash + cat /etc/yum.repos.d/redpanda-redpanda.repo + ... + https://dl.redpanda.com/public/redpanda/rpm/fedora/41/$basearch + + sudo dnf search redpanda + sudo dnf install redpanda + sudo dnf install redpanda-rpk + rpm -ql redpanda-rpk + /opt/redpanda/RELEASE-DATE.txt + /opt/redpanda/bin/hwloc-calc-redpanda + /opt/redpanda/bin/hwloc-distrib-redpanda + /opt/redpanda/bin/iotune-redpanda + /opt/redpanda/bin/rpk + /opt/redpanda/libexec/hwloc-calc-redpanda + /opt/redpanda/libexec/hwloc-distrib-redpanda + /opt/redpanda/libexec/iotune-redpanda + /opt/redpanda/libexec/rpk + /usr/bin/rpk + sudo dnf install redpanda-console + rpm -ql redpanda-console + sudo systemctl start redpanda-console + /usr/bin/redpanda-console + /usr/lib/systemd/system/redpanda-console.service + ExecStart=/usr/bin/redpanda-console -config.filepath /etc/redpanda/redpanda-console-config.yaml + /etc/redpanda/redpanda-console-config.yaml + kafka: + brokers: "localhost:9092" + sudo dnf install redpanda-connect + sudo dnf install redpanda-tuner + sudo dnf install redpanda-debuginfo + + sudo systemctl start redpanda-tuner redpanda + +https://docs.redpanda.com/current/manage/security/listener-configuration/ +https://docs.redpanda.com/current/console/config/configure-console/ + https://docs.redpanda.com/current/shared/_attachments/redpanda-console-config.yaml +https://docs.redpanda.com/current/get-started/quick-start/ + https://docs.redpanda.com/current/get-started/_attachments/single-broker/docker-compose.yml + + curl -LO https://github.com/redpanda-data/redpanda/releases/latest/download/rpk-linux-amd64.zip + mkdir -p ~/.local/bin + export PATH="~/.local/bin:$PATH" && + unzip rpk-linux-amd64.zip -d ~/.local/bin/ + +https://docs.redpanda.com/current/manage/monitoring/ + +labs +debezium + https://docs.redpanda.com/redpanda-labs/docker-compose/cdc-postgres-json/ + +https://www.redpanda.com/blog + +baeldung +https://www.baeldung.com/redpanda +2023 +https://www.redpanda.com/blog/web-user-interface-tools-kafka