april fools – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Fri, 10 May 2019 11:39:24 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png april fools – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Dungeons and Distros | User Error 65 https://original.jupiterbroadcasting.net/131136/dungeons-and-distros-user-error-65/ Fri, 10 May 2019 03:39:24 +0000 https://original.jupiterbroadcasting.net/?p=131136 Show Notes: error.show/65

The post Dungeons and Distros | User Error 65 first appeared on Jupiter Broadcasting.

]]>

Show Notes: error.show/65

The post Dungeons and Distros | User Error 65 first appeared on Jupiter Broadcasting.

]]>
woN DSB | BSD Now 83 https://original.jupiterbroadcasting.net/79827/won-dsb-bsd-now-83/ Thu, 02 Apr 2015 12:24:15 +0000 https://original.jupiterbroadcasting.net/?p=79827 Coming up this week on the show, we’ll be talking to Kamila Součková, a Google intern. She’s been working on the FreeBSD pager daemon, and also tells us about her initial experiences trying out BSD and going to a conference. As always, all the week’s news and answers to your emails, on BSD Now – […]

The post woN DSB | BSD Now 83 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Coming up this week on the show, we’ll be talking to Kamila Součková, a Google intern. She’s been working on the FreeBSD pager daemon, and also tells us about her initial experiences trying out BSD and going to a conference. As always, all the week’s news and answers to your emails, on BSD Now – the place to B.. SD.

Thanks to:


DigitalOcean


iXsystems


Tarsnap

Direct Download:

Video | HD Video | MP3 Audio | OGG Audio | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | HD Vid Feed | HD Torrent Feed

– Show Notes: –

Headlines

Major changes coming in PCBSD 11

  • The PCBSD team has announced that version 11.0 will have some more pretty big changes (as they’ve been known to do lately with NTP daemons and firewalls)
  • Switching from PF to IPFW provided some benefits for VIMAGE, but the syntax was just too complicated for regular everyday users
  • To solve this, they’ve ported over Linux’s iptables, giving users a much more straightforward configuration
  • While ZFS has served them well as the default filesystem for a while, Kris decided that Btrfs would be a better choice going forward
  • Since the FreeBSD kernel doesn’t support it natively, all filesystem calls will be through FUSE from now on – performance is Good Enough
  • People often complain about PCBSD’s huge ISO download, so, to save space, the default email client will be switched to mutt, and KDE will be replaced with DWM as the default window manager
  • To reconfigure it, or make any appearance changes, users just need to edit a simple C header file and recompile – easy peasy
  • As we’ve mentioned on the show, PCBSD has been promoting safe backup solutions for a long time with its “life preserver” utility, making it simple to manage multiple snapshots too
  • To test if people have been listening to this advice, Kris recently activated the backdoor he put in life preserver that deletes all the users’ files – hope you had that stuff backed up

NetBSD and FreeBSD join forces

  • The BSD community has been running into one of the same problems Linux has lately: we just have too many different BSDs to choose from
  • What’s more, none of them have any specific areas they focus on or anything like that (they’re all basically the same)
  • That situation is about to improve somewhat, as FreeBSD and NetBSD have just merged codebases… say hello to FretBSD
  • Within a week, all mailing lists and webservers for the legacy NetBSD and FreeBSD projects will be terminated – the mailing list for the new combined project will be hosted from the United Nations datacenter on a Microsoft Exchange server
  • As UN monitors will be moderating the mailing lists to prevent disagreements and divisive arguments before they begin, this system is expected to be adequate for the load
  • With FretBSD, your toaster can now run ZFS, so you’ll never need to worry about the bread becoming silently corrupted again

