Tagged: “#devops”
-
My Regex Info
Some Regular-expressions (regex) to remember
read article -
תיאור כללי של תהליך CI-CD בשרתי APEX
תיאור בקרת תצורה ושמירת גרסאות
read article -
2022-02-17N1 - ניהול תצורה ב-APEX
תקציר שיטות ניהול GIT
read article -
Azure Devops
2021-08-04 Azure Devops # home/Professional It can be handle using the Azure CLI # Build # title: Overall look at the directory structure This image shows a big-picture look at the directory...
read article -
Linux
2022-01-26 Programs # run Cygwin from CMD...
read article -
Scoop
2021-05-23 Scoop # home/ Professional Installation # from Power Shell window run: iwr -useb get.scoop.sh | iex --> Scoop Features | Installation | Documentation ...
read article -
Markdown Basics
2021-05-23 Markdown Basics # home/ Professional PIP Install using proxy # pip install --proxy 147.233.250.10:80 PyGithub pip install --proxy 147.233.250.10:80 dohq-tfs st=>start:...
read article -
Helm
Helm # home/ Professional 2021-04-25 Common Commands # Add repo helm repo add stable https://charts.helm.sh/stable Updating repo. sync all helm charts info. helm repo update show you a list of all...
read article -
PIP
2021-06-20 PIP # home/Professional Freeze # For list the existing installed packages pip freeze Install directory # #cd <directory> py -m pip install -r requirements.txt or pip install -r...
read article -
SQLite Basics
Week Of: 2021-11-28 2021-11-30 home/Professional SQLite basics # Install # go to: Precompiled Binaries for Windows in: https://www.sqlite.org/download.html and download the file. locate the sqlite3...
read article -
Pandoc
Week Of: 2021-11-21 2021-11-22 home/Professional The best document conversion that runs throu cli Pandoc examples # Geting the list of the supported input files: pandoc --list-input-formats Same for...
read article -
הסבר על אלגוריתם RAFT
Week Of: 2021-11-14 2021-11-14 home/Professional RAFT # תיאור כללי # אלגוריתם שנועד לניהול Nodes כאשר רק אחד מהם הוא הראשי והאחרים הינם "עוקבים" המחשה של האלגוריתם: Raft...
read article -
Admonition
2021-08-10 Obsidian Admonition # home/Professional Adds admonition block-styled content to Obsidian.md, styled after Material for MkDocs Please note, as of 2.0.0, all admonitions must be prefixed with...
read article -
Git
2021-06-27 Git # home/Professional Pull # usually I try to pull MyObsidian and the error messege says something like: error: Your local changes to the following files would be overwritten by...
read article -
Docker
2021-06-27 Docker # home/Professional run # docker run -d \ -it \ --name myalpine \ --mount type=bind,source="$(pwd)"/vol1,target=/user/vol1 \ --env...
read article -
Linux
2021-05-23 Linux # home/ Professional Common Commands # To run some command in the background(Dockerd): sudo dockerd & To run xrdp (Remote desktop to the WSL): sudo systemctl status...
read article -
Linux GUI
2021-05-23 Linux GUI # home/ Professional/Linux If you want to administer locally You can install the default Ubuntu desktop by executing the following: sudo apt-get install ubuntu-desktop There are...
read article -
Terraform
2021-05-23 Terraform # home/Professional Installing # Windows users: Go to https://www.terraform.io/downloads.html Press 64-bit: Extract the zip file (you just downloaded). Move terraform.exe file to...
read article -
Putty
2021-05-23 PuTTY # home/Professional PuTTY is a client program for the SSH on Windows OS. Windows PuTTY Installer # We recommend to download Windows Installer with PuTTY utilities as: Pageant (SSH...
read article -
K8s
2021-04-25 K8s # home/Professional Scoop # A tool for pckage installation Helm # Helm is a package manager for Kubernetes that allows developers and operators to more easily package, configure, and...
read article -
Helm
16/05/2021 Helm # home/ Professional Installation # Installing via Scoop scoop install helm About helm # Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes...
read article -
Chart Museum
2021-04-25 ChartMuseum # home/ Professional About ChartMuseum # ChartMuseum is an open-source Helm Chart Repository server written in Go (Golang), with support for cloud storage backends,...
read article
See all tags.