MmysticBlissinilm.hashnode.dev·Nov 1, 2023 · 2 min readCheck System Details# Gather machine configuration information echo "Machine Configuration" echo "----------------------" # Operating System echo "Operating System: $(lsb_release -d | cut -f2-)" # CPU Information echo "CPU: $(lscpu | awk -F: '/Model name/ {print $2}' ...00
MmysticBlissinilm.hashnode.dev·Jun 21, 2023 · 4 min readWhat are different Public-Key Cryptography Standards?Public-Key Cryptography Standards (PKCS) is a set of standards that define various cryptographic operations and formats related to public-key cryptography. Here are some of the different PKCS standards: PKCS#1: This standard defines the syntax and st...00
MmysticBlissinilm.hashnode.dev·Apr 27, 2023 · 1 min readSpark3 on CDP cluster with parcelsAdd Spark3 on existing CDP cluster. Download parcels from the repository along with .sha1, manifest.json. For RHEL 8 We downloaded. SPARK3-3.2......parcel SPARK3-3.2......parcel.sha1 manifest.json Add spark3 folder as a new route on your existing ...00
MmysticBlissinilm.hashnode.dev·Mar 28, 2023 · 9 min readIBM Spectrum scale with Cloudera CDPCloudera Data Platform Private Cloud Base is the on-premises version of the Cloudera Data Platform. This new offering combines the best of Cloudera Enterprise Data Hub and Hortonworks Data Platform Enterprise, as well as new features and enhancements...00
MmysticBlissinilm.hashnode.dev·Mar 28, 2023 · 2 min readWhat is host.conf and what is the use of it ?In Red Hat Enterprise Linux (RHEL), the host.conf file is a configuration file that is used to specify the order and method of resolving hostnames. The host.conf file is located in the /etc directory and contains a list of directives that control how...00