BcacheFS – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Mon, 30 May 2022 05:11:08 +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 BcacheFS – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 CPU as a Service | LINUX Unplugged 460 https://original.jupiterbroadcasting.net/148757/cpu-as-a-service-linux-unplugged-460/ Sun, 29 May 2022 17:30:00 +0000 https://original.jupiterbroadcasting.net/?p=148757 Show Notes: linuxunplugged.com/460

The post CPU as a Service | LINUX Unplugged 460 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/460

The post CPU as a Service | LINUX Unplugged 460 first appeared on Jupiter Broadcasting.

]]>
Better than Butter | LINUX Unplugged 459 https://original.jupiterbroadcasting.net/148672/better-than-butter-linux-unplugged-459/ Sun, 22 May 2022 19:45:00 +0000 https://original.jupiterbroadcasting.net/?p=148672 Show Notes: linuxunplugged.com/459

The post Better than Butter | LINUX Unplugged 459 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/459

The post Better than Butter | LINUX Unplugged 459 first appeared on Jupiter Broadcasting.

]]>
Recipe for Success | Self-Hosted 71 https://original.jupiterbroadcasting.net/148657/recipe-for-success-self-hosted-71/ Fri, 20 May 2022 05:30:00 +0000 https://original.jupiterbroadcasting.net/?p=148657 Show Notes: selfhosted.show/71

The post Recipe for Success | Self-Hosted 71 first appeared on Jupiter Broadcasting.

]]>

Show Notes: selfhosted.show/71

The post Recipe for Success | Self-Hosted 71 first appeared on Jupiter Broadcasting.

]]>
Linux Action News 228 https://original.jupiterbroadcasting.net/147687/linux-action-news-228/ Thu, 17 Feb 2022 07:00:00 +0000 https://original.jupiterbroadcasting.net/?p=147687 Show Notes: linuxactionnews.com/228

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

]]>

Show Notes: linuxactionnews.com/228

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

]]>
Linux Action News 221 https://original.jupiterbroadcasting.net/147107/linux-action-news-221/ Mon, 27 Dec 2021 01:30:00 +0000 https://original.jupiterbroadcasting.net/?p=147107 Show Notes: linuxactionnews.com/221

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

]]>

Show Notes: linuxactionnews.com/221

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

]]>
And the Answer is… | LINUX Unplugged 407 https://original.jupiterbroadcasting.net/145142/and-the-answer-is-linux-unplugged-407/ Tue, 25 May 2021 12:00:00 +0000 https://original.jupiterbroadcasting.net/?p=145142 Show Notes: linuxunplugged.com/407

The post And the Answer is... | LINUX Unplugged 407 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/407

The post And the Answer is... | LINUX Unplugged 407 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.

]]>
Practically Perfect Predictions | LINUX Unplugged 335 https://original.jupiterbroadcasting.net/138267/practically-perfect-predictions-linux-unplugged-335/ Tue, 07 Jan 2020 12:00:00 +0000 https://original.jupiterbroadcasting.net/?p=138267 Show Notes: linuxunplugged.com/335

The post Practically Perfect Predictions | LINUX Unplugged 335 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/335

The post Practically Perfect Predictions | LINUX Unplugged 335 first appeared on Jupiter Broadcasting.

]]>
Particularly Poor Predictions | LINUX Unplugged 334 https://original.jupiterbroadcasting.net/138162/particularly-poor-predictions-linux-unplugged-333/ Tue, 31 Dec 2019 12:00:00 +0000 https://original.jupiterbroadcasting.net/?p=138162 Show Notes: linuxunplugged.com/334

The post Particularly Poor Predictions | LINUX Unplugged 334 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/334

The post Particularly Poor Predictions | LINUX Unplugged 334 first appeared on Jupiter Broadcasting.

]]>
Beardy McBeardface | LINUX Unplugged 206 https://original.jupiterbroadcasting.net/116731/beardy-mcbeardface-lup-206/ Tue, 18 Jul 2017 22:40:54 +0000 https://original.jupiterbroadcasting.net/?p=116731 RSS Feeds: MP3 Feed | iTunes Feed | Video Feed | Torrent Feed Become a supporter on Patreon: Show Notes: Pre-Show Wes meets a linux user in the wild. Complicated things explained well A real world guide to WebRTC What do we need to get started? Two things: a reasonably recent browser (WebRTC is supported […]

