spideroak – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Wed, 30 Aug 2017 04:12:25 +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 spideroak – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 The Free Phone Nightmare | LINUX Unplugged 212 https://original.jupiterbroadcasting.net/117811/the-free-phone-nightmare-lup-212/ Tue, 29 Aug 2017 20:12:25 +0000 https://original.jupiterbroadcasting.net/?p=117811 RSS Feeds: MP3 Feed | iTunes Feed | Video Feed | Torrent Feed Become a supporter on Patreon: Show Notes: Follow Up / Catch Up Mazda and Toyota join forces on Linux-based connected car platform Mazda and Toyota are working together on a Linux-based connected car navigation and entertainment system, according to reports. Burger King […]

The post The Free Phone Nightmare | LINUX Unplugged 212 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

MP3 Feed | iTunes Feed | Video Feed | Torrent Feed

Become a supporter on Patreon:

Patreon

Show Notes:

Follow Up / Catch Up

Mazda and Toyota join forces on Linux-based connected car platform

Mazda and Toyota are working together on a Linux-based connected car navigation and entertainment system, according to reports.

Burger King Ushers in the Cyber Dystopia we’ve all been waiting for

Russians will be able to buy a Whopper with the virtual cash, once they have amassed 1,700 whoppercoins.

Wimpy was Right

At this year’s E3 — aka the biggest date in the gaming industry calendar, known under its full title as the Electronic Entertainment Expo — there was an Oculus-shaped rift where the Oculus-shaped Rift should have been showing off its vision of the future of electronic gaming and entertainment.

Linux Academy

sshync aka Auto-sync

Auto-sync files or directories over SSH.

DigitalOcean

Purism’s Phone Campaign Getting Serious AF

Enabling the next generation of cable-cutters, we are making the Librem 5 the first ever Matrix-powered smartphone, natively using end-to-end encrypted decentralized communication in its dialer and messaging app. We will also offer regular baseband functionality separated off from the CPU, and work towards the goal of freeing all components.


TING

Librem 15 Re-Review: The Replacening

The Librem 15 is the first ultra-portable workstation laptop that was designed chip-by-chip, line-by-line, to respect your rights to privacy, security, and freedom. Every hardware and software component—and everything we do—is in line with our belief in respecting your rights to privacy, security, and freedom. We know you will be happy with the results.

The post The Free Phone Nightmare | LINUX Unplugged 212 first appeared on Jupiter Broadcasting.

]]>
Passing On LastPass | LAS 387 https://original.jupiterbroadcasting.net/89366/passing-on-lastpass-las-387/ Sun, 18 Oct 2015 10:12:49 +0000 https://original.jupiterbroadcasting.net/?p=89366 Our best open source alternatives to LastPass. We run down the easy, the straight forward & the totally custom solutions to rolling your password managment. All our picks are totally open source, auditable & ready to use today. Plus the first reviews of the Steam Machines hit the web, Red Hat’s big buy, GIMP in […]

The post Passing On LastPass | LAS 387 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Our best open source alternatives to LastPass. We run down the easy, the straight forward & the totally custom solutions to rolling your password managment. All our picks are totally open source, auditable & ready to use today.

Plus the first reviews of the Steam Machines hit the web, Red Hat’s big buy, GIMP in your browser & more!

Thanks to:


DigitalOcean


Ting

Direct Download:

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

RSS Feeds:

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

Become a supporter on Patreon:

Foo

— Show Notes: —


System76

Brought to you by: System76

LastPass Killers

It’s Yahoo Mail‘s 18th birthday this month and to mark the occasion, Yahoo is pulling out all the stops with three major announcements: a brand new mobile app for Android and iOS, the support for multiple third-party email accounts and, perhaps most significantly, the introduction of a completely password-free sign-in experience called Yahoo Account Key.

LastPass Joins the LogMeIn Family

It’s a big day here at LastPass. We’re thrilled to announce that we’re joining LogMeIn. As one of the world’s leading SaaS companies, we can’t imagine a better team to align with our values and product-driven mission. With their experience in growing successful brands like join.me, we’re excited to join LogMeIn in delivering the next generation of identity and access management for individuals, teams and companies, with LastPass at the forefront.

KeePass

