Welcome.
Welcome to the *BSD board.
Try to keep things civilized, conversational, organized, and most importantly, simple. We believe quality over quantity. It's encouraged to write your posts like the simplest man page you've ever read (many users are non-native English speakers.) You won't get banned for not doing these things, but you may find your threads getting deleted.
This is not a place to discuss software/hardware/licensing politics. Those posts will quickly turn this place into a /g/ shithole. Any other threads are welcome.
People who are obvious 'trolls,' 'shitposters,' or 'general assholes' will be banned. We are not trigger happy Nazis, so don't be afraid to post.
IRC
irc.rizon.net, #8chbsd
Board & IRC Admin: Dvorak (Please complain on IRC.)
The Tor BSD Diversity Project
(cross-posted from /tech/, where it didn't get much attention at least not yet
https://8ch.net/tech/res/343957.html)
What does anon think about The Tor BSD Diversity Project?
>The Tor BSD Diversity Project (TDP) is an initiative seeking to extend the use of the BSD Unix operating systems in the Tor public anonymity network.
>There are three aspects of the TDP’s approach:
> Increase the number of Tor relays running BSDs. We envision this happening by increasing the total number of relays, not by convincing operators of relays using non-BSD operating systems to switch;
> Make the Tor Browser Bundle available under BSD operating systems using native packaging mechanisms. Our first target is OpenBSD;
> Engage the broader BSD community about the Tor anonymity network and the place that BSD Unix should occupy in the privacy community at large.
>Current TDP work includes:
> Guides for configuring and running FreeBSD and OpenBSD relays;
> The creation of OpenBSD Tor Browser Bundle ports;
> Organizing various events for engaging BSD users about Tor, including birds-of-a-feather sessions and informal meetings;
> A new addition to our work includes enlisting BSD-using entities to operate Tor relays.
The OpenBSD Tor Browser Bundle port is almost ready.
https://github.com/torbsd/openbsd-ports
Personally, the lack of the TBB is one of the main things that keeps me from using BSDs for the desktop. I think these efforts will greatly benefit the popularisation of BSDs.
Post your favorite OpenBSD song!
Mine is 3.5 ( http://www.openbsd.org/songs/song35.ogg )
Filesystem Thread
Filesystem ThreadRetroBSD
Admin here,
I went ahead and made a 'tutorial' for RetroBSD. Hopefully this will get more people interested in true old school Unix/BSD.
It runs on a PIC32 board. This is a microcontroller that can run a Unix/BSD OS, so it puts it somewhere between a Arduino and a RPi for the less tech-literate.
Link:
OpenBSD for Starters
OpenBSD for Starters (incomplete)
# pkg_add packagename
# pkg_add pkglocatedb
[post installation]
# pkg_locate firefox
CSS
Please test and improve
body {
font-family: Terminus, Fixedsys, monospace; font-weight: bold;
background: url("data:image/gif;base64,R0lGODdhBAAEAIABAAAAAP///ywAAAAABAAEAAACBQRyZqhXADs");
}
form table tr th { background: #A00; color: #FFF; }
div.thread {
background: #888; color: #000;
padding: 12px 4px;
border: 3px ridge #2D2;
border-top: 1px outset #2D2;
}
hr { height: 20px; display: block; border: 3px ridge #1B1; background: #1B1; margin-bottom: 0; border-bottom: 0;}
div.post.reply {
background: #00F; color: #BBB;
border: 3px double #BBB; outline: 1px solid #00F; box-shadow: 8px 10px #000;
margin: 8px 4px;
}
div.thread .intro span.name { color: #F00; }
div.reply .intro span.name { color: #FF0; }
div.boardlist { background: #000; color: #777; margin: 0; }
div.boardlist a i { background: #000; color: #777; line-height: 126%; }
div.boardlist a { background: darkcyan; color: #000; }
header { margin: 0; background: #FFF; margin-top: -114px; padding-top: 128px;
border-left: 1px solid #000; border-right: 1px solid #000;
}
div.announcement { margin: -12px 0 0 0; padding-top: 22px; background: #FFF;
border-left: 1px solid #000; border-right: 1px solid #000;
}
#post-form-outer { background: #FFF; border: 1px solid #000; border-top: none; }
p.unimportant { background: #FFF; margin: 0; padding: 6px 0; }
hr:last-of-type { display: none; }
hr:first-of-type { display: block; }
div.pages { background: #FFF; color: #F00; }
FreeBSD Migration Thread
FreeBSD Migration Thread
todo
# portsnap fetch
[…]
# portsnap extract
root@sector4:/home # whereis firefox
firefox: /usr/ports/www/firefox
root@sector4:/home # cd `whereis -q firefox` #these are backticks (^~), not commas
root@sector4:/usr/ports/www/firefox #
root@sector4:/usr/ports/www/firefox # make install
[…]
root@sector4:/usr/ports/www/firefox # sh
# export BATCH='yes'
# make install
[…no more GUI's, just straight downloading and installing!]
root@sector4:/usr # freebsd-update fetch
Looking up update.FreeBSD.org mirrors… 5 mirrors found.
Fetching metadata signature for 10.1-RELEASE from update5.freebsd.org… done.
Fetching metadata index… done.
Inspecting system… done.
Preparing to download files… done.
The following files will be added as part of updating to 10.1-RELEASE-p8:
/usr/src/crypto/openssl/util/mkbuildinf.pl
The following files will be updated as part of updating to 10.1-RELEASE-p8:
/bin/freebsd-version
[… a list of a bunch of files which will be updated…]
root@sector4:/usr # freebsd-update install
Installing updates… done.