• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

Linux

What Requires OpenSSL

September 15, 2023

Here’s the command to list what app or package requires OpenSSL.

repoquery --whatrequires --installed --recursive openssl

repoquery --whatrequires --installed --recursive openssl

Result

authconfig-0:6.2.8-30.el7.x86_64
falcon-sensor-0:6.38.0-13501.el7.x86_64
python2-cryptography-0:1.7.2-2.el7.x86_64
realmd-0:0.16.1-12.el7_9.1.x86_64
terraform-0:1.3.6-1.x86_64

authconfig-0:6.2.8-30.el7.x86_64 falcon-sensor-0:6.38.0-13501.el7.x86_64 python2-cryptography-0:1.7.2-2.el7.x86_64 realmd-0:0.16.1-12.el7_9.1.x86_64 terraform-0:1.3.6-1.x86_64

Filed Under: Linux Tagged With: openssl, package, requires, ssl, tls

Active SSL and TLS Protocols

September 15, 2023

Here’s the command to list what SSL and TLS protocols are active.

openssl ciphers -v | awk '{print $2}' | sort | uniq

openssl ciphers -v | awk '{print $2}' | sort | uniq

Filed Under: Linux Tagged With: cipher, openssl, ssl, tls, version

Install Pint on SLES

August 28, 2023

How to install pint utility on SLES machines.

zypp in python-susepubliccloudinfo

zypp in python-susepubliccloudinfo

Once installed, you can run

pint amazon servers –region='us-east-1'
pint google servers –region='us-central1'
pint microsoft servers –region='eastus'

pint amazon servers –region='us-east-1' pint google servers –region='us-central1' pint microsoft servers –region='eastus'

Filed Under: Cloud, Linux Tagged With: amazon, azure, google, pint, sles, smt

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Interim pages omitted …
  • Go to page 166
  • Go to Next Page »
  • Home
  • About
  • Search

Copyright © 2023