Bjorn-Manager

(★ 60)

Bjorn Manager is a minimal UI that finds Bjorn devices (LAN/USB), autofills IPs, connects over SSH, runs the Bjorn installer, restarts the service, and shows basic status/logs. No terminal gymnastic just click and go.

File Explorer

  • .gitignore
  • __bjorn_ui_check.js
  • BJORN_MANAGER_DETAILED.md
  • bjorn_ui.html
  • build.py
  • LICENSE
  • README.md
  • README_DEV.md
  • requirements.txt
  • run.py

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

ldd

View Details ▼

Display shared library dependencies of a binary.
Do not use on an untrusted binary, use objdump for that instead.

ldd {{path/to/binary}}

Display shared library dependencies of a binary:

ldd {{[-v|--verbose]}} {{path/to/binary}}

Display all information about dependencies:

ldd {{[-u|--unused]}} {{path/to/binary}}

Display unused direct dependencies:

# Project Badges

// repository documentation