sickbeard – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Mon, 22 Feb 2016 02:46: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 sickbeard – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 systemd Haters Busted | LINUX Unplugged 57 https://original.jupiterbroadcasting.net/66417/systemd-haters-busted-lup-57/ Tue, 09 Sep 2014 17:49:51 +0000 https://original.jupiterbroadcasting.net/?p=66417 The majority of systemd hate appears to be coming from just two sources. At least that’s what we suspect & call them out. Plus a review of OpenMediaVault and how it compares to FreeNAS, a quick look at Tox & what the heck is Fedora’s DNF? Thanks to: Direct Download: MP3 Audio | OGG Audio […]

The post systemd Haters Busted | LINUX Unplugged 57 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

The majority of systemd hate appears to be coming from just two sources. At least that’s what we suspect & call them out.

Plus a review of OpenMediaVault and how it compares to FreeNAS, a quick look at Tox & what the heck is Fedora’s DNF?

Thanks to:

Ting


DigitalOcean

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:

FU:


OpenMediaVault – The open network attached storage solution

systemd – the topic that just keeps driving the clicks

Ultimately, the schism over systemd could lead to a separation of desktop and server distros, or Linux server admins moving to FreeBSD

Systemd has turned into the Godzilla of Linux controversies. Everywhere you look it’s stomping through blogs, rampaging through online discussion threads, and causing white-hot flames that resemble Godzilla’s own breath of death. TechNewsWorld has a roundup of the systemd hostilities in case you missed any of it and want to savor some of the drama.

Maybe it’s time Linux is split in two. I suggested this possibility last week when discussing systemd (or that FreeBSD could see higher server adoption), but it’s more than systemd coming into play here. It’s from the bootloader all the way up. The more we see Linux distributions trying to offer chimera-like operating systems that can be a server or a desktop at a whim, the more we tend to see the dilution of both. You can run stock Debian Jessie on your laptop or on a 64-way server. Does it not make sense to concentrate all efforts on one or the other?

DNF – The Next Generation Package Management Utility for RPM Based Distributions

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.

New Shows : Tech Talk Today (Mon – Thur)

Support Jupiter Broadcasting on Patreon

The post systemd Haters Busted | LINUX Unplugged 57 first appeared on Jupiter Broadcasting.

]]>
Arch Home Server Challenge | LAS 313 https://original.jupiterbroadcasting.net/57622/arch-home-server-challenge-las-313/ Sun, 18 May 2014 16:19:39 +0000 https://original.jupiterbroadcasting.net/?p=57622 Coming up on this week’s episode of The Linux Action Show! Arch Linux can make the perfect Home Server, we’ll share our tips to build the ultimate home server running the latest software, powered by Arch Linux. Plus Ubuntu rocks the OpenStack summit, a first look at Syncthing (the fully OSS Bittorrent Sync killer), results […]

The post Arch Home Server Challenge | LAS 313 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Coming up on this week’s episode of The Linux Action Show!

Arch Linux can make the perfect Home Server, we’ll share our tips to build the ultimate home server running the latest software, powered by Arch Linux.

Plus Ubuntu rocks the OpenStack summit, a first look at Syncthing (the fully OSS Bittorrent Sync killer), results from our Btrfs poll, our picks…

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

— Show Notes: —

Ultimate Arch Home Server:


\"System76\"

Brought to you by: System76

Ubuntu 12.10 – Quantal Quetzal – End of Life reached on May 16 2014

Arch Home Server Install Notes:

\"Arch

  • My Arch server philosophy comes down to one word: Focus
  • Outside of a few exceptions, an Arch server should be an absolutely lean machine, with only the packages required to perform a specific function.
  • Additional functions should be spun out into separate VMs when possible. VMs are cheap, containers are even cheaper.
  • We use a Template with a base Arch install, with the correct uids for NFS, the correct groups, and the basic file system mounts entered to fstab. This also simplifies the Arch deployment process.

  • The best server is a headless server, with no GUI. When you toss out the GUI, the usability playing field for setting up a server gets leveled out to nearly flat.

  • The invaluable amount of help that comes from the Arch Wiki in many ways gives Arch a usability boost over other possible distributions for a headless home server.

Arch Installation Quick Reference Guide by jmac217

