Command to burn ISO in OpenBSD: cdrecord -v speed=<mine's 8> dev=<mine's /dev/cd0c> -data <absolute path to ISO file>
seen from Romania

seen from Germany

seen from Thailand
seen from China

seen from Thailand

seen from Finland
seen from United Kingdom

seen from China
seen from Vietnam
seen from Malaysia

seen from United States
seen from Belgium

seen from Türkiye
seen from United States
seen from United States

seen from United States
seen from Japan

seen from United States
seen from United States

seen from Germany
Command to burn ISO in OpenBSD: cdrecord -v speed=<mine's 8> dev=<mine's /dev/cd0c> -data <absolute path to ISO file>
cdrtools version 3.00 for OS X
The formula for cdrtools was recently updated to version 3.00.
To install cdrtools on your Mac, open your Terminal application and run the following commands;
brew update brew install cdrtools
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13
require 'formula' class Cdrtools < Formula url 'ftp://ftp.berlios.de/pub/cdrecord/cdrtools-3.00.tar.gz' homepage 'http://cdrecord.berlios.de/private/cdrecord.html' md5 'bb21cefefcfbb76cf249120e8978ffdd' depends_on 'smake' => :build def install system "smake", "INS_BASE=#{prefix}", "INS_RBASE=#{prefix}", "install" end end
This package, cdrtools, depends on;
smake
See which packages depend on cdrtools.