Bjorn-Manager
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
- logo.png
- release.yml
- wiki-sync.yml
- acidwiki.json
- FUNDING.yml
- 00-common.sh
- 01-platform.sh
- 02-packages.sh
- 03-system.sh
- 04-bjorn.sh
- 05-webui.sh
- 06-bluetooth.sh
- 07-usb-gadget.sh
- 08-services.sh
- 09-bashrc.sh
- 10-monitor-mode.sh
- 10-verify.sh
- bjorn.ico
- bjorn.png
- install_bjorn.sh
- webapp.json
- __init__.py
- device.py
- manager.py
- __init__.py
- base.py
- __init__.py
- script_generator.py
- validator.py
- __init__.py
- config.py
- worker.py
- __init__.py
- js_bridge.py
- __init__.py
- __main__.py
- app.py
- .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
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
ldd
View Details ▼
ldd
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
Was this content helpful?
(0 ratings)
