Skip to content
Menu
e-lo [IT Engineer life]
  • Home
    • Note
  • Database
    • T-SQL
    • SQL Server quick
    • SQL server docs
    • MySql quick sheet
    • Postgre
    • InfluxDB
  • Programming
    • MS Azure Powershell
    • MS Azure Command-Line Interface (CLI) doc
    • Python Docs
    • Python Logging
    • Python-cheat-sheet
    • Git-guide
  • Azure
    • MS Windows virtual machines in Azure
    • MS ARM Docs
    • MS ARM Template Docs
    • MS ARM Functions
    • MS Bicep+ARM
    • MS ARM Tutorial
    • MS Deployment scripts (intern/extern)
    • MS Virtual Network
  • Az-nutshell
    • ms-technology-choices-compute-decision-tree
    • ms-data-store-decision-tree
    • ms-data-explorer
    • ms-storage-explorer
    • ms-azure-sql
    • ms-common-data-services
    • ms-azure-mysql-daas
    • ms-sla
    • az paas
    • az glossary-quicksheet
    • az-test-vm-script-quickguide
  • Linux
    • Top CMD’s
    • Useful CMD Linux
    • ss64 Linux
    • Ubuntu
    • 30 things Ubuntu 18.04
    • Bootable Ubuntu USB
    • LinuxFilesystemTreeOverview
  • Sys Admin
    • System Administrator
    • Sys News
  • Zen
    • Not thinking about anything is Zen
e-lo [IT Engineer life]

Author: espenk

5 min Azure Storage Explorer Queues (access key) Python SDK

Posted on January 24, 2022January 27, 2022 by espenk

What is Azure Queue Storage? Introduction to Azure Queue Storage – Azure Storage | Microsoft Docs Azure Queue Storage is a service for storing large numbers of messages. You access messages from anywhere in the world via authenticated calls using HTTP or HTTPS. A queue message can be up to 64 KB in size. A…

+

5 min Azure Storage Explorer blob (Anonymous and SAS) web

Posted on January 24, 2022January 24, 2022 by espenk

Azure Storage Explorer – behandling av skylagring | Microsoft Azure Upload, download, and manage data with Azure Storage Explorer Connect Azure Storage Explorer to a storage account * Storage Explorer is available on Windows, macOS, and Linux * It’s easy to connect to and manage multiple storage accounts. * The interface lets you connect to…

+

5 min Security Management Identity Azure

Posted on January 20, 2022January 20, 2022 by espenk

Scenario:Before: VM1 code, config, user cred/connection to SQL1New: Azure keyvault for storing, but VM1 needs access to key vault, hm…better way? No keys? Kan we have zero secrets in the code?Azure Managed Identity System assigned management identity User assigned management identity System assigned management identity (1 to 1) VM1(source)->Identity->System assigned->enable SQL1 (target)-> IAM->Add role assignment->…

+

5 min Create and configure an Azure Files mount on VM 2 with robocopy (update)

Posted on January 16, 2022February 3, 2022 by espenk

https://docs.microsoft.com/en-us/azure/storage/files/storage-files-quick-create-use-windows An Azure storage account and an Azure file shareA Windows Server 2019 Datacenter VM 1 Create a storage account (test-it3->testit3straccount)A general-purpose v2 storage account provides access to all of the Azure Storage services: blobs, files, queues, and tables.2 Create an Azure file share:2.1 When the Azure storage account deployment is complete, select Go to…

+

5 min Azure vnet, vm and dynamic/static ip

Posted on January 12, 2022January 12, 2022 by espenk

Microsoft Azure by default has a dynamic assignment of a public IP address to a newly-created VM unless we change it to be static. Public IP enables communication to Azure VM from the internet. Assigning a static public IP address ensures that the address never changes as opposed to the dynamic public IP address. The dynamic…

+

5 min .msi and .zip

Posted on January 10, 2022January 10, 2022 by espenk