So over the past few months or so I\’ve been just been throwing often-used commands and links into a Google Document to get me up and running quickly when I want to spin up a new Arch installation.

  • [Google Doc Install Guide by jmac217][https://docs.google.com/document/d/1RC41PnZFX7en8L3l0AYLXQKFsC2kxFrZjxQ1Q36AP-k/edit?usp=sharing]

Proxmox

  • Proxmox supports a mix of KVM Virtual Machines, and Linux containers.
  • Arch currently (I believe due to a systemd bug) runs best in KVM, not in a container.
  • Arch might make a better Linux Container candidate after that bug is fixed.

  • Our Proxmox box is a Core i7 rig, with 1TB of internal RAID0 storage.

  • Important data is stored on the NFS FreeNAS box.
  • We run one Arch VM from the internal 1TB, and one from the NFS mount.

NFS Setup

  • FreeNAS was our selection for the back-end storage.

  • A btrfs powered server was considered, but upon a mighty reflection induced by our recent poll, ZFS seemed like the wiser choice.

  • ZFS does work on Linux, but the utility aspect of FreeNAS appeals.

  • When the application stuff is handled by front end systems, the backend storage should be a simple, reliable, and appliance like as possible. FreeNAS offers a lot of that, with a native ZFS implementation, backed by a trusted company – iXsystems.

  • Install NTP on both ends

  • In Arch use systemd to mount the NFS share
  • Create a common UID on the NFS server and Client. This makes file permissions much simpler. Have everything owned by your “media” user in your “media” share.

SABnzbd

\"SABnzbd

  • Configured SABnzbd to work off the NFS mount.

  • sabnzb modify it to allow network connections:

/opt/sabnzbd/sabnzbd.ini

CouchPotato.

  1. packer -S couchpotato-git

  2. cd /usr/lib/systemd/system

  3. nano couchpotato.service – edit to run as root

  4. chown -R root:root /opt/couchpotato

  5. systemctl enable couchpotato

  6. systemctl start couchpotato

Default port is 5050

SickBeard

  • SickBeard requires you have some usenet index search APIs. It’s built in search is limited.

  • Set SickBeard to ping Plex to update once a download completes.

Monitorix

\"Monitorix

SSMTP

  • SSMTP is a program to deliver an email from a local computer to a configured mailhost (mailhub). It is not a mail server (like feature-rich mail server sendmail) and does not receive mail, expand aliases or manage a queue. One of its primary uses is for forwarding automated email (like system alerts) off your machine and to an external email address.

  • A lot of server side applications (and the next item down in this list) need to use smtp to send you an email notification. When you have automated processes happening at all different hours of the day, often kicked off my some script running headless in the background, it’s sorta a necessary evil.

  • /etc/ssmtp/ssmtp.conf

Logwatch

  • Logwatch is a powerful and versatile log parser and analyzer. Logwatch is designed to give a unified report of all activity on a server, which can be delivered through the command line or email.

  • A key part of set it and forget it is having your system alert you when it needs help, so you can address it before it becomes a disaster.

Syncthing

  • Per-user config files, example:

/home/studio/.syncthing/config.xml


— Picks —

Runs Linux

ExoMars Mission, Runs Linux

Desktop App Pick

Castawesome

Castawesome is live screencasting tool for Linux. With it you can broadcast video and audio from your desktop to Twitch.tv/Justin.tv, Hitbox.tv and YouTube

Weekly Spotlight

Syncthing

Syncthing replaces Dropbox and BitTorrent Sync 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.


— NEWS —

Canonical Goes BIG at

This year more than 5,000 people showed up to the OpenStack conference, and 1,780 people filled out a survey that drills into how they\’re using OpenStack. Many of the respondents (60%) came from companies that employ fewer than 500 people, while a dwindling percentage was derived from users at companies that employ more than 1,000 people, compared to the October 2013 user survey (34%, down from 39%).

The Orange Box is an innovative, custom designed micro cluster chassis, envisioned by Canonical, and contract manufactured by TranquilPC Limited. The chassis includes a small cluster of Intel NUC (Next Unit of Computing) boards, and is particularly well suited for portable demonstration and local prototyping of cloud workloads. The Orange Box, manufactured in the UK to exacting standards is available to order and ships internationally (free of charge).

Each Orange Box chassis contains:

  • 10x Intel NUCs
  • Specifically, the Ivy Bridge D53427RKE model

Each Intel NUC contains

  • i5-3427U CPU
  • Intel HD Graphics 4000
  • 16GB of DDR3 RAM
  • 120GB SSD root disk
  • Intel Gigabit ethernet
  • D-Link DGS-1100-16 managed gigabit switch with 802.1q VLAN support

All 10 nodes are internally connected to this gigabit switch

In aggregate, this micro cluster effectively fields 40 cores, 160GB of RAM, 1.2TB of solid state storage, and is connected over an internal gigabit network fabric. A single fan quietly cools the power supply, while all of the nodes are passively cooled by aluminum heat sinks spanning each side of the chassis.

The first node, node0, additionally contains:

  • An Intel Centrino Advanced-N 6235 WiFi adapter
  • A 2TB HDD (spinning)
  • USB and HDMI ports are wired and accessible from the rear of the box
  • Access to the USB/HDMI of nodes1-9 is accessible from the underside of the unit

  • Six GBE LAN ports (all connected to the internal switch) are exposed to the rear panel, for external access, or even clustering of multiple Orange Boxes together.

  • Mark introduces the Orange Box: https://youtu.be/aEYCjHCderM?t=13m33s

Canonical offers \’Chuck Norris Grade\’ OpenStack private cloud service

\"Ubuntu

This new offering is called Your Cloud. For $15 per day per host, \”Ubuntu offers all the software infrastructure, tools, and services you need to have your own cloud at your fingertips. Built by experts on Ubuntu OpenStack, fully managed and with 24/7 monitoring.\”

Canonical Juju DevOps tool coming to CentOS and Windows

\"Juju

It\’s hard to shock an audience at a technical conference. Mark Shuttleworth, founder of Ubuntu Linux and its parent company Canonical, managed it several times in his OpenStack Summit keynote speech. No news may have been more surprising than that Canonical had ported its Juju DevOps program to its rival\’s operating systems: Red Hat\’s CentOS and Microsoft\’s Hyber-V and Windows Server 2012.

Ubuntu\’s Unity 8 Desktop To Be Release As Separate Flavor?

“The desktop team would like to add a new flavour (we don’t plan to have any formal releases at this point) of Ubuntu which contains the Unity 8 desktop and the new applications which have been developed for the touch project.

The initial intention is to provide a product which developers can use to figure out the work that’s required to make a desktop product based on this software usable, and to create a space for experimentation to figure out the best ways of carrying out the required integration.”

Linux Mint will stick to LTS release

The decision was made to stick to LTS bases. In other words the development team will be focused on the very same package base used by Linux Mint 17 for the next 2 years.

It will also be trivial to upgrade from version 17 to 17.1, then 17.2 and so on.
Important applications will be backported and we expect this change to boost the pace of our development and reduce the amount of regressions in each new Linux Mint release.

This makes Linux Mint 17.x very important to us, not just yet another release, but one that will receive security updates until 2019, one that will receive backports and new features until 2016 and even more importantly, the only package base besides LMDE which we’ll be focused on until 2016.

Our traffic doubled lately and all our stats are on the raise, and we don’t know why. Maybe it’s related to the the end-of-life of Windows XP. We’re not really sure

Antergos\’ Release Candidate plus Partnering with Numix

Antergos is partnering with the Numix Project to create an exclusive edition of Numix Themes for our desktops (both GTK and QT). In this RC, you will be able to enjoy some premature advances of this agreement in the form of the icon theme. We’re not sure if the rest of the design will be make it into this release or if it will be postponed until next stable release.

— Feedback —

— 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 Arch Home Server Challenge | LAS 313 first appeared on Jupiter Broadcasting.

]]>
Developers Get Qt | LINUX Unplugged 40 https://original.jupiterbroadcasting.net/57287/developers-get-qt-lup-40/ Tue, 13 May 2014 17:55:52 +0000 https://original.jupiterbroadcasting.net/?p=57287 We chat with two of the LXQt developers, and find out what’s behind this major undertaking. Then we discuss our favorite packages for a Linux home server, and the brand new Ubuntu Orange cluster box. Plus your feedback, our follow up, and much more! Thanks to: Direct Download: MP3 Audio | OGG Audio | Video […]