KeePassC is a password manager fully compatible to KeePass v.1.x and KeePassX. That is, your
password database is fully encrypted with AES.

KeePassC is written in Python 3 and comes with a curses-interface. It is completely controlled
with the keyboard (vim-like keys are supported).

Some features are:

  • AES encryption of the database with password and/or keyfile
  • Included customizable password generator
  • KeePassX and KeePass v.1.x compatible (KeePass v2.x planned)
  • Database entries are sorted in alphabetically sorted groups
  • Subgroups of groups
  • Entries are identified by a title
  • Search entries by this title and show matches in an own group
  • Set expiration dates to remind you that a new password is needed
  • Unicode support
  • Copy username and password to clipboard
  • Auto-locking workspace and self-deleting clipboard with adjustable delays
  • Options to remember last database and last keyfile
  • Open URLs directly in your standard browser
  • Optional use of vim/ranger-like keys
  • Simple command line interface
  • Network functionality including multiuser support
  • The last can be used to omit password entering, too

  • kpcli – A command line interface for KeePass

A command line interface (interactive shell) to work with KeePass 1.x or 2.x database files. This program was inspired by my use of the CLI of the Ked Password Manager (“kedpm -c”) combined with my need to migrate to KeePass.

Pass

Pass Screenshot

Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities.

pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It’s capable of temporarily putting passwords on your clipboard and tracking password changes using git.

How Active is Pass Development?

Pass commits Screenshot

To free password data from the clutches of other (bloated) password managers, various users have come up with different password store organizations that work best for them.

Using Git to Sync Pass

First install and then setup git

1 $ git config --global user.name  "John Doe"
2 $ git config --global user.email "johndoe@foobar.com"
3 $ pass git init
QtPass GUI for pass, the standard UNIX password manager

QtPass Screenshot

  • Using pass or git and gpg2 directly
    • Cross platform: Linux, BSD, OS X and Windows
    • Reading pass password stores
    • Decrypting and displaying the password and related info
    • Editing and adding of passwords and information
    • Updating to and from a git repository
    • Per-folder user selection for multi recipient encryption
    • Configuration options for backends and executable/folder locations
    • Copying password to clipboard
    • Configurable shoulder surfing protection options
    • Experimental WebDAV support

Planned features

  • Re-encryption after users-change (optional ofcourse).
  • Plugins based on key, format is same as password file.
  • Colour coding folders (possibly disabling folders you can’t decrypt).
  • WebDAV (configuration) support.
  • Optional table view of decrypted folder contents.
  • Opening of (basic auth) urls in default browser? Possibly with helper plugin for filling out forms?
  • Some other form of remote storage that allows for accountability / auditing (web API to retreive the .gpg files)?

  • GPG – How to trust an imported key

Encryptr – Powered by Crypton

Encryptr is simple and easy to use. It stores your sensitive data like passwords, credit card data, PINs, or access codes, in the cloud. However, because it was built on the zero-knowledge Crypton framework, Encryptr ensures that only the user has the ability to access or read the confidential information. Not the app’s developers, cloud storage provider, or any third party.

Encryptr only ever encrypts or decrypts your data locally on your device. No plain text is ever sent to the server, not even your passphrase. This is what zero-knowledge means.*

You don’t even need to hand over any personal data to register. Not your name, and not your email address. The app only requires a username and a passphrase.

Encryptr is free, and completely open source. This includes Crypton.

Firefox Password Manager

If you use the same simple password for everything you will be more susceptible to identity theft. The Create secure passwords to keep your identity safe article shows you an easy method for creating secure passwords and using the Password Manager, as described above, will help you remember them all.

Even though the Password Manager stores your usernames and passwords on your hard drive in an encrypted format, someone with access to your computer can still see or use them. The Use a Master Password to protect stored logins and passwords article shows you how to prevent this and keep you protected in the event your computer is lost or stolen.

When paired with Firefox sync feature this effectively emulates LastPass without Yubikey support, and without the password generation feature.

— PICKS —

Runs Linux

Etch-a-sketch RUNS LINUX!

