Linux: Found 9 articles
Recently I bought a Fujitsu
SP-1120 to replace my rather slow and old flatbed scanner. The
Fujitsu is an an automatic document feeder (ADF) with duplex support.
It’s faster, scans front and back pages in one go and produces a much
better image quality for ocr.
This article describes the installation under Debian Linux and
provides a simple scan-to-pdf shell script.
Continue reading ›
I had to analyse some network requests while I was working on an
Android app project. That turned out to be surprisingly easy, using mitmproxy. This article covers the
proxy installation and usage by wget
and within the source
code of an Android app.
Continue reading ›
This article describes how to disable the laptop screen on Lenovo
Thinkpads. This saves a lot of power and enhances your privacy. Root
privileges required. Tested with a Thinkpad T450 on Debian Stretch.
Continue reading ›
This article describes briefly, how to create a valid, self signed
SSL certificate, which for example is required by web servers. Tested
under Debian Wheezy.
Continue reading ›
For the friends of the text console I’ve created a small shell
script, which extracts text from images and scanned PDF files. You can
specify as many input files as you want. The results are merged into a
single text file. You can open it in your favorite text editor or pipe
it to stdout. The program Tesseract is used for
the text recognition.
Continue reading ›
Calendars and address books contain very sensible personal data. So
it’s not advisable to share them with companies like Google or Apple.
But with more than one client system in use, it is necessary to run an
own calendar server to synchronize that data between the clients.
The first part of this article describes the installation and
configuration of a calendar and contacts server. After that follows the
presentation of calendar and address book programs for the Linux console
and the Android operating system.
Continue reading ›
Last year I’ve converted my blog to Octopress, a static website generator.
Although I appreciate the general advantages of a static website
generator I miss two features now:
- Octopress doesn’t support multilingual websites
- It’s mainly for blog’s. Other website layouts are difficult to
realize.
The layout adaption would be fairly time consuming. So I searched for
an alternative website generator which allows a more flexible design. I
found what I searched for at nanoc. This
article contains the created nanoc theme for this website.
Continue reading ›
This article contains my mailcap file for the console mail client
mutt. With the defined rules in the file it’s possible to open PDF,
DOCX, HTML and other documents in mutt directly.
Continue reading ›