forked from HPR/hpr_hub
2023-11-21_03-53-55Z_Tuesday database changed
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
(454,'2009-09-29','BruCon Interview',2663,'Finux interviewing Benny from BruCON','finux interviewing Benny from BruCON',85,78,1,'CC-BY-NC-SA','BruCON,unconference,hacking',0,1938,1),
|
||||
(455,'2009-09-30','Interview with Dann at OLF',805,'Pegwole interviews Dann at the Ohio Linux Fest','pegwole interviews Dann at OLF',120,78,1,'CC-BY-NC-SA','OLF 2009,interview',0,1478,1),
|
||||
(456,'2009-10-01','What is Free Software',1716,'Finux discusses what is free software','finux talks about what is free software.',85,36,1,'CC-BY-NC-SA','Free software,Open source software,history',0,1714,1),
|
||||
(457,'2009-10-02','automatic car',829,'Ken Fallon talks about an automatic car, with a twist','ken fallon talks about an automatic car',30,0,1,'CC-BY-NC-SA','automatic transmission,cars,linux',0,1629,1),
|
||||
(458,'2009-10-02','Blender-Game-Engine-A-Short-Guide',1358,'GaryWhiton talks about Blender','GaryWhiton talks about Blender ',85,36,1,'CC-BY-NC-SA','Blender,gaming,game development,game engine',0,2077,1),
|
||||
(459,'2009-10-06','Sine Nomine Interview',620,'Klaatu interviews David from Sine Nomine: Recapturing aging technology in new ways.','<p>At the Ohio Linux Fest 2009, Klaatu talks to David from <a href=\"https://www.sinenomine.net/about\" target=\"_blank\">Sine Nomine</a> about reviving old technology to create better new technology.</p><p><a href=\"https://www.thebadapples.info/audiophile/hpr_sineNomine.ogg\" target=\"_blank\">The ogg version</a> provided by <a href=\"https://www.thebadapples.info\" target=\"_blank\">The Bad Apples Linux Oggcast</a>.</p>\r\n',78,78,1,'CC-BY-NC-SA','OLF 2009,interview',0,1437,1),
|
||||
(460,'2009-10-08','TiT Radio Ep 10 - OLF',2677,'Monsterb and friends host TiT Radio','<p>Episode 010 - Warning - Bad Levels</p>\r\n<p>Recorded on Oct 3rd, 2009. monsterb and the TiTs talk about Ohio Linux Fest, Leo Laporte,\r\nOpenShot Video Editor, gimp, seeing through walls, and so much more!</p>\r\n\r\n<p>Please visit <a href=\"https://titradio.info/010.html\">https://titradio.info/010.html</a> for detailed shownotes.</p>\r\n',99,30,1,'CC-BY-NC-SA','how I found Linux,Ohio Linux Fest,Twit network,ogg',0,1615,1),
|
||||
(461,'2009-10-08','Mibbit',1062,'ThistleWeb discusses why you should have an embedded Mibbit client','<p>ThistleWeb discusses why you should have an embedded <a href=\"https://mibbit.com\">Mibbit</a> client on your projects home page.</p>\r\n<ul>\r\n<li>Users needn\'t know about IRC or have a client installed.</li>\r\n<li>Users can connect from any PC, regardless of restrictions with only a web browser.</li>\r\n<li>Real time language translation allows you to vault over the langauge barrier and be properly international, regardless of the size of your userbase.</li>\r\n<li>Pastebin is only a click away, for those times where you need to share or see code / logfiles etc</li>\r\n</ul>',106,0,1,'CC-BY-NC-SA','Mibbit,IRC,real-time language translation',0,1521,1),
|
||||
(462,'2009-10-08','Talk Geek to me Ep 4',1767,'Deepgeek talks geek to his fans about \"Lyx,\" the document processor','The main feature of this episode is a software review of \"Lyx,\" the document processor. A \"not a word processor\" front end to the powerful Latex typesetting environment, and multiplatform too.\r\nDeepgeek also offers updates on his \"Beowulf cluster\" and \"Running Linux on Compact Flash\" episodes of HPR.\r\nClosing music is \"Sevish - Consciousness.\"',73,34,1,'CC-BY-NC-SA','LyX,LaTeX,typesetting',0,2025,1),
|
||||
(463,'2009-10-13','Finux Interviews Moxie Marlinspike about SSL',2279,'Finux talks to Moxie Marlinspike about a variety of vulnerabilities in SSL','<p>Finux talks to Moxie Marlinspike about a variety of vulnerabilities in most common implementations of SSL, such as hijacking the switch from http to https, universal wildcard certs, <a href=\"https://www.thoughtcrime.org/software/sslsniff/\" target=\"_blank\">SSLsniff</a> and more.\r\n</p>\r\n<p><a href=\"https://www.thebadapples.info/audiophile/hpr0463.ogg\">ogg version! </a>',85,78,1,'CC-BY-NC-SA','interview,SSL,security',0,8295,1),
|
||||
(464,'2009-10-14','Barefoot Running',1360,'How to run barefoot','Barefoot running resources\r\n<ul>\r\n<li><a href=\"https://howtorunbarefoot.com\">How to run barefoot</a>- excellent beginner resource.</li>\r\n<li><a href=\"https://barefootted.com\">Learn from the master - Ted</a> Learn about Vibram Fivefingers and Huarache Sandals. Great resource.</li>\r\n<li><a href=\"https://runningbarefoot.org\"> Running barefoot</a> has articles, forums and all resources. Great videos.</li>\r\n<li><a href=\"https://borntorun.org\">Born To Run</a> the official fan website for the book by Christopher McDougall - Read this book!\r\n<li><a href=\"https://www.youtube.com/watch?v=iIT7t2jtdP0&hl=un\">NY Time interview with Christopher McDougall</a></li>\r\n</ul>',7,0,1,'CC-BY-NC-SA','Barefoot running,Barefoot shoes,Chia seeds',0,2184,1),
|
||||
(465,'2009-10-14','Failsafe security',971,'Tips on securing your Linux systems, see Episode 431','<p><b>WARNING</b>: It\'s easy to lock yourself out of a system implementing these changes so make sure you have physical access to the console of the system you are securing.</p>\r\n\r\n<p>To display all processes listening</p>\r\n<pre><code> netstat -anp | grep -i listen\r\n</code></pre>\r\n\r\nDeny all connections to any port from any external IP address\r\n<pre><code>/etc/hosts.deny\r\n all:all\r\n\r\n/etc/hosts.allow\r\n sshd:192.168.1.54 # My other pc\r\n</code></pre>\r\n\r\n<p>IPTables Tutorial: <a href=\"https://iptables-tutorial.frozentux.net/\">https://iptables-tutorial.frozentux.net/</a></p>\r\n\r\n<p>A good starting point to block all except ssh:\r\n<a href=\"https://www.cyberciti.biz/tips/linux-iptables-4-block-all-incoming-traffic-but-allow-ssh.html\">https://www.cyberciti.biz/tips/linux-iptables-4-block-all-incoming-traffic-but-allow-ssh.html</a></p>\r\n\r\n<p>Disable root login via ssh: <a href=\"https://www.howtogeek.com/howto/linux/security-tip-disable-root-ssh-login-on-linux/\">https://www.howtogeek.com/howto/linux/security-tip-disable-root-ssh-login-on-linux/</a></p>\r\n\r\n<p>Setting up ssh keys and disabling password logins.</p>\r\n\r\n<p><a href=\"https://www.debuntu.org/ssh-key-based-authentication\">https://www.debuntu.org/ssh-key-based-authentication</a></p>\r\n\r\n',30,0,1,'CC-BY-NC-SA','security,netstat,hosts file,iptables,Firefox,noscript',0,1678,1),
|
||||
(466,'2009-10-16','A technique for drum \'n\' bass',550,'In this show SigFLUP shares a program that can be used to make drum \'n\' bass songs.','In this show SigFLUP shares a program that can be used to make drum \'n\' bass songs. \r\nYou can download it at <a href=\"https://tmd.freeshell.org\"> https://tmd.freeshell.org </a>',115,0,1,'CC-BY-NC-SA','drum\'n\'bass,music,samples,freeshell',0,1794,1),
|
||||
(467,'2009-10-16','AutoNessus News',1624,'Finux and the author of AutoNessus talk about some upcoming news about this software','finux and the author of Autonessus talk about some upcoming news about this software',85,0,1,'CC-BY-NC-SA','AutoNessus,Interview,security,scanner',0,1505,1),
|
||||
(468,'2009-10-19','Quvmoh\'s UTOS trip',411,'Quvmoh details his trip to the Utah Open Source Conference','<ul>\r\n<li>tosc <a href=\"https://2009.utosc.com/pages/home/\" class=\"uri\">https://2009.utosc.com/pages/home/</a></li>\r\n<li>no gui <a href=\"https://cli.homelinux.net/CLIapps.html\" class=\"uri\">https://cli.homelinux.net/CLIapps.html</a></li>\r\n<li>Quvmoh\'s pics <a href=\"https://www.flickr.com/photos/quvmoh/sets/72157622421938901/detail/\" class=\"uri\">https://www.flickr.com/photos/quvmoh/sets/72157622421938901/detail/</a></li>\r\n</ul>\r\n',110,0,1,'CC-BY-NC-SA','Utah Open Source Conference,networking 101,z shell,Linux home servers,life without a GUI,ssh tips and tricks,openvpn,podcasting,ffmpeg,HDR photography',0,1394,1),
|
||||
@@ -986,15 +998,3 @@ INSERT INTO `eps` (`id`, `date`, `title`, `duration`, `summary`, `notes`, `hosti
|
||||
(1428,'2014-01-22','Coffee Stain Studios and the Sanctum games',757,'Will #Sanctum2 come to #Linux? Hear @ArminPosts\' answer in the latest #HPR!','<p>Do you know the Sanctum games? You should! Listen to Armin from Coffee Stain Studios on todays episode of Hacker Public Radio!</p>\n <p><em>\"We\'re actually working on Linux support. <strong>*pause*</strong> I don\'t know if I\'m supposed to say that.\"</em><br /> -- Armin</p>\n <h3>Coffee Stain Studios</h3>\n <p>In 2010 a few students from the University of Skövde created the Indie game developing company \"Coffee Stain Studios\". In 2011 they released the game \"Sanctum\" on Steam, and in May of 2013 they released \"Sanctum 2\". These games are most often described as a mix between First-person shooter and Tower defense. You find yourself in a futuristic setting, fighting aliens with a fair bit of humor. The player chooses how much resources to distribute on automatic towers or his or her own weapons. Both games featured the possibility to collaborate with your friends to beat the levels.</p>\n <p>One of the founders, Armin Ibrisagic, was at DreamHack in November 2013, where I got a chance to talk to him.</p>\n <h3>DreamHack</h3>\n <p>\"What is DreamHack?\" you ask? Only the world\'s largest computer festival, held multiple times a year in Jönköping, Sweden. According to Wikipedia \"It holds the world record (as recognized by the Guinness Book of Records and Twin Galaxies) for the world\'s largest LAN party and computer festival, and has held the record for the world\'s fastest Internet connection, and the record in most generated traffic.\"</p>\n <p>I also got an interview with one of the organizers of DreamHack, but that you will hear another day. Today we focus on Sanctum, and how the market looks for smaller game developers.</p>\n <h3>Stuff referenced in the episode</h3>\n <ul>\n <li>Armin, Twitter: <a href=\"https://twitter.com/ArminPosts\">@ArminPosts</a></li>\n <li>Coffee Stain Studios: <a href=\"https://www.coffeestainstudios.com/\">https://www.coffeestainstudios.com/</a></li>\n <li>DreamHack: <a href=\"https://www.dreamhack.se/\">https://www.dreamhack.se/</a></li>\n <li>Wikipedia - DreamHack: <a href=\"https://en.wikipedia.org/wiki/DreamHack\">https://en.wikipedia.org/wiki/DreamHack</a></li>\n <li>Humble Bundle: <a href=\"https://www.humblebundle.com/\">https://www.humblebundle.com/</a></li>\n <li>\"The Yogscast - Sanctum Part 1: A weird blend of FPS and Tower Defence\": <a href=\"https://youtu.be/K2ObESxQbPY\">https://youtu.be/K2ObESxQbPY</a></li>\n <li>\"The Yogscast - Sanctum - Yogscave DLC\": <a href=\"https://youtu.be/bSah3PZkDHI\">https://youtu.be/bSah3PZkDHI</a></li>\n <li>\"The Yogscast - Sanctum 2 - Maze Making 2.0\": <a href=\"https://youtu.be/3ifB7QGhO3k\">https://youtu.be/3ifB7QGhO3k</a></li>\n <li>\"Steam: Sanctum\": <a href=\"https://store.steampowered.com/app/91600/\">https://store.steampowered.com/app/91600/</a></li>\n <li>\"Steam: Sanctum 2\": <a href=\"https://store.steampowered.com/app/210770/\">https://store.steampowered.com/app/210770/</a></li>\n </ul>\n <h3>How to reach me</h3>\n <p>You should follow me and subscribe to All In IT Radio:</p>\n <ul>\n <li>Identi.ca: <a href=\"https://identi.ca/alltinomit\">@alltinomit</a></li>\n <li>Twitter: <a href=\"https://twitter.com/alltinomit\">@alltinomit</a></li>\n <li><a href=\"https://plus.google.com/100309783606985145580/\">https://aiit.se/radio/+</a></li>\n <li><a href=\"https://aiit.se/radio/\">https://aiit.se/radio/</a></li>\n </ul>\n',192,0,0,'CC-BY-SA','dreamhack, coffee stain studios, sanctum, games, indie, interview',0,1611,1),
|
||||
(1422,'2014-01-14','Setting up and using SSH and SOCKS',1432,'Advice on setting up and using SSH and SOCKS proxy','<p>\r\nIn this episode I go through how I set up SSH and SOCKS. This is very useful when you need to feel a bit more secure in your internet traffic and need to keep out of prying eyes. I also go over some tools used to access your home network from a Windows computer.\r\n</p>\r\n<p>\r\nLinks:\r\n</p>\r\n\r\n<ul>\r\n<li>Klaatu\'s Show on SSH : <a href=\"https://gnuworldorder.info/audiophile/archive/season8/gnuWorldOrder_8x20.ogg\">https://gnuworldorder.info/audiophile/archive/season8/gnuWorldOrder_8x20.ogg</a>\r\n</li>\r\n<li>DynDNS : <a href=\"https://dyn.com/dns/\">https://dyn.com/dns/</a>\r\n</li>\r\n<li>DDClient : <a href=\"https://sourceforge.net/p/ddclient/wiki/Home/\">https://sourceforge.net/p/ddclient/wiki/Home/</a>\r\n</li>\r\n<li>Linksys E2500 : <a href=\"https://support.linksys.com/en-us/support/routers/E2500\">https://support.linksys.com/en-us/support/routers/E2500</a>\r\n</li>\r\n<li>PuTTy : <a href=\"https://www.putty.org/\">https://www.putty.org/</a>\r\n</li>\r\n<li>Portable Firefox : <a href=\"https://portableapps.com/apps/internet/firefox_portable\">https://portableapps.com/apps/internet/firefox_portable</a>\r\n</li>\r\n</ul>',252,0,0,'CC-BY-SA','SSH,SOCKS proxy,DynDNS,DDClient,PuTTy',0,1588,1),
|
||||
(1445,'2014-02-14','22 - LibreOffice Writer Other Frame Styles',606,'This continues our look at frames by looking at frame styles for things other than text.','<p>\r\nThis continues our look at frames by looking at frame styles for things other than text.\r\n</p>\r\n\r\n<h1>LibreOffice Writer Other Frame Styles</h1>\r\n<p>In the previous tutorial we looked at using the frame style for text, which is not called the Text style, but the Frame style, which may be confusing. This is a very common use of frames, but there are others. To start the discussion, let’s get back to the basic concept of <em>objects</em>. LibreOffice is an object-oriented program and you should keep this in mind when dealing with this software.</p>\r\n<p>A piece of text can be an object, and it can contain other objects (paragraphs, sentences, words, characters), or it can be contained within other objects (section, chapter, document). In the case we are looking at, a frame is an object, which contains other objects, and is in turn contained within larger objects (page, section, document). Depending on the objects being contained, the frame styles can be different, and that is what we need to look at now.</p>\r\n<p>\r\nPlease see <a href=\"https://www.ahuka.com/?page_id=671\">https://www.ahuka.com/?page_id=671</a> for the rest of the article\r\n</p>',198,70,0,'CC-BY-SA','LibreOffice, Writer, Word Processing, Page Layout',0,1312,1),
|
||||
(1465,'2014-03-14','24 - LibreOffice Writer A Brochure Project',1572,'This concludes our look at page layout by showing these techniques at use in creating a Tri-fold bro','<p>\r\nThe written version of this show can be found at <a href=\"https://www.ahuka.com/?page_id=676\">https://www.ahuka.com/?page_id=676</a>\r\nThe <a href=\"https://www.ahuka.com/?attachment_id=684\" rel=\"attachment wp-att-684\">European version</a> of the brochure.\r\nThe <a href=\"https://www.ahuka.com/?attachment_id=686\" rel=\"attachment wp-att-686\">American version</a> of the brochure.\r\n</p>',198,70,0,'CC-BY-SA','LibreOffice, Writer, Word Processing, Page Layout',0,1339,1),
|
||||
(1475,'2014-03-28','25 - LibreOffice Calc What Is A Spreadsheet',820,'The origins and history of the spreadsheet','<h1>LibreOffice Calc: What is a Spreadsheet?</h1>\r\n<p>There are different ways to answer this question. Functionally, spreadsheets are a tool for mathematical calculations, but have branched out into related areas like data analysis. Some people even use them as a quick-and-dirty database tool. If you are in a financial profession of some kind you probably live in spreadsheets all day.</p>\r\n<p>Spreadsheets are original “killer app”. Early examples were implemented on mainframe computers in the 1960s, but the big step was the creation of <em>VisiCalc</em> for the Apple II in 1979, which was then ported to the IBM PC in 1981. VisiCalc set the conventions that guided all subsequent spreadsheets, and the essential methods have not changed since then. VisiCalc was called the first <em>killer app</em> because people would buy the computer just to run the program, and the usefulness of spreadsheets is what promoted the initial entry of personal computers into the corporate world, with all of the change that has caused.</p>\r\n<p> \r\nFor the remainder of this article please see <a href=\"https://www.ahuka.com/?page_id=699\">https://www.ahuka.com/?page_id=699</a>\r\n</p>',198,70,0,'CC-BY-SA','LibreOffice, Calc, Spreadsheet',0,1454,1),
|
||||
(1455,'2014-02-28','23 - LibreOffice Writer Other Page Layout Options',952,'This continues our look at page layout by looking at ways to do this other than by using frames.','<h1>Other Page Layout Options</h1>\r\n<p>As we mentioned in beginning our look at Page Layout, you have some options other than just Page Styles and Frame Styles, useful though they are. So let’s spend a few moments looking at these other options and see how they work.</p>\r\n<h2>Tables</h2>\r\n<p>Tables can be a useful tool for more than just displaying tabular data. You can place different object in each cell of a table and so have some control over how things are laid out on the page. You could, for instance, place your sub-heads in a left-hand column, and the associated text in an adjoining column, which gives you the same effect as using the Marginalia style. And you can add pictures, charts, and other objects as well. You can even insert a table into a cell of another table to get more fine-grained control. In fact, in the days before Cascading Style Sheets and Javascript, tables were the primary way of laying out Web pages, though these days that is frowned upon, and in any case most Web pages are now created using some kind of CMS software like WordPress, or Drupal. The idea of using tables was more attractive when we realized you could turn-off the cell borders and make them invisible. Of course, in Writer documents that only works when they are printed. When opened on a computer the table borders are still visible, as indeed they would have to be for you to edit the document.</p>\r\n<p>\r\nFor the remainder of this article please see <a href=\"https://www.ahuka.com/?page_id=676\">https://www.ahuka.com/?page_id=676</a>\r\n</p>',198,70,0,'CC-BY-SA','LibreOffice, Writer, Word Processing, Page Layout',0,1325,1),
|
||||
(1485,'2014-04-11','26 - LibreOffice Calc Cells',1275,'This episode looks at the fundamental unit of a spreadsheet, the cell, and introduces addressing and','<h1>LibreOffice Calc: Cells</h1>\r\n<p>All spreadsheets have the same basic structure, a table of rows and columns. Columns are headed up A, B, C, and so on. After Z, the next column is AA, then AB, AC, AD, and so on. The maximum number of columns is 1024. Rows are numbered 1,2,3 and so on, and the maximum number of rows is 1024*1024, or 1,048,576. At this time I am not aware of any plans to increase these numbers, though that could change if competitive pressures make it necessary.</p>\r\n<p>Where a row and column intersect, there is a <em>cell</em>, which is given the address of the column followed by the row, e.g. A1, but never 1A. This is very useful since you can use the contents of a cell in a calculation by simply using the cell address. For example, to add the value of cell B4 to the value in cell C3 and store it, you would write “=B4+C3″ in the cell where you want to store the sum. Learning to use cell addresses is extremely important, so get in the habit of doing this at every opportunity.</p>\r\n<p>\r\nFor the rest of this article see <a href=\"https://www.ahuka.com/?page_id=706\">https://www.ahuka.com/?page_id=706</a>\r\n</p>',198,70,0,'CC-BY-SA','LibreOffice, Calc, Spreadsheet',0,1389,1),
|
||||
(1424,'2014-01-16','ohmroep hpr live mini, 03-08-2013, Censorship and Hacking in the Netherlands',2620,'ohmroep hpr live mini, 03-08-2013, Censorship and Hacking in the netherlands','<p>Nido Media invades the Early Morning Show hosted by colleague host Brenno de Winter to talk about his talk on Censorship and Hacking in the Netherlands.</p>\n <p>We discuss the situation of Alberto Stegeman, who proved the lack of security on Schiphol by touching the plane of the Queen.</p>\n <p>Brenno\'s own adventures with the Dutch transportation card.</p>\n <p>Henk Krol showed a medical system\'s security, a system considered to be \"Top Notch Security\", hinged on a (shared) password consisting of 5 numbers.</p>\n <p>He also talks about the Dutch Responsible Disclosure procedure and what is wrong with it, including examples such as Hans Scheuder who found a flaw in Habbo Hotel.</p>\n <p>Ilyam saw his little brother and sister taken away by the Child Protection Services by accident and decided to film it and go public with it.</p>\n <p>Indigo - system for registering people immigrating to the netherlands. Contains markers like \"You are ready to be removed\".</p>\n <p>Russian Activist fled to the Netherlands after he was let out of jail. Here he got cought in a system named \'Indigo\' which is used by the immigration service. One of the flags this system can set on people is \'you are ready to be removed\'.</p>',214,0,1,'CC-BY-SA','OHMRoep HPR Live',0,1354,1),
|
||||
(1426,'2014-01-20','A Visit to Reglue',971,'Reglue gives free Linux computers to under privileged children and their families','<p>\r\nRecycled Electronics and Gnu/Linux Used for Education. Reglue, in a nutshell, gives free Linux computers to under privileged children and their families. From their website:\r\n</p>\r\n<blockquote>\r\nAccording to our estimates and those of the Austin Independent School District, there are over 5000 Austin students who cannot afford a computer or Internet access. Reglue wants to reduce that number by as much as we can. Since 2005 we have provided 1102 disadvantaged Austin-area kids and their families a computer. These kids cannot grow and compete with their peers unless they have a computer and Reglue focuses on giving these kids the tools they need. \r\n</blockquote>\r\n<p>\r\n<a href=\"https://www.reglue.org/\">https://www.reglue.org/</a>\r\n</p>\r\n<p>\r\nTo find out more about Ken Starks - Find him on Google+\r\n</p>\r\n<p>\r\nKen\'s Blog <a href=\"https://linuxlock.blogspot.com/2009/08/let-their-eyes-be-opened.html\">https://linuxlock.blogspot.com/2009/08/let-their-eyes-be-opened.html</a>\r\n</p>',209,0,1,'CC-BY-SA','Linux, BBQ, Ken Starks, Taylor Texas, Helios Project, yummy',0,1397,1),
|
||||
(1427,'2014-01-21','Decoding HPR1216 the easy way and a bit more',1450,'An alternative method of decoding audio containing Morse Code into text','<p>\r\nThis Episode is kind of a direct response to HPR1343 by Laindir, where he explains his awesome way to decode the morse code in HPR1216. For the fun of it, I start right out by digressing into a memory of mine. It is about how I tried to decode morse code telemetry from the AO-21 amateur radio satellite some 20 years ago by using a CBM-8032 computer. \r\n</p>\r\n<p>\r\nAfter that I reveal the easy way to decode HPR1216 by using the CW mode of the program FLDIGI. Along the way, I mention the use of \"monitors\" in pulse audio, which are selectable in pavucontrol as input sources for audio applications. This is an easy way to loop back sound output from other applications. This method also combines nicely with WEBSDR, web accessible software defined receivers, all over the world. These may be used if you want to throw some real world signals at FLDIGI to play with the different modes. For listening to amateur radio communication I recommend to start out with one of these modes: CW (morse telegraphy), PSK > BPSK31 (very common, narrow band tele type mode) and RTTY > RTTY-45 (\"original\" radio tele type). For the typing modes you might want to check also \"View>Waterfall>Docked scope\" or activate \"View>View/Hide Channels\".\r\n</p>\r\n<p>\r\nFinally I add a tip about using OSS-wrappers like aoss, from alsa-oss, and padsp from the pulseaudio-utils package, to run old OSS applications. I use this primarily for siggen, a suit of command line / curses applications for generating audio signals like sine wave, rectangle and so on. \r\n</p>\r\n<p>\r\nNOTE: There is one stumbling block with pavucontrol, which I forgot to mention in the recording. Applications will only show up as playback sources or recording sinks when they actively use the interface. That is, the alsa player source will only be visible while playing, in the same way as an audacity sink can only be seen while the recording is going on. \r\n</p>\r\n\r\n<h3>Links:</h3>\r\n\r\n<ul>\r\n<li>hpr1343 :: Too Clever For Your Own Good <a href=\"https://hackerpublicradio.org/eps.php?id=1343\">https://hackerpublicradio.org/eps.php?id=1343</a>\r\n</li>\r\n<li>hpr1216 :: Digital Data Transfer <a href=\"https://hackerpublicradio.org/eps.php?id=1216\">https://hackerpublicradio.org/eps.php?id=1216</a>\r\n</li>\r\n<li>Some sparse info on the AO-21 satellite <a href=\"https://www.sat-net.com/winorbit/help/satao21.html\">https://www.sat-net.com/winorbit/help/satao21.html</a>\r\n</li>\r\n<li>Wiki page covering the CBM8032 <a href=\"https://en.wikipedia.org/wiki/Commodore_PET\">https://en.wikipedia.org/wiki/Commodore_PET</a>\r\n</li>\r\n<!-- The link below has been corrected, the old one (left in the text part) returns 404 -->\r\n<li>Fldigi home page <a href=\"https://www.w1hkj.com\">https://www.w1hkj.com/Fldigi.html</a>\r\n</li>\r\n<li>WEBSDR main page <a href=\"https://websdr.org\">https://websdr.org</a>\r\n</li>\r\n</ul>\r\n',271,0,0,'CC-BY-SA','fldigi,PulseAudio,OSS-wrapper,padsp,aoss',0,1345,1),
|
||||
(1429,'2014-01-23','Debian sources.list',2499,'Personalize your Debian distro through the sources.list file','<p>\r\nHonkeymagoo and Kevin Wisher discuss the Debian GNU Linux sources.list file, and the many ways\r\nit can be used to personalize your Debian distro\r\n</p>\r\n<p>\r\nThe site that gives most of the information about the sources.list file:\r\n<a href=\"https://www.debian.org/doc/debian-policy/ch-archive.html\">https://www.debian.org/doc/debian-policy/ch-archive.html</a>\r\n</p>\r\n<p>\r\nMirror sites list:\r\n<a href=\"https://www.debian.org/mirror/list\">https://www.debian.org/mirror/list</a>\r\n</p>\r\n<p>\r\nA site that can help you make a sources.list file:\r\n<a href=\"https://debgen.simplylinux.ch/\">https://debgen.simplylinux.ch/</a>\r\n</p>\r\n<p>\r\n2 good sites to learn about apt-pinning:\r\n<a href=\"https://jaqque.sbih.org/kplug/apt-pinning.html\">https://jaqque.sbih.org/kplug/apt-pinning.html</a>\r\n<a href=\"https://www.howtoforge.com/a-short-introduction-to-apt-pinning\">https://www.howtoforge.com/a-short-introduction-to-apt-pinning</a>\r\n</p>\r\n<p>\r\nThe Debian multimedia repository: <a href=\"https://www.deb-multimedia.org/\">https://www.deb-multimedia.org/</a>\r\n</p>\r\n<p>\r\nDefault sources.list file for US:\r\n</p>\r\n<pre>\r\ndeb https://ftp.us.debian.org/debian/ wheezy main\r\ndeb-src https://ftp.us.debian.org/debian/ wheezy main\r\n\r\ndeb https://security.debian.org/ wheezy/updates main\r\ndeb-src https://security.debian.org/ wheezy/updates main\r\n\r\ndeb https://ftp.us.debian.org/debian/ wheezy-updates main\r\ndeb-src https://ftp.us.debian.org/debian/ wheezy-updates main \r\n</pre>',269,0,0,'CC-BY-SA','Debian,sources.list,apt-pinning',0,1584,1),
|
||||
(1431,'2014-01-27','Talking Twenty Fourteen',2260,'New Year predictions from Jezra and NYbill','<p>\r\nIn what has become an annual thing, Jezra and NYbill talk about their New Years predictions past and future. Better late then never, I guess...\r\n</p>',235,0,1,'CC-BY-SA','New Year,2014,prediction',0,1465,1),
|
||||
(1432,'2014-01-28','Fahrenheit 212',1148,'A discussion of temperature systems: Fahrenheit, Celsius (Centigrade) and Kelvin','<p>Please consider recording an episode for Hacker Public Radio. We are a you-contribute podcast. :)</p>\r\n <p>Ken requests an episode on Fahrenheit, which really requires discussion of the two temperature systems, and how they are quantified.</p>\r\n <h3>Terminology</h3>\r\n <p>Centigrade: old fashioned term for Celsius<br /> Kelvin (K): less common measurement of temperature used for Science<br /> Thermal Equilibrium: en.wikipedia.org/wiki/Thermodynamic_equilibrium<br /> Zeroth Law of Thermodynamics: en.wikipedia.org/wiki/Zeroth_law_of_thermodynamics<br /> Absolute zero: en.wikipedia.org/wiki/Absolute_zero<br />\r\n </p>\r\n <p>My personal preference is Celsius. Less numbers to deal with in everyday use.<br /> Really Cold – Temperatures below 0°C<br /> Really Hot – Temperatures above 30°C<br /> The \"American\" thinking is temperatures go in 20\'s, 30\'s, 40\'s...etc. more work!<br /> Obligatory gun discussion<br /> Indirect conversation about PV = nRT formula<br /> Correction: the absence of pressure (vacuum) causes water to boil.<br /> Celsius and Fahrenheit are \"measured\" by the states of water boiling/freezing.<br />\r\n </p><pre>\r\nCelsius\r\nfreezes at 0°\r\nboils at 100°\r\n\r\nFahrenheit\r\nfreezes at 32\r\nboils 212°\r\n\r\n1 (K) Kelvin = -273.15°C\r\n</pre>',272,0,0,'CC-BY-SA','Science, temperature',0,1432,1),
|
||||
(1433,'2014-01-29','Ubuntu Quickly Ebook Template',660,'The Quickly Ubuntu eBook Template allows the user to create and manage eBooks','<p>\r\nIn this episode Mike Hingley talks about his Ubuntu Quickly Ebook Template project. Whilst it is still in development, it allows authors the ability to publish epub style books through the ubuntu packaging system.\r\n</p>\r\n',185,0,0,'CC-BY-SA','content packaging,Ebook ',0,1441,1),
|
||||
(1434,'2014-01-30','Why I made an account free android ',568,'Account Free Android Tablet: minimal Google/Ads without Rooting','<p>\r\nWhy I built an Account Free Google tablet. Including links of what was done. Some basic criteria. No accounts created for downloading, installing or configuring except for mail accounts. No rooting. No pirated apps. Something that can be easy for a user to do including installing and updating apps. One ad supported app installed, but hope to find an alternative. \r\n</p>\r\n<p>\r\n<a href=\"https://james.toebesacademy.com/Account_Free_Android_Device.html\">https://james.toebesacademy.com/Account_Free_Android_Device.html</a>\r\n</p>',273,0,1,'CC-BY-SA','Android,tablet,F-Droid,OwnCloud',0,1638,1),
|
||||
|
Reference in New Issue
Block a user