2013. január 18., péntek

apt-get install mysql-server ?!

Mostanában két helyen is belefutottam ugyanebbe... Valami nem jó, le akarom pucolni az egészet, de a fura dependencyk miatt se le, se fel..... ubuntu 11.04 és debian 5 dettó. Ezt most már ideírom.
GRRRRRR

apt-get remove mysql-server..
[...]
root@webtarif:/etc# apt-get install mysql-server
[....]
Processing triggers for ureadahead ...
Setting up libnet-daemon-perl (0.43-1) ...
Setting up libplrpc-perl (0.2020-2) ...
Setting up libdbi-perl (1.612-1) ...
Setting up libdbd-mysql-perl (4.016-1) ...
Setting up mysql-client-core-5.1 (5.1.63-0ubuntu0.11.04.1) ...
Setting up mysql-client-5.1 (5.1.63-0ubuntu0.11.04.1) ...
Setting up mysql-server-core-5.1 (5.1.63-0ubuntu0.11.04.1) ...
Setting up mysql-server-5.1 (5.1.63-0ubuntu0.11.04.1) ...
130118 13:40:56 [Note] Plugin 'FEDERATED' is disabled.
130118 13:40:56  InnoDB: Initializing buffer pool, size = 8.0M
130118 13:40:56  InnoDB: Completed initialization of buffer pool
130118 13:40:56  InnoDB: Started; log sequence number 0 44233
130118 13:40:56  InnoDB: Starting shutdown...
130118 13:41:01  InnoDB: Shutdown completed; log sequence number 0 44233
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libhtml-template-perl (2.9-2) ...
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.1; however:
  Package mysql-server-5.1 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 mysql-server-5.1
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@webtarif:/etc# apt-get install libhtml-template-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
libhtml-template-perl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up mysql-server-5.1 (5.1.63-0ubuntu0.11.04.1) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.1; however:
  Package mysql-server-5.1 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 mysql-server-5.1
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@webtarif:/etc# apt-get install mysql-server-5.1 --fix-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done
mysql-server-5.1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up mysql-server-5.1 (5.1.63-0ubuntu0.11.04.1) ...
130118 13:42:59 [Note] Plugin 'FEDERATED' is disabled.
130118 13:42:59  InnoDB: Initializing buffer pool, size = 8.0M
130118 13:42:59  InnoDB: Completed initialization of buffer pool
130118 13:42:59  InnoDB: Started; log sequence number 0 44233
130118 13:42:59  InnoDB: Starting shutdown...
130118 13:43:04  InnoDB: Shutdown completed; log sequence number 0 44233
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.1; however:
  Package mysql-server-5.1 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 mysql-server-5.1
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@webtarif:/etc# apt-get remove mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  mysql-server
0 upgraded, 0 newly installed, 1 to remove and 76 not upgraded.
2 not fully installed or removed.
After this operation, 94.2 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 58225 files and directories currently installed.)
Removing mysql-server ...
Setting up mysql-server-5.1 (5.1.63-0ubuntu0.11.04.1) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 mysql-server-5.1
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@webtarif:/etc# apt-get remove mysql-server-5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  mysql-server-5.1
0 upgraded, 0 newly installed, 1 to remove and 76 not upgraded.
1 not fully installed or removed.
After this operation, 13.5 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 58222 files and directories currently installed.)
Removing mysql-server-5.1 ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...

root@webtarif:/etc# dpkg -l|grep mysql
ii  libdbd-mysql-perl                  4.016-1                            Perl5 database interface to the MySQL database
ii  libmysqlclient-dev                 5.1.63-0ubuntu0.11.04.1            MySQL database development files
ii  libmysqlclient16                   5.1.63-0ubuntu0.11.04.1            MySQL database client library
ii  mysql-admin                        5.0r14+openSUSE-2.2ubuntu1         GUI tool for intuitive MySQL administration
ii  mysql-client-5.1                   5.1.63-0ubuntu0.11.04.1            MySQL database client binaries
ii  mysql-client-core-5.1              5.1.63-0ubuntu0.11.04.1            MySQL database core client binaries
ii  mysql-common                       5.1.63-0ubuntu0.11.04.1            MySQL database common files, e.g. /etc/mysql/my.cnf
ii  mysql-gui-tools-common             5.0r14+openSUSE-2.2ubuntu1         Architecture independent files for MySQL GUI Tools
ii  mysql-query-browser                5.0r14+openSUSE-2.2ubuntu1         Official GUI tool to query MySQL database
rc  mysql-server-5.1                   5.1.63-0ubuntu0.11.04.1            MySQL database server binaries and system database setup
ii  mysql-server-core-5.1              5.1.63-0ubuntu0.11.04.1            MySQL database server binaries