Over on YouTube user devnulling has uploaded a video showing his “Etch-A-SDR” project. This project involved creating an all-in-one SDR device out of an Odroid C1, Teensy 3.1 and an RTL-SDR dongle. The Odroid C1 is an embedded computer, similar to the Raspberry Pi 2 and the Teensy 3.1 is a microcontroller development board. The “Etch-A-SDR” is named as such because of its resemblance to an Etch-A-Sketch toy. It has two knobs that can be used for tuning and several side buttons for changing demodulation modes etc.

Upon boot the Etch-A-SDR opens GQRX and is ready for tuning within seconds of turning it on. In addition to using it as a portable SDR with GQRX the Etch-A-SDR can also be booted into normal Linux mode and into Etch-A-Sketch mode, where it operates as a normal Etch-A-Sketch toy.

The code can be downloaded from https://github.com/devnulling/etch-a-sdr.

Desktop App Pick

FreeMind Mind Mapping Tool

FreeMind is a premier free mind-mapping software written in Java. The recent development has hopefully turned it into high productivity tool. We are proud that the operation and navigation of FreeMind is faster than that of MindManager because of one-click “fold / unfold” and “follow link” operations.

Screenshot

  • Keeping Track of Projects
  • Project workplace
  • Workplace for Internet Research
  • Essay Writing and Brainstorming
  • Small Database with structure
  • Commented Internet Favorites or Bookmarks

Weekly Spotlight

Hangups

hangups is the first third-party instant messaging client for Google
Hangouts
. It includes both a Python library and a reference client with a
text-based user interface.

Unlike its predecessor Google Talk, Hangouts uses a proprietary,
non-interoperable protocol
. hangups is implemented by reverse-engineering
this protocol, which allows it to support features like group messaging that
aren’t available in clients that connect via XMPP.

hangups is still in an early stage of development. The reference client is
usable for basic chatting, but the API is undocumented and subject to change.
Bug reports and pull requests are welcome!
hangups screenshot


— NEWS —

GIMP Online – rollApp

Run GIMP and other X11 apps in your web browser.

Red Hat is buying Ansible for more than $100M

Buying Ansible — one of four major providers of at least partly open-source devops tools — makes sense, because it can add to Red Hat’s line of offerings. Plus, Ansible already integrates with Red Hat’s OpenShift, OpenStack, and Red Hat Enterprise Linux software.

As part of the deal, about50 Ansible employees will join Red Hat

Red Hat today also provided a brief update to its earnings as part of the news. It says the acquisition is expected to have no material impact to Red Hat’s revenue for the third and fourth quarters of its fiscal year. Non-GAAP operating expenses for fiscal 2016 will be increased by $2 million, or ($0.01) per share, in Q3 and $4.0 million, or ($0.02) per share, in Q4 as a result of the transaction.

Proxmox VE 4.0 is OUT

This video highlights the new features in Proxmox VE 4.0:

  • Debian Jessie 8.2 and 4.2 Linux kernel
  • Linux Containers (LXC)
  • IPv6 support
  • Bash completion
  • New Proxmox VE HA Manager

View all updates: https://pve.proxmox.com/wiki/Roadmap

The Alienware Steam Machine: finally, a gaming PC for the living room

I used to laugh when I saw Linux users scramble to build compatibility layers to play “real” PC games. I chuckled when Valve CEO Gabe Newell lambasted Windows 8 as a “catastrophe for everyone,” proffering Linux and SteamOS as a viable alternative. It seemed so far-fetched, so silly. Truth be told, I’m still laughing — but now it’s because I’m enjoying myself. The Alienware Steam Machine has some growing pains, but it’s fun. Lots of fun.

It’s all very smooth, overall, but there were a few sticking points that seemed a little rough compared to other game consoles. While the system hasn’t frozen on us during a game yet, there have been a handful of times where the whole OS hung when we were closing or opening a title, requiring a system reboot that took 30 to 60 seconds. We ran into occasional problems with webpage scrolling, the on-screen keyboard, and Wi-Fi recognition as well, all of which disappeared with a reboot.

We also found a few SteamOS games that still include an intermediate “launcher” screen that asks players to confirm resolution and other settings. That’s only an annoyance because these screens can’t be navigated with the Steam Controller; you need to plug in a mouse and keyboard to get through to the actual game in these cases. While the SteamOS interface includes large warnings that these games require extra hardware, and Valve isn’t directly responsible for third-party developers’ unfriendly decisions, it still seems like an oversight to have such games be unplayable out of the box.

