SUPPORT.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. michael.nguyen@aznetwork.eu
  2. 02 33 32 06 16 entre 9H et 18H
  3. --
  4. IP
  5. --
  6. LAN: 172.18.55.96/28
  7. 172.18.55.97
  8. Public: 185.74.10.1
  9. ==>> 91.247.75.188 <<==
  10. ---
  11. VPN
  12. ---
  13. https://vpnmcdl.aznetwork.eu/profiles/f69b2602e960e694b549b5151bb4049cb01037b235e91df56654f816367743d1/
  14. user: david.fortier.iimt
  15. pass: sDKj45qVZi
  16. installer (dépôts stables):
  17. - openvpn
  18. - gadmin-openvpn-client
  19. 1) sudo openvpn --config ovpn.david.fortier.iimt.ovpn
  20. 2) ssh -i ~/.ssh/id_rsa iimtadm@172.18.55.97
  21. (then see ~/home/mypass.txt for sudo)
  22. -------
  23. INSTALL
  24. -------
  25. https://www.ipsocloud.com/
  26. https://api.ipsocloud.com/
  27. https://cro.ipsocloud.com/
  28. https://www.ipsocloud.com/phpmyadmin/
  29. > apache2
  30. sites / subdomains
  31. a2enmod rewrite
  32. a2enmod headers
  33. .htaccess #for rewrite
  34. site conf add Header directive in directory def
  35. > mariadb
  36. apt-get update
  37. apt-get install mariadb-server
  38. mysql_secure_installation #password
  39. CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';
  40. GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost';
  41. apt-get install phpmyadmin
  42. > dicom
  43. apt-get install dcmtk
  44. > tools
  45. apt-get install php-gd
  46. apt-get install qt5-default
  47. apt-get install curl
  48. apt-get install ffmpeg
  49. apt-get install wget
  50. apt-get install zip
  51. apt-get install unzip