Sarajevo, Bosnia and Herzegovina

Quantum Key Distribution Network Simulation Module (QKDNetSim) – source code available

As the research in quantum key distribution (QKD) technology grows larger and becomes more complex, the need for highly accurate and scalable simulation technologies becomes important to assess the practical feasibility and foresee difficulties in the practical implementation of theoretical achievements. Due to the specificity of the QKD link which requires optical and Internet connection […]

Read more

New article pre-published in “Quantum Information Processing” journal

Implementation of quantum key distribution network simulation module in the network simulator NS-3 Authors Miralem Mehic, Department of Telecommunications, VSB-Technical University of Ostrava, Ostrava-Poruba, Czech Republic Oliver Maurhart, Digital Safety and Security Department, AIT Austrian Institute of Technology GmbH, Vienna, Austria Stefan Rass, Universitaet Klagenfurt, Institute of Applied Informatics, System Security Group, Klagenfurt, Austria Miroslav Voznak, Department of Telecommunications, VSB-Technical University of Ostrava, Ostrava-Poruba, Czech Republic Abstract As the research in quantum key distribution […]

Read more

Monitor live MySQL queries

Log to your mysql with mysql -u username -pPassword and execute: mysql> SHOW VARIABLES LIKE “general_log%”; +——————+—————————-+ | Variable_name | Value | +——————+—————————-+ | general_log | OFF | | general_log_file | /var/run/mysqld/mysqld.log | +——————+—————————-+ mysql> SET GLOBAL general_log = ‘ON’; Then in another terminal execute tail -f -n300 /var/run/mysqld/mysqld.log Then don’t forget to disable general_log […]

Categories: Web
Read more