Loading...

Blog

A Journey of a Thousand Miles Begins with a Single Step

Create a XML or HTML document

Using in Java the Document Object Model (DOM). This post contains a snippet to create XML document object.

Read more

List open files of a dedicated process

An open file may be a regular file, a directory, a block special file, a character special file, an executing text reference, a library, a stream or a network file (Internet socket, NFS file or UNIX domain socket.) A specific file or all the files in a file system may be selected by path.

Linux man page

Read more

Using watch to monitor processes

Using Linux you can monitor processes with watch. It executes a program periodically, showing the output in full screen.

Read more

Generate random log events for logstash

Instead of using stdin, logstash also offers the generator input plugin for generating random log events. You can either use a single message or multiple messages in lines.

Read more

Grok debugger

A collection of online grok debuggers. For instance they can be used to find grok patterns in logstash.

Read more

Download a list of url's in Python

This article covers how to download a url in python.

Read more

Character

Check character type

Read more

Use CharacterIterator to iterate over the characters of a String

This post is migrated from an article of my dokuWiki.

Read more

Cleanup abas ERP folders

As I cleanup my Mercurial SCM repositories, I found some snippets and gems I have used working as an abas ERP consultant. Each snippet has its purpose and keeps your system clean.

Read more