| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- michael.nguyen@aznetwork.eu
- 02 33 32 06 16 entre 9H et 18H
- --
- IP
- --
- LAN: 172.18.55.96/28
- 172.18.55.97
- Public: 185.74.10.1
- ==>> 91.247.75.188 <<==
- ---
- VPN
- ---
- https://vpnmcdl.aznetwork.eu/profiles/f69b2602e960e694b549b5151bb4049cb01037b235e91df56654f816367743d1/
- user: david.fortier.iimt
- pass: sDKj45qVZi
- installer (dépôts stables):
- - openvpn
- - gadmin-openvpn-client
- 1) sudo openvpn --config ovpn.david.fortier.iimt.ovpn
- 2) ssh -i ~/.ssh/id_rsa iimtadm@172.18.55.97
- (then see ~/home/mypass.txt for sudo)
- -------
- INSTALL
- -------
- https://www.ipsocloud.com/
- https://api.ipsocloud.com/
- https://cro.ipsocloud.com/
- https://www.ipsocloud.com/phpmyadmin/
- > apache2
- sites / subdomains
- a2enmod rewrite
- a2enmod headers
- .htaccess #for rewrite
- site conf add Header directive in directory def
- > mariadb
- apt-get update
- apt-get install mariadb-server
- mysql_secure_installation #password
- CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';
- GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost';
- apt-get install phpmyadmin
- > dicom
- apt-get install dcmtk
- > tools
- apt-get install php-gd
- apt-get install qt5-default
- apt-get install curl
- apt-get install ffmpeg
- apt-get install wget
- apt-get install zip
- apt-get install unzip
|