SAP ABAP Vs SAP HANA CDS Views

SAP CDS Core Data Services (CDS) is an infrastructure that can be used by database developers to create the underlying (persistent) data model which the application services expose to UI clients. The database developer defines the data-persistence and analytic models that are used to expose data in response to client Read more…

Crypto Mining : Understanding PSU

PSU : Power Supply unit is the basic building block for a stable rig. If multiple GPU’s are used a good power supply unit is the key since the rig is designed to operate continuously with very high power consumption. Understanding Outputs from PSU. Standard PSU output will have the Read more…

MARIADB Notes

Command Usage FLUSH PRIVILEGES GRANT ALL PRIVILEGES ON *.* to ‘user_name’@’host_name’ WITH GRANT OPTION; Grant Super user Access CREATE USER ‘username’@’hostname’ IDENTIFIED BY ‘password’; Create Super User GRANT ALL PRIVILEGES ON * . * TO ‘matthew’@’%’; Grant permission References Create Superuser in MariaDB https://tableplus.com/blog/2018/10/how-to-create-superuser-in-mariadb.html