Vala – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Wed, 31 Mar 2021 01:43:13 +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 Vala – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 No PRs Please | LINUX Unplugged 399 https://original.jupiterbroadcasting.net/144627/no-prs-please-linux-unplugged-399/ Tue, 30 Mar 2021 17:40:00 +0000 https://original.jupiterbroadcasting.net/?p=144627 Show Notes: linuxunplugged.com/399

The post No PRs Please | LINUX Unplugged 399 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/399

The post No PRs Please | LINUX Unplugged 399 first appeared on Jupiter Broadcasting.

]]>
Forbidden | Coder Radio 403 https://original.jupiterbroadcasting.net/144402/forbidden-coder-radio-403/ Wed, 03 Mar 2021 17:30:00 +0000 https://original.jupiterbroadcasting.net/?p=144402 Show Notes: coder.show/403

The post Forbidden | Coder Radio 403 first appeared on Jupiter Broadcasting.

]]>

Show Notes: coder.show/403

The post Forbidden | Coder Radio 403 first appeared on Jupiter Broadcasting.

]]>
Pain the APT | LINUX Unplugged 285 https://original.jupiterbroadcasting.net/128971/pain-the-apt-linux-unplugged-285/ Wed, 23 Jan 2019 05:35:16 +0000 https://original.jupiterbroadcasting.net/?p=128971 Show Notes/Links: linuxunplugged.com/285

The post Pain the APT | LINUX Unplugged 285 first appeared on Jupiter Broadcasting.

]]>

Show Notes/Links: linuxunplugged.com/285

The post Pain the APT | LINUX Unplugged 285 first appeared on Jupiter Broadcasting.

]]>
Noah’s IPSEC Adventure | LAS 454 https://original.jupiterbroadcasting.net/106496/noahs-ipsec-adventure-las-454/ Sun, 29 Jan 2017 21:10:08 +0000 https://original.jupiterbroadcasting.net/?p=106496 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: — Show Notes: — Brought to you by: Linux Academy IPSec Head Office Configuration GRE Tunnels /interface gre add comment=BranchOffice !keepalive name=”To Branch” […]

The post Noah's IPSEC Adventure | LAS 454 first appeared on Jupiter Broadcasting.

]]>
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:

Patreon

— Show Notes: —


LinuxAcad

Brought to you by: Linux Academy

IPSec

Head Office Configuration

GRE Tunnels

/interface gre
add comment=BranchOffice !keepalive name=”To Branch” remote-address=192.168.0.2

OSPF Routing

/routing ospf area
add area-id=0.0.0.1 name=”Area 1″
add area-id=0.0.0.2 name=”Area 2″
add area-id=0.0.0.3 name=”Area 3″
add area-id=0.0.0.4 name=”Area 4″

/routing ospf network
add area=”Area 1″ network=192.168.0.0/30
add area=”Area 1″ network=192.168.1.0/24
add area=”Area 2″ network=192.168.0.4/30
add area=”Area 3″ network=192.168.0.8/30
add area=”Area 4″ network=192.168.0.12/30

IP Addresses

/ip address
add address=192.168.0.1/30 comment=Branch interface=”To Branch”

NAT Bypass for IPSEC ( MUST BE DRAGGED TO THE TOP OF NAT RULES! )

/ip firewall nat
add chain=srcnat dst-address=192.168.0.2 src-address=192.168.0.1
add chain=srcnat dst-address=192.168.0.6 src-address=192.168.0.5
add chain=srcnat dst-address=192.168.0.10 src-address=192.168.0.9
add chain=srcnat dst-address=192.168.0.14 src-address=192.168.0.13

IPSEC to Branches

/ip ipsec peer
add address=1.1.1.1 comment=”To Branch” enc-algorithm=aes-128 nat-traversal=no secret=
/ip ipsec policy
add comment=”To Branch” dst-address=192.168.0.2/32 sa-dst-address=1.1.1.1 sa-src-address=2.2.2.2 src-address=192.168.0.1/32 tunnel=yes
/ip ipsec peer

Set hostname

/system identity
set name=HeadOffice

Branch Office Configuration

GRE Tunnel

/interface gre
add comment=”To Headoffice” !keepalive name=”To Headoffice” remote-address=192.168.0.9

OSPF Routing

/routing ospf area
add area-id=0.0.0.3 name=”Area 3″