Puffy in the cloud

  • If you’ve ever wanted to set up a backup server, especially for family members or someone who’s not as technology-savvy, you’ve probably realized there are a lot of options
  • This post explores the option of setting up your own Dropbox-like service with Owncloud and PostgreSQL, running atop the new OpenBSD http daemon
  • Doing it this way with your own setup, you can control all the security aspects – disk encryption, firewall rules, who can access what and from where, etc
  • He also mentions our pf tutorial being helpful in blocking script kiddies from hammering the box
  • Be sure to encourage your less-technical friends to always back up their important data

NetBSD at AsiaBSDCon

  • Some NetBSD developers have put together a report of what they did at the most recent event in Tokyo
  • It includes a wrap-up of the event, as well as a list of presentations that NetBSD developers gave
  • Have you ever wanted even more pictures of NetBSD running on lots of devices? There’s a never-ending supply, apparently
  • At the BSD research booth of AsiaBSDCon, there were a large number of machines on display, and someone has finally uploaded pictures of all of them
  • There’s also a video of an OMRON LUNA-II running the luna68k port

Interview – Kamila Součková – kamila@ksp.sk / @anotherkamila

BSD conferences, Google Summer of Code, various topics


News Roundup

FreeBSD foundation March update

  • The FreeBSD foundation has published their March update for fundraising and sponsored projects
  • In the document, you’ll find information about upcoming ARMv8 enhancements, some event recaps and a Google Summer of Code status update
  • They also mention our interview with the foundation president – be sure to check it out if you haven’t

Inside OpenBSD’s new httpd

  • BSD news continues to dominate mainstream tech news sites… well not really, but they talk about it once in a while
  • The SD Times is featuring an article about OpenBSD’s in-house HTTP server, after seeing Reyk’s AsiaBSDCon presentation about it (which he’s giving at BSDCan this year, too)
  • In this article, they talk about the rapid transition of webservers in the base system – apache being replaced with nginx, only to be replaced with httpd shortly thereafter
  • Since the new daemon has had almost a full release cycle to grow, new features and fixes have been pouring in
  • The post also highlights some of the security features: everything runs in a chroot with privsep by default, and it also leverages strong TLS 1.2 defaults (including Perfect Forward Secrecy)

Using poudriere without OpenSSL

  • Last week we talked about using LibreSSL in FreeBSD for all your ports
  • One of the problems that was mentioned is that some ports are configured improperly, and end up linking against the OpenSSL in the base system even when you tell them not to
  • This blog post shows how to completely strip OpenSSL out of the poudriere build jails, something that’s a lot more difficult than you’d think
  • If you’re a port maintainer, pay close attention to this post, and get your ports fixed to adhere to the make.conf options properly

HAMMER and GPT in OpenBSD

  • Someone, presumably a Google Summer of Code student, wrote in to the lists about his HAMMER FS porting proposal
  • He outlined the entire process and estimated timetable, including what would be supported and which aspects were beyond the scope of his work (like the clustering stuff)
  • There’s no word yet on if it will be accepted, but it’s an interesting idea to explore, especially when you consider that HAMMER really only has one developer
  • In more disk-related news, Ken Westerback has been committing quite a lot of GPT-related fixes recently
  • Full GPT support will most likely be finished before 5.8, but anything involving HAMMER FS is still anyone’s guess

Feedback/Questions


Mailing List Gold


  • Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv – tell us what you’d like to see on future episodes
  • Just a reminder: we don’t really check YouTube or anything like that, so please email us if you want your comments to be seen
  • Also, if you want to come on for an interview, or know of someone who’s doing something interesting with BSD, let us know
  • We want to dedicate this week’s episode to the chairman of the EuroBSDCon foundation, Paul Schenkeveld – he’s been a great asset to all the BSD communities over the years, and just recently passed away (he’s also the one that encouraged Kamila to do an interview with us)
  • He was especially known for his work in keeping EuroBSDCon fair and balanced to all the BSDs, something that we hope other conferences will also push for going forward
  • Check his FOSDEM talk, as well as our interview and BSDTalk’s interview if you haven’t seen the man before
  • Thanks for all the work you did, and rest in peace