Feedback:

  • https://slexy.org/view/s2Y836bi9B
  • https://slexy.org/view/s2sQ9ZkWTx
  • https://slexy.org/view/s2VwIphEzi
  • https://www.indiegogo.com/projects/open-foss-training#/

Rover Log Playlist

Watch the adventures, productions, road trips, trails, mistakes, and fun of the Jupiter Broadcasting mobile studio.

Chris’s Twitter account has changed, you’ll need to follow!

Chris Fisher (@ChrisLAS) | Twitter

— CHRIS’ STASH —

Hang in our chat room:

irc.geekshed.net #jupiterbroadcasting

— NOAH’S STASH —

Noah’s Day Job

Altispeed Technologies

Contact Noah

noah [at] jupiterbroadcasting.com

Find us on Google+

Find us on Twitter

Follow us on Facebook

Catch the show LIVE Friday:

The post Passing On LastPass | LAS 387 first appeared on Jupiter Broadcasting.

]]>
Vulkan the Metal Slayer | LINUX Unplugged 105 https://original.jupiterbroadcasting.net/86422/vulkan-the-metal-slayer-lup-105/ Tue, 11 Aug 2015 18:03:48 +0000 https://original.jupiterbroadcasting.net/?p=86422 We chat with the chief technology officer behind Mycroft, an open source artificial intelligence for everyone. Then discuss Android’s adoption of Vulkan and the major impact it could have on desktop Linux & the nice new Linux exclusive features coming to Firefox. Plus we revisit file syncing under Linux & discuss the really great options […]

The post Vulkan the Metal Slayer | LINUX Unplugged 105 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

We chat with the chief technology officer behind Mycroft, an open source artificial intelligence for everyone. Then discuss Android’s adoption of Vulkan and the major impact it could have on desktop Linux & the nice new Linux exclusive features coming to Firefox.

Plus we revisit file syncing under Linux & discuss the really great options that have cropped up recently.

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:

Uses natural language to control Internet of Things. Built on Raspberry Pi this whole home A.I. plays media, controls lights & more.

Catch Up:

Kali linux 2.0 Released

We now find ourselves smack in the middle of the most significant release of Kali since 2013. Today is the day that Kali 2.0 is officially released.


Kali Linux is a Debian-based distribution oriented toward penetration testing and related tasks; the 2.0 release is now available. “There’s a new 4.0 kernel, now based on Debian Jessie, improved hardware and wireless driver coverage, support for a variety of Desktop Environments (gnome, kde, xfce, mate, e17, lxde, i3wm), updated desktop environment and tools – and the list goes on. But these bulletpoint items are essentially a side effect of the real changes that have taken place in our development backend. Ready to hear the real news? Take a deep breath, it’s a long list.” At the top of that list is that Kali is now a rolling distribution.

GNOME Announces Search for Executive Director

The GNOME Foundation is looking for qualified candidates for the position of Executive Director of the GNOME Foundation. The Executive Director is critical for the Foundation, the public face of GNOME, the liaison to the GNOME Advisory Board


DigitalOcean

Syncing Under Linux Revisited

Today, we’re happy to be open sourcing the biggest piece of our Ubuntu One file syncing service.

Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and
you deserve to choose where it is stored, if it is shared with some third party and how it’s transmitted over the Internet.

The Firefox Accounts server is deployed on our systems using RPM packaging,
and we don’t provide any other packaging or publish official builds yet.

TING

Android Developers Blog

In order to address some of the sources of CPU overhead and provide developers with more explicit control over rendering, we’ve been working to bring a new 3D rendering API, Vulkan(tm), to Android.

Here’s a brain dump of the things that sometimes drive me crazy about OpenGL.

Metal provides the lowest-overhead access to the GPU, enabling you to maximize the graphics and compute potential of your apps on iOS and OS X.

Linux Academy

Firefox — Notes (40.0) — Mozilla

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 Vulkan the Metal Slayer | LINUX Unplugged 105 first appeared on Jupiter Broadcasting.

]]>
Linux Photography in Focus | LAS 372 https://original.jupiterbroadcasting.net/84722/linux-photography-in-focus-las-372/ Sun, 05 Jul 2015 16:25:42 +0000 https://original.jupiterbroadcasting.net/?p=84722 From total beginner to photo pro, we’ll share workflow tips, tools, tricks & backup techniques to super-charge your photography workflow under Linux. Plus the Pinos project promises to bring PulseAudio to video, how DirectX11 is coming to Linux, the Yotaphone upset, OwnCloud dreams & more! Thanks to: Get Paid to Write for DigitalOcean Direct Download: […]

