There are quite a few blogs about this subject, but I wanted to share how I performed this database link from Oracle to PostgreSQL. Though I mention Oracle 19C, these steps will probably work on all Oracle database versions from 11G onward. For the PostgreSQL version, this will work presumably Lees verder
Linux
GeoIP update on Kali for Netsniff gives error about license
Today I got this error from this cron job on my Kali box test -x /usr/bin/geoipupdate && /usr/bin/geoipupdate The error: Error retrieving updates: error updating GeoLite2-Country: error updating: unexpected HTTP status code: 401 Unauthorized: An account ID and license key are required to use this service. On this error I Lees verder
The use of apticron in Kali gives mktemp warning
After a apt dist-upgrade I got an email every time a cronjob called apticron: This is the one liner that gives this warning: if test -x /usr/sbin/apticron; then /usr/sbin/apticron –cron; else true; fi You can test this by performing this one liner on the command line. After some digging I Lees verder
Logwatch mail showing no iptables entries in Ubuntu/Mint
I use logwatch to send me an email every day from a few servers I maintain at home (for monitoring websites of my clients for instance with Zabbix and Nagios). I have a few Raspberry Pi’s and a few Linux Mint servers which have logwatch set up. After I recently Lees verder