Datahawk blog

my page

Sdkman Java Maven install Ubuntu 20.04

install sdkman 1 2 curl -s "https://get.sdkman.io" | bash source "/home/swapanc/.sdkman/bin/sdkman-init.sh" figure out which JDK version and Graalvm version need to be installed Use sdkman to i...

Ubuntu 20.04 LXD/LXC Java, Gradle, Maven, Node.js, Ruby, Jekyll developer container with Ubuntu cloud image

create ubuntu cloud server lxd container 1 2 3 4 lxc launch ubuntu-minimal:focal devserver && \ lxc launch ubuntu-minimal:focal ubuntu-minimal-focal-sdkman lxc exec devserver bash as ro...

JBOSS 7.4 domain mode cluster on lxd container on Ubuntu 20.4

create base adopt openjdk image ubuntu 20.04 lxd 1 lxc launch ubuntu-minimal:focal openjdk add required packages 1 2 3 4 5 lxc exec openjdk bash apt-get update -y &&\ apt-get install w...

Wildfly infinispan info

something

Slave/domain/configuration/host.xml 1 2 3 4 5 6 7 8 9 10 11 12 <host name="slave1" xmlns="urn:jboss:domain:1.3"> : : <domain-controller> <remote protocol="remo...

lxc lxd reference

1 lxc alias add shell "exec @ARGS@ -- su -l servid"lx get shell on lxc container as non root user 1 2 3 lxc shell infinispan-test-1 lxc shell infinispan-test-2 lxc shell infinispan-test-3 moun...

2021 07 14 Shell Reference

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 # extract options and their arguments into variables. while true ; do case "$1" in -a|--arga) case "$2" in "") A...

Jboss Data Grid Jboss EAP Infinispan lxd demo

something

add the Ubuntu minimal cloud repo 1 lxc remote add --protocol simplestreams ubuntu-minimal https://cloud-images.ubuntu.com/minimal/releases/ LXC/LXD Virtualization containers 1 2 3 4 lxc config...

Ubuntu 20.04 LXD Linux container Oracle 18cXE database install and configure

something

install lxd 1 sudp snap install lxd initialize LXD as a non root user with a simple profile 1 2 #just hit enter to accept all the defaults for all the questions lxc init lanuch LXD oracle lin...

setup ubuntu 20.04 curl, node.js, java, ruby, jekyll, nvm, sdkman

install Node Npm Java Maven Ruby Jekyll 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 sudo apt update -y && \ sudo snap remove curl sudo apt-get install curl curl -o- https://raw.githubusercontent.c...

Virt Install To Create Vms

virt-install to create VM’s ## 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 # create a storage pool root@dlp:~# mkdir -p /var/kvm/images root@dlp:~...