Spustite k3b prejdením na → → .
Follow the Quickguide: Copying a Data-CD in 4 Steps located in the K3B handbook.
Ak chcete napáliť MP3 súbory ako zvukové CD, musíte mať nainštalovaný balík libk3b2-extrakodeky. Ak chcete pomôcť s inštaláciou, riaďte sa pokynmi popísanými v dokumente Pridávanie aplikácií.
Spustite k3b prejdením na → → .
Follow the Quickguide: Burning an Audio-CD in 4 Steps located in the K3B handbook.
Nainštalujte nasledujúce balíky
transcode |
libxvidcore4 |
sox |
mjpegtools |
toolame |
libdvdread |
. Ak chcete pomôcť s inštaláciou, riaďte sa pokynmi popísanými v dokumente Pridávanie aplikácií.
Riaďte sa pokynmi Ako extrahovať a kódovať DVD do MPEG-4 AVI s K3b popísanými v K3b príručke.
Open Konsole by going to → → .
At the command prompt type the following line and then press the Enter key: To save the md5sum of file.iso to a file, run:
md5sum file.iso > file.iso.md5
Open Konsole by going to → → .
Assuming that file.iso
and
file.iso.md5
are in the same folder, type the following at
the command prompt and then press the Enter key:
md5sum -c file.iso.md5
Open Konsole by going to → → .
To mount Image (ISO) file type the following at the command prompt, pressing the Enter key after every line:
sudo mkdir /media/iso sudo modprobe loop sudo mount file.iso /media/iso/ -t iso9660 -o loop
To unmount Image (ISO) file type the following at the command prompt and then press the Enter key:
sudo umount /media/iso/