The post Beardy McBeardface | LINUX Unplugged 206 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

MP3 Feed | iTunes Feed | Video Feed | Torrent Feed

Become a supporter on Patreon:

Patreon

Show Notes:

Pre-Show

  • Wes meets a linux user in the wild.

Complicated things explained well

A real world guide to WebRTC

What do we need to get started? Two things: a reasonably recent browser (WebRTC is supported in current versions of Chrome, Firefox, Edge and Opera but not in Safari or many mobile browsers) and drumroll – a server.

An Introduction to the ss Command

The ss command is a tool used to dump socket statistics and displays information in similar fashion (although simpler and faster) to netstat. The ss command can also display even more TCP and state information than most other tools. Because ss is the new netstat, we’re going to take a look at how to make use of this tool so that you can more easily gain information about your Linux machine and what’s going on with network connections.

Systemd for (Impatient) Sysadmins

…and although I’m at philosophical odds with it at some levels, I see no reason why everybody shouldn’t understand it a bit better – especially now that most people will need to deal with it on their favorite distros.

Encrypting drives with LUKS

Linux tracing systems & how they fit together

The thing I learned last week that helped me really understand was – you can split linux tracing systems into data sources (where the tracing data comes from), mechanisms for collecting data for those sources (like “ftrace”) and tracing frontends (the tool you actually interact with to collect/analyse data). The overall picture is still kind of fragmented and confusing, but it’s at least a more approachable fragmented/confusing system.

Linux Academy

Follow Up / Catch Up

How Microsoft brought SQL Server to Linux

“Talking to enterprises, it became clear that doing this was necessary,” Kumar said. “We were forcing customers to use Windows as their platform of choice.” In another incarnation of Microsoft, that probably would’ve been seen as something positive, but the company’s strategy today is quite different.

Formal Verification of WireGuard Protocal

The WireGuard protocol, described in the technical paper, and based on Noise, has been formally verified in the symbolic model using Tamarin. This means that there is a security proof of the WireGuard protocol.

ZFS Is the Best Filesystem (For Now…)

ZFS should have been great, but I kind of hate it: ZFS seems to be trapped in the past, before it was sidelined it as the cool storage project of choice; it’s inflexible; it lacks modern flash integration; and it’s not directly supported by most operating systems. But I put all my valuable data on ZFS because it simply offers the best level of data protection in a small office/home office (SOHO) environment.

Status update about bcachefs

DigitalOcean

New stuff from the internet

You can root your Google Wifi router, but you’ll need a screwdriver

What’s nice about this hack is that GaleForce will keep working even after Google applies automatic updates to the router. It’s a best-of-both-worlds situation: your home router becomes a Linux box with endless possibilities, but it still has the mesh networking and app-based interface that Google provides.

Smach Z – The Handheld gaming PC

“Hi Smachers,
AMD has kindly agreed to let us inform backers about the new SoC upgrade. We can officially confirm that we are moving to the latest generation AMD technology which will be based on Ryzen and Vega technology.
We’re working together with AMD to bring the best performance to SMACH Z, so it will be the most powerful handheld console in the market. The new generation looks amazing, and we want to thank AMD for all the support and efforts contributed to our project.
At this point we cannot say any more information, but I hope that this announcement works to alleviate the long waiting and to confirm that SMACH Z will feature the best hardware when it will become available.
This decision has been taken after a thorough analysis of the situation. Being forced to move away from Romb.io technology and having to redo the SoC integration has moved our schedule opening the opportunity to bring the latest technology to our design. For the moment this announcements is private only for backers.
Thanks for your support!”

Beginner-Friendly Vulkan Tutorials

