JSON – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Thu, 26 May 2022 12:33:42 +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 JSON – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 No More Snake Mustaches | Coder Radio 467 https://original.jupiterbroadcasting.net/148702/no-more-snake-mustaches-coder-radio-467/ Wed, 25 May 2022 05:30:00 +0000 https://original.jupiterbroadcasting.net/?p=148702 Show Notes: coder.show/467

The post No More Snake Mustaches | Coder Radio 467 first appeared on Jupiter Broadcasting.

]]>

Show Notes: coder.show/467

The post No More Snake Mustaches | Coder Radio 467 first appeared on Jupiter Broadcasting.

]]>
Arm is Here | LINUX Unplugged 347 https://original.jupiterbroadcasting.net/140712/arm-is-here-linux-unplugged-347/ Tue, 31 Mar 2020 17:30:00 +0000 https://original.jupiterbroadcasting.net/?p=140712 Show Notes: linuxunplugged.com/347

The post Arm is Here | LINUX Unplugged 347 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/347

The post Arm is Here | LINUX Unplugged 347 first appeared on Jupiter Broadcasting.

]]>
Long Term Rolling | LINUX Unplugged 341 https://original.jupiterbroadcasting.net/139552/long-term-rolling-linux-unplugged-341/ Tue, 18 Feb 2020 13:30:00 +0000 https://original.jupiterbroadcasting.net/?p=139552 Show Notes: linuxunplugged.com/341

The post Long Term Rolling | LINUX Unplugged 341 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/341

The post Long Term Rolling | LINUX Unplugged 341 first appeared on Jupiter Broadcasting.

]]>
Linux Action News 124 https://original.jupiterbroadcasting.net/134872/linux-action-news-124/ Sun, 22 Sep 2019 21:04:00 +0000 https://original.jupiterbroadcasting.net/?p=134872 Show Notes: linuxactionnews.com/124

The post Linux Action News 124 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxactionnews.com/124

The post Linux Action News 124 first appeared on Jupiter Broadcasting.

]]>
Rsync On Ice | TechSNAP 333 https://original.jupiterbroadcasting.net/117696/rsync-on-ice-techsnap-333/ Thu, 24 Aug 2017 16:26:41 +0000 https://original.jupiterbroadcasting.net/?p=117696 RSS Feeds: HD Video Feed | MP3 Audio Feed | iTunes Feed | Torrent Feed Become a supporter on Patreon: Show Notes: Tales of an IT professional sailing around the Antarctic loop – sent in by Eric Miller CTD device – A CTD or Sonde is an oceanography instrument used to measure the conductivity, temperature, […]

The post Rsync On Ice | TechSNAP 333 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

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

Become a supporter on Patreon:

Patreon

Show Notes:

Tales of an IT professional sailing around the Antarctic loop – sent in by Eric Miller

  • CTD device – A CTD or Sonde is an oceanography instrument used to measure the conductivity, temperature, and pressure of seawater (the D stands for “depth,” which is closely related to pressure). The reason to measure conductivity is that it can be used to determine the salinity.

  • Had to reinstall software for a winch to get it working

  • Registered a new website and webmail and created a custom email solution so scientists would remotely access their email

security.txt – an RFC in the making

Dumping Data from Deep-Insert Skimmers

  • Deep-insert skimmers

  • Romanian links to US crime

  • European data skimmed from cards, then used in US because chip technology is not widely deployed there

  • ‘wands’ inserted deep into the ATM to retrieve data


Feedback

  • re Database migrations in Episode 332 jungle boogie writes in to mention Sqitch github by David Wheeler. JB says “This is a program written in perl and looks to have support for many databases”. JB also mentioned [pgBackRest](https://www.pgbackrest.org/] github

  • Gary Foard writes in about a command line utility called shred. He uses to erase laptops from a live Linux disc. I checked the FreeBSD manual pages to check it’s there also, and it is – although I had to search for gshred instead of shred to find shred which I find weird. – See sysutils/coreutils in the FreeBSD Ports tree. – Dan notes: not recommended for erasing files any more. Not feasible for COW filesystems.

  • prime62 mentioned on the TechSNAP sub-reddit mentioned some password hashing/salting resources: Salted Password Hashing – Doing it Right and The definitive guide to form-based website authentication

  • Also seen on Reddit: There is no point [on max password lengths] since the field is hashed.


Round Up:

The post Rsync On Ice | TechSNAP 333 first appeared on Jupiter Broadcasting.

]]>
Teeny Weeny DNS Server | TechSNAP 329 https://original.jupiterbroadcasting.net/116921/teeny-weeny-dns-server-techsnap-329/ Tue, 25 Jul 2017 22:27:15 +0000 https://original.jupiterbroadcasting.net/?p=116921 RSS Feeds: HD Video Feed | MP3 Audio Feed | iTunes Feed | Torrent Feed Become a supporter on Patreon: Show Notes: How I tricked Symantec with a Fake Private Key If true, not very good. The Baseline Requirements – a set of rules that browsers and certificate authorities agreed upon – regulate this and […]

