<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Crisantux</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Crisantux"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Crisantux"/>
	<updated>2026-04-15T14:28:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Proc&amp;diff=54349</id>
		<title>Proc</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Proc&amp;diff=54349"/>
		<updated>2010-09-14T22:03:14Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: Give article a headline and typo removal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= /proc =&lt;br /&gt;
&lt;br /&gt;
The [[Linux]] operating system provides a pseudo-file system that provides an interface to kernel information, and to receive information from a user or process. Any modifications made are lost on shutdown or reboot. [[/etc/sysctl.conf]] stores system parameters (/proc/sys/) to load at boot time, for values you want to preserve.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;b&amp;gt;Example:&amp;lt;/b&amp;gt;&lt;br /&gt;
 kolossus:~ # cat /proc/cpuinfo&lt;br /&gt;
 processor       : 0&lt;br /&gt;
 vendor_id       : GenuineIntel&lt;br /&gt;
 cpu family      : 15&lt;br /&gt;
 model           : 3&lt;br /&gt;
 model name      : Intel(R) Pentium(R) 4 CPU 3.00GHz&lt;br /&gt;
 stepping        : 3&lt;br /&gt;
 cpu MHz         : 2992.966&lt;br /&gt;
 cache size      : 1024 KB&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
The /proc file system started out as a way to find information about processes, but now it is used by just about everything for which implementing a system call would be a waste.&lt;br /&gt;
&lt;br /&gt;
The file system is not itself on a disk, rather, it is in kernel memory, where the kernel and its modules control what is inside these files.  When a file in /proc is read, a function or handler is looked up (from a table within the kernel), and that function will output information.  Likewise, when a file is written to in /proc, a bit of the kernel will handle reading it in.&lt;br /&gt;
&lt;br /&gt;
Some examples of /proc usage are /proc/cmdline, /proc/[[cpuinfo]],  and /proc/config.gz.  These provide two pieces of information about the kernel, the &amp;quot;command line&amp;quot; (the parameters passed to the kernel at boot), and the configuration file.  Of course there is also loadavg, partitions, swaps, version, uptime, and so on.&lt;br /&gt;
&lt;br /&gt;
Also of interest is /proc/apm and /proc/acpi, for thier respective power management systems.  Each one reports information about the state of power management, to be gathered by various programs/monitors.  /proc/acpi is a directory, divided into subdirectories for each power device (fan, battery, button, and so on).  Each subdirectory gives information about its device.  /proc/apm is a 'file' which has information about the power, such as charge, the state of the ac-adapter, and time untill battery charged/drained.&lt;br /&gt;
&lt;br /&gt;
The /proc file system is also used by many parts of the kernel for input and output.&lt;br /&gt;
&lt;br /&gt;
[[Category:Filesystem]]&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54348</id>
		<title>DVD-RAM</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54348"/>
		<updated>2010-09-14T21:43:02Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: Disc capacity&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DVD-RAM ==&lt;br /&gt;