For those who don’t know, Vulkan is a new graphics API– in other words, a fresh new way to talk to your GPU and make it do things. It’s managed by the Khronos Group, which means no one corporation controls it. It’s pretty cool, and anyone who wants to do work on GPUs (not restricted to graphics programmers!) should at least have a high level knowledge of what it is.

vkmark: more than a Vulkan benchmark

Ever since Vulkan was announced a few years ago, the idea of creating a Vulkan benchmarking tool in the spirit of glmark2 had been floating in my mind. Recently, thanks to my employer, Collabora, this idea has materialized! The result is the vkmark Vulkan benchmark


TING

Distro Corner

Slackware turns 24

Today marks 24 years since the original release of Slackware, which continues to be led by Patrick Volkerding. …development on Slackware does continue and its rolling-release code is currently on the Linux 4.9 LTS kernel and has many new packages compared to the v14.2 release.

Announcing Mageia 6, finally ready to shine!

The whole Mageia community is extremely happy to announce the release of Mageia 6, the shiny result of our longest release cycle so far!

Though Mageia 6’s development was much longer than anticipated, we took the time to polish it and ensure that it will be our greatest release so far.

Highlights of Mageia 6
  • KDE Plasma 5 replaces the previous KDE SC 4 desktop environment
  • Support for AppStream and thus GNOME Software and Plasma Discover
  • Support for Fedora COPR and openSUSE Build Service
  • Successful integration of the ARM port (ARMv5 and ARMv7) in the buildsystem
  • While not a new feature, Mageia 6 supports over 25 desktop environments and window managers

  • Forking Mandriva Linux: The birth of Mageia

The post Beardy McBeardface | LINUX Unplugged 206 first appeared on Jupiter Broadcasting.

]]>
Das Boot Manager | LINUX Unplugged 189 https://original.jupiterbroadcasting.net/107646/das-boot-manager-lup-189/ Tue, 21 Mar 2017 19:06:16 +0000 https://original.jupiterbroadcasting.net/?p=107646 RSS Feeds: MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed Become a supporter on Patreon: Show Notes: Follow Up / Catch Up Kodi Is Getting A Proper Netflix Plugin The anonymous news tipster wrote in to explain, “After years and years of users having to […]

The post Das Boot Manager | LINUX Unplugged 189 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

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

Become a supporter on Patreon:

Patreon

Show Notes:

Follow Up / Catch Up

Kodi Is Getting A Proper Netflix Plugin

The anonymous news tipster wrote in to explain, “After years and years of users having to use workaround that relied on launchers of third-party external players or streaming transcoded video from other software there is now actually a real ‘Kodi native’ Netflix plugin/addon being developed for Kodi, and it is being developed as open source and has the potential of supporting multiple operating-system and different computer architecture platforms.

This plugin is not officially commisioned/supported by Netflix.

Star Trek Themed Kirk Ransomware Brings us Monero and a Spock Decryptor!

Discovered today by Avast malware researcher Jakub Kroustek, the Kirk Ransomware is written in Python and may be the first ransomware to utilize Monero as the ransom payment of choice.

Cisco Systems said that more than 300 models of switches it sells contain a critical vulnerability that allows the CIA to use a simple command to remotely execute malicious code that takes full control of the devices. There currently is no fix.

Bcachefs – encryption, fsck, and more [LWN.net]

We now have whole filesystem encryption


Linux Academy

Solus Users Get MATE 1.18 and Linux Kernel 4.9.16, Budgie 10.3 Coming Very Soon

According to the developer, it would appear that the feature-rich MATE 1.18 desktop environment released last week is now available for installation from the official stable Solus repositories for users of the Solus MATE edition, along with the long-term supported Linux 4.9.16 kernel and numerous other up-to-date components.

Plasma Team Discusses Web-browser integration, Bundled Apps and new Features | KDE.news

KDE is experimenting with new ways to deploy applications. Under consideration are technologies such as Flatpak, Snap and AppImage, which all have their distinct advantages.

TING

Media and Games

Obsidian has been published as a possible proposal for WebGL-Next. As we reported a few days ago, The Khronos Group now has a staging area for WebGL-Next proposals and just a few minutes ago was the first proposal submitted.

