Catalyst – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Wed, 24 Feb 2021 18:48:59 +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 Catalyst – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Payment Required | Coder Radio 402 https://original.jupiterbroadcasting.net/144322/payment-required-coder-radio-402/ Wed, 24 Feb 2021 17:30:00 +0000 https://original.jupiterbroadcasting.net/?p=144322 Show Notes: coder.show/402

The post Payment Required | Coder Radio 402 first appeared on Jupiter Broadcasting.

]]>

Show Notes: coder.show/402

The post Payment Required | Coder Radio 402 first appeared on Jupiter Broadcasting.

]]>
Canonical, Dell & AMD Games | LINUX Unplugged 102 https://original.jupiterbroadcasting.net/85482/canonical-dell-amd-games-lup-102/ Mon, 20 Jul 2015 19:32:03 +0000 https://original.jupiterbroadcasting.net/?p=85482 Noah joins us in studio for a fun edition of Unplugged! Updates are landing on Ubuntu Phones, the ridiculous work around for a major performance boost on AMD cards, the real problem with Dell’s latest Ubuntu laptops & more! Thanks to: Get Paid to Write for DigitalOcean Direct Download: MP3 Audio | OGG Audio | […]

The post Canonical, Dell & AMD Games | LINUX Unplugged 102 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Noah joins us in studio for a fun edition of Unplugged! Updates are landing on Ubuntu Phones, the ridiculous work around for a major performance boost on AMD cards, the real problem with Dell’s latest Ubuntu laptops & more!

Thanks to:

Ting


DigitalOcean


Linux Academy

Direct Download:

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

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

Become a supporter on Patreon:

Foo

Buy a LUP 100 Shirt!

Show Notes:

Pre-Show:

Videoconferencing based on WebRTC and Janus Gateway with an UI inspired by Google Hangouts

Catch Up:


TING

Linux Academy

FSF and SFC work with Canonical on an “intellectual property” policy update


DigitalOcean

Dell Temporarily Suspends XPS 13 Developer Edition Sales to Fix Issues

Runs Linux from the people:

  • Send in a pic/video of your runs Linux.
  • Please upload videos to YouTube and submit a link via email or the subreddit.

Support Jupiter Broadcasting on Patreon

Post Show:

The post Canonical, Dell & AMD Games | LINUX Unplugged 102 first appeared on Jupiter Broadcasting.

]]>
Single Point of Failure | TechSNAP 67 https://original.jupiterbroadcasting.net/21916/single-point-of-failure-techsnap-67/ Thu, 19 Jul 2012 15:39:47 +0000 https://original.jupiterbroadcasting.net/?p=21916 Find out how an entire cities infrastructure depended on a single building, and what happened when it exploded.

The post Single Point of Failure | TechSNAP 67 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Find out how an entire cities infrastructure depended on a single building, and what happened when it exploded.

Plus the technical details on Android’s security upgrade, the Apple Appstore payment bypass, and some great audience questions.

All that and a lot more, on today’s TechSNAP!

Thanks to:

Use our codes TechSNAP10 to save 10% at checkout, or TechSNAP20 to save 20% on hosting!

Pick your code and save:
techsnap7: $7.49 .com
techsnap10: 10% off
techsnap11: $1.99 hosting for the first 3 months
techsnap20: 20% off 1, 2, 3 year hosting plans
techsnap40: $10 off $40
techsnap25: 25% off new Virtual DataCenter plans
techsnapx: 20% off .xxx domains

 

Limited time offers:
$3.99 .US domain!
Code:  399us4

Direct Download:

HD Video | Mobile Video | MP3 Audio | Ogg Audio | YouTube | HD Torrent | Mobile Torrent

RSS Feeds:

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

 

Support the Show:

   

Show Notes:

