New info
authorviric@llimona
Thu, 15 May 2008 19:58:47 +0200
changeset 2 4d3e5debb377
parent 1 840aebd2e31e
child 3 77c382ef2850
New info
aspell.1.txt
cdrecord.1.txt
convert.1.txt
djvu.1.txt
grub.1.txt
intrinsecs.1.txt
mandarina.1.txt
mencoder.1.txt
mpc.1.txt
mplayer.1.txt
prs505.1.txt
renda.1.txt
tex.1.txt
x.1.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aspell.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,6 @@
+aspell -c file
+
+  -t   TeX mode
+  --encoding=utf-8
+  -p file    personal word list file name
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cdrecord.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,8 @@
+Borrar el contingut d'un CD:
+ sudo cdrecord blank=fast
+
+Options:
+ -driveropts=burnfree   Burn free
+ speed=X                Speed
+ -eject
+ -v                     View progress
--- a/convert.1.txt	Thu May 15 19:00:38 2008 +0200
+++ b/convert.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -2,3 +2,5 @@
   convert a.png -resize 50x50% b.png
   (add a ! after % if you're not interest in aspect ratio.
   (add -filter lanczos before -resize, if you want a lanczos resizer)
+Crop:
+  -crop widthxheight{+-}x{+-}y{%}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/djvu.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,2 @@
+Good image compression:
+  c44 -decibel 25+10+10
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/grub.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,12 @@
+Nomenclatura:
+hd0 - hda
+hd1 - hdb
+
+hd0,0 - hda1
+hd0,1 - hda2
+
+Per instal·lar-lo:
+$ grub
+> root (hd0,0)
+> setup (hd0)
+> quit
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/intrinsecs.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,1 @@
+#include <xmmintrin.h>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mandarina.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,14 @@
+Particions:
+Disc /dev/hda: 60.0 GiB, 60011642880 octets
+138 capçals, 63 sectors/pista, 13481 cilindres
+Unitats = cilindres de 8694 * 512 = 4451328 octets
+
+Dispositiu Arrenc.   Comença       Acaba    Blocs    Id  Sistema
+/dev/hda1               1        2248     9772024+  83  Linux
+/dev/hda2   *        2249        2253       21735   83  Linux
+/dev/hda3            4497       13481    39057795    5  Estesa
+/dev/hda4            2254        4496     9750321   8e  Linux LVM
+/dev/hda5            4497        4555      256441+  82  Linux swap / Solaris
+/dev/hda6            4556       13481    38801290+  8e  Linux LVM
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mencoder.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,15 @@
+Pel google video:
+- Audio AAC, 44100 Hz, 2 ch, s16le, 125.6 kbit/8.90% (ratio: 15702->176400)
+- Video: x264, 320x240, 380kbps ?
+
+Scaler:
+-vf scale=320:240 -sws 9
+
+Audio:
+-oac mp3lame -lameopts preset=128
+
+Video:
+-ovc x264 -x264encopts bitrate=380:subq=4:bframes=4:b_pyramid:weight_b:pass=1:psnr:turbo=1
+
+Tot:
+mencoder -vf scale=320:240 -sws 9 -oac mp3lame -lameopts preset=128 -ovc x264 -x264encopts bitrate=380:subq=4:bframes=4:b_pyramid:weight_b:pass=1:psnr:turbo=1 -o out.avi file.avi
--- a/mpc.1.txt	Thu May 15 19:00:38 2008 +0200
+++ b/mpc.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -1,1 +1,2 @@
-mppdec a.mpc a.wav
+From musepack-tools.
+$ mppdec a.mpc a.wav
--- a/mplayer.1.txt	Thu May 15 19:00:38 2008 +0200
+++ b/mplayer.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -4,6 +4,9 @@
 - Play dvd:
    mplayer -slang ca -alang ca -vf lavcdeint dvd://1
 
+- Start at second X
+   mplayer -ss X
+
 - File subtitles:
    mplayer -utf8 -sub file.stt a.avi
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/prs505.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,10 @@
+Tools for linux:
+http://www.mobileread.com/forums/showthread.php?t=11618&highlight=kovid+tool
+libprs500
+It contains a html2ltf.
+
+Information related to better rasterization:
+http://hightech.afmag.net/converting-pdf-to-the-lrf-using-a-rasterfarianmsh_lrsparser-combo.html
+
+pdflrf:
+pdflrf -t title -a author --rotation=0 -s -i input -o output.lrf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/renda.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,2 @@
+adjudicatari: 
+subjecte passiu: al heredar... el que no mor - hereda. No?
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tex.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,2 @@
+Rebuild the ls-R database: texhash
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/x.1.txt	Thu May 15 19:58:47 2008 +0200
@@ -0,0 +1,2 @@
+Informació d'una finestra:
+  xprop