root@webtarif:/etc# apt-get remove mysql-server-core-5.1 mysql-common mysql-admin mysql-client-5.1 mysql-client-core-5.1 --purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  policykit-1-gnome libplist1 aspell-en libgtk2.0-common libatk1.0-0 libtalloc2 libcdio10 libxfixes3 libenchant1c2a libgnomevfs2-0 libatasmart4 libgail18
  libarchive1 libntfs10 libgphoto2-port0 libgnome2-0 gamin aspell usbmuxd libindicator3 obex-data-server indicator-application libvorbisfile3
  libgnome-keyring0 libdbusmenu-glib3 libavahi-common-data udisks glib-networking libproxy0 libtdb1 hunspell-en-us mysql-gui-tools-common gconf2
  libusb-1.0-0 libgvfscommon0 policykit-1 mtools libsoup2.4-1 libgphoto2-2 liblvm2app2.2 hicolor-icon-theme libsmbclient libgamin0 libdatrie1 fontconfig
  libcairomm-1.0-1 libxfont1 libgconf2-4 libglibmm-2.4-1c2a libatkmm-1.6-1 libgnome2-common libcdio-cdda0 libhunspell-1.2-0 libpango1.0-0 libcups2 libgdu0
  libpangomm-1.4-1 libgtk2.0-bin libxft2 libdbusmenu-gtk3 dictionaries-common libxcomposite1 libthai0 libpython2.7 libidl0 libgtkmm-2.4-1c2a
  libimobiledevice2 libgudev-1.0-0 libbonobo2-0 libglade2-0 libbluetooth3 zlib1g-dev libasound2 libatk1.0-data libjson-glib-1.0-0 libwbclient0
  libdevmapper-event1.02.1 libsoup-gnome2.4-1 gconf2-common libappindicator1 libtiff4 libfontenc1 libjasper1 ntfsprogs libjpeg62 libusbmuxd1 xfonts-utils
  libcdio-paranoia0 libcanberra0 libthai-data libgdk-pixbuf2.0-0 gnome-mime-data libavahi-client3 liborbit2 libpolkit-backend-1-0 x11-common
  libbonobo2-common libsgutils2-2 libavahi-glib1 libxdamage1 gvfs gvfs-backends libexif12 dbus-x11 libxi6 libvorbis0a libxcursor1 xfonts-encodings
  libavahi-common3 libxinerama1 defoma libxrandr2 x-ttcidfont-conf libaspell15 libgtk2.0-0 libgtkhtml3.14-19 libpolkit-agent-1-0 libopenobex1
  libgnomevfs2-common libogg0
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  libdbd-mysql-perl* libmysqlclient-dev* libmysqlclient16* mysql-admin* mysql-client-5.1* mysql-client-core-5.1* mysql-common* mysql-query-browser*
  mysql-server-core-5.1*
0 upgraded, 0 newly installed, 9 to remove and 76 not upgraded.
After this operation, 56.0 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 58155 files and directories currently installed.)
Removing mysql-client-5.1 ...
Removing libdbd-mysql-perl ...
Removing libmysqlclient-dev ...
Removing mysql-server-core-5.1 ...
Removing mysql-client-core-5.1 ...
Removing mysql-query-browser ...
Purging configuration files for mysql-query-browser ...
Removing mysql-admin ...
Purging configuration files for mysql-admin ...
Removing libmysqlclient16 ...
Purging configuration files for libmysqlclient16 ...
Removing mysql-common ...
Purging configuration files for mysql-common ...
Processing triggers for man-db ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