The post Linux Photography in Focus | LAS 372 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

From total beginner to photo pro, we’ll share workflow tips, tools, tricks & backup techniques to super-charge your photography workflow under Linux.

Plus the Pinos project promises to bring PulseAudio to video, how DirectX11 is coming to Linux, the Yotaphone upset, OwnCloud dreams & more!

Thanks to:


DigitalOcean


Ting

Direct Download:

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

RSS Feeds:

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

Become a supporter on Patreon:

Foo

— Show Notes: —

Perfect Photo Workflow with Linux


OSCON

Brought to you by: O’REILLY OSCON

Prepare your Monitor:

Getting the photos into Linux:

Rapid Photo Downloader for Linux is written by a photographer for professional and amateur photographers. Its goal is to be the best photo and video downloader for the Linux Desktop. It is free software, released under the GNU GPL license.

Quick Sorting of Photos:

gThumb is an image viewer and browser for the GNOME Desktop. It also includes an importer tool for transferring photos from cameras.

Tweaking your RAW Pictures:

HDR Photo Editing:

Luminance HDR is a graphical user interface (based on the Qt5 toolkit) that provides a complete workflow for HDR imaging.

Photo Organization

darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

Say hello to the world’s fastest RAW photo-editing software. Corel AfterShot Pro 2 is changing the way the world works with RAW, with 64-bit performance that’s 30% faster than AfterShot Pro 1 and up to 4x faster than the competition. AfterShot Pro 2 is the best way to unlock the freedom and flexibility of shooting RAW. With unparalleled speed and power, and a sleek new interface, AfterShot Pro 2 is a RAW converter, non-destructive photo editor and complete high-speed photo manager in one. Whether you’re batch processing thousands of RAW images, or making detailed adjustments to your latest prize-winning shot, AfterShot Pro 2 gives you the tools to quickly take complete control over every aspect of your photo workflow.

Photo Backup Under Linux:

SpiderOak ONE is the leading private backup solution and is 100% Zero Knowledge. Get a ton of space for only $12 a month. Plans starting at $7 a month for 30GB and up to 5TB.
Pay monthly or annually. Upgrade, downgrade or cancel at any time.

Grsync is a rsync GUI (Graphical User Interface). Rsync is the well-known and powerful command line directory and file synchronization tool.

— PICKS —

Runs Linux

XKEYSCORE Slide

This global Internet surveillance network is powered by a somewhat clunky piece of software running on clusters of Linux servers. Analysts access XKEYSCORE’s web interface to search its wealth of private information, similar to how ordinary people can search Google for public information.

Desktop App Pick

digiKam is an advanced digital photo management application for Linux, Windows, and Mac-OSX.

The people who inspired digiKam’s design are the photographers like you who want to view, manage, edit, enhance, organize, tag, and share photographs under Linux systems.

You can take a look into the digiKam Overview page to take a tour or the Features page to see more advanced information about.

Weekly Spotlight

  • Using Sencha ExtJS 5.1.1 framework for the WebGUI
  • Add a new dashboard and widgets
  • Many internal improvements and bugfixes
  • Improved the internal network interface backend
  • Add Wi-Fi support. Only WPA & WPA2 is supported
  • Add VLAN support
  • The network interface configuration page has been modified. Now only the configuration values are displayed. Use the dashboard widget to show the state of all network interfaces.
  • The public key of the user must now be specified in the RFC 4716 SSH public key file format. It is possible to add multiple keys.
  • Option to turn off the collection of system performance statistics.
  • Use the browser local storage to store the WebGUI state (e.g. displayed grid columns, column width, …) instead of cookies.

The whole changelog for 2.1 can be viewed here.


— NEWS —

Introducing Pinos

