GRPC Test App - Bookstore: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 September 2023

  • curprev 13:5313:53, 20 September 2023David talk contribs 1,384 bytes +33 No edit summary
  • curprev 00:4700:47, 20 September 2023David talk contribs 1,351 bytes −13 No edit summary
  • curprev 00:0800:08, 20 September 2023David talk contribs 1,364 bytes +1,364 Created page with "<pre> #!/bin/bash curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null apt-get install -y docker tree mlocate vim lsof net-tools sudo apt install apt-transport-https ca-..."