root@webtarif:/etc# dpkg -l|grep mysql
ii  mysql-gui-tools-common             5.0r14+openSUSE-2.2ubuntu1         Architecture independent files for MySQL GUI Tools
rc  mysql-server-5.1                   5.1.63-0ubuntu0.11.04.1            MySQL database server binaries and system database setup
root@webtarif:/etc# apt-get remove mysql-server-5.1 --purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  policykit-1-gnome libplist1 aspell-en libgtk2.0-common libatk1.0-0 libtalloc2 libcdio10 libxfixes3 libenchant1c2a libgnomevfs2-0 libatasmart4 libgail18
  libarchive1 libntfs10 libgphoto2-port0 libgnome2-0 gamin aspell usbmuxd libindicator3 obex-data-server indicator-application libvorbisfile3
  libgnome-keyring0 libdbusmenu-glib3 libavahi-common-data udisks glib-networking libproxy0 libtdb1 hunspell-en-us mysql-gui-tools-common gconf2
  libusb-1.0-0 libgvfscommon0 policykit-1 mtools libsoup2.4-1 libgphoto2-2 liblvm2app2.2 hicolor-icon-theme libsmbclient libgamin0 libdatrie1 fontconfig
  libcairomm-1.0-1 libxfont1 libgconf2-4 libglibmm-2.4-1c2a libatkmm-1.6-1 libgnome2-common libcdio-cdda0 libhunspell-1.2-0 libpango1.0-0 libcups2 libgdu0
  libpangomm-1.4-1 libgtk2.0-bin libxft2 libdbusmenu-gtk3 dictionaries-common libxcomposite1 libthai0 libpython2.7 libidl0 libgtkmm-2.4-1c2a
  libimobiledevice2 libgudev-1.0-0 libbonobo2-0 libglade2-0 libbluetooth3 zlib1g-dev libasound2 libatk1.0-data libjson-glib-1.0-0 libwbclient0
  libdevmapper-event1.02.1 libsoup-gnome2.4-1 gconf2-common libappindicator1 libtiff4 libfontenc1 libjasper1 ntfsprogs libjpeg62 libusbmuxd1 xfonts-utils
  libcdio-paranoia0 libcanberra0 libthai-data libgdk-pixbuf2.0-0 gnome-mime-data libavahi-client3 liborbit2 libpolkit-backend-1-0 x11-common
  libbonobo2-common libsgutils2-2 libavahi-glib1 libxdamage1 gvfs gvfs-backends libexif12 dbus-x11 libxi6 libvorbis0a libxcursor1 xfonts-encodings
  libavahi-common3 libxinerama1 defoma libxrandr2 x-ttcidfont-conf libaspell15 libgtk2.0-0 libgtkhtml3.14-19 libpolkit-agent-1-0 libopenobex1
  libgnomevfs2-common libogg0
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  mysql-server-5.1*
0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.

root@webtarif:/etc# dpkg -l|grep mysql
ii  mysql-gui-tools-common             5.0r14+openSUSE-2.2ubuntu1         Architecture independent files for MySQL GUI Tools
rc  mysql-server-5.1                   5.1.63-0ubuntu0.11.04.1            MySQL database server binaries and system database setup

root@webtarif:/etc# apt-get install mysql-server-5.1 mysql-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  policykit-1-gnome libplist1 aspell-en libgtk2.0-common libatk1.0-0 libtalloc2 libcdio10 libxfixes3 libenchant1c2a libgnomevfs2-0 libatasmart4 libgail18
  libarchive1 libntfs10 libgphoto2-port0 libgnome2-0 gamin aspell usbmuxd libindicator3 obex-data-server indicator-application libvorbisfile3
  libgnome-keyring0 libdbusmenu-glib3 libavahi-common-data udisks glib-networking libproxy0 libtdb1 hunspell-en-us mysql-gui-tools-common gconf2
  libusb-1.0-0 libgvfscommon0 policykit-1 mtools libsoup2.4-1 libgphoto2-2 liblvm2app2.2 hicolor-icon-theme libsmbclient libgamin0 libdatrie1 fontconfig
  libcairomm-1.0-1 libxfont1 libgconf2-4 libglibmm-2.4-1c2a libatkmm-1.6-1 libgnome2-common libcdio-cdda0 libhunspell-1.2-0 libpango1.0-0 libcups2 libgdu0
  libpangomm-1.4-1 libgtk2.0-bin libxft2 libdbusmenu-gtk3 dictionaries-common libxcomposite1 libthai0 libpython2.7 libidl0 libgtkmm-2.4-1c2a
  libimobiledevice2 libgudev-1.0-0 libbonobo2-0 libglade2-0 libbluetooth3 zlib1g-dev libasound2 libatk1.0-data libjson-glib-1.0-0 libwbclient0
  libdevmapper-event1.02.1 libsoup-gnome2.4-1 gconf2-common libappindicator1 libtiff4 libfontenc1 libjasper1 ntfsprogs libjpeg62 libusbmuxd1 xfonts-utils
  libcdio-paranoia0 libcanberra0 libthai-data libgdk-pixbuf2.0-0 gnome-mime-data libavahi-client3 liborbit2 libpolkit-backend-1-0 x11-common
  libbonobo2-common libsgutils2-2 libavahi-glib1 libxdamage1 gvfs gvfs-backends libexif12 dbus-x11 libxi6 libvorbis0a libxcursor1 xfonts-encodings
  libavahi-common3 libxinerama1 defoma libxrandr2 x-ttcidfont-conf libaspell15 libgtk2.0-0 libgtkhtml3.14-19 libpolkit-agent-1-0 libopenobex1
  libgnomevfs2-common libogg0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libdbd-mysql-perl libmysqlclient16 mysql-client-5.1 mysql-client-core-5.1 mysql-server-core-5.1
