All Projects → aixp → BlackBox

aixp / BlackBox

Licence: other
Oberon Microsystems BlackBox Component Builder port for OpenBSD, GNU/Linux and FreeBSD

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to BlackBox

bbcp
BlackBox Cross-Platform (Windows, GNU/Linux, OpenBSD, FreeBSD)
Stars: ✭ 49 (+104.17%)
Mutual labels:  freebsd, openbsd, oberon, blackbox-component-builder
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (+387.5%)
Mutual labels:  freebsd, openbsd
Fisy Fuzz
This is the full file system fuzzing framework that I presented at the Hack in the Box 2020 Lockdown Edition conference in April.
Stars: ✭ 110 (+358.33%)
Mutual labels:  freebsd, openbsd
gnb udp over tcp
gnb_udp_over_tcp 是一个为GNB开发的通过tcp链路中转UDP分组转发的服务
Stars: ✭ 32 (+33.33%)
Mutual labels:  freebsd, openbsd
WendzelNNTPd
A usable and IPv6-ready Usenet-server (NNTP daemon). It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and provides "invisible" newsgroups. It can run on MySQL and SQLite backends.
Stars: ✭ 43 (+79.17%)
Mutual labels:  freebsd, openbsd
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (+333.33%)
Mutual labels:  freebsd, openbsd
InitWare
The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.
Stars: ✭ 164 (+583.33%)
Mutual labels:  freebsd, openbsd
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (+125%)
Mutual labels:  freebsd, openbsd
Punes
Nintendo Entertaiment System emulator and NSF/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
Stars: ✭ 217 (+804.17%)
Mutual labels:  freebsd, openbsd
Gnb
GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB是一个开源的去中心化的具有极致内网穿透能力的通过P2P进行三层网络交换的VPN。
Stars: ✭ 225 (+837.5%)
Mutual labels:  freebsd, openbsd
cya
Easy to use snapshot and restore utility for any Linux (Unix) OS and filesystem powered by BASH
Stars: ✭ 73 (+204.17%)
Mutual labels:  freebsd, openbsd
Qtfm
Qt File Manager
Stars: ✭ 73 (+204.17%)
Mutual labels:  freebsd, openbsd
Zapret
Обход DPI в linux
Stars: ✭ 1,148 (+4683.33%)
Mutual labels:  freebsd, openbsd
Libtuntap
The portable Tun/Tap devices configuration utility
Stars: ✭ 107 (+345.83%)
Mutual labels:  freebsd, openbsd
Ruby Vmstat
A focused and fast library to gather memory, cpu, network, load avg and disk information
Stars: ✭ 68 (+183.33%)
Mutual labels:  freebsd, openbsd
Durden
Desktop Environment for Arcan
Stars: ✭ 158 (+558.33%)
Mutual labels:  freebsd, openbsd
libcluon
libcluon is a small and efficient, single-file and header-only library written in modern C++ to power microservices.
Stars: ✭ 81 (+237.5%)
Mutual labels:  freebsd, openbsd
Arcan
Arcan - [Display Server, Multimedia Framework, Game Engine] -> "Desktop Engine"
Stars: ✭ 885 (+3587.5%)
Mutual labels:  freebsd, openbsd
Awesome Unix
All the UNIX and UNIX-Like: Linux, BSD, macOS, Illumos, 9front, and more.
Stars: ✭ 973 (+3954.17%)
Mutual labels:  freebsd, openbsd
Objfw
[Official Mirror] A portable framework for the Objective-C language.
Stars: ✭ 161 (+570.83%)
Mutual labels:  freebsd, openbsd

Oberon Microsystems BlackBox Component Builder

Port for OpenBSD/i386, GNU/Linux/i386, FreeBSD/i386

Tested on:

  • OpenBSD 6.2
  • Fedora Core 17
  • Ubuntu 12.04 LTS, 12.10, 13.10, 14.04
  • FreeBSD 11.0

Status:

  • non-GUI part: stable, but TODO list is not empty
  • GUI part: incomplete, but runnable implementation

How to build:

if you have 64-bit version of Ubuntu, do this:
	sudo apt-get install libc6-dev-i386

cd BlackBox
./clean
./switch-target `uname -s` [ GUI ]

compile loader executable:
	cd BlackBox/Lin/Rsrc/loader
	make clean
	make
	mv loader ../../../_`uname -s`_/Lin/Rsrc/loader/

compile self:
	cd BlackBox
	./build
	./pack-dev0

How to run (after build):

if you have 64-bit version of Ubuntu and want to run GUI version, do this:
	sudo apt-get install libgtk2.0-0:i386

cd BlackBox
./run-BlackBox
	or ./run-BlackBox1

Alexander V. Shiryaev, 2019

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].