cd openssl-OpenSSL_1_0_2l/ sudo ./config shared sudo make sudo make install export LD_LIBRARY_PATH=/usr/local/ssl/lib/ cd .. sudo rm OpenSSL_1_0_2l.tar.gz sudo rm-rf openssl-OpenSSL_1_0_2l/# Install Python3.6sudo wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar...
k@laptop:~$ chmod 600 /home/k/Downloads/DockerOnEC2.pem Then, try to ssh into EC2 again: k@laptop:~$ ssh -i ~/Downloads/DockerOnEC2.pem ubuntu@ec2-54-86-170-149.compute-1.amazonaws.com Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-36-generic x86_64) * Documentation: http...
The testing flag is not set. This system will be installed without testing repositories enabled. Installing packages: ['base', 'base-devel', 'linux-firmware', 'linux', 'btrfs-progs'] Setting keyboard language to us Keyboard language for this installation is now set to: us Setting up swap ...
Create an EC2 instance with Ubuntu 18 ami-085925f297f89fce1 (64-bit x86) - initially, t3.micro (2 vCPU, 1GB Memory) but we may need to upgrade depending on app requirements). SSH into the instance: $ssh -i my.pem ubuntu@3.83.123.125Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.15....
Describe the bug:Unable to the download, install, or activate RKE2 on Amazon Linux 2023 (AL2023). Steps To Reproduce: [root@ip-172-31-39-26 ec2-user]#curl -sfL https://get.rke2.io | sh[INFO] finding releaseforchannel stable
Docker install on Amazon Linux AMI Docker install on EC2 Ubuntu 14.04 Docker container vs Virtual Machine Docker install on Ubuntu 14.04 Docker Hello World Application Nginx image - share/copy files, Dockerfile Working with Docker images : brief introduction ...
When deploying a IPv6 setup, the installer needs to run on an IPv6 enabled container/VM. This requires additionally configuring the Docker daemon before running the installer, using the following method: Linux hosts (ONLY): Run the Docker conta...
name=nginx state=latesttells theaptmodule that we want the latest version of thenginxpackage to be installed. The next step tells Linux to make sure theservicecallednginxisstarted. (Thename: nginxis part of the command.) Interestingly on the current version of Ubuntu you don't need the latte...
linux自带的python pip install linux自带的抓包工具 tcpdump是一款灵活、功能强大的抓包工具,能有效地帮助排查网络故障问题。 tcpdump是一个命令行实用工具,允许你抓取和分析经过系统的流量数据包。它通常被用作于网络故障分析工具以及安全工具。 tcpdump是一款强大的工具,支持多种选项和过滤规则,适用场景十分广泛。由于...
This article is intended to guide you with easy instructions on how to install and configure the latest version ofNagios Corefrom source (tarball) on RHEL andRHEL-based distributionssuch asCentOS Stream,Rocky Linux,AlmaLinux,andFedora. Within30 minutesyou will be monitoring your local machine, no...