The post Teeny Weeny DNS Server | TechSNAP 329 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

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

Become a supporter on Patreon:

Patreon

Show Notes:

How I tricked Symantec with a Fake Private Key

  • If true, not very good.

  • The Baseline Requirements – a set of rules that browsers and certificate authorities agreed upon – regulate this and say that in such a case a certificate authority shall revoke the key within 24 hours (Section 4.9.1.1 in the current Baseline Requirements 1.4.8).

  • I registered two test domains at a provider that would allow me to hide my identity and not show up in the whois information. I then ordered test certificates from Symantec (via their brand RapidSSL) and Comodo.

  • Comodo didn’t fall for it. They answered me that there is something wrong with this key. Symantec however answered me that they revoked all certificates – including the one with the fake private key

Alert, backup, whatever on DNS NOTIFY with nsnotifyd

  • Fair warning: blog post is from 2015, but with Let’s Encrypt all around us, I think this is relevant now.

  • “Tony Finch has created a gem of a utility called nsnotifyd. It’s a teeny-tiny DNS “server” which sits around and listens for DNS NOTIFY messages which are sent by authority servers when they instruct their slaves that the zone has been updated and they should re-transfer (AXFR / IXFR) them. As soon as nsnotifyd receives a NOTIFY, it executes a shell script you provide.

  • offical repo

  • nsnotifyd on GitHub

  • man 1 nsnotifyd

  • man 1 nsnotify

  • man 4 metazone

New details emerge on Fruitfly, highly-invasive Mac malware

  • Mysterious Mac Malware Has Infected Victims for Years

  • The recently discovered Fruitfly malware is a stealthy, but highly-invasive, malware for Macs that went undetected for years. The controller of the malware has the capability to remotely take complete control of an infected computer — files, webcam, screen, keyboard and mouse.

  • Apple released security patches for Fruitfly earlier this year, but variants of the malware have since emerged. The core of the malware is an obfuscated perl script using antiquated code, with indicators in the code that suggest the malware may go back almost half a decade or more, the security firm said.

  • Wardle said based on the target victims, the malware is less likely run by a nation state attacker, and more likely operated by a single hacker “with the goal to spy on people for perverse reasons.” He wouldn’t say how many were affected by the malware, but suggested it wasn’t widespread like other forms of malware.


Feedback


Round Up:

The post Teeny Weeny DNS Server | TechSNAP 329 first appeared on Jupiter Broadcasting.

]]>
Dock Your Rocket | CR 131 https://original.jupiterbroadcasting.net/73207/dock-your-rocket-cr-131/ Mon, 08 Dec 2014 15:21:23 +0000 https://original.jupiterbroadcasting.net/?p=73207 Has Docker’s wild success caused it grow too big & too corporate? In light of the CoreOS project’s announcement of Rocket we’ll reflect on the big problem both projects needs to solve. Plus our plans to involve community around building an API for Jupiter Broadcasting, your feedback & more! Thanks to: Get Paid to Write […]

The post Dock Your Rocket | CR 131 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Has Docker’s wild success caused it grow too big & too corporate? In light of the CoreOS project’s announcement of Rocket we’ll reflect on the big problem both projects needs to solve.

Plus our plans to involve community around building an API for Jupiter Broadcasting, your feedback & more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Content needed for the Best of Moments:

  • Episode Title:
  • Link to Episode:
  • Timecode:
  • What was the topic:

submit the content on the following form, https://goo.gl/forms/pK0zNG4F3i

Dev Hoopla:

GUI building

At 4 minutes in you get to see an old interface designer in action, which seems very simple and better than many even now! Nice to see a glimpse of Xcode’s history.

Ewww, You Use PHP? | MailChimp Email Marketing Blog

Lately here at MailChimp we’ve been trying to bring in more developers to help us keep the innovation coming fast and furious as the application grows in scope and scale. It’s always been difficult for us to hire really good developers, just because of where we are. Our office is here in Atlanta GA, not exactly a hotbed of cool startups in the last few years. On top of that we’re fundamentally an email company, which is far from a sexy problem for geeks to sink their teeth into. But the biggest negative reaction we get when hiring new developers is when we mention the programming language we use.

Ewww, you use PHP? I thought you were cool!

Yes, I’m afraid we have to come clean. We use PHP here at MailChimp.

The post Dock Your Rocket | CR 131 first appeared on Jupiter Broadcasting.

]]>