RSSAmplifier

Blog

Nerd Quickies

A growing knowledge database

nerd-quickies.netRSS feed ↗10 posts

Latest posts

Microsoft Silently Dropping Emails – a Sad but True Story

From time to time Microsoft decides to block or even silently drop emails that are sent by my selfhosted email server. It s always a pain and takes a lot of effort to deal with it. This time I decided to Read more The post Microsoft Silently Dropping Emails a Sad but True Story appeared first on Nerd Quickies .

Solve Microsoft Email Block List Errors Instantly

Hosting your own email server and getting block list related Undelivered Mail Returned to Sender errors (e.g. S3150) for Microsoft hosted email domains like hotmail.com? Read on to find out how to reliably work around this issue quickly. Well, I Read more The post Solve Microsoft Email Block List Errors Instantly appeared first on Nerd Quickies .

Logitech QuickCam Pro 5000 under Windows 10

Is it possible to get good old QuickCam Pro 5000 working under Windows 10? Yes, it is! And it s quick and easy. Learn how to find and install the matching driver. Recently I updated my Windows 7 to Windows 10. Read more The post Logitech QuickCam Pro 5000 under Windows 10 appeared first on Nerd Quickies .

Use ncdu to analyze disk usage

Have you ever wished to have a tool like WinDirStat, SequoiaView, SpaceSniffer, TreeSize or similar for the linux console? ncdu to the rescue! 1. Install ncdu isn t installed in most linux distribution. Therefore you have to install it first. In Read more The post Use ncdu to analyze disk usage appeared first on Nerd Quickies .

Setup LAN/WLAN Bridge with OpenWrt (LuCI) (updated)

Some time ago I had to connect a device to my network that could be only connected via network wire. Unfortunately there was no access to a switch or something similar nearby. But my network (of course) has a wifi Read more The post Setup LAN/WLAN Bridge with OpenWrt (LuCI) (updated) appeared first on Nerd Quickies .

Setup LAN/WLAN Bridge with OpenWrt (LuCI)

Recently I had to connect a device to my network that could be only connected via network wire. Unfortunately there was no access to a switch or something similar nearby. But my network (of course) has a wifi access point Read more The post Setup LAN/WLAN Bridge with OpenWrt (LuCI) appeared first on Nerd Quickies .

rm: delete files before (or after) a specific date

Sometimes I have to delete files before or after a specific date. Here is a one liner to do this: Delete files after a specific date Executing the following lines results in deletion of files last changed after 01-01-2017 00:00 Read more The post rm: delete files before (or after) a specific date appeared first on Nerd Quickies .

rsync: synchronize two websites and set local user

Today a simple one liner for synchronizing a remote website to another server. In my case I just wanted to get the file data from a production website to a local website using the according user and group of the Read more The post rsync: synchronize two websites and set local user appeared first on Nerd Quickies .

KeePass: ‘Error getting response stream’ on Linux

Trying to open or sync a KeePass database via SSL (doesn t matter if it is http, ftp or even webdav) on Linux shows me an error: Here is the reason why and how to fix this: Well, the reason is, Read more The post KeePass: Error getting response stream on Linux appeared first on Nerd Quickies .

Spamassassin: BAYES_00=-1.90 although sa-learn runs daily

I recently noticed that my spamassassin bayes filter doesn’t seem to work. And this is even though I run a script, that uses sa-learn to learn ham and spam tokens daily. Looking at the header of SPAM mail, I often Read more The post Spamassassin: BAYES_00=-1.90 although sa-learn runs daily appeared first on Nerd Quickies .