Uncategorized

October 25, 2022

Apache Commons Text vulnerability CVE-2022-42889

CVE-2022-42889 wurde kürzlich in den NVD-Katalog aufgenommen, mit einer kritischen Bewertung von 9.8. Diese Schwachstelle ermöglicht Remotecodeausführung (RCE) in Apache Commons Text. Sie betrifft die Versionsnummern […]
October 20, 2021

Bash Cheat Sheet

An entire array can be assigned by enclosing the array items in parenthesis: arr=(Hello World) arr[0]=Hello arr[1]=World ${arr[*]} # All of the items in the array […]
January 21, 2018

MPI vs OpenMP

MPI and OpenMP have  its own advantages and limitations.OpenMP is relatively easy to implement and involves few pragma directives to achieve desired tasks. OpenMP may be […]