SimpleBurner
Još jedna komandna alatka? Što da ne. Pogotovo ako olakšava neki od zadataka koji zahtevaju mnogo bolje poznavanje komandnih alata na Linuks operativnom sistemu. Ovo je mali skript za pisanje CD/DVD diskova iz komandne linije. Vrlo je jednostavan za korišćenje, pisan je u Perlu i ima mali broj vrlo jednostavnih opcija.
Citat:DESCRIPTION:
Simpleburner,written to make Your burning CD/DVD's easier. It's working under the CLI environment,
unlike bashburn it don't have UI. From now You could burn Your CD/DVD with only one command!
DEPENDENCES:
perl(>=5.10.0) - http://www.perl.org
cdrkit - http://www.cdrkit.org/
INSTALLATION:
To get the source of simpleburner run:
$ git clone git://repo.or.cz/simpleburner.git
And then install with command:
# install -Dm simpleburner/simpleburner.pl /usr/bin/simpleburner
You could also install it with PKGBUILD from AUR
WARNING:
To burn Your CD You must put Your files into default /tmp/burner directory or run burner with —data=/your/burndata/directory option
WARNING:
If You create iso image, by default You'll find it in /tmp directory but You could set Your own location
OPTIONS:
help - print help message
test - run in test burn mode
b|burn-only - run without making iso image (‘—name=/full/path/to/image.iso’iso option must be defined) m|makeiso - make only iso image (without burn), by default Your iso file will be stored in /tmp
data=s - set directory willth data to burn (default /tmp/burner)
name=s - set name of iso file (defaultault cd.iso)
burner=s - set burner to use (default /dev/sr0)
Zvančna strana:
http://sirmacik.azalayah.net/simpleburner/
Download:
http://repo.or.cz/w/simpleburner.git?a=blob_plain;f=simpleburner.pl;hb=HEAD
|