Explosion as Shaw Building takes down Core Infrastructure in Alberta

  • On July 11th, an electrical transformer on the 13th floor of the Shaw (Large Canadian ISP) building exploded causing a fire
  • A number of important services were knocked offline
  • 911 service for 30,000 Shaw Landline customers, Customers told to use Cell Phones to call 911
  • Repac system – Routes Ambulances to the correct Hospital, Ambulances had to route to the nearest Hospital
  • IBM operates from the Shaw building, and as also offline
  • The City of Calgary 311 system (provides access to an extensive set of government services) was offline, a regular backup number was setup
  • Calgary Transit’s telecommunication system was mostly unavailable
  • Three radio stations in the Shaw building went offline Q107, QR77 and Country 105
  • The Calgary Parking Authority and Calgary Fire Department also experienced problems, as well as ATB Financial online banking.
  • Parts of the Computer Systems for Alberta Justice and Alberta Health Services were taken offline
  • Alberta Health Services had to postpone non-critical surgeries scheduled for the following days because they could not access electronic health records, Calgary Lab Services was also unable to match up test results with patients due to electronic health records being unavailable
  • Registry services such as licenses, vehicle, and land title registrations were unavailable
  • High school transcripts could be processed
  • Peter Bissonnette, president of Shaw Communications: “It’s not yet clear why the backup system failed to take over, but he said the activation of the sprinkler system might have played a role. He said they have to be careful about bringing services back”
  • IBM Canada, the province’s IT contractor whose Shaw Court data centre remained blacked out for more than a day, had to fly the analogue backup tapes that stored all Alberta’s vehicle and property registration data to a backup facility in Markham, Ontario, and carefully load them on to new servers. Some systems had “mirror” backups and were restored within 48 hours, but the registries and other systems take up to 72 hours to completely restore
  • The government hoped to restore the local data center quickly, but when power could not be restored due to water damage, instead had to shift to the Ontario backup, data center operations will not be moved back to the Calgary Servers until later this year
  • Extensive News Coverage
  • CTV – Day 2
  • Calgary Herald – Day 2
  • CBC – Day 2
  • Globe and Mail – Day 2
  • CBC – Day 3
  • Calgary Herald – Day 4
  • Calgary Herald – Day 7

Android 4.1 (JellyBean) gets ASLR and other security updates

  • ASLR (Address Space Layout Randomization) was introduced in Android 4.0 but was not fully implemented
  • Android 4.1 adds PIE (Position Independent Executable) support, Heap randomization and Linker randomization
  • These additional mitigation techniques, combined with the existing DEP (Data Execution Prevention) and hardware based NX (No eXecution), make it very impractical to exploit buffer/stack overflow and memory corruption attacks
  • Android has long used OpenBSD’s dlmalloc and cmalloc memory allocators for improved security
  • Android 4.1 also enables the upstream Linux kernels dmesg_restrict and kptr_restrict that disable unprivileged users from reading the kernel ring buffer and many sensitive parts of /proc
  • Detailed Analysis of Android 4.1 Security

AMD releases new Catalyst drivers (12.6) that no longer break Microsoft EMET

  • CERT recently approached AMD with information pertaining to what they believed to be a possible video driver vulnerability exposed by non-default settings of the Microsoft Enhanced Mitigation Experience Toolkit (EMET). EMET is a security test tool that allows system administrators to create test conditions to validate correct behavior of system components or indicate potential weak points.
  • The AMD Catalyst 12.6 driver for the AMD Radeon HD 7000, AMD Radeon HD 6000, and AMD Radeon HD 5000 Series is designed to resolve a possible video driver vulnerability issue and to minimize the occurrence of system crashes
  • AMD Blog Entry on ASLR fix – AMD explains why it took them until the end of June to fix a bug reported in February
  • CERT Advisory
  • Updated CERT Blog

Video demonstrates Apple App Store Payment Bypass, leaving developers out of pocket

  • Using a simple 3 step process, users can trick iOS applications into thinking that the user had purchased additional content
  • The three step process involves:
  • Installing a CA Certificate (so the following certificate is trusted)
  • Installing the Certificate of the pirate proxy, in-appstore.com
  • Changing the DNS servers in the WiFi settings
  • This is basically a purposeful ‘Man In The Middle’ attack, passing the purchase attempt through the pirate proxy rather than the real Apple app store
  • It seems that many iOS applications do not actually verify the receipts for purchases using the iTunes API
  • The developer of the bypass proxy notes that since any attempt to verify the receipt would go through the proxy, it can still be spoofed
  • The only way to ensure that a receipt is real, is to verify it using a server controlled by the developer of the app, and from there make the call to iTunes
  • This means that the proxy could still target individual apps and forge responses from those servers
  • What the iTunes API needs to do, is add an additional layer of security beyond TLS (SSL), by signing receipt checking responses with a private key from Apple, that can then be checked against a published public key
  • In the interim, Developers could implement such a system themselves, calling their own server to verify the receipt, that serve then passes the request to Apple, and then adds a signature
  • “The security of the App Store is incredibly important to us and the developer community,” Apple representative Natalie Harrison, told The Loop . “We take reports of fraudulent activity very seriously and we are investigating.”
  • Additional Coverage

Feedback:

https://www.amazon.com/dp/B00007GRKS/?tag=thelinactsho–20
https://www.amazon.com/dp/B0049MPQGS/?tag=thelinactsho–20
https://www.amazon.com/dp/B004AM61XY/?tag=thelinactsho–20

Round Up:

The post Single Point of Failure | TechSNAP 67 first appeared on Jupiter Broadcasting.

]]>