Post

Visualizzazione dei post da agosto, 2022

Reverse Engineering with xdbg software. In this example, show how to jump instruction of string print, into the executable file.

Immagine
  Reverse Engineering with xdbg software. In this example, show how to jump instruction of string print, into the executable file. #gcc #c #assembly #reverse #engineering #xdbg #programming #lowlevel

C Language Linux. How to compile and use parallelism compute, through CPU and GPU power. I show how to compile with gcc or mpicc, and Open MPI Library.

Immagine
  C Language Linux. How to compile and use parallelism compute, through CPU and GPU power. I show how to compile with gcc or mpicc, and Open MPI Library. #gcc #mpicc #c #programming #linux #gpu #cpu #parallelism #thread

Postgresql Administration. How to use 'Over Partition' function to filter massive data.

Immagine
  Postgresql Administration. How to use 'Over Partition' function to filter massive data. #postgresql #dba #database #administration #sql #query #plpgsql

Ethical Hacking / How to use sniffer Wireshark through shell command.

Immagine
  Ethical Hacking / How to use sniffer Wireshark through shell command. #tshark #wireshark #ethicalhacking #cybersecurity #hacking #security #linux #malware #sniffer

Oracle Database Administration. How to create a tablespace and how to use.

Immagine
  Oracle Database Administration. How to create a tablespace and how to use. #oracle #tablespace #dba #database #plsql #query #sql #administration

Bernoulli Distribution is very useful for obtain probability of success, on N trials and x elements. Program in C language Linux.

Immagine
  Bernoulli Distribution is very useful for obtain probability of success, on N trials and x elements. Program in C language Linux. #c #gcc #statistics #bernoulli #coefficient #binomial #distribution

Postgres Administration / Postgis. How to use a spatial database extender , to calculate the distance between two cities.

Immagine
  Postgres Administration / Postgis. How to use a spatial database extender , to calculate the distance between two cities. #postgres #pgplsql #sql #query #postgis #spatial #database #administration #dba

Oracle Database / How to extract csv with table data, through Talend ETL.

Immagine
  Oracle Database / How to extract csv with table data, through Talend ETL. #database #dba #administration #etl #query #plsql #oracle

C Language and Mathematics / Benford Law. How to use Benford Law to find tax fraud.

Immagine
  C Language and Mathematics / Benford Law. How to use Benford Law to find tax fraud. #c #gcc #statistics #mathematics #benford #law #programming