home.social

Search

1000 results for “cli_ar”

  1. CLI в 2025: отголоски динозавров или реальная потребность

    Почему в 2025 мы все еще используем CLI? Вокруг так много прекрасных pixel-perfect GUI на OLED-экранах, а интернет провели даже в часы, очки и кольца. Как проектировщик взаимодействия

    habr.com/ru/companies/selectel

    #cli #selectel #gui #терминал #консоль #интерфейс

  2. Hmm 🤔 I noticed that PyRadio got more picky about what characters are allowed in the stations.csv file. Before it just didn't cared about "/", and "'" symbols used in the station's name. I first noticed that the icons for some of the stations stooped displaying, but the stations connected and started to play normally.
    I still could continue to use my old stations file without the icons displaying in the notification for the affected stations but I like to have them displayed.
    As how I discovered that some of the symbols could be the culprit was that I had stations that didn't contained the slash "/" and "'" symbols, those stations icons displayed while the stations that contained the slash "/" and/or "'" symbols in their names didn't displayed their icons in the notification.
    I don't think this behavior is a bug, it's just an interesting thing that I discovered by chance and I don't think it is documented in the very detailed documentation of PyRadio's GitHub page.
    After I changed those characters or stooped using them altogether the icons where displayed as they should. I used the "/" symbol for separating the different genres in the first portion of the station name to be more readable and for categorizing reasons, now I use "|" symbol for that purpose.
    I made a test csv file for the stations for illustration purpose where I put two good examples of the station naming problem that I encountered, the first one is fine since it didn't congaing any of the two symbols that causing the problem in the first place, the second one is originally contained both symbols and for a fix I have to remove those symbols from the name of station.
    As I mentioned before the "/" symbol is used in second stations name as one of the genres describing the station "W/beats", the other symbols "'" was only used in the very same stations name as one of the genres describing the same station, namely "Blips'n'beeps". I edited both of them "W/beats" become "Wbeats" and "Blips'n'beeps" now is "Blips and Boops". These simple changes fixed the not displaying some of the station's icons in the notification. 😁

    #pyradio #cli #radioplayer

  3. Nothing like writing a extension to work around a bug in the CLI for which I've had a PR out for over 9 months waiting for one person to review it (other staffers have already), but here we are: github.com/heaths/gh-merge-json

    `gh api --paginate` may return invalid JSON, so this extension does what my PR does but within the gh ecosystem.

    Just `gh ext install heaths/gh-merge-json` and pipe paginated JSON to it to merge the JSON (mainly nested arrays) and get back valid JSON.

  4. Installed #ArchLinux last night, went back to #Kubuntu this morning.

    #archinstall crashed several times detecting drives, and formatting partitions. Once installed, logging in with #KDE Plasma using #Wayland would just return to the login screen, so had to use Plasma with #X11 instead. The KDE integration for #pacman hasn't been updated in years, which means I would have to manually check for updates in the CLI each day. I have #NoTime to tweak this much.
    #Arch #Linux

  5. Found article about malicious packages in the wild. It seems to mainly concern malicious PowerShell init scripts that runs. Although has a blocklist for packages, when installed in a project, it checks them after the init script would have already run. I'm going to start running scans prior to letting it restore packages.

    jfrog.com/blog/attackers-are-s

    NOTE: I don't know if the cli or run those scripts. Hopefully I'll have an update tonight.

  6. agros-translate (github.com/argosopentech/argos) is really a great tool. I use the CLI version with the argostranslategui

    Comes handy when imporving translations for and other tasks.

  7. CW: Full toolkit (3 samples + scripts + YARA):(no download needed)

    archive.org/details/500ms-supp

    The name references Andres Freund's 500ms SSH delay that uncovered the
    XZ backdoor.

    The core finding: JsonSchema.Net.dll shipped in Microsoft's
    DesktopAppInstaller has a SHA256 that doesn't match any official NuGet
    release. It has a PE timestamp of year 2095. And it's signed by
    Microsoft's HSM.

    You can verify this on your own Windows 11 machine without downloading
    anything from me:

    Get-FileHash "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller*\ConfigurationRemotingServer\JsonSchema.Net.dll"

    Compare with NuGet official: nuget.org/packages/JsonSchema.

    The toolkit also includes anomalies in Google's cloudcode_cli (104K
    internal refs) and Intel's IGCCTray (GCP data exfil in a graphics driver).

    🔍 500ms — Supply chain anomalies in Windows 11 default binaries

    JsonSchema.Net.dll in Microsoft DesktopAppInstaller:
    → Hash ≠ any official NuGet release
    → PE timestamp: year 2095
    → Signed by Microsoft HSM post-modification

    Verify on YOUR OWN Windows 11 (no download needed):
    Get-FileHash "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller*\...\JsonSchema.Net.dll"
    Compare: nuget.org/packages/JsonSchema.Net/7.2.3

    #infosec #supplychainattack #malwareanalysis #microsoft #cybersecurity #threatintel #windows11 #forensics

  8. CW: Full toolkit (3 samples + scripts + YARA):(no download needed)

    archive.org/details/500ms-supp

    The name references Andres Freund's 500ms SSH delay that uncovered the
    XZ backdoor.

    The core finding: JsonSchema.Net.dll shipped in Microsoft's
    DesktopAppInstaller has a SHA256 that doesn't match any official NuGet
    release. It has a PE timestamp of year 2095. And it's signed by
    Microsoft's HSM.

    You can verify this on your own Windows 11 machine without downloading
    anything from me:

    Get-FileHash "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller*\ConfigurationRemotingServer\JsonSchema.Net.dll"

    Compare with NuGet official: nuget.org/packages/JsonSchema.

    The toolkit also includes anomalies in Google's cloudcode_cli (104K
    internal refs) and Intel's IGCCTray (GCP data exfil in a graphics driver).

    🔍 500ms — Supply chain anomalies in Windows 11 default binaries

    JsonSchema.Net.dll in Microsoft DesktopAppInstaller:
    → Hash ≠ any official NuGet release
    → PE timestamp: year 2095
    → Signed by Microsoft HSM post-modification

    Verify on YOUR OWN Windows 11 (no download needed):
    Get-FileHash "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller*\...\JsonSchema.Net.dll"
    Compare: nuget.org/packages/JsonSchema.Net/7.2.3

    #infosec #supplychainattack #malwareanalysis #microsoft #cybersecurity #threatintel #windows11 #forensics

  9. CW: Full toolkit (3 samples + scripts + YARA):(no download needed)

    archive.org/details/500ms-supp

    The name references Andres Freund's 500ms SSH delay that uncovered the
    XZ backdoor.

    The core finding: JsonSchema.Net.dll shipped in Microsoft's
    DesktopAppInstaller has a SHA256 that doesn't match any official NuGet
    release. It has a PE timestamp of year 2095. And it's signed by
    Microsoft's HSM.

    You can verify this on your own Windows 11 machine without downloading
    anything from me:

    Get-FileHash "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller*\ConfigurationRemotingServer\JsonSchema.Net.dll"

    Compare with NuGet official: nuget.org/packages/JsonSchema.

    The toolkit also includes anomalies in Google's cloudcode_cli (104K
    internal refs) and Intel's IGCCTray (GCP data exfil in a graphics driver).

    🔍 500ms — Supply chain anomalies in Windows 11 default binaries

    JsonSchema.Net.dll in Microsoft DesktopAppInstaller:
    → Hash ≠ any official NuGet release
    → PE timestamp: year 2095
    → Signed by Microsoft HSM post-modification

    Verify on YOUR OWN Windows 11 (no download needed):
    Get-FileHash "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller*\...\JsonSchema.Net.dll"
    Compare: nuget.org/packages/JsonSchema.Net/7.2.3

    #infosec #supplychainattack #malwareanalysis #microsoft #cybersecurity #threatintel #windows11 #forensics

  10. Между tail и ELK: пытаюсь собрать логи с нескольких серверов одной командой

    Я студент, который только начинает заходить в devops‑тематику. Сам я не админ и не держу в проде десяток серверов, поэтому решил не выдумывать «боли» из головы, а посмотреть, на что реально жалуются люди в интернете. Одна жалоба повторялась достаточно часто: «Когда что‑то падает, приходится обходить несколько серверов, смотреть логи по отдельности и пытаться сложить картину вручную. ELK/syslog решают, но ради пары сервисов это перебор.» После этого я решил собрать небольшой прототип LogRanger — CLI‑утилиты, которая по SSH забирает логи с нескольких серверов и открывает их в lnav одной командой. Ниже коротко расскажу, какую проблему хочу закрыть и что именно делаю.

    habr.com/ru/articles/1008256/

    #утилиты #devops #проект #cli

  11. CLI-инструмент для фундаментального анализа акций с поддержкой LLM

    Всем привет! Я сделал CLI-инструмент для быстрой "фундаменталки" по акциям с добавочной аналитикой из 10-K через LLM. Он тянет данные из Yahoo Finance, дочитывает 10-K (edgartools + LLM), корректирует EV по fair-value, только страховщиков оценивает по "флоуту", делает SOTP по операционным сегментам и на базе квартилей выдаёт сигналы "КУПИ/ПРОДАЙ/НЕОПРЕДЕЛЁННО" - по метрикам, по группе и общий. Использует метрики: Forward P/E, P/FCF, EV/EBITDA. Пример запуска:

    habr.com/ru/articles/939930/

    #финтех #искусственный_интеллект #python #фондовыйрынок #акции #llm

  12. (BRS) — CLI-набор для сетевой разведки и аудита безопасности

    Мы в EasyProTech часто работаем с инфраструктурой, в которой нет места сложным обёрткам, тяжёлым тулзетам и веб-интерфейсам. Нужно просто:

    habr.com/ru/articles/923436/

    #network #bash #bash_scripting #linux #nmap #sqlmap #pentest #инфраструктурный_пентест

  13. (BRS) — CLI-набор для сетевой разведки и аудита безопасности

    Мы в EasyProTech часто работаем с инфраструктурой, в которой нет места сложным обёрткам, тяжёлым тулзетам и веб-интерфейсам. Нужно просто:

    habr.com/ru/articles/923436/

    #network #bash #bash_scripting #linux #nmap #sqlmap #pentest #инфраструктурный_пентест

  14. (BRS) — CLI-набор для сетевой разведки и аудита безопасности

    Мы в EasyProTech часто работаем с инфраструктурой, в которой нет места сложным обёрткам, тяжёлым тулзетам и веб-интерфейсам. Нужно просто:

    habr.com/ru/articles/923436/

    #network #bash #bash_scripting #linux #nmap #sqlmap #pentest #инфраструктурный_пентест

  15. CLI-инструмент для фундаментального анализа акций с поддержкой LLM

    Всем привет! Я сделал CLI-инструмент для быстрой "фундаменталки" по акциям с добавочной аналитикой из 10-K через LLM. Он тянет данные из Yahoo Finance, дочитывает 10-K (edgartools + LLM), корректирует EV по fair-value, только страховщиков оценивает по "флоуту", делает SOTP по операционным сегментам и на базе квартилей выдаёт сигналы "КУПИ/ПРОДАЙ/НЕОПРЕДЕЛЁННО" - по метрикам, по группе и общий. Использует метрики: Forward P/E, P/FCF, EV/EBITDA. Пример запуска:

    habr.com/ru/articles/939930/

    #финтех #искусственный_интеллект #python #фондовыйрынок #акции #llm

  16. CLI-инструмент для фундаментального анализа акций с поддержкой LLM

    Всем привет! Я сделал CLI-инструмент для быстрой "фундаменталки" по акциям с добавочной аналитикой из 10-K через LLM. Он тянет данные из Yahoo Finance, дочитывает 10-K (edgartools + LLM), корректирует EV по fair-value, только страховщиков оценивает по "флоуту", делает SOTP по операционным сегментам и на базе квартилей выдаёт сигналы "КУПИ/ПРОДАЙ/НЕОПРЕДЕЛЁННО" - по метрикам, по группе и общий. Использует метрики: Forward P/E, P/FCF, EV/EBITDA. Пример запуска:

    habr.com/ru/articles/939930/

    #финтех #искусственный_интеллект #python #фондовыйрынок #акции #llm

  17. CLI-инструмент для фундаментального анализа акций с поддержкой LLM

    Всем привет! Я сделал CLI-инструмент для быстрой "фундаменталки" по акциям с добавочной аналитикой из 10-K через LLM. Он тянет данные из Yahoo Finance, дочитывает 10-K (edgartools + LLM), корректирует EV по fair-value, только страховщиков оценивает по "флоуту", делает SOTP по операционным сегментам и на базе квартилей выдаёт сигналы "КУПИ/ПРОДАЙ/НЕОПРЕДЕЛЁННО" - по метрикам, по группе и общий. Использует метрики: Forward P/E, P/FCF, EV/EBITDA. Пример запуска:

    habr.com/ru/articles/939930/

    #финтех #искусственный_интеллект #python #фондовыйрынок #акции #llm

  18. Auf meinem frisch installierten #ArchLinux bekomme ich seit Tagen nicht #musikcube installiert. #pikaur scheitert aufgrund eines "schwerwiegenden Fehlers", da es Datei oder Verzeichnis "asio/io_service.hpp" nicht finden kann.

    #asio ist aber mit #pacman installiert. Wo liegt also der Fehler? Ich bin ratlos.

    #Arch #Linux #music #cli

  19. Auf meinem frisch installierten #ArchLinux bekomme ich seit Tagen nicht #musikcube installiert. #pikaur scheitert aufgrund eines "schwerwiegenden Fehlers", da es Datei oder Verzeichnis "asio/io_service.hpp" nicht finden kann.

    #asio ist aber mit #pacman installiert. Wo liegt also der Fehler? Ich bin ratlos.

    #Arch #Linux #music #cli

  20. Auf meinem frisch installierten #ArchLinux bekomme ich seit Tagen nicht #musikcube installiert. #pikaur scheitert aufgrund eines "schwerwiegenden Fehlers", da es Datei oder Verzeichnis "asio/io_service.hpp" nicht finden kann.

    #asio ist aber mit #pacman installiert. Wo liegt also der Fehler? Ich bin ratlos.

    #Arch #Linux #music #cli

  21. "There are no workarounds that address this vulnerability.", not a quote you want to read about your fleet of Cisco devices running IOS and IOS XE Software! You must patch!

    Cisco devices have been under attack due to zero-day critical RCE flaws as detailed in CVE-2025-20333, CVE-2025-20363, and CVE-2025-20362, resulting in a denial of service (DoS) condition.

    sec.cloudapps.cisco.com/securi #Cisco #CitrixIOS #Networks #CyberAttack #CyberSecurity #DDOS #bufferoverflow #CISA