<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; cd burning</title> <atom:link href="http://www.cyberciti.biz/tips/tag/cd-burning/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>How Do I Burn MP3 onto an audio CD from Linux shell command prompt?</title><link>http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html</link> <comments>http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html#comments</comments> <pubDate>Fri, 21 Oct 2005 16:11:00 +0000</pubDate> <dc:creator>LinuxTitli</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[audio cd]]></category> <category><![CDATA[audio wav]]></category> <category><![CDATA[cd burning]]></category> <category><![CDATA[cdrecord]]></category> <category><![CDATA[linux command prompt]]></category> <category><![CDATA[linux mp3]]></category> <category><![CDATA[mini howto]]></category> <category><![CDATA[mp3 cd]]></category> <category><![CDATA[mp3 files]]></category> <category><![CDATA[mpg123_command]]></category> <category><![CDATA[wav file]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html</guid> <description><![CDATA[Recently I decided to burn selected MP3 files on an audio CD from command prompt. First, you need to convert your mp3 (myfile.mp3) into .wav (myfile.wav) file: $ mpg123 -w myfile.wav myfile.mp3 Use above command to convert all files to mp3 Then burn all .wav file on to the CD # cdrecord -dev=ATA:1,0,0 -eject speed=4 [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-do-i-burn-mp3-onto-an-audio-cd-from-command-prompt.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Linux: Burn multi session CDs on Linux</title><link>http://www.cyberciti.biz/tips/linux-burning-multi-session-cds-on-linux.html</link> <comments>http://www.cyberciti.biz/tips/linux-burning-multi-session-cds-on-linux.html#comments</comments> <pubDate>Thu, 08 Jul 2004 12:25:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[cd burning]]></category> <category><![CDATA[cdrecord command]]></category> <category><![CDATA[compact discs]]></category> <category><![CDATA[iso image]]></category> <category><![CDATA[ls command]]></category> <category><![CDATA[mkisofs command]]></category> <category><![CDATA[mount cdrom]]></category> <category><![CDATA[mount command]]></category> <category><![CDATA[multi session]]></category> <category><![CDATA[second session]]></category> <category><![CDATA[sessions]]></category> <category><![CDATA[sony cd writer]]></category> <category><![CDATA[table of content]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-burning-multi-session-cds-on-linux.html</guid> <description><![CDATA[Under Linux you can use tool called cdrecored (use to record audio or data Compact Discs) with mkisofs (use to create an hybrid SO9660/JOLIET/HFS filesystem with optional Rock Ridge attributes ) for this purpose. Step #1: Create first session as follows 1) Create an iso image first: # mkisofs -R -o /tmp/cd.iso /backup/06-07-2004/ Where, -R [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-burning-multi-session-cds-on-linux.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
