UUncategorized Triggering Workflows in Another Repository with GitHub ActionsbydevopsexploreradminMarch 4, 2025 GitHub Actions provides a powerful automation framework that allows you to orchestrate and automate various tasks within your…
SShell Read More 3 minute read Bash If Statements Explained with ExamplesbydevopsexploreradminMarch 3, 2025 Introduction to if When working with shell scripts, you often need to make decisions based on the success…
UUncategorized ASCII and HTML CodesbydevopsexploreradminFebruary 22, 2024 Codes in the decimal range 128 to 159 are coded as C1 control charactersFor use with Flanagan’s Library. Strings…
sscripting ASCII Table — Printable CharactersbydevopsexploreradminJanuary 24, 2024 ASCII Table — Printable Characters Character Hex Decimal Character Hex Decimal Character Hex Decimal 20 32…
UUncategorized How to run Docker CommandsbydevopsexploreradminDecember 15, 2023 We will see some docker commands to run the docker image Docker command to check running containers Firstly…
KKubernetes kubectl shortnames for bash aliasbydevopsexploreradminJuly 6, 2023 In our DevOps life, we use a lot of CLI tools and one of the most popular orchestrations…
LLinux Check which MySQL configuration file is being usedbydevopsexploreradminJuly 5, 2023 Once we install the MySQL in Linux operating system and we will get confused with which MySQL config…
LLinux vim editor paste from clipboard without losing indentationbydevopsexploreradminJuly 5, 2023 We often use the vim editor in the Linux operating system regularly and when we copy the paste…
TTerraform Necessary Terraform commands and notes for Day to Day activitiesbydevopsexploreradminJuly 4, 2023
KKubernetes Read More 1 minute read Important kubectl commands in our daily lifebydevopsexploreradminJune 30, 2023 Below are a few Kubernetes commands that are useful in our day-to-day activitiesA lot of times we are…