
Sign up to save your podcasts
Or


Introduction:
Announcements:
Would you be interested in the return of Resonant Frequency, the Amateur Radio Podcast, if it cost a dollar an episode? Send your thoughts to Richard via email at [email protected].
Black Sparrow Media now provides an aggregate RSS feed of Linux in the Ham Shack, QSK Netcast, and Resonant Frequency. One feed, three shows! Quite a bargain.
There is now a (free) Black Sparrow Media mobile app for the iPhone, iPad, iPod Touch and Android! See blacksparrowmedia.net for details, and send us your feedback.
Andrew, AC8JO, has a blog that discusses Linux, amateur radio, and other topics. Naturally, he mentions our podcast. Thanks, Andrew!
Leif, KC8RWR, responded to our comments in episode 67 that Apple created CUPS. According to Wikipedia, CUPS, the Common UNIX Printing System, was developed by a Michael Sweet beginning in 1997, and was later adopted by Apple for OS X. In 2007, Apple hired Michael Sweet and purchased his source code. The Apple website provides a somewhat different version.
Apple’s Version
Wikipedia Article
Thanks for the information, Leif. Our advice is to pick the story you like and stick with it! 🙂
Topics:
Channel Bonding for Linux
Channel bonding combines two or more network interfaces on a host computer for redundancy or greater bandwidth.
By bonding two or more Ethernet links to your computer, you get several benefits, including redundancy, so if one network port fails, the other still works, and greater bandwidth when both (or more) links are running.
Based on the Link Aggregation Control Protocol (LACP), though called different things depending on vendor, such as EtherChannel or PortChannel.
It’s relatively easy to set up. Briefly:
You’ll need an Ethernet port for each link, set up and configured in the normal manner. These ports will likely be called eth0, eth1, etc.
Install the ifenslave package, which allows you to create a “bond” interface, say bond0.
Create modules.conf file to alias the various ethx devices as bonding interfaces.
Modify your /etc/sysconfig or /etc/network/interfaces file (depending on your version of Linux) to include an entry that references the bond0 interface.
ifup the bond0 interface, and all the component interfaces should come up.
Other configuration settings will set up the failover time.
Resources:
https://www.linux-corner.info/bonding.html for Red Hat-based systems.
https://wiki.debian.org/Bonding for Debian-based systems.
Ethernet bonding on linux (Debian based)
Ethernet Bonding Configuration in Debian
Bonding
Our hosts then discuss the utility of load balancing between multiple network interfaces.
More about the apt-cache utility
Russ provides more information about the apt-cache utility for Debian-based systems, previously discussed in Episode 69.
The basic syntax of the utility is apt-cache [command] [package(s)]. There are many commands you can use, including:
policy [package] shows which repository provided, or would provide, a specified package.
depends [package] shows all packages in the repositories that depend on the named package, and which other packages would be installed or suggested.
showpkg [package] shows reversed dependencies; that is, which packages depend on the named package, and the MD5 checksum of the package.
stats shows some aggregate sums about all the packages in the repositories included on your system. For example, on Russ’ system:
unmet shows packages in the repositories with unmet dependencies in the tree, that is, if you attempted to install, would fail.
show [package] shows meta information about the package. For example, “apt-cache show adduser” returns:
Tim Allen’s character in his latest TV show, “Last Man Standing” is a Ham Radio Operator, KA0XTT.
Feedback:
Kevin, KC9VAN, writes that he’s enjoying the show and just recently received his ham radio license. He also notes that he’s had the most luck with Hewlett-Packard printers under Linux. Thanks, Kevin. Russ has had good luck with Dell printers and generic PCL drivers.
Leif, KC8RWR, posted several comments about episode 67. He suggests avoiding “all-in-one” printers, and instead, using separate printers and scanners. (I agree! -Ed.) Often, used scanners can be had for very little money. Leif also suggests buying printers with separate cartridges for each color. That way, you’re not throwing away all the colors when just one is empty. He seconds Russ’ suggestion to use a laser printer over inkjet, as the cost per page is less.
Russ likes the Epson Artisan 835, especially for printing on CDs and DVDs, and it works well with Linux.
Contact Info:
Contact Richard at [email protected], Russ at [email protected], or both at the same time at [email protected].
Listen to the live stream every other Tuesday at 8:00pm Central time. Check the LHS web site for dates.
Leave us a voice mail at 1-909-LHS-SHOW (1-909-547-7469), or record an introduction to the podcast.
Sign up for the LHS mailing list.
Sign up for the MAGNetcon mailing list.
LHS merchandise is available at the Merch link on Web site. Check out the Badgerwear or buy one of the other LHS-branded items at PrintFection.com/lhs or Cafe Press. Thanks!
Thanks to Dave from Gamma Leonis for the theme music.
Music:
By Black Sparrow Media4.4
3838 ratings
Introduction:
Announcements:
Would you be interested in the return of Resonant Frequency, the Amateur Radio Podcast, if it cost a dollar an episode? Send your thoughts to Richard via email at [email protected].
Black Sparrow Media now provides an aggregate RSS feed of Linux in the Ham Shack, QSK Netcast, and Resonant Frequency. One feed, three shows! Quite a bargain.
There is now a (free) Black Sparrow Media mobile app for the iPhone, iPad, iPod Touch and Android! See blacksparrowmedia.net for details, and send us your feedback.
Andrew, AC8JO, has a blog that discusses Linux, amateur radio, and other topics. Naturally, he mentions our podcast. Thanks, Andrew!
Leif, KC8RWR, responded to our comments in episode 67 that Apple created CUPS. According to Wikipedia, CUPS, the Common UNIX Printing System, was developed by a Michael Sweet beginning in 1997, and was later adopted by Apple for OS X. In 2007, Apple hired Michael Sweet and purchased his source code. The Apple website provides a somewhat different version.
Apple’s Version
Wikipedia Article
Thanks for the information, Leif. Our advice is to pick the story you like and stick with it! 🙂
Topics:
Channel Bonding for Linux
Channel bonding combines two or more network interfaces on a host computer for redundancy or greater bandwidth.
By bonding two or more Ethernet links to your computer, you get several benefits, including redundancy, so if one network port fails, the other still works, and greater bandwidth when both (or more) links are running.
Based on the Link Aggregation Control Protocol (LACP), though called different things depending on vendor, such as EtherChannel or PortChannel.
It’s relatively easy to set up. Briefly:
You’ll need an Ethernet port for each link, set up and configured in the normal manner. These ports will likely be called eth0, eth1, etc.
Install the ifenslave package, which allows you to create a “bond” interface, say bond0.
Create modules.conf file to alias the various ethx devices as bonding interfaces.
Modify your /etc/sysconfig or /etc/network/interfaces file (depending on your version of Linux) to include an entry that references the bond0 interface.
ifup the bond0 interface, and all the component interfaces should come up.
Other configuration settings will set up the failover time.
Resources:
https://www.linux-corner.info/bonding.html for Red Hat-based systems.
https://wiki.debian.org/Bonding for Debian-based systems.
Ethernet bonding on linux (Debian based)
Ethernet Bonding Configuration in Debian
Bonding
Our hosts then discuss the utility of load balancing between multiple network interfaces.
More about the apt-cache utility
Russ provides more information about the apt-cache utility for Debian-based systems, previously discussed in Episode 69.
The basic syntax of the utility is apt-cache [command] [package(s)]. There are many commands you can use, including:
policy [package] shows which repository provided, or would provide, a specified package.
depends [package] shows all packages in the repositories that depend on the named package, and which other packages would be installed or suggested.
showpkg [package] shows reversed dependencies; that is, which packages depend on the named package, and the MD5 checksum of the package.
stats shows some aggregate sums about all the packages in the repositories included on your system. For example, on Russ’ system:
unmet shows packages in the repositories with unmet dependencies in the tree, that is, if you attempted to install, would fail.
show [package] shows meta information about the package. For example, “apt-cache show adduser” returns:
Tim Allen’s character in his latest TV show, “Last Man Standing” is a Ham Radio Operator, KA0XTT.
Feedback:
Kevin, KC9VAN, writes that he’s enjoying the show and just recently received his ham radio license. He also notes that he’s had the most luck with Hewlett-Packard printers under Linux. Thanks, Kevin. Russ has had good luck with Dell printers and generic PCL drivers.
Leif, KC8RWR, posted several comments about episode 67. He suggests avoiding “all-in-one” printers, and instead, using separate printers and scanners. (I agree! -Ed.) Often, used scanners can be had for very little money. Leif also suggests buying printers with separate cartridges for each color. That way, you’re not throwing away all the colors when just one is empty. He seconds Russ’ suggestion to use a laser printer over inkjet, as the cost per page is less.
Russ likes the Epson Artisan 835, especially for printing on CDs and DVDs, and it works well with Linux.
Contact Info:
Contact Richard at [email protected], Russ at [email protected], or both at the same time at [email protected].
Listen to the live stream every other Tuesday at 8:00pm Central time. Check the LHS web site for dates.
Leave us a voice mail at 1-909-LHS-SHOW (1-909-547-7469), or record an introduction to the podcast.
Sign up for the LHS mailing list.
Sign up for the MAGNetcon mailing list.
LHS merchandise is available at the Merch link on Web site. Check out the Badgerwear or buy one of the other LHS-branded items at PrintFection.com/lhs or Cafe Press. Thanks!
Thanks to Dave from Gamma Leonis for the theme music.
Music:

43,837 Listeners

142 Listeners

275 Listeners

12,130 Listeners

116 Listeners

65 Listeners

125 Listeners

93 Listeners

203 Listeners

16 Listeners

22 Listeners

9 Listeners

6 Listeners

5 Listeners

14 Listeners