Suggested packages:
  tinyca
The following NEW packages will be installed:
  libdbd-mysql-perl libmysqlclient16 mysql-client-5.1 mysql-client-core-5.1 mysql-common mysql-server-5.1 mysql-server-core-5.1
0 upgraded, 7 newly installed, 0 to remove and 76 not upgraded.
Need to get 0 B/21.5 MB of archives.
After this operation, 51.3 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package mysql-common.
(Reading database ... 57552 files and directories currently installed.)
Unpacking mysql-common (from .../mysql-common_5.1.63-0ubuntu0.11.04.1_all.deb) ...
Selecting previously deselected package libmysqlclient16.
Unpacking libmysqlclient16 (from .../libmysqlclient16_5.1.63-0ubuntu0.11.04.1_i386.deb) ...
Selecting previously deselected package libdbd-mysql-perl.
Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_4.016-1_i386.deb) ...
Selecting previously deselected package mysql-client-core-5.1.
Unpacking mysql-client-core-5.1 (from .../mysql-client-core-5.1_5.1.63-0ubuntu0.11.04.1_i386.deb) ...
Selecting previously deselected package mysql-client-5.1.
Unpacking mysql-client-5.1 (from .../mysql-client-5.1_5.1.63-0ubuntu0.11.04.1_i386.deb) ...
Selecting previously deselected package mysql-server-core-5.1.
Unpacking mysql-server-core-5.1 (from .../mysql-server-core-5.1_5.1.63-0ubuntu0.11.04.1_i386.deb) ...
Processing triggers for man-db ...
Setting up mysql-common (5.1.63-0ubuntu0.11.04.1) ...
Selecting previously deselected package mysql-server-5.1.
(Reading database ... 57747 files and directories currently installed.)
Unpacking mysql-server-5.1 (from .../mysql-server-5.1_5.1.63-0ubuntu0.11.04.1_i386.deb) ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up libmysqlclient16 (5.1.63-0ubuntu0.11.04.1) ...
Setting up libdbd-mysql-perl (4.016-1) ...
Setting up mysql-client-core-5.1 (5.1.63-0ubuntu0.11.04.1) ...
Setting up mysql-client-5.1 (5.1.63-0ubuntu0.11.04.1) ...
Setting up mysql-server-core-5.1 (5.1.63-0ubuntu0.11.04.1) ...
Setting up mysql-server-5.1 (5.1.63-0ubuntu0.11.04.1) ...
mysql start/running, process 22006
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place


Ennyi. Hogy b******

2013. január 12., szombat

Telekocsi útitárs ?

Többféle használható teleautós oldalt találni a neten. Van már zivi.hu és autosztunk.hu de - bár lényegesen könnyebben és jobban használható oldalakról van szó - mégis úgy érzem, az oszkár népszerűségét nagyon nehéz lesz megszorítaniuk. Kicsit ez az ország ahhoz, hogy több ilyen oldal is működőképes legyen. Tehát: ha utazol valahova, nézz fel az oszkar.com -ra előbb.
Na most. Felmerülhet az oldal egy fájóan jelentős hiányossága. Nem tudsz rajta emberekre keresni.... Kíváncsi lennél rá, hogy kikkel utazol egy autóban... és nem tudsz rákattintani a nickre. Nem tudod megnézni az adatlapjukat. Ezen segít ez az aprócska kis hack:
Írd be a böngészőbe: http://www.oszkar.com/login/profilok.php?kitkeres=NICKNAME
Persze a telefonszámot ez sem mutatja meg... de máris előbbre vagy.

