All Projects → nomadbsd → Nomadbsd

nomadbsd / Nomadbsd

Licence: bsd-2-clause
Livesystem based on FreeBSD

Projects that are alternatives of or similar to Nomadbsd

Warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
Stars: ✭ 2,094 (+830.67%)
Mutual labels:  freebsd
Cacule Cpu Scheduler
The CacULE CPU scheduler is based on interactivity score mechanism. The interactivity score is inspired by the ULE scheduler (FreeBSD scheduler).
Stars: ✭ 185 (-17.78%)
Mutual labels:  freebsd
Tuptime
Report the historical and statistical real time of the system, keeping it between restarts. Like uptime command but with more interesting output.
Stars: ✭ 214 (-4.89%)
Mutual labels:  freebsd
Homura
Windows Games Launcher for FreeBSD 🎮
Stars: ✭ 134 (-40.44%)
Mutual labels:  freebsd
Objfw
[Official Mirror] A portable framework for the Objective-C language.
Stars: ✭ 161 (-28.44%)
Mutual labels:  freebsd
Imunes
Integrated Multiprotocol Network Emulator/Simulator
Stars: ✭ 198 (-12%)
Mutual labels:  freebsd
Bsdrp
BSD Router Project
Stars: ✭ 126 (-44%)
Mutual labels:  freebsd
Gammy
Adaptive screen brightness/temperature for Windows, Linux, FreeBSD
Stars: ✭ 220 (-2.22%)
Mutual labels:  freebsd
Libxo
The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.
Stars: ✭ 185 (-17.78%)
Mutual labels:  freebsd
Iowow
The skiplist based persistent key/value storage engine
Stars: ✭ 206 (-8.44%)
Mutual labels:  freebsd
Rar2fs
FUSE file system for reading RAR archives
Stars: ✭ 155 (-31.11%)
Mutual labels:  freebsd
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (-28.44%)
Mutual labels:  freebsd
Zfs Snap Diff
helps you with your zfs snapshots
Stars: ✭ 202 (-10.22%)
Mutual labels:  freebsd
Rust Battop
Interactive batteries viewer
Stars: ✭ 133 (-40.89%)
Mutual labels:  freebsd
Pfatt
enable true bridge mode for AT&T U-Verse and pfSense
Stars: ✭ 216 (-4%)
Mutual labels:  freebsd
Pfsense Api
The missing REST API package for pfSense
Stars: ✭ 126 (-44%)
Mutual labels:  freebsd
Fnt
apt for fonts, the missing font manager for macOS/linux
Stars: ✭ 187 (-16.89%)
Mutual labels:  freebsd
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 (+0%)
Mutual labels:  freebsd
Punes
Nintendo Entertaiment System emulator and NSF/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
Stars: ✭ 217 (-3.56%)
Mutual labels:  freebsd
Minio Service
Collection of MinIO server scripts for upstart, systemd, sysvinit, launchd.
Stars: ✭ 205 (-8.89%)
Mutual labels:  freebsd

About

NomadBSD is a live system for flash drives, based on FreeBSD.

Screenshots

Requirements for building the image

A recent FreeBSD system

Requirements for running NomadBSD

  • A 4GB (or more) flash drive
  • A (amd64/i386) system with a 1.2GHz CPU and 1G of RAM should be able to run NomadBSD decently.

Building the image

By default, the build script builds a 64-bit (amd64) image. For a 32-bit (i386) image, set ARCH=i386 in build.cfg.

# ./build all

If you want to build an image for Mac, define -m

# ./build -m all

If something went wrong, you can resume the build after locating and fixing the problem that caused the build to stop.

# ./build resume

Writing the image to an USB memory stick

# dd if=nomadbsd.img of=/dev/da0 bs=1M conv=sync

Ready to use image

Visit http://nomadbsd.org to download the recent image.

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].