Cyber Space
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals

Ubuntu

A collection of 4 posts
Ubuntu

How to install SpeedTest CLI on Ubuntu 22.04

Assuming CURL is already installed on your system. 1. Navigate to your home folder cd ~ 2. Download the script and run it curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash 3. Install the software sudo apt-get install speedtest 4. Try it out! speedtest You
Apr 28, 2023
Kong

Install DecK for Kong in Ubuntu 20.04 (focal)

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 2. Extract the TAR file: tar -xf deck.tar.gz -C /tmp 3. Copy the files to the right place: sudo
Feb 28, 2022
Kong

Install Kong OSS DB-less mode in Ubuntu Mate Impish 21.10 in Raspberry PI 4

1. Pull docker images. sudo docker pull arm64v8/kong 2. Run Kong in DB-less mode. sudo docker run -d --name kong \ -e "KONG_DATABASE=off" \ -e "KONG_PROXY_ACCESS_LOG=/dev/stdout" \ -e "KONG_ADMIN_ACCESS_LOG=/dev/stdout" \ -e "KONG_PROXY_ERROR_LOG=/dev/stderr" \ -e "KONG_ADMIN_ERROR_
Feb 28, 2022 1 min read
Ubuntu

Visual Studio Code Linux Installation

1. Go to https://code.visualstudio.com/Download 2. Download the .deb package for Debian, Ubuntu. 3. Go to the download folder. Right click on the file and select Open With Software Install (type your password if you are prompted for it). 4. In the pop-up window click on Install
Feb 28, 2022 1 min read
Page 1 of 1
Cyber Space © 2023
Powered by Ghost