30 Things to Do After Minimal RHEL/CentOS 7 Installation
Tags : Linux
Created 12/09-2016 by Michael Bornholdt Nielsen
How to Setup network on Linux
Tags : Linux
Created 09/09-2016 by Michael Bornholdt Nielsen
Get sourcecode when using Maven
mvn eclipse:eclipse
    
  <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-eclipse-plugin</artifactId>
                <configuration>
                    <downloadSources>true</downloadSources>
                    <downloadJavadocs>true</downloadJavadocs>
                </configuration>
            </plugin>
        </plugins>
    </build>

Tags : Maven
Created 17/08-2016 by Michael Bornholdt Nielsen
Logging request and response in one place with JAX-RS
Created 28/07-2016 by Michael Bornholdt Nielsen
Best practice for REST token-based authentication with JAX-RS
Created 28/07-2016 by Michael Bornholdt Nielsen
Pdf to text

Using PDF in Linux - PDFConverter.com

pdftotext irgendein.pdf

poppler-utils-<version>.fc23

Tags : Pdf
Created 02/06-2016 by Michael Bornholdt Nielsen
Antivirus on Fedora
Tags : Linux Fedora
Created 12/04-2016 by Michael Bornholdt Nielsen
first page - previous page - next page
About
This site is used as a place to dump my ideas, links and other stuff I normaly forget.

Made by Michael Bornholdt Nielsen => Jarry.dk