Automated merge with file:///cygdrive/e/srv/hg/tips
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 28 Nov 2010 10:48:15 +0200
changeset 725 3d1624dc2535
parent 724 30ab3155f89a (diff)
parent 718 ae7901208bc6 (current diff)
child 726 7f61f6c5e0d0
Automated merge with file:///cygdrive/e/srv/hg/tips
--- a/blog.rst	Sun Nov 28 10:48:01 2010 +0200
+++ b/blog.rst	Sun Nov 28 10:48:15 2010 +0200
@@ -112,3 +112,27 @@
 
   http://byteflow.su/
 
+* Blog services.
+
+** Cost-free blog services.
+
+ * Blogspot.
+ * Livejornal.
+ * Wordpress.
+
+** Commercial blog services.
+
+ * TypePad.
+
+  http://www.typepad.com/
+
+* Blog API.
+
+** MetaWeblog
+
+** WordPress API.
+
+** XML-RPC.
+
+** APP.
+
--- a/laser-disk.rst	Sun Nov 28 10:48:01 2010 +0200
+++ b/laser-disk.rst	Sun Nov 28 10:48:15 2010 +0200
@@ -68,6 +68,14 @@
 
 ** DVD.
 
+* Make an ISO image.
+
+  $ dd if=/dev/dvd of=dvd.iso  # for dvd
+  $ dd if=/dev/cdrom of=cd.iso # for cdrom
+  $ dd if=/dev/scd0 of=cd.iso  # if cdrom is scsi
+
+  $ mkisofs -o /tmp/cd.iso /tmp/directory/ # from file hierarchy
+
 * Burning tools.
 
 ** cdrtools.
@@ -82,17 +90,31 @@
 
 ** cdrkit.
 
-Fully GPL alternative for cdrtools.
+Fully GPL alternative for cdrtools. Includes:
+
+ * wodim (an acronym for write optical disk media), which was forked from the cdrecord program in
+   cdrtools.
+ * icedax (an acronym for incredible digital audio extractor), which was forked from the cdda2wav
+   program in cdrtools.
+ * genisoimage (short for generate ISO image), which was forked from the mkisofs program in
+   cdrtools.
 
 See
 
   http://www.cdrkit.org/
   http://en.wikipedia.org/wiki/Cdrkit
 
-*** Installation.
+*** Installing.
+
+Debian:
 
   $ sudo apt-get install wodim genisoimage
 
+Cygwin (cdrecord is symlink to wodim, mkisofs is symlink to genisoimage, cdrkit contain only
+READMY):
+
+  $ setup.exe -p cdrkit,wodim,genisoimage
+
 *** Make iso image.
 
   $ genisoimage -A "<info>" -gui -J -R -o <img-file> <dir1> <dir2> ...
@@ -113,7 +135,7 @@
   http://scdbackup.sourceforge.net/cdrskin_eng.html
   http://en.wikipedia.org/wiki/Cdrskin
 
-*** Installation.
+*** Installing.
 
   $ sudo apt-get install cdrskin
 
@@ -130,3 +152,4 @@
 
   http://scdbackup.webframe.org/xorriso_eng.html
   http://en.wikipedia.org/wiki/xorriso
+
--- a/web-search.rst	Sun Nov 28 10:48:01 2010 +0200
+++ b/web-search.rst	Sun Nov 28 10:48:15 2010 +0200
@@ -1,5 +1,9 @@
 -*- mode: outline; coding: utf-8 -*-
 
+* Dictionary Search.
+
+  http://www.onelook.com/
+
 * Google search query syntax.
 
   http://www.google.com/support/websearch/bin/answer.py?answer=136861