AC-3 is a compressed digital audio format like MP3. It made its public debut in 1992. AC-3 has become the most common format for audio in film and television.

DigitalOcean

Desktop Linux’ future growth might depend on Electron/Web appssum

Then I wrote a script, nativefier-freedesktop, that takes *.webapp file as input, build the app with Nativefier and install it, so you can launch it from your app menu. It can include custom CSS style and JavaScript code to be injected during the building. The icon can be themed by icon themes.

Nativefier is a command line tool that allows you to easily create a desktop application for any web site with succinct and minimal configuration. Apps are wrapped by Electron in an OS executable (.app, .exe, etc.) for use on Windows, OSX and Linux.

Desktop Linux’ future growth might depend on Electron/Web apps.

  • Many of which are closed source
  • Some have pervasive backend tracking
  • Performance/Overhead compares poorly to native apps.

Pro

The post Das Boot Manager | LINUX Unplugged 189 first appeared on Jupiter Broadcasting.

]]>
Happy Birthday Debian | LINUX Unplugged 158 https://original.jupiterbroadcasting.net/102156/happy-birthday-debian-lup-158/ Tue, 16 Aug 2016 19:43:29 +0000 https://original.jupiterbroadcasting.net/?p=102156 RSS Feeds: MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed Become a supporter on Patreon: Show Notes: Pre-Show DebianDay/2016 – Debian Wiki Follow Up / Catch Up Firefox 49 for Linux gains plugin-free support for Netflix and Amazon Prime Video Another plugin bites the dust. […]

The post Happy Birthday Debian | LINUX Unplugged 158 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

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

Become a supporter on Patreon:

Patreon

Show Notes:

Pre-Show

Follow Up / Catch Up

Firefox 49 for Linux gains plugin-free support for Netflix and Amazon Prime Video

Another plugin bites the dust. The Windows and macOS versions of Firefox have supported the Widevine video protocol for a little while now, and the upcoming Firefox 49 for Linux gets the same treatment.

This Theme Pack Makes GIMP Look and Work Like Photoshop

The pack includes:

  • Photoshop icons for the toolbox
  • Photoshop keyboard shortcuts (e.g., ‘p’ for pen, ‘c’ for crop, etc.)
  • A dark grey background
  • Photoshop layout
  • Tool options placed on the right-hand side

Canonical Strikes Deal To Bring Ubuntu Core to Intel Gateways

Oft-neglected in talk of smart refrigerators and network-controlled lightbulbs, Gateways are intrinsic to the ‘Internet of Things’. They act as the “middleman” in the Internet-of-Things, ferrying data from sensors and equipment in the real world to and from that stored and analysed in the cloud.


TING

Leaving Mycroft

Today I am sharing the news that I will be leaving Mycroft AI, Inc. I love my team and have thoroughly enjoyed working on the project, but have decided to pursue other ventures.

Fake Linus Torvalds’ Key Found in the Wild, No More Short-IDs.

Nevertheless, real attacks started in June, some developers found
their fake keys with same name, email, and even “same” fake signatures
by more fake keys in the wild, on the keyservers.

Quick comment about btrfs coverage on the latest LAS

Humble Indie Bundle 17 Goes Live With 7 Linux Games

all the games on offer in the latest Humble Indie Bundle support Linux! Hurrah! Amazing!

DigitalOcean

What’s Next for Debian?

Today is Debian’s 23rd anniversary. If you are close to any of the cities
celebrating Debian Day 2016, you’re
very welcome to join the party!

Linux Academy

Linux on the MacBook

MacBook Model

Installing Arch Linux on a MacBook (Air/Pro) or an iMac is quite similar to installing it on any other computer. However, due to the specific hardware configuration of a Mac, there are a few deviations and special considerations which warrant a separate guide

This wiki page should help you in getting your MacBook Pro from Late 2013 or Mid 2014 to work with Arch Linux.

Post-Show:

On the visual side, we have brought the app in line with our Suru visual language. We have also adopted the very nice Solarized palette as the default palette — though this will of course be completely customisable by the user.

