<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dokuwiki.dsteiner.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>DS Wiki</title>
        <description></description>
        <link>https://dokuwiki.dsteiner.ch/</link>
        <lastBuildDate>Mon, 04 May 2026 15:44:18 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://dokuwiki.dsteiner.ch/lib/exe/fetch.php?media=wiki:logo.png</url>
            <title>DS Wiki</title>
            <link>https://dokuwiki.dsteiner.ch/</link>
        </image>
        <item>
            <title>apache_ldap</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=apache_ldap&amp;rev=1549558514&amp;do=diff</link>
            <description>Apache LDAP authenticiation

This document describes the setup of LDAP authentication to Active Directory using SSL.

Apache configuration

Prefered possiblilty

Apache needs following settings to work with LDAPS authentication. You must edit /etc/openldap/ldap.conf</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 07 Feb 2019 16:55:14 +0000</pubDate>
        </item>
        <item>
            <title>apache_ldap_multidomain</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=apache_ldap_multidomain&amp;rev=1732956587&amp;do=diff</link>
            <description>Apache setup for Simple Sign On

If you have different AD domains will be merged into on domain. All users, projects and customers are merged from cloud.example.com Active Directory.

Envirnment

The merged organization units are located in ou=Cloud,dc=example,dc=com</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 Nov 2024 08:49:47 +0000</pubDate>
        </item>
        <item>
            <title>firewalld</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=firewalld&amp;rev=1589698033&amp;do=diff</link>
            <description>Firewall daemon

General

In this manual, I just list the basic commands for setup and configure iptables firewall using firewalld agent.

IMPORTANT: The agent firewalld.service must be startet before you can use firewall-cmd command!

NOTE: To the most arguments, you can add</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 17 May 2020 06:47:13 +0000</pubDate>
        </item>
        <item>
            <title>git</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=git&amp;rev=1577085847&amp;do=diff</link>
            <description>Git versioning short how-to

General

	*  Show all files in repo:

git ls-files


	*  Show all config files:

git config --list --show-origin


	*  Example output of above command:

file:/Users/dani/.gitconfig diff.renames=true
file:/Users/dani/.gitconfig user.name=Daniel Steiner
file:/Users/dani/.gitconfig user.email=daniel.steiner@greenmail.ch
file:/Users/dani/.gitconfig help.autocorrect=1
file:/Users/dani/.gitconfig color.ui=true
file:/Users/dani/.gitconfig pager.diff=diff-so-fancy | less --t…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Dec 2019 07:24:07 +0000</pubDate>
        </item>
        <item>
            <title>hardening</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=hardening&amp;rev=1732958533&amp;do=diff</link>
            <description>Hardening on CentOS

Updates

How many security notices, bugfix notices, and enhancement notices are available for your machine?


yum updateinfo


How many security related packages are available for your machine?


yum --security list updates


Mount options</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 Nov 2024 09:22:13 +0000</pubDate>
        </item>
        <item>
            <title>inotify</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=inotify&amp;rev=1549641541&amp;do=diff</link>
            <description>Inotify how-to

Inotifywait

This command simply blocks for inotify events, making it appropriate for use in shell scripts. It can watch any set of files and directories, and can recursively watch entire directory trees.

inotifywatch

inotifywatch collects filesystem usage statistics and outputs counts of each inotify event. We will use inotifywait, since we do not need statistics.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 08 Feb 2019 15:59:01 +0000</pubDate>
        </item>
        <item>
            <title>ip</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=ip&amp;rev=1571893962&amp;do=diff</link>
            <description>Linux IP/Network how-to

Setup a secondary IP on the same physical device

This how-to shows the procedure to setup an alias on a physical ethernet device. We are going to use &#039;ip&#039; command line tool. We are going to setup following parameters:
What</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 24 Oct 2019 05:12:42 +0000</pubDate>
        </item>
        <item>
            <title>java_cert</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=java_cert&amp;rev=1549633004&amp;do=diff</link>
            <description>Java certificates for Jive

