Archive for the ‘podcasts’ Category
Open Source Musician Podcast Episode #35 – Interview:Dan Lynch
This week we have a very special interview with Dan Lynch from "Linux Outlaws" and "Rat Hole Radio".
HPR ep0386 :: SSH config file
This episode spawned from some feedback I sent to klatuu from The Bad Apples podcast. I’ve been using my .ssh/config to simplify long or commonly used ssh commands.
Say you want to login to your home machine (mymachine.dynamicdns.org) as user homeuser that’s listening on a non standard port of 1234.
ssh -p 1234 homeuser@mymachine.dynamicdns.org
You can shorten this to
ssh homeby adding the following to your .ssh/config file
Host home
User homeuser
Hostname mymachine.dynamicdns.org
Port 1234Probably not worth setting up if you’re not going to be using it often but if you start doing a lot of port forwarding then your command line can quickly get unwieldy.
ssh -p 1234 -L 8080:localhost:80 \ homeuser@mymachine.dynamicdns.org
Just add the line below to the section to achieve the same result.
LocalForward 8080 192.168.1.100:80
The nice thing is that you can add lots of LocalForward lines for a particular host. Another trick I use is to have different public/private key files for each group of server that I use. Normally you would use the -i switch
ssh -i ~/.ssh/work_id_dsa.pub homeuser@mymachine.dynamicdns.org
Just add the line below to the section to achieve the same result.
IdentityFile ~/.ssh/work_id_dsa.pub
You can commands per host by placing them in the Host section or for all the hosts by placing them at the top of the file. Some common ones that I use are
- ForwardX11 yes Use instead of using the -X switch to allow forwarding of X applications to run on your local X server.
- ForwardAgent yes Use instead of using the -A switch to allow forwarding of the ssh-agent/ssh-add
- Protocol 2 Use instead of -2 to ensure that only protocal 2 is used.
- GSSAPIAuthentication no Use instead of -o GSSAPIAuthentication=no. This switch is used to provide Kerberos 5 authentication to ssh. Although the man pages say that GSSAPIAuthentication is off continue reading to see if the distro maintainers note that it is turned on. This is the case with Debian and Fedora based distros.
I started using this switch when I noticed that ssh connections were taking a long time to setup and I discovered that it was due to:
The default Fedora ssh_config file comes with GSSAPIAuthentication set to “yes”. This causes a DNS query in an attempt to resolve _kerberos. whenever ssh is invoked. During periods when connectivity to the outside world is interrupted for whatever reason, the ssh session won’t proceed until the DNS query times out. Not really a problem, just more of an annoyance when trying to ssh to another machine on the LAN.
So putting it all together a sample ~/.ssh/config file might look like this:
GSSAPIAuthentication no ForwardAgent yes EscapeChar none ForwardX11 yes Protocol 2 Host hometunnel User homeuser Hostname mymachine.dynamicdns.org LocalForward 8080 192.168.1.100:80 Port 1234 Host home User homeuser Hostname mymachine.dynamicdns.org Port 1234 Host work User workuser Hostname mywork.mycompany.com IdentityFile ~/.ssh/work_id_dsa.pub Host isp User ispuser Hostname isp.example.com IdentityFile ~/.ssh/isp_id_dsa.pub
Open Souce Musicians Podcast Episode #18 – Interview with Steve Baer
Steve's website:
http://deadbeatguitarist.com
Email:
osmp@pipemanmusic.com
Twitter:
http://twitter.com/pipemanmusic
Identica:
http://identi.ca/pipemanmusic
Skype:
PipeManMusic
IRC:
freenode.net/#opensourcemusicians
Open Souce Musicians Podcast Episode #17 – Farewell to Nick
Open Souce Musicians Podcast Episode #16 – Guitar
OSMP Episode #16
Intro: 0:00 - 1:27
Banter: 1:27 - 11:18
Software Releases: 11:18 - 19:06
Audio Releases:
Contact Info:38:19 - 42:57
Song:
The Symmetry - Free As In Freedom 44:39 - 49:00
http://myspace.com/thesymmetry
http://www.soundclick.com/thesymmetry
Open Souce Musicians Podcast Episode #16 – Guitar
OSMP Episode #16
Intro: 0:00 - 1:27
Banter: 1:27 - 11:18
Software Releases: 11:18 - 19:06
Audio Releases:
Contact Info:38:19 - 42:57
Song:
The Symmetry - Free As In Freedom 44:39 - 49:00
http://myspace.com/thesymmetry
http://www.soundclick.com/thesymmetry
Open Souce Musicians Podcast Episode #15 – Guitar
OSMP Episode #16
Intro: 0:00 - 1:27
Banter: 1:27 - 11:18
Software Releases: 11:18 - 19:06
Audio Releases:
Contact Info:38:19 - 42:57
Song:
The Symmetry - Free As In Freedom 44:39 - 49:00
http://myspace.com/thesymmetry
http://www.soundclick.com/thesymmetry
HPR episode on RTFM Released
In this months Hacker Public Radio episode 340 I discuss the origins of the acronym RTFM. While the use has negative connotations there is merit in downloading and reading manuals all be it for education but also for reference. Any good disaster recovery policy should also include a the manuals for your hardware.
Open Souce Musicians Podcast Episode #15 – Bass
OSMP Episode #15
Intro: 0:0 - 1:16
Banter: 1:16 - 8:25
Website:
http://sourceforge.net/projects/guitarix/
contents of music audio files. It combines powerful waveform and
spectral visualisation tools with automated feature extraction plugins
and annotation capabilities.
Website:
Tips: 13:17 - 13:34
Don't jump to conclusions with out reading thoroughly - My Email mistake and segment on LMMS
Tech Segment: 18:52 - 29:57
Adding Bass to the mix
Listener Feedback: 29:57 - 38:30
In general, I would say that for me personally, I most appreciate when you go into detail about the technical aspects of a particular subject. Example from the latest podcast that was enlightening to me was the discussion of the right hand dominance of drummers. I'm not a drummer and hate the robotic nature of most drum machines, so I was always all over the "humanize" features of Hydrogen. I would also use "randomize velocity" from a drum's context menu in the pattern editor, anything for something a little more human. But your discussion made sense to me and I think I was probably over doing things a bit with the "humanize" pots. Hand editing of the velocity bars, keeping in mind a stronger right hand, and using the humanize features sparingly might lead to better overall results. That will be my new approach to Hydrogen.
Another example: the episode on reverb. I'll say that a lot of this discussion went over my head a bit, but that's OK. I had no idea that using two reverbs on each instrument, a short and a long, was the way to add depth to a stereo image. I really appreciated the level of detail here. I haven't had a chance to really test this out yet and I'm planning on going back and revisiting this episode (thus my request about publishing times so that I can quickly find a particular tech segment).
I'm enjoying your soup-to-nuts new show theme project. I would encourage you to post your "working" files/tracks during the process, like you've mentioned doing. As the track progresses, I would also like to know more about how you set your recording levels in Ardour for both Hydrogen and the other scratch tracks. Maybe some more discussion about headroom, your approach to mixing and mastering, and when to use plugins pre-fader vs. post-fader. Details are good.
Finally, one other suggestion for a future show topic. Dave Phillips just did an interesting article in the Linux Journal about his studio and gear. I know you've mentioned some of your gear here and there, and also your plans for sound treatment. I think an entire segment (maybe some pics, too?) about Pipeman studios, your instruments and gear, would be cool.
You'll be happy to know that you convinced me to make a donation to the Ardour project. Thanks for your efforts and keep up the good work!
Contact Info: 38:30 -
nickishappy@gmail.com
http://identi.ca/pipemanmusic
http://twitter.com/nickishappy
http://identi.ca/nickishappy
ruderobot
Song: 42:35 - 44:20
Greetings From Lincolnwood - Larry Holish
AutoNessus English Screencast
At the end of our Hacker Public Radio episode 298 on AutoNessus we promised that Frank would release a screen cast of the presentation he gave at the Dutch Linux Users Group NLLGG on the 7th of February. I am delighted to report that Frank has just published the screencast over at the Internet archive under a Creative Commons Attribution-Share Alike 3.0 license. In the presentation Frank walks you through using this GPLv3 tool. You can watch it here or download the Ogg(19Mb) or the MPEG4 (43Mb) version.