So what is Pinos? One of the original goals of Pinos was to provide the same level of advanced hardware handling for Video that PulseAudio provides for Audio. For those of you who has been around for a while you might remember how you once upon a time could only have one application using the sound card at the same time until PulseAudio properly fixed that. Well Pinos will allow you to share your video camera between multiple applications and also provide an easy to use API to do so.

ownCloud 8.1 Coming Soon

The first release candidate of ownCloud 8.1 is ready for testing. This release will bring many performance improvements, Encryption 2.0 and much more. If you’re an avid ownCloud user, this is the time to test the upcoming release and make sure it can deal with your specific installation. Get the release on the ownCloud website.

Yotaphone Adopts Sailfish – Drops Android

Today the news has it for us as Yota Phone, the recently famous Russian [Android] phone manufacturer with their revolutionary “two-faced” phone has dropped their near-stock Android OS in favor of our beloved Sailfish OS which has raised a fair bit of keyboard warriors to attack the comments section on some websites saying things like “Why dumping the most popular OS in the world for the least popular?” Uh, excuse me as your most popular OS (Which I admit I am an Android user alongside Sailfish) does not care about user’s privacy and wants to send everything directly to that famous and most hated agency in the world! (NSA)

Codeweavers On DX11 in WINE, Steam Machines & Porting

DirectX 11

The recent news of WINE/Crossover supporting DX11 is significant, because up until now there were no FOSS solutions to get such support. Sure, the eON wrapper from Virtual Programming was one commercial option for game companies to develop ports for Linux, but it was not available for end users. With WINE supporting DX11, this opens up a whole new library of recent Windows games for the Linux platform.

Feedback:

  • https://slexy.org/view/s20WLp24uc

  • https://slexy.org/view/s20m3WT5Ht

  • https://slexy.org/view/s2id0khdx7

+https://slexy.org/view/s200YWzDGL

Chris’s Twitter account has changed, you’ll need to follow!

Chris Fisher (@ChrisLAS) | Twitter

— CHRIS’ STASH —

Hang in our chat room:

irc.geekshed.net #jupiterbroadcasting

— NOAH’S STASH —

Noah’s Day Job

Altispeed Technologies

Contact Noah

noah [at] jupiterbroadcasting.com

Find us on Google+

Find us on Twitter

Follow us on Facebook

Catch the show LIVE Sunday 10am Pacific / 1pm Eastern / 6pm UTC:

The post Linux Photography in Focus | LAS 372 first appeared on Jupiter Broadcasting.

]]>
Debunking Manjaro Myths | LAS 322 https://original.jupiterbroadcasting.net/62637/debunking-manjaro-myths-las-322/ Sun, 20 Jul 2014 14:54:46 +0000 https://original.jupiterbroadcasting.net/?p=62637 Rob McCathie from the Manjaro project joins us to discuss some recent troubles in the community, bust common myths about Manjaro, their relationship with Arch Linux, and what the future holds for the project. Plus we look at some Fedora 21 features, Google’s Project Zero, Linus’ home office…. AND SO MUCH MORE! All this week […]

The post Debunking Manjaro Myths | LAS 322 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Rob McCathie from the Manjaro project joins us to discuss some recent troubles in the community, bust common myths about Manjaro, their relationship with Arch Linux, and what the future holds for the project.

Plus we look at some Fedora 21 features, Google’s Project Zero, Linus’ home office….

AND SO MUCH MORE!

All this week on, The Linux Action Show!

Thanks to:


DigitalOcean


Ting

Download:

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

RSS Feeds:

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

Become a supporter on Patreon:

Foo

— Show Notes: —

Rob McCathie from Manjaro:


System76

Brought to you by: System76

Manjaro Background

About | Manjaro Linux

Manjaro is a user-friendly Linux distribution based on the independently developed Arch operating system. Within the Linux community, Arch itself is renowned for being an exceptionally fast, powerful, and lightweight distribution that provides access to the very latest cutting edge – and bleeding edge – software. However, Arch is also aimed at more experienced or technically-minded users. As such, it is generally considered to be beyond the reach of those who lack the technical expertise (or persistence) required to use it.

Developed in Austria, France, and Germany, Manjaro provides all the benefits of the Arch operating system combined with a focus on user-friendliness and accessibility. Available in both 32 and 64 bit versions, Manjaro is suitable for newcomers as well as experienced Linux users. For newcomers, a user-friendly installer is provided, and the system itself is designed to work fully ‘straight out of the box’ with features