/routing ospf network
add area=”Area 3″ network=192.168.0.8/30
add area=”Area 3″ network=192.168.4.0/24

static route for vpn

/ip route
add dst-address=192.168.1.0/24 gateway=192.168.0.9

NAT Bypass for IPSEC ( MUST BE DRAGGED TO THE TOP OF NAT RULES! )

/ip firewall nat
add chain=srcnat dst-address=192.168.0.9 src-address=192.168.0.10

IPSEC to Heritage

/ip ipsec peer
add address=2.2.2.2 comment=”To headoffice” enc-algorithm=aes-128 nat-traversal=no secret=

/ip ipsec policy
add comment=”To Headoffice” dst-address=192.168.0.9/32 sa-dst-address=2.2.2.2 > sa-src-address=1.1.1.1 src-address=192.168.0.10/32 tunnel=yes

ntp settings

/system
ntp client set enabled=yes > server-dns-names=0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org

Set hostname

/system identity
set name=BranchOffice

— PICKS —

Runs Linux

British Maritime Museum RUNS LINUX

https://bit.ly/2kBOgDc

Desktop App Pick

Invite friends to SSH into your laptop using their Github handle

Wouldn’t it be great to allow a fellow developer to quickly and securely SSH into
your laptop when you’re in the middle of a debugging session even if you are on two
separate networks behind NAT?

A few months ago we released a free tool, Teleconsole, we built so we
could do exactly that. We are a distributed team, with bare metal servers sitting in our San Francisco office, several AWS and Azure regions and a bunch of customer environments we are sometimes asked to jump into.

Distro of the Week

GeckoLinux – Linux for Detail Oriented Geckos

GeckoLinux is a Linux spin based on the openSUSE distribution, with a focus on polish and out-of-the-box usability on the desktop. It is available in Static (based on openSUSE Leap) and Rolling (based on openSUSE Tumbleweed) editions.


— NEWS —

Five States Are Considering Bills to Legalize the ‘Right to Repair’ Electronics

_The legislation is modeled on the _Motor Vehicle Owners’ Right to Repair Act a law passed in Massachusetts in 2012. T_hat law effectively became national legislation, because auto manufacturers feared having to deal with the intricacies of 50 different state laws on the issue. The hope is that at least one electronics right to repair law will pass this year, similarly opening the floodgates for consumers and repair companies around the country.

_

Kicking Off Budgie 11

At this moment in time, the core remaining reason for Budgie even “working” on the GNOME stack, is that it expends
an awful lot of effort pretending to be GNOME Shell

Wine 2.0 is out, ready to disappoint you once again

Wine 2.0 is out, which is a huge milestone for the project. It has more support for more software, includes a lot of graphics speedups, and even supports retina displays on Mac. The list of compatible software is indeed impressive — the latest and greatest apps are rarely supported, but many relatively recent “classics” like Left 4 Dead, Fallout 3, and Office 2013 are supposedly operational.

Simplehelp Delivers on Commitment to Linux

The real test of any software is not in its function but in how well the company stands behind the product. Well, this week that test happened. Simplehelp made an update that made the client totally unusable under Linux. Any key you pressed would repeat constantly and right mouse clicks would not work at all. I tweeted them. They responded again almost immediately and asked for specific distributions they could test. I gave them the distributions and the next tweet I received was them telling me the problem was fixed.

Feedback:

Chris Asks

  • Very high capacity storage, that’s protected from vibration and movement?
Mail Bag
  • Name: Chris B
  • Subject: Arch v LTS

  • Message:

Hey guys! Love the show, and had a question that I was wondering if I could get an opinion on from the two foremost Linux experts. I’m currently an Arch user, but I’m troubled by your recent stories of Arch breaking at a crucial time. I am considering a switch back to Xubuntu 16.04 when my new x260 (thanks Noah!) arrives, because I’ve noticed that the Arch system I have created now is very similar to a base install of Xubuntu. I enjoy the rolling release/bleeding edge nature of Arch (especially Pragha in the default repos and the newest version of Firejail), but wonder if Xubuntu would be more “bulletproof” (In keeping with your newest of discussions) and if Arch is worth the trouble if it will essentially be used to create Xubuntu. Thank you, love the show, and keep up the great work!


  • Name: Rick F
  • Subject: Bullet Proof Linux

  • Message:

