Closed fbourgeois24 closed 11 months ago
sudo chmod 644 /etc/ufw/user.rules; sudo chmod 644 /etc/ufw/user6.rules
sudo pip install mariadb
INSERT INTO gesmat.parametres (contexte, nom, valeur, description, creationdate, creationuser_id, modificationdate, modificationuser_id) VALUES('firewall', 'allow_1', 'docside.ddns.net:8080', 'Accès Didier à l''interface d''administration', '2023-12-01 20:38:21.000', 1, '2023-12-03 21:15:01.000', 1); INSERT INTO gesmat.parametres (contexte, nom, valeur, description, creationdate, creationuser_id, modificationdate, modificationuser_id) VALUES('firewall', 'allow_root_1', 'bourgeois.ddns.net:8080', 'Accès François à l''interface d''administration', '2023-12-01 20:40:02.000', 1, '2023-12-01 21:53:10.000', 1); INSERT INTO gesmat.parametres (contexte, nom, valeur, description, creationdate, creationuser_id, modificationdate, modificationuser_id) VALUES('firewall', 'allow_root_2', 'bourgeois.ddns.net:3306', 'Accès François à la db', '2023-12-01 21:53:10.000', 1, '2023-12-04 10:02:13.000', 1); INSERT INTO gesmat.parametres (contexte, nom, valeur, description, creationdate, creationuser_id, modificationdate, modificationuser_id) VALUES('firewall', 'allow_root_3', 'bourgeois.ddns.net:45687', 'Accès ssh François', '2023-12-04 10:11:41.000', 1, '2023-12-04 10:11:41.000', 1); INSERT INTO gesmat.parametres (contexte, nom, valeur, description, creationdate, creationuser_id, modificationdate, modificationuser_id) VALUES('firewall', 'allow_root_4', 'bourgeois.ddns.net:80', 'Accès François au site web (http)', '2023-12-04 10:12:27.000', 1, '2023-12-04 10:12:38.000', 1); INSERT INTO gesmat.parametres (contexte, nom, valeur, description, creationdate, creationuser_id, modificationdate, modificationuser_id) VALUES('firewall', 'allow_root_5', 'bourgeois.ddns.net:443', 'Accès François au site web (https)', '2023-12-04 10:13:17.000', 1, '2023-12-04 10:13:17.000', 1); INSERT INTO gesmat.parametres (contexte, nom, valeur, description, creationdate, creationuser_id, modificationdate, modificationuser_id) VALUES('firewall', 'allow_4', 'docside.ddns.net:80', 'Accès Didier au site web (http)', '2023-12-04 10:13:49.000', 1, '2023-12-04 10:13:49.000', 1); INSERT INTO gesmat.parametres (contexte, nom, valeur, description, creationdate, creationuser_id, modificationdate, modificationuser_id) VALUES('firewall', 'allow_2', 'docside.ddns.net:443', 'Accès Didier au site web (https)', '2023-12-04 10:14:16.000', 1, '2023-12-04 10:14:16.000', 1);
sudo chmod 644 /etc/ufw/user.rules; sudo chmod 644 /etc/ufw/user6.rules
sudo pip install mariadb