The post Happy Birthday Debian | LINUX Unplugged 158 first appeared on Jupiter Broadcasting.

]]>
Freedom Isn’t Free | LINUX Unplugged 107 https://original.jupiterbroadcasting.net/86931/freedom-isnt-free-lup-107/ Tue, 25 Aug 2015 18:40:28 +0000 https://original.jupiterbroadcasting.net/?p=86931 We celebrate the 24th birthday of Linux by looking back to it’s early days, discuss the new SSD optimized Linux file system, the rather normal things Linux is doing on Mainframes & how the community at large reacts to crowdfunding. Plus some great follow up, some great discussion & much more! Thanks to: Get Paid […]

The post Freedom Isn't Free | LINUX Unplugged 107 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

We celebrate the 24th birthday of Linux by looking back to it’s early days, discuss the new SSD optimized Linux file system, the rather normal things Linux is doing on Mainframes & how the community at large reacts to crowdfunding.

Plus some great follow up, some great discussion & much 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

Show Notes:

Pre-Show:

Hackpad is a web-based realtime wiki, based on the open source EtherPad collaborative document editor.

Catch Up:

Canonical Kills Desktop Ubuntu Software Center, Focuses on Mobile Apps

Desktop apps stores are dead, and their mobile-oriented equivalents are the future. That’s the message from Canonical, which has quietly made clear that it intends to jettison the Software Center in Ubuntu Linux to focus on mobile apps for Snappy Ubuntu Core.


DigitalOcean

How Linux was born, as told by Linus Torvalds himself | Ars Technica

It has been 24 long years since the first ever release of the Linux project on August 25, 1991, which is the core component of any GNU/Linux distribution. With this occasion we want to remind everyone that Linux is everywhere, even if you don’t see it. You use Linux when you search on Google, when you use your phone, when buy metro tickets, actually the whole Internet is powered by Linux. Happy Birthday, Linux!

A New Linux File-System Aims For Speed While Having ZFS/Btrfs-Like Features

This new file-system is Bcachefs. BcacheFS is based on _BCache, the Linux kernel block layer cache_for pairing a large-capacity hard drive with a low-capacity, high-performance solid-state drive to act as a cache. In developing this block layer cache, Kent Overstreet (the primary Bcache/Bcachefs) developer realized they were basically writing their own file-system in the process. He explained, “the bcache codebase has been evolving/metastasizing into a full blown, general purpose posix filesystem – a modern COW filesystem with checksumming, compression, multiple devices, caching, and eventually snapshots and all kinds of other nifty features…I and the other people working on bcache realized that what we were working on was, almost by accident, a good chunk of the functionality of a full blown filesystem – and there was a really clean and elegant design to be had there if we took it and ran with it.”

PERFORMANCE:

I’m not really focusing on performance while there’s still correctness issues to
work on – so there’s lots of things that still need to be further optimized, but
the current performance numbers are still I think good enough to be interesting.

Here’s some dbench numbers, running on a high end pcie flash device:

Early rough performance results

TING

IBM LinuxONE™ and Open Source Demo – YouTube

IBM Fellow Donna Dillenberger demonstrates the new IBM LinuxONE system for scalable financial trading at the LinuxCon 2015 conference. The demo show multiple data loads (live data from the S&P 500 and Tweets) streaming via Maria DB, MongoDB, Spark Analytics, Chef, Docker and PostgreSQL.

In this LinuxONE demo, even with drastic upticks in CPU Utilization during the Greek financial crisis, response times are still lightning fast.

Linux Academy

Open Source is about supporting those who support you.

But his most recent work is one that is of even more importance to everyone, even those that use Windows or Apple. NTP, or Network Time Protocol, is a fundamental component of our information society today. The NSF reached out to Eric and he’s taken up the task of recoding NTP. For more information read the post on his blog post: Yes, NTPsec is real and I am involved.

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

The post Freedom Isn't Free | LINUX Unplugged 107 first appeared on Jupiter Broadcasting.

]]>