A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Jump to

Quick reference

Showing posts with label cd. Show all posts
Showing posts with label cd. Show all posts

svn: Files skipped

Is subversion displaying a message that some files/directories were "skipped" ?
If you are using symlinks, try cd'ing into the directory, or using the full path instead.

Burning .gbi files to CD

In Windows:
  • MagicISO
  • gBurner

In Linux:
  • K3B - doesn't seem to work
  • You can't burn .gbi files natively in Linux, you can only burn .iso files
  • There is daa2iso (gbi to iso), but it may need to be compiled for Linux.
  • Or use the Windows version like this: wine daa2iso.exe name.gbi name.iso