Example process without the grep command
I always wonder if I could display the a certain process with pstree
and not the whole process tree itself. It is possible. See below the results after reading the man page and trying out the options.
Admonitions in Asciidoctor are primarily related to docbook. Following admonitions are built in.
For deb based distributions like Debian, Ubuntu, it is advisable to purge old packages (have status rc, r=removed, c=config).
Kibana is the visual web interface for elasticsearch. You can create searches, visualisations and dashboards. Sometimes you spend a lot of valuable work into them. Therefore is essential to have some kind of backup for Kibana. The Kibana data itself, is stored in Elasticsearch in the .kibana
index. One way is to use the snapshot and restore capability of Elasticsearch.
To purge all data from a user schema, I simply generate a drop table statement for each user table.
I have to deal with a German software vendor, which gives us some SQLs scripts for Oracle DB. Between Germany and Switzerland, there are minor differences, which led to error ORA-01830
. The script contained some insert statements with timestamps.
An Java application uses log4j. Since I use logback all the time, it was quite a challenge to look up the docs for log4j 1.2.17. This application also writes statistical logs. To separate the statistic, we can use a different appender in log4j. The crucial point is to set the additivity to false, so the log won’t be logged twice in the root logger.