Correspondent
Frank Bell
Host ID: 195
A Linux enthusiast who enjoys making stuff work.
http://www.pineviewfarm.net
email: frank.nospam@nospam.pineviewfarm.net
episodes: 30
hpr2387 :: Free Weights and a Bicycle
Released on 2017-09-26 under a CC-BY-SA license.Frank discusses his long experience with trying not to get fat by using free weights and a bicycle. Free weights are, without question, the geekiest form of exercise, having a versatility and flexibility unmatched by any alternative.
Here are some sample programs:
- Warm Up adapted from the Royal Canadian Air Force Exercises
Sample Programs:
Procedure: 3 sets × 8 reps, increasing to 10 reps, then add five pounds and start over with 8 reps.
Exercises (* = requires bench, **= bench desirable):
Program One: Leg Raises,* Leg Curls,* Dumbbell Flies,** Barbell Curls, Triceps Pull-Overs, Forward and Reverse Wrist Twists (using pipe with rope to raise and lower weights)
Program Two: Dumbbell Lunge, Bench Press,* Bent-Over Rows, Dumbbell Kickbacks, Zottman Curls, Forward and Reverse Wrist Curls
Program Three: Half Squats, Bench Press, Concentration Curls, Dumbbell Kickbacks, Forward and Reverse Wrist Curls.
As stated in the podcast, Frank has not found many weight-training websites appealing. The websites tend to be for fanatic bodybuilders or for pitching products. This one, though, has a pretty good catalog of exercises: http://www.weight-training-exercises.com/. Note that the same exercise may be known by several names, depending on the speaker.
Free Weights:
A bicycle:
hpr2364 :: Managing Your Android with AirDroid
Released on 2017-08-24 under a CC-BY-SA license.Frank Bell talks about the Android app, AirDroid, a utility for managing your Android phone via your browser. You can use it to transfer files back and forth between your phone and a computer, edit your contacts, control your camera, and much more.
Website: https://www.airdroid.com/
Some screenshots:
AirDroid "Accept Connection" Screen:
"AirDroid Devices" Screen:
AirDroid Browser Interface:
hpr2312 :: Troubleshooting Websites with XAMPP
Released on 2017-06-13 under a CC-BY-SA license.Using XAMMP To Toubleshoot a Website
XAMMP is package containing a complete LAMPP stack configured to work out of the box. It is avalable for Mac, Windows, and Linux from ApacheFriends.org and includes
- Apache
- MariaDB
- PHP
- Perl
XAMPP is excellent for testing a new website, testing updates for an existing site, or troubleshooting a misbehaving site.
In this podcast, Frank tells how to set up XAMPP against the background of having recently had to troubleshoot his own recalcitrant website.
XAMPP startup messages:
# cd /opt/lampp # ./lampp start Starting XAMPP for Linux 5.6.30-0... XAMPP: Starting Apache...ok. XAMPP: Starting MySQL...ok. XAMPP: Starting ProFTPD...ok.
Links:
- Apache Friends: https://www.apachefriends.org/index.html
- The XAMPP Linux FAQ: https://www.apachefriends.org/faq_linux.htmlXAMPP
- Frank's Blog Post about Troubleshooting with XAMPP (on which this podcast is based): http://pineviewfarm.net/weblog/2017/03/86811/
hpr2064 :: Test-Driving Devuan
Released on 2016-06-30 under a CC-BY-SA license.Frank Bell takes the Devuan Beta for a test drive and finds it accelerates smoothly, corners nicely, and rides comfortably.
Links:
Debian’s SystemD Announcement: https://wiki.debian.org/Debate/initsystem/systemd
The Devuan fork announcement: https://devuan.org/os/debian-fork/
Announcement of the Beta: http://www.theregister.co.uk/2016/04/29/systemd_free_debian_fork_devuan_reaches_beta/ Approx. one year behind schedule.
Devuan website: https://devuan.org/
Debian website: https://www.debian.org/
Some news stories about the Debian SystemD controversy:
ZDNet: http://www.zdnet.com/article/linus-torvalds-and-others-on-linuxs-systemd/
Technet: http://www.tecmint.com/systemd-replaces-init-in-linux/
ADTMag’s Dev Watch blog: https://adtmag.com/blogs/dev-watch/2014/11/debian-problems.aspx
Linux Voice Interview with Leonart Poettering: https://www.linuxvoice.com/interview-lennart-poettering/
hpr2034 :: Frank's Five Seed Bread
Released on 2016-05-19 under a CC-BY-SA license.Frank describes his recipe for Five Seed Bread, inspired by Kerry Greenwood's first Corinna Chapman mystery novel, "Earthly Delights."
List of Ingredients:
- 1 cp. (237 ml.) warm water
- 1 packet yeast
- 1 1/2 cps. (213 grams) white flour, approx.
- 1 1/2 cps. (213 grams) rye flour, approx.
- 1 tbs. (14 grams) each dill seed, fennel seed, sesame seed, caraway seed, or to taste
- 1 tsp. (5 ml.) coriander (the reference in the story referred to coriander seed, but I didn’t have any of that, so I ad libbed)
- 1/4 (1 ml.) tsp. salt
- 1/2 tsp. (2 ml.) light brown sugar
Links:
- Kerry Greenwood: http://phrynefisher.com/Kerrygreenwood.html
- The Corrina Chapman Cookbook: http://mysteryreadersinc.blogspot.com/2012/03/kerry-greenwood-cookbook.html
- US-Metric Equivalents: http://whatscookingamerica.net/Q-A/equiv.htm
hpr1948 :: Check Your Spelling in Vim
Released on 2016-01-20 under a CC-BY-SA license.Frank Bell describes how to check your spelling in the Vim editor and to create your own wordlist.
Frank's ~/.vimrc file:
set ruler laststatus=2 number title hlsearch syntax on set textwidth=80 set spell spelllang=en_us set spellfile=$HOME/.Vim/spell/en.utf-8.addIllustrations:
Text file in Vim with spellcheck enabled:
![]()
Vim "choose the right word" list:
![]()
Links:
- Excellent introductory tutorial: http://thejakeharding.com/tutorial/2012/06/13/using-spell-check-in-vim.html
- Vim's own documentation: http://Vimdoc.sourceforge.net/htmldoc/spell.html
- Linux Voice Vim tutorial (PDF): https://www.linuxvoice.com/issues/001/vim.pdf
- Linux Voice Vim video: https://www.linuxvoice.com/learn-to-love-vim/
hpr1910 :: QMMP--The Qt-based MultiMedia Player
Released on 2015-11-27 under a CC-BY-SA license.Qmmp is an audio and video player for Linux, BSD, and Windows that's similar in appearance and functionality to Wimamp and XMMS. The Linux and BSD version are capable of playing video as well, through an mplayer plugin.
If you like eye candy, it's skinnable; a library of skins is available from the maintainer. In addition, it works nicely with legacy XMMS and Winamp skins.
Screenshots:
Qmmp interface.
Qmmp video play:
Qmmp settings dialog:
Links:
Homepage: http://qmmp.ylsoftware.com/
Slackbuilds links: Qmmp: http://slackbuilds.org/repository/14.1/audio/qmmp/ Qmmp Plugins: http://slackbuilds.org/repository/14.1/audio/qmmp-plugin-pack/
Wikipedia article: https://en.wikipedia.org/wiki/Qmmp
Playlist (*.m3u) specification: https://tools.ietf.org/html/draft-pantos-http-live-streaming-17
Skinamp: http://www.saschahlusiak.de/skinamp/
Librivox: https://librivox.org/
hpr1848 :: Introduction to w3m, a Command Line Web Browser
Released on 2015-09-02 under a CC-BY-SA license.W3M is a text browser with image and tab support which supports both keyboard and mouse navigation. (Image support is not available in some terminals, but does work in Xterm and rxvt, but images may be opened in a external viewer)). Mouse and keyboard navigation are supported, but I recommend learning the keybindings. Keybindings are case sensitive.
The manual is 12 pages long and quite exhaustive. Here are some useful keybindings to get started with.
- Open new tab: SHIFT-T
Close tab: CTRL-Q
- Open URL: U (opens text dialog at bottom of window)
- See URL of current page: u (displays current URL at bottom of window)
Close tab: CTRL Q
- Go left one tab: {
Go right one tab: }
Back in the same page: b
- Page Up: - (hyphen) or PG UP
Page Down: SPACE or PG DOWN
- Previous page ("Buffer"): B
There is no "forward" button, but you can use view History: CTRL-h
Search in page: / (opens search dialog at bottom of window)
Help: H
- Add bookmark: ESC-a
View bookmarks: ESC-v
Run shell command: # (Opens a dialog at the bottom of the window. Exit with B.)
Paste into dialogs (e. g., passwords): Middle mouse button.
- Scroll left: . (period)
Scroll right: , (comma)
Useful Links:
- W3M homepage: http://w3m.sourceforge.net/
W3M Manual: http://w3m.sourceforge.net/MANUAL Note: If you want to use W3M, I recommend having the manual handy.
How-To Geek Intro to W3M: http://www.howtogeek.com/103574/how-to-browse-from-the-linux-terminal-with-w3m/
gotbletu's Youtube w3m tutorial: https://www.youtube.com/watch?v=Z22cFTB-uqg&list=PLzp-Yldf70WnwhVP-7CsgWkpLXY_pSLtu
Stack Exchange article on how to configure W3M to enable copying URLs (not tested). http://unix.stackexchange.com/questions/12497/yanking-urls-in-w3m
Xterm configuration menus: http://scarygliders.net/2011/12/01/customize-xterm-the-original-and-best-terminal/
hpr1821 :: James Beard's Never-Fail Blender Hollandaise Sauce
Released on 2015-07-27 under a CC-BY-SA license.Frank describes James Beard's simple and almost infallible recipe for making Hollandaise sauce with a blender.
The recipe from the _Theory_and_Practice_of_Good_Cooking_, used copies of which can be readily found via a web search. According to Amazon.doc, new copies are also available. Frank's copy is a first edition dating from 1977, though it's been used too much to be a collector's item.Links:
- THe James Beard Foundation: http://www.jamesbeard.org/
- James Beard Wikipedia article: https://en.wikipedia.org/?title=James_Beard>
- Hollandaise Wikipedia article: https://en.wikipedia.org/wiki/Hollandaise_sauce
- Craig Claiborne Wikipedia article: https://en.wikipedia.org/wiki/Craig_Claiborne
hpr1787 :: A Beginner with a Wok
Released on 2015-06-09 under a CC-BY-SA license.Merriam-Websters defines "stir-fry" as "to fry quickly over high heat in a lightly oiled pan (as a wok) while stirring continuously." (Source: http://www.merriam-webster.com/dictionary/stir-fry)
Talk about stir-frying. Not an expert by any means, but think I've learned enough to share a bit.
Frank bought a wok, quite on impulse, and has been experimenting with stir-fry recipes and has found it surprisingly easy--much easier than, say, making a souffle or oysters Rockefeller. In this podcast, he discusses what he has learned and in the context of narrating the preparation of a meal.
Some Links:
Wok How-Tos:
- http://www.seriouseats.com/2010/06/wok-skills-101-stir-frying-basics.html
- http://www.cookinglight.com/cooking-101/techniques/cooking-class-stir-frying
Two Recipes:
- http://www.myrecipes.com/recipe/shrimp-vegetable-stir-fry (Note: The first step in this recipe is to make your own teriyaki sauce. You can use a commercial sauce instead.)
- http://www.epicurious.com/recipes/food/views/spicy-shrimp-and-vegetable-stir-fry-238344
hpr1764 :: Introduction to Rogue Class Linux
Released on 2015-05-07 under a CC-BY-SA license.Rogue Class describes itself as "a toy Linux distribution for playing games and reading books. RCL favors turn-based games, such as puzzles and rogue-like games. "
What are Rogue Class games? According to a link at the Rogue Class website, Rogue Class games are characterized by
- "Tactical play. The unit of action is based on the individual adventurer. The game is not twitch oriented (like Quake, rewarding reflexes & well trained actions) nor is it strategy oriented (like Civilizations or Warcraft, requiring working on the large picture)
- "Based in Hack and Slash. A roguelike isn't primarily about plot development or telling a story. It is about killing things and acquiring treasure.
- "Random games. A roguelike is a dungeon crawler where no two games are the same. The maps are different, the items are different, there are no guaranteed win paths.
- "Permadeath. You die, that is it. No restoring a savegame. Good roguelikes delete your save game after loading them. This is compensated by the replayability of the game.
- "Complex interactions of properties. While the commands for a roguelike are simple, the potential interactions are not. My favourite example is equipping a silver ring as a weapon in order to damage a creature vulnerable to silver, but not one's other weapons. [Editor: This matches the Hack branch of the roguelike tree, not the Angband branch]
- "Steam rolling monsters. If a critter is in your way, and weak, you shouldn't even notice it is there."
(Source: http://www.zincland.com/powder/?pagename=about)
Rogue Class contains four dozen or so games, two of which are actually categories which in turn contain additional games, as well as a number of utilities, including a network manager, an IRC client, and more. Some representative games include the following, picked quite at random: Angband, Fargoal, Magus, Moria, Nethack, and Tome.
If you liked the old games, give Rogue Class a spin.
Website: http://rogueclass.org/
The Rogue Class forum is located at Linux Questions.org: http://www.linuxquestions.org/questions/rogue-class-106/
You can see an interesting chart of Rogue Class's graphics subsystems at this link: http://www.linuxquestions.org/questions/rogue-class-106/rcl-graphics-sub-systems-4175522637
hpr1737 :: Five Steps to Vim
Released on 2015-03-31 under a CC-BY-SA license.The vim editor is based on the venerable vi editor, which dates from the very early days of Unix. Many persons find it intimidating for the absence of a menu bar, a terse command set that is very much its own, and its "modal" design.
Nevertheless, under its plain surface is a powerful and versatile tool. Frank Bell describes his five steps to learning to use and love vim.
- Use a .vimrc file.
- Train yourself to change modes.
- Learn and use a few basic commands. These should be enough to get you going: x, dd, dw (to delete text); cw (change a work); yy ("yank" or copy a line); p and P (to paste text); u (undo); w ("write") or save text; q (quit vim).
- Don't force yourself to move the cursor with the h-j-k-l keys if that doesn't feel natural. Use the arrow keys.
- Use vim to write stuff.
Links:
- Linux Voice vim tutorial: http://www.linuxvoice.com/download-linux-voice-issue-1-with-audio/
- Linux Voice vim video: http://www.linuxvoice.com/learn-to-love-vim/
- vim homepage: http://www.vim.org/index.php
- vim spellcheck: http://vimdoc.sourceforge.net/htmldoc/spell.html
- Dave Morriss's vim hints HPR series: http://hackerpublicradio.org/series.php?id=82
hpr1727 :: Basic Mutt
Released on 2015-03-17 under a CC-BY-SA license.Using a text email client such as Mutt is quite a learning experience. Here is some information to help you get started.
The programs that Frank used to set up Mutt:
Getting and Sorting Mail:
Fetchmail http://sourceforge.net/projects/fetchmail/
Procmail and Formail http://www.procmail.org/
Reading and Composing Mail: Mutt http://www.mutt.org/
Sending Mail: msmtp http://msmtp.sourceforge.net/
These are the references that Frank found most helpful:
Configuring Mutt:
Quickstart Guide to Mutt: http://docs.huihoo.com/gentoo/resources/document-listing/guide-to-mutt.html
Calmar on Mutt: http://www.calmar.ws/mutt/
Feeding the Cloud: Handling multiple identities/accounts in mutt: http://feeding.cloud.geek.nz/posts/handling-multiple-identitiesaccounts-in/
Procmail (the UMBC link is a great introduction to procmail and procmail's regex):
Mail Filtering with Procmail: http://userpages.umbc.edu/~ian/procmail.html#example
http://www.linux-mag.com/id/826/
Some Text Browsers (for help in parsing HTML emails)
Lynx http://lynx.isc.org/
Links http://www.jikos.cz/~mikulas/links/
elinks http://elinks.or.cz/
w3m http://w3m.sourceforge.net/
hpr1377 :: Zareason ZaTab 2 Android Tablet
Released on 2013-11-12 under a CC-BY-SA license.Frank Bell discusses the Zareason ZaTab ZT2 Tablet, an open, rooted Android tablet.
ZaTab 2 on the web: http://zareason.com/shop/ZaTab-ZT2.html
TWUUG Handout about the ZaTab 2 (PDF): http://pineviewfarm.net/misc/HO_TWUUG_ZaTab.pdf
hpr1327 :: Frank Bell Bakes Bread
Released on 2013-09-03 under a CC-BY-SA license.Frank Bell prattles on about baking bread while he bakes two loaves of honey wheat bread.
Links:
- Table of US, Imperial, and Metric equivalents: http://whatscookingamerica.net/Q-A/equiv.htm
- Picture of honey wheat bread under construction; http://www.pineviewfarm.net/weblog/wp-content/uploads/2013/08/Frank_Bread.jpg
- Frank's generic bread recipe: http://www.pineviewfarm.net/weblog/2011/11/well-bread/
- Sour dough starter: http://breadbaking.about.com/od/sourdoughbreads/r/basicstarter.htm
- Kon-Tiki: https://en.wikipedia.org/wiki/Kon-Tiki
hpr1319 :: Frank Bell Presents HPR to His LUG
Released on 2013-08-22 under a CC-BY-SA license.Links from the show:
Frank's LUG, the Tidewater Unix Users Group, http://twuug.org/mediawiki/index.php/Main_Page
Podcast and sites mentioned in the show:
- Geek News Central: http://www.geeknewscentral.com/
- GNU World Order: http://gnuworldorder.info/
- TwaTech (Today with a Tecchie): http://twatech.org/
- BinRev (the Binary Revolution): http://www.binrev.com/forums/
- The Sunday Morning Linux Review: http://smlr.us/
hpr1314 :: Impressions of Mageia
Released on 2013-08-15 under a CC-BY-SA license.Frank Bell describes his recent experiences with Mageia v. 2, including upgrading online to v. 3, as well as his overall impressions of Mageia.
Links from the show:
Mageia website: http://www.mageia.org
Mageia Wiki: https://wiki.mageia.org/en/Main_Page
About the online version upgrade (from the release notes): https://wiki.mageia.org/en/Mageia_3_Release_Notes#Upgrading_from_Mageia_2
About the Mageia Repositories, including "tainted" repos (from the release notes): https://wiki.mageia.org/en/Mageia_3_Release_Notes#The_Mageia_online_repositories
Mageia Forum thread on the "no MP4 audio" in VLC: https://forums.mageia.org/en/viewtopic.php?f=7&t=1290
About Drak3D: https://forums.mageia.org/en/viewtopic.php?f=23&t=511
hpr1269 :: Frank Bell Achieves Enlightenment Adventures with E17 Pt Two
Released on 2013-06-13 under a CC-BY-SA license.Frank concludes his two-part series on the E17 (Enlightenment 0.17.x) Desktop Environment with a look at some nuts-and-bolts configuration items.
He covers several configuration settings that illustrate how Enlightenment's various configuration dialogs work, including the
- Shelf (Panel) and Gadgets (Widgets) in the Shelf.
- Settings Panel, and, within the Settings Panel,
- Key and Mouse Bindings.
- Favorite Applications.
- Startup Applications.
- Themes and Wallpapers.
- The Titlebar Menu, including "Window" settings, such as Maximize, Half-Maximize, Vertical Maximize; and "Remember" settings, such as Position and "Sticky" state.
Links:
ICCCM (Inter-Client Communications Conventions Manual):
NetWM (Extended Window Manager Hits):
For a list of links to E17 resources and to listen to the first episode, see Part One: http://hackerpublicradio.org/eps.php?id=1248
hpr1248 :: Frank Bell Achieves Enlightenment Adventures with E17 Pt One
Released on 2013-05-15 under a CC-BY-SA license.There was great rejoicing in the Linux community when the Enlightenment Desktop, v. 0.17 (AKA E17), was released recently. It was the first major upgrade in well over a decade to a desktop environment that many remembered fondly for its commitment to a visually pleasing computing experience.
Frank Bell describes how he started using Enlightenment and what he has encountered so far. In this, the first of two parts, he addresses installing Enlightenment, Enlightenment's "first-run" dialog, the structure of the desktop, the menu, and the management applications and windows on the desktop.
Part Two will focus on the nitty-gritty of configuring the appearance and behavior of Enlightenment.
Links:
- E17 Screenshot: http://pineviewfarm.net/misc/e17_2.jpg
- Enlightenment website: http://www.enlightenment.org/
- Enlightenment wiki: http://trac.enlightenment.org/e/wiki
- Themes and eye candy: http://e17-stuff.org/
- Enlightenment article at the Arch wiki: https://wiki.archlinux.org/index.php/Enlightenment
- Bodhi Linux Guide to Enlightenment (Enlightenment is Bodhi's default desktop): http://www.bodhilinux.com/e17guide/e17guideEN/index.html
- Frank's Enlightenment handout for his LUG: http://www.pineviewfarm.net/misc/TWUUG_E17.pdf
- Enlightenment Slackbuild: http://slackbuilds.org/repository/14.0/desktop/enlightenment
- SlackE17 binary: http://sourceforge.net/projects/slacke17
- Kernel Panic Oggcast Interview with Rasterman (Carsten Haitzler), Enlightenment maintainer: http://kernelpanicoggcast.net/Oggcasts/KernelPanic_71.ogg
hpr1199 :: Old Time Radio on the web
Released on 2013-03-07 under a CC-BY-SA license.Frank Bell talks about Old Time Radio (OTR), his history as a radio listener, and his Old Time Radio websites.
The OTR Fans site defines OTR as "Old time radio often called "OTR" refers to radio shows from the early days of radio broadcasting. The term usually applies to dramas, comedies, mystery shows, westerns and variety shows that were acted out by professional actors and sent out over the airwaves. In the golden age of radio families would sit around their radio listening to the exciting shows the way we sit around our television sets watching them today."
OTR copyright information: http://www.radiolovers.com/copyrights.htmlOld Time Radio streaming and download sites mentioned in the show:
- OTR.Network Library: http://www.otr.net/
- Old Time Radio Fans: http://www.oldtimeradiofans.com/
- My Old Radio World: http://www.oldradioworld.com/
- CBS Radio Mystery Theatre Fan Site: http://www.cbsrmt.com/
- Old Time Radio Theatre (was OTR Mystery Theatre: http://www.mysteryshows.com/
- OTR at the Internet Archive: http://www.archive.org/details/oldtimeradiofans
- My Old Radio World: http://www.myoldradio.com/
- Radio Lovers: http://www.radiolovers.com/
Streamable shows mentioned in the podcast. Note that many of the OTR shows and episodes can be found at multiple sites and that some sites may have a larger number than and different episodes from other sites. I have restricted these links to ones I know will be playable in Linux (in other words, no links to real media format).
- Rosemary Clooney and Bing Crosby: http://archive.org/details/OTRR_BCRC_Singles
- Barry Craig, Confidential Investigator: http://www.oldradioworld.com/shows/Barry_Craig_Confidential_Investigator.php
- The Man Called X: http://www.oldtimeradiofans.com/template.php?show_name=Man%20Called%20X
- Mr. Keen, Tracer of Lost Persons: http://www.myoldradio.com/old-radio-shows/mr-keen-tracer-of-lost-persons
- Crime Photographer: http://www.mysteryshows.com/Casey-Crime-Photographer/index.php
- Mystery Is My Hobby: http://www.mysteryshows.com/Mystery-Is-My-Hobby/index.php
- The Fat Man: http://archive.org/details/otr_fatman
- The Saint: http://archive.org/details/TheSaintVincentPriceOTR
- Rex Saunders: http://archive.org/details/ThePrivateFilesOfRexSaunders
Radio personalities mentioned in the show:
- Arthur Godfrey: https://en.wikipedia.org/wiki/Arthur_Godfrey
- Garry Moore: https://en.wikipedia.org/wiki/Garry_Moore
- Harv Morgan: http://bayarearadio.org/people/harv-morgan_kgo.shtml
- Jean Shepard: https://en.wikipedia.org/wiki/Jean_Shepherd
- E. G. Marshall: http://www.imdb.com/name/nm0550855/
- Tammy Grimes: http://www.imdb.com/name/nm0342245/
hpr1179 :: Interview with Mark A Davis of TWUUG
Released on 2013-02-07 under a CC-BY-SA license.Frank Bell interviews Mark Davis, IT Director for Lake Taylor Transistional Care Hospital and head of the Tidewater Unix Users Group (TWUUG), an organization which predates the creation of the Linux kernel.
Mark talks about how his early computer experience and he got started with computers and *nix, the history and development of TWUUG, and the history and architecture of Lake Taylor's Linux-based network. He also shares his thoughts about Ubuntu's Wayland project and distributed versus centralized computing, as well as a summary his reaction to his new Windows 8 computer.
Links:
- TWUUG: http://www.twuug.org/mediawiki/index.php/Main_Page
- Lake Taylor Transistional Care Hospital: http://www.laketaylor.org/index.php
- Lenovo Twist: http://www.lenovo.com/products/us/laptop/thinkpad/thinkpad-twist/
hpr1123 :: Move! Bike Computer
Released on 2012-11-21 under a CC-BY-SA license.Frank Bell describes his favorite Android app: Move! Bike Computer.
Move! Bike Computer use GPS to track your bicycle ride (or your hikes, walks, runs), then computes times and speeds and plots the course on Google Maps. Frank describes how he found it and uses it, then highlights the most important user settings.
The free version displays a small ad in the bottom 1/2 inch (1.2 cm) of the screen; the ad-free version costs $1.25.
Screen shots:
Track Display: http://www.pineviewfarm.net/misc/HPR/track.jpg
Track Display with Stats: http://www.pineviewfarm.net/misc/HPR/move_stats.jpg
Settings Display: http://www.pineviewfarm.net/misc/HPR/move_settings.jpg
Main Screen with Menu Open: http://www.pineviewfarm.net/misc/HPR/move_menu.jpg
Related links:
Developer Site: https://sites.google.com/site/piotrpo/
Move! Bike Computer FAQ: https://sites.google.com/site/piotrpo/home/faq
Move! Bike Computer User Manual: https://sites.google.com/site/piotrpo/home/user-manual
Franks Fuji Sports 10: http://www.pineviewfarm.net/weblog/wp-content/uploads/2011/10/fuji_sport_10-300x205.jpg
http://718c.blogspot.com/2010/03/197x-fuji-sports-10.html
hpr1096 :: KeepassX
Released on 2012-10-15 under a CC-BY-SA license.Frank Bell discusses KeepassX, a versatile cross platform password manager for Linux and other *nix operating systems, Windows, and MAC. He talks about how he learned about it and why he has become a user after years of resisting password vaults.
Related links:
KeepassX: http://www.keepassx.org/
Twofish encryption: https://en.wikipedia.org/wiki/Twofish
AES (Rijndael) encryption: http://csrc.nist.gov/archive/aes/rijndael/wsdindex.html
PwManager: http://extragear.kde.org/apps/pwmanager/
Gnome Keyring: https://live.gnome.org/GnomeKeyring
Kwallet: http://utils.kde.org/projects/kwalletmanager/
Linux Journal article on KeepassX: http://www.linuxjournal.com/content/keepassx-keeping-your-passwords-safe
KeepassX Slackbuild: http://slackbuilds.org/repository/13.37/office/keepassx/
Keepass, the inspiration of KeepassX: http://keepass.com/
hpr1081 :: Preparing Pictures for Posting with the GIMP
Released on 2012-09-24 under a CC-BY-SA license.Frank Bell describes the process he uses to prepare photographs for posting pictures on his website. The goal of the process is not to transform the pictures, but to enhance them, and includes sharpening, adjusting the contrast and brightness, cropping, and resizing. Frank walks through applying the process to a snapshot from his deck garden.
Links:
- GIMP homepage: http://www.gimp.org/
- The MeettheGimp videocast:
- Frank's camera: http://www.fujifilm.com/products/digital_cameras/s/finepix_s3200/
- Potter wasps (Wikipedia): https://en.wikipedia.org/wiki/Potter_wasp
- Frank's brother's eagle pictures: http://www.pineviewfarm.net/weblog/2011/12/eagles-reprise/
The pictures from the podcast:
- The unedited original: http://pineviewfarm.net/misc/wasp/HPRwasp1.jpg
- The picture sharpened: http://pineviewfarm.net/misc/wasp/HPRwasp1-sharpened.jpg
- The picture with brightness and contrast adjusted: http://pineviewfarm.net/misc/wasp/HPRwasp1-b_and_c.jpg
- The cropped picture: http://pineviewfarm.net/misc/wasp/HPRwasp1-cropped.jpg
- The resized picture: http://pineviewfarm.net/misc/wasp/HPRwasp1-resized.jpg
- Blog post of the picture: http://www.pineviewfarm.net/weblog/2012/05/wasp-2/
hpr1026 :: Setting up a WordPress blog: part 4
Released on 2012-07-09 under a CC-BY-SA license.This is the fourth and last of Frank's series on setting up a WordPress blog, now projected to be four episodes.
This episode discusses when and what to back up and maintaining a MySQL database using phpMyAdmin.
Links:
Wordpress article on backing up your database: http://codex.wordpress.org/Backing_Up_Your_Database
WordPress article on database maintenance: http://codex.wordpress.org/WordPress_Site_Maintenance
hpr0993 :: Setting up a Wordpress blog: part 3 - tweaking appearance
Released on 2012-05-23 under a CC-BY-SA license.This is the third of Frank's series on setting up a WordPress blog, now projected to be four episodes.
This episode discusses tweaking appearance, particularly the theme. The next episode will be about maintenance.
Links:
About.com's webdesign reference and tutorial. http://webdesign.about.com/
W3Schools http://www.w3schools.org/info/how-to-create-websites.html
WordPress themes and plugins http://wordpress.org/extend/
Connections Reloaded WordPress theme. http://wordpress.org/extend/themes/connections-reloaded
GGSimpleWhite WordPress theme. http://wordpress.org/extend/themes/ggsimplewhite
Report of malware in WordPress themes from Geek News Central. http://www.geeknewscentral.com/2011/01/14/free-wordpress-themes-loaded-with-malware/
hpr0977 :: Setting Up a WordPress Blog: part 2
Released on 2012-04-30 under a CC-BY-SA license.This is the second Frank's series on setting up a WordPress blog, now projected to be four episodes.
This episode discusses navigating the WordPress administrative interface and discusses important concepts, such as Posts and Post Categories, Pages, Links and Link Categories, and preventing comment spam.
The next episode will be about tweaking appearance.
Links from the show:
Wordpress Development blog: http://wordpress.org/news/
Wordpress News blog: http://wordpress.tv/
WordPress Codex (documentation site): http://codex.wordpress.org/Main_Page
Wordpress "Extend" site (plugins and themes): http://wordpress.org/extend/
Akismet comment spam plugin: http://akismet.com/wordpress/
My Local Weather plugin: http://wordpress.org/extend/plugins/my-local-weather/
Statpress plugin:
http://wordpress.org/extend/plugins/statpress/
Download some screenshots (JPG) of WP administrative pages: http://www.pineviewfarm.net/misc/WP-screens.zip
Contact Frank: frank at pineviewfarm dot net.
hpr0927 :: Setting up a WordPress blog: part 1
Released on 2012-02-21 under a CC-BY-SA license.Frank Bell summarizes the steps involved in setting up a WordPress blog. This episode covers creating a database and database user, installing the WordPress software, and configuring basic WordPress settings.
Related links:
WordPress Software, including the codex, themes, and plugins. (http://wordpress.org/)
Wordpress blog hosting site (http://wordpress.com/)
Xampp LAMPP server stack. (http://www.apachefriends.org/en/xampp.html)
MySQL (http://mysql.com/)
Some other blog hosting sites:
Blogger (http://blogger.com)
Blogspot (http://blogspot.com)
Typepad (http://www.typepad.com/)
Tumblr (https://www.tumblr.com/)
hpr0918 :: How I Started with Linux Part 2
Released on 2012-02-07 under a CC-BY-SA license.In his long waited second part Frank continues his Linux story, describing how he used Linux to self-host his website from his guest room and some of the things he learned along the way. Some links mentioned in the show:
Slackware (http://www.slackware.com)
Debian (http://www.debian.org)
Samba by Example (http://www.samba.org/samba/docs/man/Samba-Guide/)
The Slackware Wiki (http://wiki.linuxquestions.org/wiki/Slackware-FAQ)
Linux Questions Linux Forums (http://www.linuxquestions.org/)
no-ip dot com dynamic DNS service (http://www.no-ip.com/)
hpr0877 :: Welcome Frank Bell
Released on 2011-12-12 under a CC-BY-SA license.Today our newest host, Frank Bell describes how he started on the road to Linux and some of the things he noticed along the way. In this episode, he goes from a empty computer to one running Slackware 10.0.