The post woN DSB | BSD Now 83 first appeared on Jupiter Broadcasting.

]]>
Yo | FauxShow 182 https://original.jupiterbroadcasting.net/60447/yo-fauxshow-182/ Sun, 22 Jun 2014 17:27:12 +0000 https://original.jupiterbroadcasting.net/?p=60447 Angela and Chris talk about the many ways you can greet someone, get their attention, or just simply stay in contact. It’s one word: Yo. Thanks to: Direct Download: HD Download | Mobile Download | MP3 Download | YouTube RSS Feeds: HD Video Feed | Mobile Video Feed | MP3 Audio Feed | Torrent Feed […]

The post Yo | FauxShow 182 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Angela and Chris talk about the many ways you can greet someone, get their attention, or just simply stay in contact. It’s one word: Yo.

Thanks to:


iXsystems

Direct Download:

HD Download | Mobile Download | MP3 Download | YouTube

RSS Feeds:

HD Video Feed | Mobile Video Feed | MP3 Audio Feed | Torrent Feed | iTunes Feeds

April Fool’s Day Apps

TechCrunch: Yo

“Yo” is the ridiculously simple app that everyone is downloading

Yo on iTunes

Yo on Google Play

The inside story of yo

Yo Allegedly hacked

Yo is hiring developers!

Yo! $1 Million App With ‘Security Issues’ Hits 300K Downloads

July 6th Awards:

Let us know what you are working on this summer (or winter for those down under)! Send your pic, link, and explanation to:

Email: angela@jupiterbroadcasting.com

  • See more pics: https://instagram.com/jupiterbroadcasting#

+Sign up for Jupiter Signal: www.bit.ly/jupitersignal

Mail Sack:

Unfilter is on Patreon now! https://www.patreon.com/unfilter

Tech Talk Today is on Patreon now! https://www.patreon.com/jupitersignal

Howto Linux is on Patreon now! https://www.patreon.com/linux

Find FauxShow!

Facebook: https://www.facebook.com/thefauxshow
Twitter: https://www.twitter.com/angerz
G+: https://www.gplus.to/fauxshow
Subscribe to Jupiter Signal: https://www.bit.ly/jupitersignal
Jupiter Radio: https://jblive.info
Affiliates Firefox Extension: https://addons.mozilla.org/en-US/firefox/addon/jupiterbroadcasting/
Affiliates Chrome Extension: https://chrome.google.com/webstore/detail/bjekemhblnilimncanbehhjijdpjgimj
Donations: https://original.jupiterbroadcasting.net/donate
Shows & Shownotes: https://original.jupiterbroadcasting.net/show/fauxshow/

The post Yo | FauxShow 182 first appeared on Jupiter Broadcasting.

]]>
Edgy BSD Users | BSD Now 31 https://original.jupiterbroadcasting.net/54522/edgy-bsd-users-bsd-now-31/ Thu, 03 Apr 2014 21:02:03 +0000 https://original.jupiterbroadcasting.net/?p=54522 We talk to Richard Stallman about the upcoming GPLv4 and how it will protect our software from being stolen.

The post Edgy BSD Users | BSD Now 31 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

This week we\’ll be talking to Richard Stallman about the upcoming GPLv4 and how it will protect our software from being stolen. After that, we\’ll show you how to recover from those pesky ZFS on Linux corruption issues, as well as some tips on how to explain to your boss that all the production boxes were compromised. Your questions and all the latest GNUs, on Linux Now – the place to Lin.. ux.

Thanks to:


\"iXsystems\"

Direct Download:

Video | HD Video | MP3 Audio | OGG Audio | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | HD Vid Feed | HD Torrent Feed

– Show Notes: –

Headlines

Preorders for cool BSD stuff

  • The 2nd edition of The Design and Implementation of the FreeBSD Operating System is up for preorder
  • We talked to GNN briefly about it, but he and Kirk have apparently finally finished the book
  • \”For many years, The Design and Implementation of the FreeBSD Operating System has been recognized as the most complete, up-to-date, and authoritative technical guide to FreeBSD\’s internal structure. Now, this definitive guide has been extensively updated to reflect all major FreeBSD improvements between Versions 5 and Versions 11\”
  • OpenBSD 5.5 preorders are also up, so you can buy a CD set now
  • You can help support the project, and even get the -release of the OS before it\’s available publicly
  • 5.5 is a huge release with lots of big changes, so now is the right time to purchase one of these – tell Austin we sent you!

pkgsrcCon 2014 CFP

  • This year\’s pkgsrcCon is in London, on June 21st and 22nd
  • There\’s a Call For Papers out now, so you can submit your talks
  • Anything related to pkgsrc is fine, it\’s pretty informal
  • Does anyone in the audience know if the talks will be recorded? This con is relatively unknown

BSDMag issue for March 2014

  • The monthly BSD magazine releases its newest issue
  • Topics this time include: deploying NetBSD using AWS EC2, creating a multi-purpose file server with NetBSD, DragonflyBSD as a backup server, more GIMP lessons, network analysis with wireshark and a general security article
  • The Linux article trend seems to continue… hmm

Non-ECC RAM in FreeNAS

  • We\’ve gotten a few questions about ECC RAM with ZFS
  • Here we\’ve got a surprising blog post about why someone did not go with ECC RAM for his NAS build
  • The article mentions the benefits of ECC and admits it is a better choice in nearly all instances, but unfortunately it\’s not very widespread in consumer hardware motherboards and it\’s more expensive
  • Regular RAM also has \”special\” issues with ZFS and pool corruption
  • Long post, so check out the whole thing if you\’ve been considering your memory options and weighing the benefits
  • While we\’re on the topic of FreeNAS…

This episode was brought to you by

\"iXsystems


Interview – Pierre Pronchery – khorben@edgebsd.org / @khorben

EdgeBSD (slides)


Tutorial

Building an OpenBSD desktop


News Roundup

Getting to know your portmgr-lurkers

  • This week we get to hear from Frederic Culot, colut@
  • Originally an OpenBSD user from France, Frederic joined as a ports committer in 2010 and recently joined the portmgr lurkers team
  • \”FreeBSD is also one of my sources of inspiration when it comes to how
    organizations behave and innovate, and I find it very interesting to compare FreeBSD with
    the for-profit companies I work for\”
  • We get to find out a little bit about him, why he loves FreeBSD and what he does for the project

NetBSD on the Playstation 2

  • Who doesn\’t want to run NetBSD on their old PS2?
  • The PS2 port of NetBSD was sadly removed in 2009, but it has been revived
  • It\’s using a slightly unusual MIPS CPU that didn\’t have much GCC support
  • Hopefully a bootable kernel will be available soon

The FreeBSD Challenge update

  • Our friend from the Linux Foundation continues his FreeBSD switching journey
  • This time he starts off by discovering virtual machines suck at keeping accurate time, and some ports weren\’t working because of his clock being way off
  • After polling the IRC for help, he finally learns the difference between ntpdate and ntpd and both of their use cases
  • Maybe he should\’ve just read our NTP tutorial!

PCBSD weekly digest

  • The mount tray icon got lots of updates and fixes
  • The faulty distribution server has finally been tracked down and… destroyed
  • New language localization project is in progress
  • Many many updates to ports and PBIs, new -STABLE builds

Feedback/Questions


  • All the tutorials are posted in their entirety at bsdnow.tv
  • Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv
  • If you\’ve got something cool to talk about and want to come on for an interview, shoot us an email
  • Also if you have any tutorial requests, we\’d be glad to show whatever the viewers want to see
  • Watch live Wednesdays at 2:00PM Eastern (18:00 UTC)

The post Edgy BSD Users | BSD Now 31 first appeared on Jupiter Broadcasting.

]]>