Azure networking and storage accounts
HOWTO https://docs.microsoft.com/en-us/learn/modules/azure-networking-fundamentals/ https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_accountAuthorize access...
View ArticleAzure CLI - upload file to Azure Storage Account
HOWTOhttps://danielveselka.blogspot.com/2021/06/azure-networking.html Get Account Key and upload file[dave@dave azure]$ export ACCOUNT_KEY=`az storage account keys list --account-name...
View ArticleDeploy Azure function in Java
HOWTO https://docs.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-java?tabs=bash%2Cazure-cli%2CbrowserGitHub...
View ArticleGCP - create VM using Terraform
HOWTO Install Terraform https://learn.hashicorp.com/tutorials/terraform/install-cli Build infrastructure on GCP...
View ArticleRefactor log4j project to slf4j
HOWTO Github sample repo https://github.com/dveselka/log4j-refactor-slf4jhttps://docs.openrewrite.org/tutorials/migrate-to-slf4j-from-log4j...
View ArticleHP Fortify scan - exclude files
HOWTO https://tech.esvali.com/mf_manuals/html/sca_ssc/micro_focus_fortify_static_code_analyzer_19.1.0_user_guide.htm#page_125 -exclude Removes files from the list of files to translate. Separate...
View ArticleSet active sound port to headphones on Linux Fedora Gnome
HOWTO https://bbs.archlinux.org/viewtopic.php?id=269199...
View ArticleUsing Maven with Weblogic 14.1.1
HOWTOUsing the WebLogic Maven Plug-In https://docs.oracle.com/en/middleware/standalone/weblogic-server/14.1.1.0/wlprg/maven.html#GUID-C6FC7582-2D1C-4EA5-B000-71AE9A2F2B05 Create Maven project using...
View ArticleJDK 11 - garbage collector logging
HOWTO https://sematext.com/blog/java-garbage-collection-logs/#toc-how-does-the-java-garbage-collector-work-0...
View ArticleCreate GihHub Action with Maven build
HOWTO https://docs.github.com/en/actions https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven GitHub...
View ArticleJava EE: XML Schemas for Java EE Deployment Descriptors
Java EE: XML Schemas for Java EE Deployment Descriptorshttps://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html...
View ArticleRunning JSF 1.1 application on Weblogic 12.2.1.4 with latest patches
HOWTOWeblogic Classloader Analysis https://danielveselka.blogspot.com/2013/02/weblogic-classloader-analysis-tool.html JSF 1 app on Weblogic...
View ArticleDisable Spring DEBUG in log4j2 logs on Weblogic
HOWTO https://www.baeldung.com/spring-boot-disable-console-logging https://stackoverflow.com/questions/43872823/spring-boot-cannot-turn-off-logging There is dump of all environment variables in...
View ArticleRemove deprecated Oracle JDBC classes oracle.sql.ArrayDescriptor,...
HOWTOhttps://docs.oracle.com/en/database/oracle/oracle-database/19/jajdb/oracle/sql/STRUCT.html...
View ArticleDocker UBI RedHat image
HOWTO https://developers.redhat.com/blog/2020/03/24/red-hat-universal-base-images-for-docker-users# Search for imagePastdave@dave ~]$ docker search registry.access.redhat.com/ubiNAME DESCRIPTION STARS...
View ArticleInstall SSL proxy intercept certificate for Azure CLI on Ubuntu
HOWTOhttps://blog.jhnr.ch/2018/05/16/working-with-azure-cli-behind-ssl-intercepting-proxy-server/ https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively?tabs=bash%2Cbash2#work-behind-a-proxy...
View ArticleMaven JAR plugin - include/exclude classes, create additional JARs from module
HOWTOhttps://maven.apache.org/plugins/maven-jar-plugin/examples/include-exclude.htmlhttps://maven.apache.org/plugins/maven-jar-plugin/examples/attached-jar.html...
View ArticleCalling Ant from Maven using maven-antrun-plugin
HOWTO https://maven.apache.org/plugins/maven-antrun-plugin/usage.htmlAnt echo properties https://ant.apache.org/manual/Tasks/echoproperties.html Maven Ant classpath...
View ArticleMaven assembly plugin
HOWTOAssembly plugin https://maven.apache.org/plugins/maven-assembly-plugin/Assembly descriptor https://maven.apache.org/plugins/maven-assembly-plugin/assembly.html Usage...
View ArticleXSD schema for list of objects using ComplexType
HOWTOhttps://www.liquid-technologies.com/online-xsd-to-xml-converterhttps://stackoverflow.com/questions/37294913/representing-a-object-list-in-xsd...
View Article