This document shows the handling with Java certificates managed with keystore tool (which is part of Java SDK). If the certificate changes on proxy (intranet.example.com), the certificate also must be replaced in Jive. Basically following steps are necesary to replace the certificate in Java keystore:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 08 Feb 2019 13:36:44 +0000</pubDate>
        </item>
        <item>
            <title>kvm</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=kvm&amp;rev=1613291812&amp;do=diff</link>
            <description>KVM manual

General

This document shows and describes the most important commands for a KVM environment.

Host setup

Before you can start with any virtual machine, you have to install the following packages first:


dnf -y install virt-install libvirt-daemon-kvm qemu-kvm libvirt-client qemu libvirt-daemon</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 14 Feb 2021 08:36:52 +0000</pubDate>
        </item>
        <item>
            <title>linuxperf</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=linuxperf&amp;rev=1732966041&amp;do=diff</link>
            <description>Slow server? Workflow to get the bottleneks

Your high-powered server is suddenly running dog slow, and you need to remember the troubleshooting steps again. Bookmark this page for a ready reminder the next time you need to diagnose a slow server.

Get on Top of it</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 Nov 2024 11:27:21 +0000</pubDate>
        </item>
        <item>
            <title>mysql</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=mysql&amp;rev=1553777430&amp;do=diff</link>
            <description>MySQL how-to

Some useful knowledge for MySQL databases.

Backup

To backup smaller databases, automysqlbackup is a good choice for a MySQl database backup. In this chapter, I show the procedure to setup it.

Get environmet

Following informations are quite important for backup purposes:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 28 Mar 2019 12:50:30 +0000</pubDate>
        </item>
        <item>
            <title>nginx</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=nginx&amp;rev=1549558556&amp;do=diff</link>
            <description>Nginx

Not yet done, please come back later.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 07 Feb 2019 16:55:56 +0000</pubDate>
        </item>
        <item>
            <title>postgres</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=postgres&amp;rev=1552117767&amp;do=diff</link>
            <description>Postgres SQL how-to</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Mar 2019 07:49:27 +0000</pubDate>
        </item>
        <item>
            <title>selinux</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=selinux&amp;rev=1732962504&amp;do=diff</link>
            <description>SELinux

This document applies to Fedora 29. But, all should work on CentOS/REL 7.

General

Before you can work with all the selinux tools, you must install the following packages first:


dnf -y install python3-policycoreutils policycoreutils-python-utils policycoreutils setroubleshoot-server setools-console libselinux-utils coreutils</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 Nov 2024 10:28:24 +0000</pubDate>
        </item>
        <item>
            <title>sidebar</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=sidebar&amp;rev=1733039802&amp;do=diff</link>
            <description>Menu

Linux

	*  Linux performance notes
	*  Linux cluster manual (only with login)
	*  IP/Networking how-to
	*  Hardening on CentOS Linux
	*  Inotify filewatching how-to
	*  The Linux Kernel virtualisation how-to

Security

	*  SSL howto
	*  Java certificate howto
	*  Firewall deamon manual
	*  SELinux manual

Webserver

	*  Apache LDAP howto
	*  Apache simple sign on (multidomain) howto
	*  Nginx howto

Applications

	*  Setup dovecot and postfix mailserver (only with login)
	*  Git how-to
	* …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 01 Dec 2024 07:56:42 +0000</pubDate>
        </item>
        <item>
            <title>ssl</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=ssl&amp;rev=1551477086&amp;do=diff</link>
            <description>OpenSSL Commands

The most tasks can be done using the gen-webserver-key.pl perl script. This creates all wannted files to request a certificate or to create a self signed certificate.

The usage is very simple:

Just execute perl gen-webserver-key.pl --help</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Mar 2019 21:51:26 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>https://dokuwiki.dsteiner.ch/doku.php?id=start&amp;rev=1732962619&amp;do=diff</link>
            <description>My technical documentations

Welcome on my documentation wiki. Here, I&#039;m providing some manuals mostly for Linux, open source applications and Linux based services.

All documents on this wiki are written by my self.

Some pages are only visible with a valid login!</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 Nov 2024 10:30:19 +0000</pubDate>
        </item>
    </channel>
</rss>