The post Developers Get Qt | LINUX Unplugged 40 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

We chat with two of the LXQt developers, and find out what’s behind this major undertaking. Then we discuss our favorite packages for a Linux home server, and the brand new Ubuntu Orange cluster box.

Plus your feedback, our follow up, and much more!

Thanks to:

\"Ting\"


\"DigitalOcean\"

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

Show Notes:

FU:

Update by Podtrac

What makes the perfect home server?

Round Table:

Anti-virus pioneer Alan Solomon thinks anti-virus is dead. He uses Linux instead

“I stopped using an antivirus a long time ago, because I couldn\’t see how it could work in a world where you would need daily updates, which means that each update is tested for … how long? Not very long, obviously.

Ubuntu Cluster Orange Box

The Orange Box is an innovative, custom designed micro cluster chassis, envisioned by Canonical, and contract manufactured by TranquilPC Limited. The chassis includes a small cluster of Intel NUC (Next Unit of Computing) boards, and is particularly well suited for portable demonstration and local prototyping of cloud workloads. The Orange Box, manufactured in the UK to exacting standards is available to order and ships internationally (free of charge).

Each Orange Box chassis contains:

  • 10x Intel NUCs
  • Specifically, the Ivy Bridge D53427RKE model

Each Intel NUC contains

  • i5-3427U CPU
  • Intel HD Graphics 4000
  • 16GB of DDR3 RAM
  • 120GB SSD root disk
  • Intel Gigabit ethernet
  • D-Link DGS-1100-16 managed gigabit switch with 802.1q VLAN support