pdf-ből epub

Akinek van e-book olvasója, biztosan találkozott már ezzel a problémával.
Miért nem jó a pdf? Mert... béna. Nem szöveg, hanem kép, nem nagyítható rendesen, mert akkor kilógna a kijelzőről, hiszen nem tudja a sorokat tördelni.
Na és a mobi vagy az epub? Azok jók, hiszen szöveges formátumúak.
De hogy alakítsuk át a pdf-eket? Az elv egyszerű: OCR. Azaz a képeken a szöveg felismerése és ezen betű szerinti szöveg már tetszés szerint alakítható... lenne. Elvileg.
A neten ráguglizva számos oldalt találhatunk, ahol csak feltöltjük a pdf-et és visszakapjuk az epub-ot. Természetesen egyik sem jó. Vagy a magyar ékezetes karaktereket rontják el (hiába állítod be iso8859-2,re vagy w-1250-re, már ahol lehet) vagy pedig az összes sortörés olyan lesz, hogy...

Eredeti a pdf-ben:

A rendező, Stephen Chbosky írt egy saját könyvet 1999-ben, amit saját bevallása szerint a filmvászonra is föl szeretett volna vinni. Nos, 2012-ben valóra vált számára az álom, hiszen elkészíthette a The Perks of Being a Wallflower című filmet. 

Egy jellemző online átalakított epub:

A rendező, Stephen Chbosky írt egy saját könyvet 1999-ben, amit saját bevallása 
szerint a filmvászonra is föl szeretett volna vinni. 
Nos, 2012-ben valóra vált számára az álom, hiszen elkészíthette a The Perks of 
Being a Wallflower című filmet.

Ronda és buta. Ilyenek pl. a ebook.online-convert.com vagy a www.2epub.com nem is folytatom a sort. Használhatatlan mind.

Próbálkozhatsz freeware progikkal is. Pl. a PdfMate Pdf Converter vagy a Pdf2mobi nevű. Erről magyarul pl. itt olvashatsz bővebben: http://hvg.hu/Tudomany/PDFek_es_kepfajlok_osszefuzese_es_exportala_7IY1Z3 Az elv szép, a gyakorlat nem annyira. Rengeteget végigpróbáltam, mindegyiknek volt valami problémája, egyiknek ez, másiknak az....

A legjobb megoldás a Calibre nevű program használata. Itt http://hvg.hu/Tudomany/20100207_e_book_keszites_calibre olvashatsz róla egy irományt, itt pedig egy lényegesen lelkiismeretesebb tutorialt http://qltura.blog.hu/2011/01/22/hajtek_pdf_konvertalas_epub_formatumba Én most ettől is tovább szeretnék menni.

A Calibre nekem nagyon szimpatikus volt, gyorsan ki is ismertem a lelkivilágát és meg is szerettem. Ezek után már mindenképpen ragaszkodtam hozzá, mert remekül katalógizálja a könyveket és elsőre tökéletesen működött az egyébként (még) nem túl ismert Wayteq Xbook 60W típusú olvasómmal. Konvertálni ő is tud, akár mobi-ba, akár epub-ba. Igen ám, de ez is ostoba program... sortörésekkel, formázásokkal nem boldogul. Irigylem azokat, akiknek alapból megfelel az a minőség, amit produkál. Ezért tovább gondolkoztam. 

Arra jutottam, hogy elkerülhetetlen lesz egy külön OCR szoftver alkalmazása. OCR-ről remélem mindenkinek a Recognita (remek magyar szoftver - volt) jut eszébe, amely később Omnipage néven futott be karriert... Én most nem ezt, hanem egy másik kéznél lévő, még könnyebben használható szoftvert használtam, az ABBYY Finereader nevűt. 
Akinek nincs kéznél ilyesmi, az nézze meg ezt: http://www.free-ocr.com/ én nem próbáltam, nekem offline is működnie kell a dolognak. Guglinak is van ilyesmi meg MS-nek is, mindkettő béna és kétséges az eredmény. Ha sok időd van, nézd meg: http://www.origo.hu/techbazis/szamitogep/20110301-szovegfelismerovel-bovult-a-google-ingyenes-szovegszerkesztoje.html

