1. Only showing results from shellhacks.com

    Clear filter to show all search results

  2. Apr 19, 2023A kubectl command can be used to create, delete or updated resources on a Kubernetes cluster.. With the --dry-run=(client|server) flag, the kubectl command can be used to only preview an object, without really submitting it to the Kubernetes cluster.. The dry-run mode is useful to see what will the kubectl command do without actually changing anything.. This short note shows different examples ...
  3. A Service Account in Kubernetes is a special type of non-human privileged account that provides an identity for processes that run in a Pod. When you create a Pod, if you do not specify a Service Account, it is automatically assigned the default Service Account in the same Namespace.. This note shows how to list the Service Accounts in a Kubernetes cluster and how to get the Roles and ...
  4. In this note i will show how to list Services in Kubernetes using the kubectl command and how to get detailed information about each Service in different formats. Cool Tip: List & Change Namespaces in Kubernetes! Read more →. Get Kubernetes Services using Kubectl. List all Services: $ kubectl get services. Show the particular Service:
  5. This note shows how to get the list of Deployments in Kubernetes, how to Describe deployments and how to get the Deployment details in YAML format using the kubectl command. Cool Tip: Get Services in Kubernetes! Read more →. Get Kubernetes Deployments using Kubectl. List Deployments: $ kubectl get deployments - or - $ kubectl get deployments ...
  6. List Kubernetes Nodes: $ kubectl get nodes. Minikube comes with a dashboard add-on that provides a way to manage a Kubernetes cluster through the user interface. To enable and access the Kubernetes dashboard, run: $ minikube dashboard. To get the URL of the dashboard: $ minikube dashboard --url Hello Minikube - First App Deployment
  7. access-control anonymity ansible apache archive arduino argocd artifactory bash boot cmd command-line curl dns docker encryption git gitlab helm iptables jenkins kubernetes linux macos mail mikrotik mongodb mysql network openssl password pdf powershell python raspberry pi ssh sublime text telegram telnet text-processing tor tsm windows ...
  8. Starting from Windows 10 build 1809, Windows has a native SSH client that is based on the OpenSSH port. The OpenSSH client in Windows includes an ssh-keygen - the command-line tool for creating authentication keys for SSH.. To create a pair of SSH keys in Windows, the ssh-keygen command can be executed from a Windows command-line prompt (CMD) or PowerShell.
  9. Interesting fact: 256bit AES is what the United States government uses to encrypt information at the Top Secret level. Warning: The -salt option should ALWAYS be used if the key is being derived from a password. Without the -salt option it is possible to perform efficient dictionary attacks on the password and to attack stream cipher encrypted data.
  10. Aug 14, 2023Configuring an OpenVPN server on a MikroTik router can be a complex task, especially for beginners with limited experience in networking. Below you will find how to setup the OpenVPN server on your MikroTik router from a command-line (terminal) quickly and easily, and how to connect to it using an OpenVPN client.
  11. curl allows to add extra headers to HTTP requests.. The HTTP headers are used to pass additional information between the client and the server. In this article i am showing the examples of how to add header in curl, how to add multiple headers and how to set authorization header from the Linux command line.. Cool Tip: Set User-Agent in HTTP header using cURL!
  12. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX