mail server – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Wed, 28 Apr 2021 02:29:20 +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 mail server – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Hidden Features of Fedora 34 | LINUX Unplugged 403 https://original.jupiterbroadcasting.net/144902/hidden-features-of-fedora-34-linux-unplugged-403/ Tue, 27 Apr 2021 18:15:00 +0000 https://original.jupiterbroadcasting.net/?p=144902 Show Notes: linuxunplugged.com/403

The post Hidden Features of Fedora 34 | LINUX Unplugged 403 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/403

The post Hidden Features of Fedora 34 | LINUX Unplugged 403 first appeared on Jupiter Broadcasting.

]]>
Our Worst Idea Yet | LINUX Unplugged 402 https://original.jupiterbroadcasting.net/144827/our-worst-idea-yet-linux-unplugged-402/ Tue, 20 Apr 2021 18:45:00 +0000 https://original.jupiterbroadcasting.net/?p=144827 Show Notes: linuxunplugged.com/402

The post Our Worst Idea Yet | LINUX Unplugged 402 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/402

The post Our Worst Idea Yet | LINUX Unplugged 402 first appeared on Jupiter Broadcasting.

]]>
Own Your Mailbox | LINUX Unplugged 401 https://original.jupiterbroadcasting.net/144737/own-your-mailbox-linux-unplugged-401/ Tue, 13 Apr 2021 18:45:00 +0000 https://original.jupiterbroadcasting.net/?p=144737 Show Notes: linuxunplugged.com/401

The post Own Your Mailbox | LINUX Unplugged 401 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/401

The post Own Your Mailbox | LINUX Unplugged 401 first appeared on Jupiter Broadcasting.

]]>
The ACME Era | TechSNAP 395 https://original.jupiterbroadcasting.net/128941/the-acme-era-techsnap-395/ Mon, 21 Jan 2019 07:54:32 +0000 https://original.jupiterbroadcasting.net/?p=128941 Show Notes: techsnap.systems/395

The post The ACME Era | TechSNAP 395 first appeared on Jupiter Broadcasting.

]]>

Show Notes: techsnap.systems/395

The post The ACME Era | TechSNAP 395 first appeared on Jupiter Broadcasting.

]]>
Internet of Voice Triggers | TechSNAP 302 https://original.jupiterbroadcasting.net/106226/internet-of-voice-triggers-techsnap-302/ Tue, 17 Jan 2017 07:37:39 +0000 https://original.jupiterbroadcasting.net/?p=106226 RSS Feeds: HD Video Feed | Mobile Video Feed | MP3 Audio Feed | Ogg Audio Feed | iTunes Feed | Torrent Feed Become a supporter on Patreon: Show Notes: Malware hosted in your browser Last show, we talked about malware, blocking it via URLs, and malware which spoofs the domain names, thereby bypassing many […]

The post Internet of Voice Triggers | TechSNAP 302 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

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

Become a supporter on Patreon:

Patreon

Show Notes:

Malware hosted in your browser

  • Last show, we talked about malware, blocking it via URLs, and malware which spoofs the domain names, thereby bypassing many URL-based filters.
  • This show, we have an instance of malware which completely defeats all of the above, in a very simple and clever way.
  • A common way to steal credentials is hosting a webpage which looks a lot like the real thing. Google, Facebook, Paypal, etc are all targets of this. It is simple to do. Just throw up a web page, and start directing people to it.
  • Lots of ways to defeat this with conventional tools
  • This method bypasses all those tools
  • Tom Scott tweeted about malware he received via email.
  • when you click on the link, you get what appears to be a Google Login page.
  • The URI is of the form: data:text/html,https…… lots of spaces <script src=date:text/html;…. etc
  • However, it is hosted entirely within your browser
  • Matt Hughes reportrd that Andriod actually tries to autofill his Google account credentials on that data URI
  • This has been around at least a year, and was written about by linkcabin
    spoofs the login page by hosting it in your browser.
  • Suprisingly common and is often using to phish Google or Paypal

Bug Bounty – GitHub Enterprise SQL Injection

  • This story involves responsible research and disclosure by Orange Tsai
  • GitHub Enterprise is the on-premises version of GitHub.com that you can deploy a whole GitHub service in your private network for businesses
  • You can get 45-days free trial and download the VM from enterprise.github.com.
  • Code is downloaded, configured, and observations begin.
  • GitHub uses a custom library to obfuscate their source code. If you search for ruby_concealer.so on Google, you will find a snippet in a gist.
  • The first two days are getting the VM running etc.
  • Day 3-5 are learning Rails by code reviewing.
  • On 6, an SQL Injection is found

Feedback:


War Story:

Round Up:


The post Internet of Voice Triggers | TechSNAP 302 first appeared on Jupiter Broadcasting.

]]>
From the Foundation (Part 1) | BSD Now 75 https://original.jupiterbroadcasting.net/76857/from-the-foundation-part-1-bsd-now-75/ Thu, 05 Feb 2015 11:40:16 +0000 https://original.jupiterbroadcasting.net/?p=76857 This week on the show, we’ll be starting a two-part series detailing the activities of various BSD foundations. Ed Maste from the FreeBSD foundation will be joining us this time, and we’ll talk about what all they’ve been up to lately. All this week’s news and answers to viewer-submitted questions, coming up on BSD Now […]

The post From the Foundation (Part 1) | BSD Now 75 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

This week on the show, we’ll be starting a two-part series detailing the activities of various BSD foundations. Ed Maste from the FreeBSD foundation will be joining us this time, and we’ll talk about what all they’ve been up to lately. All this week’s news and answers to viewer-submitted questions, coming up 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

Key rotation in OpenSSH 6.8

  • Damien Miller posted a new blog entry about one of the features in the upcoming OpenSSH 6.8
  • Times changes, key types change, problems are found with old algorithms and we switch to new ones
  • In OpenSSH (and the SSH protocol) however, there hasn’t been an easy way to rotate host keys… until now
  • With this change, when you connect to a server, it will log all the server’s public keys in your known_hosts file, instead of just the first one used during the key exchange
  • Keys that are in your known_hosts file but not on the server will get automatically removed
  • This fixes the problem of old servers still authenticating with ancient DSA or small RSA keys, as well as providing a way for the server to rotate keys every so often
  • There are some instructions in the blog post for how you’ll be able to rotate host keys and eventually phase out the older ones – it’s really simple
  • There are a lot of big changes coming in OpenSSH 6.8, so we’ll be sure to cover them all when it’s released

NetBSD Banana Pi images

  • We’ve talked about the Banana Pi a bit before – it’s a small ARM board that’s comparable to the popular Raspberry Pi
  • Some NetBSD -current images were posted on the mailing list, so now you can get some BSD action on one of these little devices
  • There are even a set of prebuilt pkgsrc packages, so you won’t have to compile everything initially
  • The email includes some steps to get everything working and an overview of what comes with the image
  • Also check the wiki page for some related boards and further instructions on getting set up
  • On a related note, NetBSD also recently got GPU acceleration working for the Raspberry Pi (which is a first for their ARM port)

LibreSSL shirts and other BSD goodies

  • If you’ve been keeping up with the LibreSSL saga and want a shirt to show your support, they’re finally available to buy online
  • There are two versions, either “keep calm and use LibreSSL” or the slightly more snarky “keep calm and abandon OpenSSL
  • While on the topic, we thought it would be good to make people aware of shirts for other BSD projects too
  • You can get some FreeBSD, PCBSD and FreeNAS stuff from the FreeBSD mall site
  • OpenBSD recently launched their new store, but the selection is still a bit limited right now
  • NetBSD has a couple places where you can buy shirts and other apparel with the flag logo on it
  • We couldn’t find any DragonFlyBSD shirts unfortunately, which is a shame since their logo is pretty cool
  • Profits from the sale of the gear go back to the projects, so pick up some swag and support your BSD of choice (and of course wear them at any Linux events you happen to go to)

OPNsense 15.1.4 released

  • The OPNsense guys have been hard at work since we spoke to them, fixing lots of bugs and keeping everything up to date
  • A number of versions have come out since then, with 15.1.4 being the latest (assuming they haven’t updated it again by the time this airs)
  • This version includes the latest round of FreeBSD kernel security patches, as well as minor SSL and GUI fixes
  • They’re doing a great job of getting upstream fixes pushed out to users quickly, a very welcome change
  • A developer has also posted an interesting write-up titled “Development Workflow in OPNsense
  • If any of our listeners are trying OPNsense as their gateway firewall, let us know how you like it

Interview – Ed Maste – board@freebsdfoundation.org

The FreeBSD foundation‘s activities


News Roundup

Rolling with OpenBSD snapshots

  • One of the cool things about the -current branch of OpenBSD is that it doesn’t require any compiling
  • There are signed binary snapshots being continuously re-rolled and posted on the FTP sites for every architecture
  • This provides an easy method to get onboard with the latest features, and you can also easily upgrade between them without reformatting or rebuilding
  • This blog post will walk you through the process of using snapshots to stay on the bleeding edge of OpenBSD goodness
  • After using -current for seven weeks, the author comes to the conclusion that it’s not as unstable as people might think
  • He’s now helping test out patches and new ports since he’s running the same code as the developers

Signing pkgsrc packages

  • As of the time this show airs, the official pkgsrc packages aren’t cryptographically signed
  • Someone from Joyent has been working on that, since they’d like to sign their pkgsrc packages for SmartOS
  • Using GNUPG pulled in a lot of dependencies, and they’re trying to keep the bootstrapping process minimal
  • Instead, they’re using netpgpverify, a fork of NetBSD’s netpgp utility
  • Maybe someday this will become the official way to sign packages in NetBSD?

FreeBSD support model changes

  • Starting with 11.0-RELEASE, which won’t be for a few months probably, FreeBSD releases are going to have a different support model
  • The plan is to move “from a point release-based support model to a set of releases from a branch with a guaranteed support lifetime”
  • There will now be a five-year lifespan for each major release, regardless of how many minor point releases it gets
  • This new model should reduce the turnaround time for errata and security patches, since there will be a lot less work involved to build and verify them
  • Lots more detail can be found in the mailing list post, including some important changes to the -STABLE branch, so give it a read

OpenSMTPD, Dovecot and SpamAssassin

  • We’ve been talking about setting up your own BSD-based mail server on the last couple episodes
  • Here we have another post from a user setting up OpenSMTPD, including Dovecot for IMAP and SpamAssassin for spam filtering
  • A lot of people regularly ask the developers how to combine OpenSMTPD with spam filtering, and this post should finally reveal the dark secrets
  • In addition, it also covers SSL certificates, PKI and setting up MX records – some things that previous posts have lacked
  • Just be sure to replace those “apt-get” commands and “eth0” interface names with something a bit more sane…
  • In related news, OpenSMTPD has got some interesting new features coming soon
  • They’re also planning to switch to LibreSSL by default for the portable version

FreeBSD 10 on the Thinkpad T400

  • BSD laptop articles are becoming popular it seems – this one is about FreeBSD on a T400
  • Like most of the ones we’ve mentioned before, it shows you how to get a BSD desktop set up with all the little tweaks you might not think to do
  • This one differs in that it takes a more minimal approach to graphics: instead of a full-featured environment like XFCE or KDE, it uses the i3 tiling window manager
  • If you’re a commandline junkie that basically just uses X11 to run more than one terminal at once, this might be an ideal setup for you
  • The post also includes some bits about the DRM and KMS in the 10.x branch, as well as vt

PC-BSD 10.1.1 Released

  • Automatic background updater now in
  • Shiny new Qt5 utils
  • OVA files for VM’s
  • Full disk encryption with Geli v7

Feedback/Questions


Mailing List Gold


  • Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv – if you’re doing anything cool with BSD, either at work or just as a hobby, let us know about it
  • If you have someone specific you’d like to see interviewed, or a tutorial you’d like to see, we’re just an email away
  • Watch live Wednesdays at 2:00PM Eastern (19:00 UTC)

The post From the Foundation (Part 1) | BSD Now 75 first appeared on Jupiter Broadcasting.

]]>