In thecreate_release_prjob, the image tag in the Kubernetes manifest is updated to the new tag for this release and a Pull Request is created on GitHub. To clone the manifest repository, the conventionalcheckoutcommand is replaced with theGitHub CLI Orbfor cloning: steps: - github-cli/setup...
If you are looking up the public IP on a Linux server that is directly connected to the internet, then follow the instructions from above for looking up a private IP. If you are using a router e.g. in your home network, log in to the router control panel, and it will show you the...
To modify the image tag, a YAML file is edited using theyq command, which is a wrapper for the jq command for editing YAML files. Next, a branch is created for these file changes, and a git push is carried out. - add_ssh_keys: fingerprints: -$SSH_KEY_FINGERPRINT- run: name: Com...
Adding to the Command Library Community Meeting Information What is Tern? Tern is an inspection tool to find the metadata of the packages installed in a container image. The overall operation looks like this: It uses overlayfs to mount the first filesystem layer (also known as the BaseOS) ...
Alternatively, you can run this command: curl https://login.tailscale.com/derpmap/default | jq Once you've identified the servers, add the relevant A and AAAA records to your firewall configuration. If your firewall is able to accept a DNS entry to add L3 ACL entries, will add all ...
This is for OSX - specifically using their builtin packet filter PF. You will also need a JSON processor called JQ. I used Homebrew to install it xcode-select --install ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ...
Using standard Linux command line tools like head and tail I can read first or last 3 lines accordingly. $ head -n 3 docker.log $ tail -n 3 docker.log read first 3 and last 3 lines from a file Running the command below you can periodically scrape outthe last 5 errorsfrom the log ...
1: if standard input is not coming from a TTY device. 2: Syntax error, incorrect command line parameters were used. 3: A write error has occurred. This is likely to be most useful in Bash scripting. But, even on the command line, we can demonstrate how to have a command executed onl...
"Get-AzureVM" Powershell Command not recognized in application after deploying to IIS. "Get-EventLog : Requested registry access is not allowed." is returned after adding a where-object filter. "Get-EventLog: Attempted to perform an unauthorized operation" - why?? "Get-WmiObject not supported...
RAM is allocated in pages, which are of a fixed size. That size is determined by the kernel at boot time by detecting the architecture of the computer. Typically the page size on a Linux computer is 4 Kbytes. You can see your page sizeusing thegetconfcommand: ...