Postări

Chuck Norris

Imagine
                                                                                        Chuck Norris - Chuck Norris - Level 999Knight - I used to be a democrat, but ...

Constantin Necula

Imagine
                                                                                 Constantin Necula ZI DE ZI, CU PĂRINTELE CONSTANTIN NECULA

Cooking

Imagine
                                                                                      Cooking - Chifle din linte - Rețetă simplă pentru sănătatea digestivă și pentru detoxifiere

Father Josiah Trenhman

                                                                        Father Josiah Trenhman - Accusing finger

Steve Jobs

                                                                                         Steve Jobs a - Focusing-is-saying-no

Resillience

Imagine
                                                                                               Resilience - Stop-youre-not-good-at-it-But-if-I-stop-Ill-never-be-good. - Theratzul - Though times don't last. Though people do. - Though times don't last. Though people do. - Where skyscrapers loom. Resilience rises. - Your biggest-enemy-is-your-uncontrolled-mind - Ones true nature is reveled in time of pressure | test yourself | test others - A-hungry-stomach-an-empty-wallet-and-a-broken-heart-can-teach-you-the-best-lessons-in-life

Jfrog - Artifactory

Imagine
                                                                               Jfrog - Artifactory 1) Trial account Jfrog Cloud URL  +  Trial Page 2) Install Jfrog CLI # Create the keyrings directory if it doesn't exist sudo mkdir -p /usr/share/keyrings; # Download and save the JFrog GPG key to a keyring file wget -qO - https://releases.jfrog.io/artifactory/api/v2/repositories/jfrog-debs/keyPairs/primary/public | sudo gpg --dearmor -o /usr/share/keyrings/jfrog.gpg # Add the JFrog repository to your APT sources with the signed-by option echo "deb [signed-by=/usr/share/keyrings/jfrog.gpg] https://releases.jfrog.io/artifactory/jfrog-debs focal contrib" | sudo tee /etc/apt/sources.list.d/jfrog.list # Update the package list sudo apt update; # Install...