issue157:tutoriel1
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue157:tutoriel1 [2020/06/05 07:54] – d52fr | issue157:tutoriel1 [2020/06/06 14:07] (Version actuelle) – auntiee | ||
---|---|---|---|
Ligne 4: | Ligne 4: | ||
First the bad news. You need to sign up for an account, but you can use Donald Trump’s name if you like. You also need snapd... It also works on only LTS releases... that are 64-bit... with a kernel greater than 4.4. Whew!** | First the bad news. You need to sign up for an account, but you can use Donald Trump’s name if you like. You also need snapd... It also works on only LTS releases... that are 64-bit... with a kernel greater than 4.4. Whew!** | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Nous sommes nombreux à avoir vu l' | ||
+ | |||
+ | D' | ||
**Now some good news. This enterprise tool is available to users like you and me for three computers absolutely free. It works on bare metal servers, VM’s, and desktops. Live patches avoid configuration mistakes. Why is this good news? Because it is easy to make a simple mistake and kill your working server. | **Now some good news. This enterprise tool is available to users like you and me for three computers absolutely free. It works on bare metal servers, VM’s, and desktops. Live patches avoid configuration mistakes. Why is this good news? Because it is easy to make a simple mistake and kill your working server. | ||
Ligne 9: | Ligne 15: | ||
Livepatching is a thing. It all starts with kernel probes, or kprobes, basically a debugging tool, that allows you to monitor events within a running system. You can find more info here: https:// | Livepatching is a thing. It all starts with kernel probes, or kprobes, basically a debugging tool, that allows you to monitor events within a running system. You can find more info here: https:// | ||
cat / | cat / | ||
+ | |||
+ | Maintenant, des bonnes nouvelles. Cet outil d' | ||
+ | |||
+ | Les corrections à chaud (livepatching) sont toute une affaire. Tout commence avec les sondes du noyau, ou kprobes, en gros un outil de débogage, qui vous permettent de superviser les événements sur un système en fonctionnement. Vous pouvez trouver plus d' | ||
+ | |||
+ | cat / | ||
**Security is always a top priority, you need to keep your kernel up-to-date and you do not need the grey hairs. If you ever had to restart an Ubuntu server after patching, the one running your clients’ websites... you had to cross your fingers and hope it went quick – and most importantly, | **Security is always a top priority, you need to keep your kernel up-to-date and you do not need the grey hairs. If you ever had to restart an Ubuntu server after patching, the one running your clients’ websites... you had to cross your fingers and hope it went quick – and most importantly, | ||
Ligne 15: | Ligne 27: | ||
https:// | https:// | ||
- | **If you have vanilla Ubuntu 18.04, you should be able to find it (livepatch) in the menu. On your LTS server, you will need to add it via the terminal with: sudo canonical-livepatch | + | La sécurité est toujours la priorité absolue ; vous devez garder votre noyau à jour et vous n'avez pas besoin de vous faire des cheveux gris. Si vous avez déjà dû redémarrer un serveur Ubuntu après corrections, celui qui fait tourner les sites Web de vos clients..., vous deviez croiser les doigts et espérer que ça se passe vite - et, plus important, sans que ça se voie. C'est là où livepatch |
+ | Pourquoi avons-nous besoin d'un compte ? Eh bien ! Pour la sécurité. Comme je l'ai compris, il y a une clé GPG, ou clé privée/ | ||
+ | https:// | ||
+ | |||
+ | **If you have vanilla Ubuntu 18.04, you should be able to find it (livepatch) in the menu. On your LTS server, you will need to add it via the terminal with: sudo canonical-livepatch enable - if you do not see it, you need: | ||
sudo snap install canonical-livepatch | sudo snap install canonical-livepatch | ||
Ligne 27: | Ligne 43: | ||
sudo canonical-livepatch enable < | sudo canonical-livepatch enable < | ||
+ | |||
+ | Si vous avez Ubuntu 18.04 normal, vous devriez pouvoir le trouver (livepatch) dans le menu. Sur votre serveur LTS, vous aurez besoin de l' | ||
+ | |||
+ | sudo snap install canonical-livepatch | ||
+ | |||
+ | Il y a une vidéo sur le site Web de livepatch qui vous guidera pour cela. | ||
+ | |||
+ | Pour faire court..., il y a deux commandes : | ||
+ | |||
+ | sudo snap install canonical-livepatch | ||
+ | |||
+ | sudo canonical-livepatch enable <jeton reçu> | ||
**On your desktop, you can go to “software and updates” and click on the very last tab. You should see this: | **On your desktop, you can go to “software and updates” and click on the very last tab. You should see this: | ||
Ligne 36: | Ligne 64: | ||
On a server, simply run: | On a server, simply run: | ||
ls -ld / | ls -ld / | ||
+ | |||
+ | Sur votre ordinateur de bureau, vous pouvez aller à « Logiciels et mises à jour » et cliquer sur le tout dernier onglet. Vous devriez voir ceci : | ||
+ | |||
+ | C'est un sympathique aperçu de ce dont vous avez besoin. Cliquez sur « En savoir plus » vous transportera sur le site Web de livepatch et ne vous aidera pas vraiment en vous disant ce que vous devez faire ensuite. | ||
+ | |||
+ | Le bouton livepatch changera de place si vous avez répondu à toutes les exigences mentionnées ci-dessus. Si vous l' | ||
+ | |||
+ | Sur un serveur, lancez simplement : | ||
+ | |||
+ | ls -ld / | ||
**NB! Livepatch will not work on security hardened servers or workstations, | **NB! Livepatch will not work on security hardened servers or workstations, | ||
Ligne 43: | Ligne 81: | ||
P.S. There is a nice tutorial at Linuxbabe: | P.S. There is a nice tutorial at Linuxbabe: | ||
https:// | https:// | ||
+ | |||
+ | NB ! Livepatch ne fonctionnera pas sur les serveurs ou stations de travail avec sécurité renforcée, car il a besoin de charger un module du noyau pour réaliser vraiment la correction. | ||
+ | |||
+ | Aimeriez-vous voir d' | ||
+ | |||
+ | P.S. : Il y a un bon tutoriel sur Linuxbabe : | ||
+ | https:// | ||
issue157/tutoriel1.1591336455.txt.gz · Dernière modification : 2020/06/05 07:54 de d52fr