Accéder au contenu principal

Articles

DNS cluster

Articles récents

Restauration et Backup

  Quand j'essaye de UPLODER un backup .zip.tar j'ai un rectangle rouge qui s'affiche ( sans message ). La solution, j'UPLOAD via WinSCP et je restaure dans Home / Backup / Backup Restoration  Je renoumme le fichier pour qu'il soit detectable uniquement le USER cpmove-{USER} cpmove-{USER}.tar cpmove-{USER}.tar.gz {USER}.tar {USER}.tar.gz backup-{MM.DD.YYYY}{HH-MM-SS}{USER}.tar backup-{MM.DD.YYYY}{HH-MM-SS}{USER}.tar.gz backup-{MM.DD.YYYY}_{HH-MM-SS}_{USER}.tar backup-{MM.DD.YYYY}_{HH-MM-SS}_{USER}.tar.gz Cette methode là permit d'eviter le remplissge du dossier /  qui est avaibla pour 20Go

Certificat SSL WildCard , Exchange server

Nous avons generer le CSR depuis FortiGate ( WildCard ), puis recupere la private key Nous sommes aller sur exchange et generer le fichier pfx depuis OpenSSL via la commande  openssl pkcs12 -export -in certificate.cer -inkey privatekey.key -out certificate.pfx (  https://edtechchris.com/2020/02/11/convert-cer-to-pfx-certificates-in-openssl/) Puis installer le SSL via les commande  Apres nous allons vérifier sur EAC ( en cas de soucis  revocation check)  ;Nous avons redemearer le serveur et activie le SSL depuis eac  https://www.thesslstore.com/knowledgebase/ssl-install/how-to-install-ssl-tls-certificate-in-microsoft-exchange-2016/ https://www.rapidsslonline.com/ssl/how-to-install-a-certificate-on-exchange-2016/ private key dans le fichier Documents and Settings\< username >\ApplicationData\Microsoft\SystemCertificates\My\Certificates Users\< username >\ApplicationData\Microsoft\SystemCertificates\My\Certificates creat pfx https://www.thesslstore.com/knowledgebase/ssl-suppor

Acceder à ILO HP via linux pour formater disque

 

OVH transfert du nom de domaine

  Vous souhaitez transférer votre nom de domaine. Dans le cadre d'un transfert entrant (vers OVHcloud), je vous propose deux démarches à suivre en fonction de votre situation : - Pour le transfert d'un nom de domaine seul (sans site internet et sans comptes e-mails), je vous conseille ce guide : https://help.ovhcloud.com/csm/fr-domain-names-transfer-generic-domain?id=kb_article_view&sysparm_article=KB0051808 - Pour le transfert d'un nom de domaine avec site internet et comptes e-mails (sans coupure de service) , je vous suggère le guide suivant : https://help.ovhcloud.com/csm/fr-web-hosting-migrating-website-to-ovhcloud?id=kb_article_view&sysparm_article=KB0052790 Si vous avez déjà initié celui-ci, vous pouvez en suivre l'évolution via ce lien :  https://www.ovh.com/manager/#/web/domain/operation Dans le cadre d'un transfert sortant, nous vous invitons à déverrouiller votre nom de domaine et à contacter votre futur bureau d'enregistrement afin de

Quand un code ce genere dans mes pages web "Detected as malicious"

Detected as malicious  Quand un code ce genere automatiquement, il faut checke dans  /var/spool/cron/

Zimbra install let's encrypt

 https://inguide.in/how-to-install-free-ssl-certificate-on-zimbra-mail-server/ Je change le domaine  ingu.pw In the article  Install Zimbra Mail Server o n CentOS 8, we learned to install Zimbra on CentOS. This article discusses the steps required to install the Let’s Encrypt free SSL certificate in Zimbra. Installing Free SSL Certificate on Zimbra: Method 1 This method is a proven one though you have to manually do all the steps. Another method discussed below is partially automatic, which might come in handy if you didn’t encounter any error during installation (working at the time of writing this article). So, let’s begin with method 1. First of all, add  epel repository  to the server 1 [root@mail ~]# yum -y install epel-release Install snapd Now, install  snapd  package with the following command 1 [root@mail ~]# sudo yum install snapd After the above step, you need to enable snapd. 1 [root@mail ~]# sudo systemctl enable --now snapd.socket Sometimes, the above command isn’t suffic