Here is the command-line syntax to create (“burn”) an ISO file onto CD on Linux:
cdrecord -v dev='ATAPI:1,1,0' driveropts=burnfree -sao -eject "filename.iso"
Here is the command-line syntax to create (“burn”) an ISO file onto CD on Linux:
cdrecord -v dev='ATAPI:1,1,0' driveropts=burnfree -sao -eject "filename.iso"
So you’re a digital photographer, videographer, graphics designer, or other creative? Are you faced with choosing a computer for digital photography, video […]
Here is a simple way to get a disk usage summary in Linux or Mac OS X using the command-line. The “du” […]
To install the X Window System (“X-Windows”) on Linux, use the following command-line syntax: yum groupinstall “X Window System”
Here is how to use the command-line utility rsync without the archive flag (-a). What does the flag -a default to? It […]