Red Hat Enterprise Linux (RHEL) is a Linux distribution developed by Red Hat and targeted toward the commercial market. Red Hat Enterprise Linux is released…
Month: April 2014
Linux distribution – Fedora (RedHat)
Fedora is a Linux-based operating system, a suite of software that makes your computer run. You can use the Fedora operating system to replace or to run…
Linux distribution – Ubuntu
One very famous open source and free operating systems for all kind of devices. If you heared of Ubuntu as name and are wondering what it is…here…
Maven:rpm-maven-plugin
Maven is a build tool written in in Java and running on JVMs. With Maven, this Maven based plugin and the appropriate OS environment you…
Good basic Eclipse IDE tutorial
Very good introduction into various Eclipse features: (I was already familiar with most of the features, but for beginners…) [Youtube_Channel_Gallery feed=”playlist” user=”PLBBog2r6uMCSmPLJMkXXa0lgMFwGScAP8″ feedorder=”asc” videowidth=”500″ ratio=”16×9″…
Get the process ID JBoss 7 / EAP 6:
Get the process ID JBoss 7 / EAP 6: pgrep -f org.jboss.as A shell script: if [ -z “$(pgrep -f org.jboss.as)” ] then echo “JBoss…