All 10 nodes are internally connected to this gigabit switch

In aggregate, this micro cluster effectively fields 40 cores, 160GB of RAM, 1.2TB of solid state storage, and is connected over an internal gigabit network fabric. A single fan quietly cools the power supply, while all of the nodes are passively cooled by aluminum heat sinks spanning each side of the chassis.

The first node, node0, additionally contains:

  • An Intel Centrino Advanced-N 6235 WiFi adapter
  • A 2TB HDD (spinning)
  • USB and HDMI ports are wired and accessible from the rear of the box
  • Access to the USB/HDMI of nodes1-9 is accessible from the underside of the unit

  • Six GBE LAN ports (all connected to the internal switch) are exposed to the rear panel, for external access, or even clustering of multiple Orange Boxes together.

The post Developers Get Qt | LINUX Unplugged 40 first appeared on Jupiter Broadcasting.

]]>
Sick Beard Review | In Depth Look https://original.jupiterbroadcasting.net/15456/sick-beard-review-in-depth-look/ Fri, 06 Jan 2012 19:19:56 +0000 https://original.jupiterbroadcasting.net/?p=15456 A PVR for the Internet? Find out how this open source tool can be used to download TV off the net, or just a good clean organizational tool!

The post Sick Beard Review | In Depth Look first appeared on Jupiter Broadcasting.

]]>

post thumbnail

A PVR for the Internet? Find out how this open source tool can be used to download TV off the net, or just a good clean organizational tool!

What is sick beard? It\’s a server-side application that can be used to to automate downloading of TV episode releases from USENET or Torrents. Or at the very least, to organize your media collection better.

I don\’t support piracy. But lets be honest, the failing traditional media companies continue to restrict how consumers use content. They model was outdated years ago, and today just feels draconian.

So lets start by chatting about how you can use Sick Beard just for good, clean, organization fun! Then after that, I\’ll arm you with the info you need, if you want to take things further.

Direct Download:

HD Download | Mobile Download | MP3 Download | Ogg Download | YouTube

RSS Feeds:

HD Feed | Mobile Feed | MP3 Feed | Ogg Feed | iTunes HD Feed

Support Jupiter Broadcasting with your Purchase:

[asa default]B0038JE07O[/asa]

Guides:

Note: When you\’re first configuring Sick Beard it may be more convenient to use Sickbeard-console.exe which will allow you to monitor the console while it\’s running.

DOUBLE Note: Sick Beard does not actually download TV episodes! It has no download functionality at all, it simply watches RSS feeds and integrates with your existing download applications if possible.

What is USENET?

The post Sick Beard Review | In Depth Look first appeared on Jupiter Broadcasting.

]]>