Arch Linux proper with the linux-lts kernel, nvidia-lts driver if using Nvidia, and a Desktop Environment that is NOT Gnome or Plasma.

The only issues I have had with Arch Linux have been tied to the graphics driver, display manager, and desktop environment.

I love Gnome and Plasma, however both are being updated too often to be considered bullet proof. Use something boring like XFCE or MATE if you want bulletproof. By default XFCE and MATE look pretty boring, but they can be tweaked to look amazing. Check out reddit.com/r/unixporn

Catch the show LIVE SUNDAY:

— CHRIS’ STASH —

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

Chris Fisher (@ChrisLAS) | Twitter

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 Twitter

The post Noah's IPSEC Adventure | LAS 454 first appeared on Jupiter Broadcasting.

]]>
Privacy is a Myth | CR 118 https://original.jupiterbroadcasting.net/66337/privacy-is-a-myth-cr-118/ Mon, 08 Sep 2014 14:11:28 +0000 https://original.jupiterbroadcasting.net/?p=66337 The debate over whose responsibility it is to protect your cloud data heats up, we discuss how to get your confidence back & some Vala feedback. Plus the recent Markdown drama, the systemd hater club & much more! Thanks to: Direct Download: MP3 Audio | OGG Audio | Video | Torrent | YouTube RSS Feeds: […]

The post Privacy is a Myth | CR 118 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

The debate over whose responsibility it is to protect your cloud data heats up, we discuss how to get your confidence back & some Vala feedback.

Plus the recent Markdown drama, the systemd hater club & much more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

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

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla:

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?

Standard Markdown aka Common Markdown aka CommonMark

The post Privacy is a Myth | CR 118 first appeared on Jupiter Broadcasting.

]]>
Toolchain Transitions | CR 70 https://original.jupiterbroadcasting.net/44217/toolchain-transitions-cr-70/ Mon, 07 Oct 2013 11:42:22 +0000 https://original.jupiterbroadcasting.net/?p=44217 Mike’s making some big changes to his workflow, and sharing the tools in his box. We’ll look at the transition to Ubuntu Linux for Mike and his dev team.

The post Toolchain Transitions | CR 70 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Mike’s making some big changes to his workflow, and sharing the tools in his box. We’ll look at the transition to Ubuntu Linux for Mike and his dev team, and the productivity advantages they see.

Plus planning for scale, a fresh look at Vala, your emails, and more!

Thanks to:


\"GoDaddy\"


\"Ting\"

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

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

Feedback

  • \”Analysis: IT experts question architecture of Obamacare website\” https://feedly.com/k/1bNQUvF

Not only did the exchanges not work as expected, are full of bugs, but… on top of all that … the government could not even hire a domestic contractor for all this. CGI Inc., is the Canadian contractor who built the health care website.. wow…
-SnakeDoc

Workflow / Why Open-Source?

The Unix philosophy, originated by Ken Thompson, is a set of cultural norms and philosophical approaches to developing small yet capable software based on the experience of leading developers of the Unix operating system. The Unix philosophy emphasizes building short, simple, clear, modular, and extendable code that can be easily maintained and repurposed by developers other than its creators.

Xubuntu is perfect for those who want the most out of their desktops, laptops and netbooks with a modern look and enough features for efficient, daily usage. It works well on older hardware too.

Book Pick

[asa]B00080W3IE[/asa]

The post Toolchain Transitions | CR 70 first appeared on Jupiter Broadcasting.

]]>
HTML4++ | CR 27 https://original.jupiterbroadcasting.net/28651/html4-cr-27/ Mon, 10 Dec 2012 12:23:18 +0000 https://original.jupiterbroadcasting.net/?p=28651 HTML5 did well in 2012, but how are things looking for 2013? Some high profile moves away from HTML5, is the Internet’s darling fading or just getting started?

The post HTML4++ | CR 27 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

HTML5 went big in 2012, but how are things looking for 2013? With some high profile moves away from HTML5, is the Internet’s darling fading or just getting started?

Plus where to start with game design, playing the app store game, and do we hate Firefox?

And much more on this week’s Coder Radio.

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

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

Show Notes:

Feedback

  • Chris writes in:

“When I referenced \”beauty\” I meant the design of C++ as a language, and how one can write in it very freely.”

  • A web developer wants to know why we hate Firefox and sees a trend for web devs to focus on webKit.
  • Jason asks:

