Wednesday, September 11, 2024

EVE-NG GUI not working

 systemctl restart apache2

systemctl restart tomcat9

No comments:

Post a Comment

test

import os import argparse import json def load_json_file(filepath):     with open(filepath, 'r') as f:         return json.load(f) d...