> Command_Prompt_Blog \
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals
Kong

Install DecK for Kong in Ubuntu 20.04 (focal)

Hec P.

28 Feb 2022
  1. Download the TAR file:
curl -sL https://github.com/kong/deck/releases/download/v1.11.0/deck_1.11.0_linux_amd64.tar.gz -o deck.tar.gz
  1. Extract the TAR file:
tar -xf deck.tar.gz -C /tmp
  1. Copy the files to the right place:
sudo cp /tmp/deck /usr/local/bin/
  1. Test the installation with:
deck --help

References:

  • https://docs.konghq.com/deck/1.11.x/installation/
  • https://docs.konghq.com/deck/1.11.x/guides/getting-started/

Read next

How to Create RAID 1 Arrays in Fedora

I recently became the proud owner of an Apple MacBook Pro with an M2 Pro chip, which meant my old PC got a new life as a home server running Fedora. The server houses six hard drives that I configured into three RAID 1 arrays for redundant storage. This guide
Hec P., Claudia 17 Jan 2026
How to Install Speedtest CLI on Fedora

How to Install Speedtest CLI on Fedora

Need to test your internet speed from the command line? The official Speedtest CLI from Ookla lets you measure download, upload, latency, and packet loss directly from your terminal—no browser required. This guide was tested on Fedora 43 but works on any recent Fedora version (38+). Two Different Tools
Claudia 11 Jan 2026
How to Forge a JWT with C#

How to Forge a JWT with C#

When running tests on APIs we need to be able to create tokens that have specific characteristics to make sure the API responds correctly to each test scenario. I developed a C# script that allows me to do just that. very simple, it can be improved and more options can
Hec P. 16 Jul 2025
> Command_Prompt_Blog \ © 2026. Powered by Ghost