So, here is where I am really stuck. How do you sit down and design something like a game? What tips would you give for actually laying out the design of the code, and the UI that you need? I come from a heavy web background, and have been doing mostly procedural languages for the past 10 years. I have the training in OO, but haven\’t been using the skills.

Mostly, I\’m curious about the design side of apps and gaming. How do you do this so it doesn\’t take on a life of its own, but still gives me the direction I need to move forward?”

  • Harley shares that Goto’s are still used and can be useful in generated code and also that Vala depends on Glib
  • Charles wrties in to share Just Java 2 for AP Comp Sci students and does not recommend CodeAcademy.
  • Anthony asks is the money to be made on the Ubuntu Software Center
  • Kyle shares https://www.greenteapress.com/thinkapjava/ for you AP Java student

This Week’s Dev World Hoopla

Pick:

[asa]B008PFABI8[/asa]

Follow the show

The post HTML4++ | CR 27 first appeared on Jupiter Broadcasting.

]]>
The C++ is Alive | CR 25 https://original.jupiterbroadcasting.net/27951/the-c-is-alive-cr-25/ Mon, 26 Nov 2012 11:44:28 +0000 https://original.jupiterbroadcasting.net/?p=27951 Our C++ Renaissance episode arrives! But did C++ really fade away? Plus Mike and Chris discuss the various use cases for C++ and the surge of Objective-C.

The post The C++ is Alive | CR 25 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

After some delay our C++ Renaissance episode arrives! But did C++ really fade away? Plus Mike and Chris discuss the various use cases for C++ and the surge of Objective-C.

Plus does posting publicly about software bugs make us haters? Setting expectations, the year of Qt, and more on this week’s Coder Radio!

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

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

Show Notes:

Feedback

  • Victor asks “But cmon guys, where\’s the screaming? You two get along too well.”
  • A Listener shared his blog
  • Sebastion asks: “When building a custom app for a client, how do you limit the time they take to test each iteration?”
  • Hans asks if we know of any free GUI toolkits for the OGRE 3D graphics engine.
  • Do Chris and Mike hate Android?

C++ The Backstory

  • Created in 1979 by Bjarne Stroustrup
  • C++ usage was always big in certain spaces but managed languages took a lot of the market share.

Why C++ and Why Now?

  • The Apple / Mobile Story
  • The Microsoft Story
  • QT

What’s the Tooling Story?

  • Visual Studio
  • QT
  • Eclipse
  • Text Editors

So I Should Always Use C++ ?

Book of the Week

[asa]0131103628[/asa]

Follow the show

The post The C++ is Alive | CR 25 first appeared on Jupiter Broadcasting.

]]>
iSad | CR 15 https://original.jupiterbroadcasting.net/24711/isad-cr-15/ Mon, 17 Sep 2012 11:48:26 +0000 https://original.jupiterbroadcasting.net/?p=24711 Chris and Mike take a look at joining an open source project, the formerly brown Ubuntu as a developer platform. And does the iPhone 5 disappoint?

The post iSad | CR 15 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Chris and Mike take a look at joining an open source project, the formerly brown Ubuntu as a developer platform. Dell is getting ready to launch Sputnik, but should you jump on board or take a big old bite of a Macintosh?

Plus should the release of the iPhone 5 and the Lumia 920 turn developer heads?

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

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

Show Notes:

Feedback

  • Jay writes in to report that I have swayed him on his views on piracy in 20,000 Leagues Under Java.
    • About Windows Phone 8
    • A few anonymous writers write in with tales of ‘Imposter’s Syndrome’
    • A number of listeners ask: ‘why don’t you get a Fire and root it?’
    • David writes in to let us know that he went with CouchDB and is happy with it!

This Week’s Dev World Hoopla

My Week Working in Ubuntu As a Dev Box

  • The death of the air…
  • The Sputnik developer experience
  • My dev stack on Ubuntu
  • Why Ubuntu over Mac?

The Open-Source Inductee’s Oath

  • Geary
  • Ok, how do I volunteer for open-source?

Vala — A Hidden Gem

  • Syntax similar to C#
  • Compiles down to C, then compiles with the system’s native compiler (ie gcc)
  • Can be freely mixed with C

Book of the Week

[asa]0672335786[/asa]

Tool of the Week

Follow the show

The post iSad | CR 15 first appeared on Jupiter Broadcasting.

]]>