Aggressive Vodafone Router

, 1 min read

Vodafone router does not allow to turn off firewall permanently. It will insist on switching it on after 24 hours. Version of this router in question: Firmware version: 01.02.037.03.12.EURO.SIP Productname: Vodafone Docsis 3.1 This "Made in China" router using…

Statistics of this Blog: Crossed 100.000 Views

, 1 min read

This blog was viewed more than 100.000 times since its inception and had more than 76.750 visitors. The averages per month are: As numbers: The most popular posts over one year are: The most popular posts over all years are: Distribution of countries accessing this blog over last 365 days, USA…

Contribution to scientific publications in GPUGrid

, 1 min read

Looking at my account page in GPUGrid I notice that my computations have lead to some publications. Nice. Task Papers Topic 3063rd/3113 Giorgino et al, J. Chem. Theory Comput, 2012 cancer 3389th/5798 Sadiq et al, PNAS 2012 hiv 1801st/1995 Venken et al, JCTC 2013 hiv 1886th/3349 Buch et…

Chinese Hackers

, 3 min read

I am running fail2ban since November 2017 and all unsuccessful attempts to log-in to sshd are monitored. Breaking down these attempts according country shows that Chinese IP addresses are coming first here. The numbers are: 27639 China 13589 United States 8641 France 3985 India 3418 …

slurmctld showing nodes as 'drain'

, 1 min read

Recently one node was changed from octacore to hexacore. Since that time sinfo showed this node in STATE drain. Stopping and restarting slurmctld did not resolve the issue. Log file /var/log/slurm-llnl/slurmctld.log showed [2019-12-31T23:57:52.588] error: Node X appears to have a different…

Oracle Deadlock When Using Bitmap Index

, 1 min read

When using bitmap indexes in Oracle database one must watch out for deadlocks, see for example Tom Kyte's remark on Bitmap indexes and locking. This is by design of bitmap indexes. Below example is given in Oracle Bitmap Indexes Limitations/Restrictions. Problem occurs on "Oracle Database 12c…

Updating IP Address in Dynu

, 1 min read

Dynu is a free dynamic DNS service. As described in Microsoft Brought Down No-IP.org I have to cope with big business just pushing their own interest and not caring on small business or private customers. I tried to update IP address for Dynu using ddclient using package ddclient. This failed. The…

Statistics of this Blog: Crossed 90.000 Views

, 1 min read

This blog was viewed more than 90.000 times since its inception and had more than 68.630 visitors. The averages per month are: The most popular posts over one year are: The most popular posts over all years are: USA is at the top of viewers of my blog this year, as before:

Google Chrome in Android Cannot Clear Cookies

, 1 min read

Google Chrome on Android version 74.0.3729 can no longer clear history, cookies, local data, etc. See screenshot below. Even when this process is running completely uninterrupted, nothing happens. I.e., changing display sleep time to 30 minutes, Google Chrome will not finish. Problem solution:…

Showing History of Visits in Mozilla Firefox

, 1 min read

If one needs to know when some website has been visited in Mozilla Firefox then go to the default directory and open the places.sqlite file: cd ~/.mozilla/firefox/<xyz>.default/ sqlite3 places.sqlite Issue below SQL command select visit_date, datetime(visit_date/1000000,…

WordPress.com down for a few minutes

, 1 min read

On 04-Mar-2019 I shortly experienced a downtime of my two blogs here on WordPress.com. Just a few minutes. Because this is so rare I made a screenshot of this event. See below. Below two blogs were affected: Elmar Klausmeier's Weblog Collected Links

java.sql.SQLRecoverableException: IO Error: Connection reset by peer, Authentication lapse

, 1 min read

I encountered the following error, when I wanted to connect to Oracle v12.2.0.1.0 database with Java 1.8.0_192-b26: java.sql.SQLRecoverableException: IO Error: Connection reset by peer, Authentication lapse 321631 ms. This was unexpected as the same program did run absolutely fine on another Linux…

Web Interface to Oracle Database

, 1 min read

I had to provide access to an Oracle database but the standard port at 1521 was hindered by company firewall and company proxy rules. In previous times there was iSQL*Plus, but this product no longer seems to be available. I found Adminer as an alternative. It is written by Jakub Vrána. It is very…

Statistics of this Blog: Crossed 80.000 Views

, 1 min read

This blog was viewed more than 80.200 times since its inception and had more than 60.000 visitors. The averages per month are: Between 1,000 and 2,000 views per month in bar chart form: The most popular posts over all years are: The most popular blog posts this year were: USA is at the top of…

Blocking Network Attackers

, 19 min read

In Using Odroid as IP Router I wrote about using my Odroid as router and firewall. Additionally I inspect who tries to log-in to my machines using the lastb command. Sample output is below: $ lastb admin ssh:notty 202.166.220.10 Mon Oct 1 09:51 - 09:51 (00:00) admin ssh:notty …

Passing HashMap from Java to Java Nashorn

, 3 min read

Java Nashorn is the JavaScript engine shipped since Java 8. You can therefore use JavaScript wherever you have at least Java 8. Java 8 also has a standalone interpreter, called jjs. It is possible to create a Java HashMap and use this structure directly in JavaScript. Here is the code: import…

Statistics of this Blog: Crossed 70.000 Views

, 1 min read

This blog was viewed more than 71.400 times since its inception and had more than 54.000 visitors. The averages per month are: Between 1,000 and 2,000 views per month in bar chart form: The most popular blog posts over all years are: The most popular blog posts this year were:

Balking ARM ArchLinux Update

, 1 min read

Had an issue with update of ARM ArchLinux which I use here. Error messages like: (95/95) checking keys in keyring [####################################################] 100% (95/95) checking package integrity …

Using Scooter Software Beyond Compare

, 1 min read

Beyond Compare is a graphical file comparison tool sold by Scooter Software. Its open-source competitors are mainly vimdiff, and kdiff3. Its advantage is ease-of-use. While comparing files they can be edited instantly. You can diff complete directory trees. It is written in Delphi Object Pascal,…

Instant Messaging Client Pidgin and Skype / Lync

, 1 min read

One can use the instant messaging client Pidgin and Skype. Skype for Business was previously called Lync. Install Pidgin pacman -S pidgin and install the SIP/Simple protocol for Skype for Business/Office 365/Lync pacman -S pidgin-sipe Setting up the account: Use your company mail-address.…