Quantcast
Channel: Java mon amour
Browsing all 1121 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

DevOps with OpenShift

reblogging the from the excellent friend and mentor Jan: https://jvzoggel.com/2017/08/23/free-ebook-devops-with-openshift/Also interesting the OpenShift for Developers:

View Article


Image may be NSFW.
Clik here to view.

Getting started with OpenShift

you can try installing on your local machine: install Vagrant https://www.vagrantup.com/downloads.htmlinstall virtualbox https://www.virtualbox.org/wiki/Downloadsclone this github repo...

View Article


Image may be NSFW.
Clik here to view.

Wildfly quickstarts

Wildfly Example galore here: https://github.com/wildfly/quickstart JBOss EAP example galore here https://github.com/jboss-developer/jboss-eap-quickstarts Latest Wildfly documentation...

View Article

Spring Framwork Essentials course by Ken Kousen in Safari Books Online

Here is the code https://github.com/kousen/Spring-Framework-Essentials Ken is a very talented teacher, who focuses on concepts rather than sheer data. Highly recommended. The course is available only...

View Article

Dependency trees in Nexus and Maven: who uses what ?

Nexus plugin to display who uses a given artifact https://github.com/saleemshafi/nexus-artifact-usage-plugin (apparently the same info is built-in in Apache Archiva...

View Article


Software Vulnerability Control with Sonatype products

Interesting introductory vide on the topic of Security in Software Supply Chain https://vimeo.com/217179090Software Factory | Sonatype from Sonatype Nexus on Vimeo.Software Supply Chain Continuous...

View Article

Nexus and Maven (ST): setup

I have installed Maven (ST) in /home/centos/apache-maven-3.5.0/. My m2 repo is in /home/centos/.m2/repository To test the m2 repo, I "git clone https://github.com/gabrielf/maven-samples", then "mvn...

View Article

Nexus Repository Migration

MIGRATING FROM 2.12.1 TO 2.14.5 Migrating from Nexus Repository Manager OSS 2.12.1-01 to the latest 3.0 version:...

View Article


Image may be NSFW.
Clik here to view.

All Day DevOps on October 24, 2017 starting at 8:00am GMT

https://www.alldaydevops.com register here https://www.alldaydevops.com/register you can even watch the recorded session later (2016 recordings are available on their side...)

View Article


JBoss CLI sucks

Frankly the CLI hurts the eyes... someone should make it a bit more groovish... oh in fact here there is a guide how to do it...

View Article

Image may be NSFW.
Clik here to view.

Cool Tools (from JBoss Hacks)

be aware that the Kindle edition is royally scr...wed up, missing ALL the sample script in the text... what a pity... maybe the PDF version available here...

View Article

Installing Docker on CentOS 7

from the excellent guide https://docs.docker.com/engine/installation/linux/docker-ce/centos/sudo yum remove docker docker-common docker-selinux docker-enginesudo yum install -y yum-utils...

View Article

Image may be NSFW.
Clik here to view.

Books: Docker in Action

It's an excellent book, highly recommended, Jeff Nickoloff is a great author.Here some notes from the exercisesdocker run dockerinaction/hello_worlddocker helpUsage: docker COMMANDA self-sufficient...

View Article


Maven deploy-file fr batch upload

Unfortunately in the Nexus 3.5 and 3.6 version there is no batch upload of artifacts (in Nexus 2.X it was much easier: just rsync your Maven repo and "rebuild...

View Article

Installing Openshift Origin on your CentOS 7 VM

sudo yum install centos-release-openshift-originsudo yum install wget git net-tools bind-utils iptables-services bridge-utils bash-completion origin-clientssudo oc cluster upat this point, you get a...

View Article


Image may be NSFW.
Clik here to view.

CentOS VM in VirtualBox connection to Internet

Panic, my new CentOS VM was unable to connect to internet, no clue what I had done wrong.Eventually this post gave me the solution https://superuser.com/a/1053605/95314This is how the Network section...

View Article

Image may be NSFW.
Clik here to view.

I have deleted my Facebook account

I was wasting way too much time simply browsing through a lot of endless chatter, sometimes almost neurotically/compulsively. And some times I found myself intervening in other people conversations,...

View Article


Nexus 2.14 not starting "No such file or directory"

scary, all of a sudden I get in the wrapper.log file:jvm 1 | wrapper | Unable to start JVM: No such file or directory (2)this is really unimpressive, a decent coder would AT LEAST tell you "WHICH file...

View Article

Nexus Repository Health Check (RHC) unauthorized proxy

"The components in the repository were inspected, but their identity could not be confirmed. This may have happened for the following reasons:The repository does not contain enough identified...

View Article

Adam Bien The Great, and how to monitor health of a Docker Container

git clone https://github.com/AdamBien/airhacks.gitgit clone https://github.com/AdamBien/docklands.gitdocker build -t airhacks/payara-ping .Sending build context to Docker daemon 14.85kBStep 1/5 : FROM...

View Article
Browsing all 1121 articles
Browse latest View live