Ja igen, nagyon sokat segített még ez az oldal, a téma iránt aki részletesebben érdeklődik (és szeretne tartalomjegyzéket is generálni: http://pdxnat.wordpress.com/2011/10/31/how-to-make-an-epub-mobi-file/ Akinek esetleg DRM védett e-bookja lenne és pdf-et generálna belőle, itt talál pár hasznos tippet http://loriswp.wordpress.com/2011/07/07/how-to-convert-your-epub-file-to-pdf-format-after-removing-the-drm-protection/

Lényegre térve, az eljárás a következő:


  1. Finereader elindít, pdf to word kiválaszt, .pdf betölt.
  2. A pontos egyezéssel is kísérletezhetsz, ez főleg akkor lesz jó, ha sok a táblázatos formátumú szövegblokk. A legszebb eredményt ez adja, de hülyén formázott könyveknél (pl. ahol iniciálé van, amivel a word nem fog tudni mit kezdeni) a mellékelt ábra szerint érdemes beállítani. (Figyelj a nyelvre!)
  3. Kétszer fogja végignyálazni a pdf-et, először minden oldalt beolvas, aztán minden oldalt szövegfelismer. Ezután kitolja word-be az eredményt. Jó sok idő lesz.
  4. A Word-ben nézd át alaposan az egészet! FORMÁZD a szöveget. Arial vagy Calibri legyen a font, a betű méret pedig 13 vagy 14! EGYSÉGESEN. Egy hagyományos 6" méretű ebook olvasón így lesznek normális méretű betűid és sorközeid. Igen, tudom, hogy ezeket utólag is lehet állítani - ELVILEG. Ha nem zavar, hogy összecsúsznak majd a betűk és a sorvégek elromlanak. Szép eredményt az ebook olvasó már nem fog tudni produkálni neked. Nem, még a Kindle sem. Ha nem hiszel nekem, járj utána. 
  5. A fejezetcímeket szerkeszd meg, legyen mindegyik "címsor 1" vagy hasonló formátum. Lsd. a fenti pdxnat blogot. Tartalomjegyzék generálással próbálkoztam az ottani leírás alapján, nekem még nem jött össze. De az olvashatóságot nagyban javítani fogja a formázás.
  6. Elmented .htm formátumba. 
  7. A Calibre-ben beltöltöd a htm-et és convert to epub. (Nyugodtan hagyhatsz mindent alapértelmezetten, de egy borítóképet azért adj neki.)
  8. Calibre-ben "Küldés a fő memóriába" azaz az ebook olvasóra...
  9. Eszköz kiadása
  10. Megnézed, mit csináltál... :-)

"szakmai blog"

Idestova 8 éve dolgozok rendszergazdaként, de előtte is számítógépekkel foglalkoztam. Rengetegszer felmerült már bennem a gondolat, hogy indítsak egy blogot és elmeséljem benne angolul és magyarul is azokat az érdekes problémákat, amikkel szembesültem (angolul, hogy a gugli is szeressen és legalább esély legyen rá, hogy lesznek látogatóim) - és a megoldást is, amennyiben megtaláltam rá. Nem vagyok egy nagy blogger, így sosem jutottam el idáig.... Egészen mostanáig.

Úgy alakult, hogy megszűnik a munkahelyem. Több önéletrajzot is benyújtottam, egyiket a BalaBit -hez. A jelentkező form-on volt egy érdekes rovat, ahol meg kellett volna adnom a szakmai blogom címét. Nos, ez volt a végső lökés. Így most már van blogom... Igyekszem feltölteni a szívásokkal az elmúlt évekből, legalább címszavakban, mozaikszerűen, vagy linkekkel. Amennyire még emlékszem. :-) Talán 1-2 dolog majd eszembe jut...

Rendszergazdaként és rendszermérnökként főleg Linuxokkal foglalkoztam, sok mindent láttam és sok mindent csináltam is. De Windows 2k3 2k8 és Exchange 2k3 2k7 esetében sem lehetne eladni, bár újat mutatni biztos...  De most nem ilyesmivel indítok. Már tudom is, hogy mi lesz az első komoly bejegyzésem, egy olyan probléma, amivel épp a héten küzdöttem meg. Több-kevesebb sikerrel.