I am submitting some patches to speed up header reading in neomutt. For benchmarking and testing the new code, I have created a small bash script:
I needed a sitemap.xml for some static websites. So I thought, it's just an find with some options... an there it is:
I am currently writing some documentation for a windows program. For that I found halibut a very useful tool, but it doesn't create image tags for the resulting chm files :(
So then, I wrote a small patch which does what I need... but of cause, it's more
a small hack then a real patch, cause the new \img{someimage.png}
tag is
currently only working when running halibut with html output.
A really cool feature would be, when also the Postscript and the PDF Output would work with it... but that would need to much time, that I currently do not have :(
Ein Kumpel schickt ab und an mal einen Newsletter an recht viele Mailadressen von Kunden. Als er das letztens mal wieder machte, stolperte ich in den Logdateien über sehr viele Bounces. Ein weiteres Suchen ergab, das sich im Laufe der Zeit sehr viele ungültige Mailadressen in der Datenbank für diesen Newsletter befunden hatten.
Hier nun ein kleines Skript für die Bourne Again Shell, welches alle Mailadressen aus einer Datenbank (in dem Fall MySQL) ausliest, den MX Rekord heraus sucht und abschließend ein Test-Connect durchführt... und die fehlerhaften Mails danach aus der Datenbank entfernt.
So then, I tried Sieve for delivery to my mailboxes. But the style of the dot-qmail files was much easier to maintain. Then I tried to get my old dot-qmail files to work together with the new Postfix setup. And yes, after some patching and scripting, the local dot-qmail delivery works perfectly together with Postfix ;)
E.g. on Youtube, if you select some new spot within some video,
than you get the full speed, because the local cache of your browser should
be filled. But only some seconds later, the download speed decreases to the
video streaming bitrate :-(
This patch for axel just jumps every N seconds, which can be specified
with the -r
option, to a new spot within the video. This way,
the video site always serves your request in full speed ;)
- tar xzvf lsof_4.56_W.tar.gz
- tar xvf lsof_4.56.tar
- zcat lsof_4.56.diet.diff.gz | patch -p0
- chmod +x lsof_4.56/dialects/linux-dietlibc/Mksrc
- redir4a-1.3.tar.gz
- redir4a-1.3-dt.tar.gz (diff + readme)