https://techoral.com/blog/java/adoptopenjdk-install-windows.html .msi and .zipBoth versions of have the same functionality, features, plugins, etc. The main difference is that the Zip file does not get installed in the system as a program,meaning that the executable files are not in the programs folder. The application does not appear on the start menu, or as part of the…

+

PuTTY Fatal Error: Network Error: Software Caused Connection Abort

Posted on December 29, 2021 by espenk

Configure PuTTY Select your connection, load itIn the left-hand menu pane, select ConnectionIn the field beside Seconds between keepalives, enter 5.Check Enable TCP Keepalives (SO_KEEPALIVE option)Now click Open and leave the SSH connection idle for a while to see if it stays up.If you are using a PuTTY session profile, don’t forget to Save your…

+

5 min Kotlin and AdopOpenJDK and make jar (Extended import java.util.*)

Posted on December 18, 2021December 21, 2021 by espenk

Files after download Download AdoptOpenJDK AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi On install:Add to PATH, Set JAVA_HOME on local HD. C:\Users\jekl>java -versionopenjdk version “11.0.13” 2021-10-19OpenJDK Runtime Environment Temurin-11.0.13+8 (build 11.0.13+8)OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (build 11.0.13+8, mixed mode Download Kotlin zip Release Kotlin 1.6.10 · JetBrains/kotlin (github.com) kotlin-compiler-1.6.10.zip unzip it somewhere C:\giti2021\Kotlins\kotlin-compiler-1.6.10\kotlinc Add…

+

Kotlin and AdoptOpenJDK with compile for jar. (Extended with Eclipse and AdoptOpenJDK)

Posted on December 17, 2021December 18, 2021 by espenk

AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi Add to PATH, Set JAVA_HOME on local HD. Release Kotlin 1.6.10 · JetBrains/kotlin (github.com) Download Kotlin Download and unzip it C:\giti2021\Kotlins\kotlin-compiler-1.6.10\kotlinc Click on the Edit environment variables for your account shortcut. Enter “KOTLIN_HOME” as variable name. Enter the [KOTLIN_INSTALL_DIR] as variable value. Next, we need to configure the PATH…

+

Passing JVM arguments to Tomcat when running as a service

Posted on December 15, 2021 by espenk

java – Passing JVM arguments to Tomcat when running as a service? – Stack Overflow In your Tomcat /bin folder, you should have a tomcat5w.exe admin app (or in later versions tomcat6w.ex, tomcat8w.exe, etc). Go to the Java tab and add the args in the “Java Options:” box.

+
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 15
  • Next

RSS Azure

  • Scale your cloud-native apps and accelerate app modernization with Azure, the best cloud for your apps May 24, 2022

RSS RabbitMQ

  • RabbitMQ 3.8.15 release

RSS Python

  • PEP 691: JSON-based Simple API for Python Package Indexes May 4, 2022

Tags

5 min (26) Ansible (1) ARM (10) azure (40) cmd (3) Django (4) Docker (1) e-lo (2) Flask (2) Github (9) Grafana (2) Information (7) Information Retrieval (13) JAVA (1) kivy (2) Kotlin (6) linux (15) mobile (2) Natural Language Prossesing (NLP) (2) Net.Core (1) Networking and Security (6) OPC (2) PEP8 (1) Philosophy (3) Python (47) Python Networking and Security (5) Reason (2) RMQ (3) Solr (11) Sql (10) Uncategorized (2) VSC (1) Warframe (2) WMVARE (4) Zabbix (7)

Recent Posts

  • 5 min Logic App Storage Table
  • 5 min Logic App PSQL
  • 5 min Logic App
  • 5 MIN Azure Data Explorer
  • TODO Build a Hash Table in Python With TDD Real Python

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Photo by Markus Spiske from Pexels "Matrix"

©2022 e-lo [IT Engineer life] | Powered by WordPress & Superb Themes