Why Manjaro was started

When Manjaro was started, there were already many Linux distributions, a fact the team would have been aware of. So I’m betting there were some core ideas and problems Manjaro wanted to solve.

What were those core issues?

Why Arch?

Tell us about your choice to base off Arch? We see more distros doing that now, but when Manjaro started it was not that common. Debian or perhaps even Fedora might have been a more traditional choice for example.

How far away from Arch could you see Manjaro going?

In your opinion do you see a need move away from Arch further to meet the requirements of the project?

Recent Team Shake up?

The Manjaro community.

THe Manjaro community seems very vibrant, with a tight knit group on the forums and other places Manjaro users gather. It reminds me a lot of the proto-Ubuntu community. In your opinion, What are some of the unique aspect of the Manjaro project and it’s community that have attributed to this?

The Future?

What are you looking forward to for in the future of Linux, and Manjaro?


— PICKS —

Runs Linux

BAV – Vatican Library

Desktop App Pick

Haroopad – The Next Document processor based on Markdown

The Markdown enabled Next Document Processor

Weekly Spotlight

nbwmon · GitHub

ncurses bandwidth monitor

  • nbwmon-git in the AUR

— NEWS —

Linus Torvalds Guided Tour of His Home Office – YouTube

See inside the workspace of the world’s most famous developer, Linux creator Linus Torvalds, in this rare, personal tour.

Linux kernel developer and maintainer Greg Kroah-Hartman takes on a short tour of his workspace.

Docker to be a big part of Fedora going forward, also Fedora 21’s name

Fedora in Spaaaaace

In the Fedora Cloud WG, we’re planning on producing official Fedora Docker base images — these will be produced and uploaded by Fedora Release Engineering. Right now, because Docker is a key part of the upcoming Project Atomic-based Fedora Atomic, the Cloud SIG is doing the initial work and QA, but, eventually, the plan is to hand this off to the Environments and Stacks WG, because it looks like Docker and containerization will be important across much of Fedora in the future.

This is old news to many of us, but I’ve gotten the question a few times — what will Fedora 21 be named? Well, it’ll be named “Fedora 21″, without any codename. This was decided by the Fedora Project Board last October

  • The first Fedora 21 Alpha release is scheduled for August 5th.

Google recruits top PS3 hacker for Project Zero

Geohots

You should be able to use the web without fear that a criminal or state-sponsored actor is exploiting software bugs to infect your computer, steal secrets or monitor your communications. Yet in sophisticated attacks, we see the use of “zero-day” vulnerabilities to target, for example, human rights activists or to conduct industrial espionage. This needs to stop. We think more can be done to tackle this problem.

Project Zero is our contribution, to start the ball rolling. Our objective is to significantly reduce the number of people harmed by targeted attacks. We’re hiring the best practically-minded security researchers and contributing 100% of their time toward improving security across the Internet.

We’re not placing any particular bounds on this project and will work to improve the security of any software depended upon by large numbers of people, paying careful attention to the techniques, targets and motivations of attackers. We’ll use standard approaches such as locating and reporting large numbers of vulnerabilities. In addition, we’ll be conducting new research into mitigations, exploitation, program analysis—and anything else that our researchers decide is a worthwhile investment.

— FEEDBACK —

— CHRIS’ STASH —

Hang in our chat room:

irc.geekshed.net #jupiterbroadcasting

— MATT’S STASH —

Find us on Google+

Find us on Twitter

Follow the network on Facebook

Catch the show LIVE Sunday 10am Pacific / 1pm Eastern / 6pm UTC:

The post Debunking Manjaro Myths | LAS 322 first appeared on Jupiter Broadcasting.

]]>
SpiderOak vs Bittorrent Sync | LAS s28e07 https://original.jupiterbroadcasting.net/42727/spideroak-vs-bittorrent-sync-las-s28e07/ Sun, 08 Sep 2013 15:51:03 +0000 https://original.jupiterbroadcasting.net/?p=42727 Can two of the hottest sync systems live in harmony? We’ll compare SpiderOak and Bittorrent Sync, and see if we can use each for it’s specific strengths.

The post SpiderOak vs Bittorrent Sync | LAS s28e07 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Can two of the hottest sync systems live in harmony? We’ll compare SpiderOak and Bittorrent Sync, and see if we can use each for it’s specific strengths.

Plus: Intel and XMir drama, developers plea for the end of DirectX, your emails…

AND SO MUCH MORE!

All this week on, The Linux Action Show!

Thanks to:


GoDaddy


Ting

Download:

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

RSS Feeds:

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

Support the Show:

— Show Notes: —

SpiderOak vs Bittorrent Sync:


System76

Brought to you by: System76

New from the System76 team: BeansBooks

– SpiderOak –

SpiderOak is a zero-knowledge encrypted data backup, share, sync, access and storage service. Online and multi-platform with 2GB of storage free for life.

We have many customers who use SpiderOak on headless servers. The initial
setup requires a simple workaround, and from there you can use the command line
options to implement all other tasks.

We are steadily releasing many of the tools and libraries that we created while
building SpiderOak as independent, generalized components. These can be found
under the code section.

– Bittorrent Sync –

Private and Secure. File transfers are encrypted. Your information is never stored on a server in the cloud and your data is protected by private keys.


– Picks –

Runs Linux:

Android Pick:

Desktop App Pick:

Git yours hands all over our STUFF:


— NEWS —


– Feedback: –

Show will be LIVE on Friday

BM-GuJRSMgViBNXnafzuRQL3tpHHFSJQ5Wm

— Chris’ Stash —

Hang in our chat room:

irc.geekshed.net #jupiterbroadcasting

— What’s Matt Doin? —

— Find us on Google+ —
— Find us on Twitter —
— Follow the network on Facebook: —
— Catch the show LIVE Sunday 10am Pacific / 1pm Eastern / 6pm UTC: —

The post SpiderOak vs Bittorrent Sync | LAS s28e07 first appeared on Jupiter Broadcasting.

]]> Build Your Cloud PT1 | LAS | s16e10 https://original.jupiterbroadcasting.net/8506/build-your-cloud-pt1-las-s16e10/ Sun, 22 May 2011 18:46:35 +0000 https://original.jupiterbroadcasting.net/?p=8506 Is it possible to build your own cloud? Is open source technology up to this task? Stay tuned and find out our ACTION recommendations for this mammoth task!

The post Build Your Cloud PT1 | LAS | s16e10 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Swooping from the clouds and getting in your face, we’ll give you solid alternatives to Google’s services that put you back in control!

Is it possible to build your own cloud? Is open source technology up to this task? Stay tuned and find out our ACTION recommendations for this mammoth task!

Plus so much more!

All this week on, The Linux Action Show!

Thanks to:

GoDaddy.com Use our codes LINUX to save 10% at checkout, or LINUX20 to save 20% on hosting!

Direct Episode Download Links:

HD Video | Large Video | Mobile Video | MP3 | OGG Audio | OGG Video | YouTube

[ad#shownotes]

Episode Show Notes:

Runs Linux:
Your Web Browser, runs Linux
Javascript PC Emulator – Technical Notes

Android Pick:
RedWall
Android Picks so far, thanks to Madjo in the IRC Chat room

TechSNAP:
Checkout TechSNAP
TechSNAP’s coverage of Dropbox’s recent security issues.

Linux Pick:
TrippleA
NEWS:
MeeGo 1.2 Released
Kubuntu Mobile 11.10 – WOW
GNOME Discusses Becoming a Linux-only Project
Open Virtualization Alliance
De Icaza: Announcing Xamarin
Announcing Xamarin – Blog Post
Fedora 15 Goes Gold, and That’s Not All

Ditching Google / Build Your Personal Cloud:

The Search Engine:
HideMyAss Search
Yauba
DuckDuckGo
ixquick

GoogleDocs:
Feng Office Community Edition

GMail:
RoundCube

DropBox:
iFolder
SparkleShare
ownCloud

Say Whuuuuu:
eyeOS

Find us on Twitter:
twitter.com/BryanLunduke
twitter.com/ChrisLAS

Follow the network on Facebook:
facebook.com/jupiterbroadcasting

Catch the show LIVE at 10am on Sunday:
https://jblive.tv

Download

The post Build Your Cloud PT1 | LAS | s16e10 first appeared on Jupiter Broadcasting.

]]>