DVD-RAM is an optical disc providing read- and write/rewrite access for computer and video data, DVD-RAM is less popular than DVD in personal computers and needs a drive with [http://upload.wikimedia.org/wikipedia/de/thumb/1/17/DVD-RAM_Logo.svg/200px-DVD-RAM_Logo.svg.png DVD-RAM logo]. It is adequate for data storage, data backup and archival. Disc capacity is 4.7 GB or 9.5 GB for double sided discs. &lt;br /&gt;
&lt;br /&gt;
DVD-RAM discs don't need to be burned using any special program. Using the UDF file system, writing on the disc is done like writing on an USB stick using normal file operations of programs or file managers.&lt;br /&gt;
&lt;br /&gt;
== Filesystem ==&lt;br /&gt;
On DVD-RAM discs the Universal Disc format (UDF) file system is used and full supported under Linux. Most DVD-RAM disc media is already formatted with the UDF file system.&lt;br /&gt;
&lt;br /&gt;
'''mkudffs''' is used to format a DVD-RAM with UDF file system. The command line tool mkudffs is available for Linux distributions in packet udftools.&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54347</id>
		<title>DVD-RAM</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54347"/>
		<updated>2010-09-14T21:39:00Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: udftools&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DVD-RAM ==&lt;br /&gt;
DVD-RAM is an optical disc providing read- and write/rewrite access for computer and video data, DVD-RAM is less popular than DVD in personal computers and needs a drive with [http://upload.wikimedia.org/wikipedia/de/thumb/1/17/DVD-RAM_Logo.svg/200px-DVD-RAM_Logo.svg.png DVD-RAM logo]. It is adequate for data storage, data backup and archival.&lt;br /&gt;
&lt;br /&gt;
DVD-RAM discs need not to be burned using any special program. Using the UDF filesystem, writing on the disc is done like writing on an USB stick using normal file operations of programs or file managers.&lt;br /&gt;
&lt;br /&gt;
== Filesystem ==&lt;br /&gt;
On DVD-RAM discs the Universal Disc format (UDF) file system is used and full supported under Linux. Most DVD-RAM disc media is already formatted with the UDF file system.&lt;br /&gt;
&lt;br /&gt;
'''mkudffs''' is used to format a DVD-RAM with UDF file system. The command line tool mkudffs is available for Linux distributions in packet udftools.&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54346</id>
		<title>DVD-RAM</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54346"/>
		<updated>2010-09-14T21:17:48Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DVD-RAM ==&lt;br /&gt;
DVD-RAM is an optical disc providing read- and write/rewrite access for computer and video data, DVD-RAM is less popular than DVD in personal computers and needs a drive with [http://upload.wikimedia.org/wikipedia/de/thumb/1/17/DVD-RAM_Logo.svg/200px-DVD-RAM_Logo.svg.png DVD-RAM logo]. It is adequate for data storage, data backup and archival.&lt;br /&gt;
&lt;br /&gt;
DVD-RAM discs need not to be burned using any special program. Using the UDF filesystem, writing on the disc is done like writing on an USB stick using normal file operations of programs or file managers.&lt;br /&gt;
&lt;br /&gt;
== Filesystem ==&lt;br /&gt;
On DVD-RAM discs the UDF filesystem is used and full supported under Linux.&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54344</id>
		<title>DVD-RAM</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54344"/>
		<updated>2010-09-14T21:01:58Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: /* DVD-RAM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DVD-RAM ==&lt;br /&gt;
[[File:DVD-RAM_Logo.svg]]&lt;br /&gt;
DVD-RAM is an optical disc providing read- and write/rewrite access for computer and video data, DVD-RAM is less popular than DVD in personal computers and needs a drive with DVD-RAM logo. It is adequate for data storage, data backup and archival.&lt;br /&gt;
&lt;br /&gt;
DVD-RAM discs need not to be burned using any special program. Using the UDF filesystem, writing on the disc is done like writing on an USB stick using normal file operations of programs or file managers.&lt;br /&gt;
&lt;br /&gt;
== Filesystem ==&lt;br /&gt;
On DVD-RAM discs the UDF filesystem is used and full supported under Linux.&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=DVD&amp;diff=54343</id>
		<title>DVD</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=DVD&amp;diff=54343"/>
		<updated>2010-09-14T20:33:20Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: DVD-RAM rectified&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''DVD''' was originally an abbreviation for '''D'''igital '''V'''ideo '''D'''isk, however it was subsequently given the backronym ''Digital Versatile Disk'' due to the numerous purposes to which the medium could be put.&lt;br /&gt;
&lt;br /&gt;
Essentially a high-density version of [[CD]], the DVD format is available with either one or two ''sides'', each of which may contain either one or two ''layers''. Each layer holds around 4.7 GB of data, which gives the maximum capacity (double-sided, double-layered) of around 17 GB. Most commercial DVDs are single-sided and both single and double layered versions are common.&lt;br /&gt;
&lt;br /&gt;
'''Hardware Issues'''&lt;br /&gt;
Before considering the purchase of a DVD burner, you should consult sites that do reviews on DVD drives.  Some drives, while ''compliant to standards'' may have problems writing certain DVD's at published speeds.  Find a DVD burner that is fully supported by your Linux distribution and has a good report from users as to the quality and usability of the drive.&lt;br /&gt;
&lt;br /&gt;
== Playing DVDs under Linux ==&lt;br /&gt;
To play DVDs with (or without) menus under Linux use [[VLC]]&lt;br /&gt;
&lt;br /&gt;
== Manual Configuration ==&lt;br /&gt;
&lt;br /&gt;
In order to correctly play DVD videos, [[DMA]] support needs to be enabled, and the [[libdvdcss]] library needs to be installed.&lt;br /&gt;
&lt;br /&gt;
To enable DMA support, use the hdparm command:&lt;br /&gt;
&lt;br /&gt;
   '''# su''' (password)&lt;br /&gt;
   '''# hdparm /dev/dvd'''  (view settings for dvd player)&lt;br /&gt;
   '''# hdparm -d1 /dev/dvd''' (turn on DMA support)&lt;br /&gt;
&lt;br /&gt;
In situations when a is a &amp;quot;combo drive&amp;quot; and does both (1) play DVDs and (2) record CDs, it helps to separate the ide-cd module from ide-scsi, though, it's possible to do both at the same time. For this separation to work, sometimes it's necessary to remove &amp;quot;hdX = ide-scsi&amp;quot; from the boot loader as well. For instance, the following would switch from CD Writer to DVD Player.&lt;br /&gt;
&lt;br /&gt;
   '''# rmmod ide-scsi'''&lt;br /&gt;
   '''# modprobe ide-cd'''&lt;br /&gt;
&lt;br /&gt;
==Writable flavours==&lt;br /&gt;
There are various types of writable DVD discs available.&lt;br /&gt;
&lt;br /&gt;
* write-once formats (DVD+R, DVD-R) &lt;br /&gt;
* rewritable (DVD+RW, DVD-RW, [[DVD-RAM]])&lt;br /&gt;
&lt;br /&gt;
Generally the R/RW media has a capacity of 4.7GB.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;+&amp;quot; and &amp;quot;-&amp;quot; versions are competing standards, each of which is backed by a number of large corporations. The key difference between the two is the more accurate addressing information on the &amp;quot;+&amp;quot; format, which allows the media to be written to in a true random-access method rather than in the contiguous &amp;quot;sessions&amp;quot; required by the &amp;quot;-&amp;quot; formats (and rewritable CDs). Neither the &amp;quot;-&amp;quot; nor &amp;quot;+&amp;quot; formats are universally playable in legacy DVD-ROM drives.&lt;br /&gt;
&lt;br /&gt;
[[DVD-RAM]] is a different technology and needs a DVD drive labelled with the DVD-RAM logo. See separate article.&lt;br /&gt;
&lt;br /&gt;
== Writing DVDs under Linux ==&lt;br /&gt;
Write DVDs under Linux using [[k3b]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[CD/DVD Burning]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Crisantux&amp;diff=54257</id>
		<title>User:Crisantux</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Crisantux&amp;diff=54257"/>
		<updated>2010-09-06T22:03:55Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: Created page with '== Crisantux == --~~~~'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Crisantux ==&lt;br /&gt;
--[[User:Crisantux|Crisantux]] 22:03, September 6, 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54256</id>
		<title>DVD-RAM</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=DVD-RAM&amp;diff=54256"/>
		<updated>2010-09-06T21:59:51Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: DVD-RAM first sentences&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DVD-RAM ==&lt;br /&gt;
DVD-RAM is an optical disc providing read- and write/rewrite access for computer and video data. Technically DVD-RAM is better than competing DVD+RW or DVD-RW formats, but DVD-RAM is less popular in personal computers.&lt;br /&gt;
&lt;br /&gt;
DVD-RAM discs need not to be burned using any special program. Using the UDF filesystem, writing on the disc is done like writing on an USB stick using normal file operations of programs or file managers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Filesystem ==&lt;br /&gt;
On DVD-RAM discs the UDF filesystem is used and full supported under Linux.&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=DVD&amp;diff=54255</id>
		<title>DVD</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=DVD&amp;diff=54255"/>
		<updated>2010-09-06T21:36:17Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: DVD-RAM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''DVD''' was originally an abbreviation for '''D'''igital '''V'''ideo '''D'''isk, however it was subsequently given the backronym ''Digital Versatile Disk'' due to the numerous purposes to which the medium could be put.&lt;br /&gt;
&lt;br /&gt;
Essentially a high-density version of [[CD]], the DVD format is available with either one or two ''sides'', each of which may contain either one or two ''layers''. Each layer holds around 4.7 GB of data, which gives the maximum capacity (double-sided, double-layered) of around 17 GB. Most commercial DVDs are single-sided and both single and double layered versions are common.&lt;br /&gt;
&lt;br /&gt;
'''Hardware Issues'''&lt;br /&gt;
Before considering the purchase of a DVD burner, you should consult sites that do reviews on DVD drives.  Some drives, while ''compliant to standards'' may have problems writing certain DVD's at published speeds.  Find a DVD burner that is fully supported by your Linux distribution and has a good report from users as to the quality and usability of the drive.&lt;br /&gt;
&lt;br /&gt;
== Playing DVDs under Linux ==&lt;br /&gt;
To play DVDs with (or without) menus under Linux use [[VLC]]&lt;br /&gt;
&lt;br /&gt;
== Manual Configuration ==&lt;br /&gt;
&lt;br /&gt;
In order to correctly play DVD videos, [[DMA]] support needs to be enabled, and the [[libdvdcss]] library needs to be installed.&lt;br /&gt;
&lt;br /&gt;
To enable DMA support, use the hdparm command:&lt;br /&gt;
&lt;br /&gt;
   '''# su''' (password)&lt;br /&gt;
   '''# hdparm /dev/dvd'''  (view settings for dvd player)&lt;br /&gt;
   '''# hdparm -d1 /dev/dvd''' (turn on DMA support)&lt;br /&gt;
&lt;br /&gt;
In situations when a is a &amp;quot;combo drive&amp;quot; and does both (1) play DVDs and (2) record CDs, it helps to separate the ide-cd module from ide-scsi, though, it's possible to do both at the same time. For this separation to work, sometimes it's necessary to remove &amp;quot;hdX = ide-scsi&amp;quot; from the boot loader as well. For instance, the following would switch from CD Writer to DVD Player.&lt;br /&gt;
&lt;br /&gt;
   '''# rmmod ide-scsi'''&lt;br /&gt;
   '''# modprobe ide-cd'''&lt;br /&gt;
&lt;br /&gt;
==Writable flavours==&lt;br /&gt;
There are various types of writable DVD discs available.&lt;br /&gt;
&lt;br /&gt;
* write-once formats (DVD+R, DVD-R) &lt;br /&gt;
* rewritable (DVD+RW, DVD-RW, [[DVD-RAM]])&lt;br /&gt;
&lt;br /&gt;
Generally the R/RW media has a capacity of 4.7GB.&lt;br /&gt;
However, the DVD-RAM type can also be obtained in a double-sided version, &lt;br /&gt;
which is able to store 9.4GB of data. There are currently no formats which &lt;br /&gt;
allow double-layered recording.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;+&amp;quot; and &amp;quot;-&amp;quot; versions are competing standards, each of which is backed by a number of large corporations. The key difference between the two is the more accurate addressing information on the &amp;quot;+&amp;quot; format, which allows the media to be written to in a true random-access method rather than in the contiguous &amp;quot;sessions&amp;quot; required by the &amp;quot;-&amp;quot; formats (and rewritable CDs). Neither the &amp;quot;-&amp;quot; nor &amp;quot;+&amp;quot; formats are universally playable in legacy DVD-ROM drives.&lt;br /&gt;
&lt;br /&gt;
[[DVD-RAM]] is a totally different technology (magneto-optical, rather than purely optical) and is not playable on most DVD drives.&lt;br /&gt;
&lt;br /&gt;
== Writing DVDs under Linux ==&lt;br /&gt;
Write DVDs under Linux using [[k3b]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[CD/DVD Burning]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=CD/DVD_Burning&amp;diff=54254</id>
		<title>CD/DVD Burning</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=CD/DVD_Burning&amp;diff=54254"/>
		<updated>2010-09-06T21:32:09Z</updated>

		<summary type="html">&lt;p&gt;Crisantux: DVD-RAM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CD/DVD Burning ==&lt;br /&gt;
&lt;br /&gt;
If you are using the latest versions of the [[KDE]] or [http://en.wikipedia.org/wiki/GNOME GNOME] desktop environment, you can perform CD burning by first placing a blank disk in the drive. Wait a few seconds and a file manager window should appear. Follow the instructions on the screen to continue. &lt;br /&gt;
&lt;br /&gt;
You can burn ISO CD images by right-clicking on the image file and choosing &amp;quot;Write to CD&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Windows/Mac applications ==&lt;br /&gt;
A user that wants to try Linux for the first time may need to [[ISO image|download an ISO file]] for a single-CD [[Distribution]] such as [[Knoppix]] and burn the ISO file to CDR or [http://en.wikipedia.org/wiki/CD-RW CD-RW] media using a utility on his or her current system.  Note that you have to use the function that [[burn]]s an existing ISO file to CD, NOT the function that creates a temporary ISO file out of one or more files and burns the temporary file to CD.  Applications that can do this include:&lt;br /&gt;
&lt;br /&gt;
* [http://www.bay-wolf.com/burnimage.htm Nero] - How to do it with Nero&lt;br /&gt;
* [http://www.snapfiles.com/freeware/gmm/fwcdburn.html Freeware utilities] - Pick one that supports burning ISO images to CDR or CDRW.&lt;br /&gt;
* On Mac OS X run Disk Utility (from Applications &amp;gt; Utilities) with a blank CD inserted.&lt;br /&gt;
** Select the CD drive from the column on the left&lt;br /&gt;
** Click the &amp;quot;Burn&amp;quot; icon along the top icon bar&lt;br /&gt;
** Select the ISO you want to burn and tell it to go.&lt;br /&gt;
&lt;br /&gt;
== GUI applications ==&lt;br /&gt;
* [[K3b]] - probably the most user-friendly CD/DVD burning application for the Linux desktop.&lt;br /&gt;
* [[XCDRoast]]&lt;br /&gt;
* [[Arson]]&lt;br /&gt;
* [[Graveman!]] - Gnome&lt;br /&gt;
&lt;br /&gt;
== Command line applications ==&lt;br /&gt;
* [[cdrecord]]&lt;br /&gt;
* [[cdrdao]]&lt;br /&gt;
* [[mkisofs]]&lt;br /&gt;
* growisofs&lt;br /&gt;
* [[dd]]&lt;br /&gt;
&lt;br /&gt;
== Hints and Tips ==&lt;br /&gt;
* [[Burning a CDROM from an ISO file]]&lt;br /&gt;
* [[Burning a CDROM from a bin/cue file]] from the command line&lt;br /&gt;
* Burning [[Nero CD image]]s&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[DVD]]&lt;br /&gt;
*[[DVD-RAM]]&lt;br /&gt;
*[[CD/comparsion of open source dvd authoring software|Comparison of Open Source DVD Authoring Software]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.troubleshooters.com/linux/coasterless.htm Coasterless CD Burning guide] (''www.troubleshooters.com'')&lt;br /&gt;
*[http://www.topvideopro.com/ Various DVD Burning, Ripping and Audio Ripping Software DVD tools download] (''www.topvideopro.com'')&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;/div&gt;</summary>
		<author><name>Crisantux</name></author>
	</entry>
</feed>