<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Just my two tenge</title>
	<atom:link href="http://www.boxler-online.de/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.boxler-online.de</link>
	<description>from 🇪🇺 with ❤️</description>
	<lastBuildDate>Sun, 22 Feb 2026 18:41:01 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Prestashop Staging</title>
		<link>https://www.boxler-online.de/2026/02/22/prestashop-staging/</link>
					<comments>https://www.boxler-online.de/2026/02/22/prestashop-staging/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Sun, 22 Feb 2026 18:41:01 +0000</pubDate>
				<category><![CDATA[Shop]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[prod]]></category>
		<category><![CDATA[shop]]></category>
		<category><![CDATA[staging]]></category>
		<guid isPermaLink="false">https://www.boxler-online.de/?p=1877</guid>

					<description><![CDATA[Update Config Files in staging files Update SQL Tables in staging DB Update .htaccess in staging files Search and replace RewriteCond %{HTTP_HOST} ^shop.de$with RewriteCond %{HTTP_HOST} ^(shop\.de&#124;dev\.shop\.de)$]]></description>
										<content:encoded><![CDATA[
<ol class="wp-block-list">
<li>Staging Subdomain e.g. dev.shop.de</li>



<li>Set PHP version same as prod</li>



<li>Staging DB</li>



<li>Delete files from shop/var/cache/prod or dev or <code>_PS_ENV_/prod</code> or <code>_PS_ENV_/dev</code></li>



<li>Copy files from shop prod to shop staging e.g. via web ftp</li>



<li>Export DB prod via PHPMyAdmin utf-8, SQL</li>



<li>Import DB prod to DB stage</li>



<li>Double check, delete files from shop_staging/var/cache/prod or dev or <code>_PS_ENV_/prod</code> or <code>_PS_ENV_/dev</code></li>
</ol>



<p class="has-medium-font-size wp-block-paragraph"><strong>Update Config Files in staging files</strong></p>



<pre class="wp-block-code"><code>shop_dev/app/config/parameters.php
change database_name, database_user, database_password</code></pre>



<p class="has-medium-font-size wp-block-paragraph"><strong>Update SQL Tables in staging DB</strong></p>



<pre class="wp-block-code"><code><code>UPDATE xyz_configuration
SET value = 'dev.shop.de'
WHERE name IN ('PS_SHOP_DOMAIN', 'PS_SHOP_DOMAIN_SSL');
</code>
UPDATE xyz_shop_url
SET domain = 'dev.shop.de',
    domain_ssl = 'dev.shop.de',
    physical_uri = '/'
WHERE id_shop = 1;</code></pre>



<p class="has-medium-font-size wp-block-paragraph"><strong>Update .htaccess in staging files</strong></p>



<p class="wp-block-paragraph">Search and replace</p>



<p class="wp-block-paragraph"><code>RewriteCond %{HTTP_HOST} ^shop.de$<br></code><br>with<br><br><code>RewriteCond %{HTTP_HOST} ^(shop\.de|dev\.shop\.de)$</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2026/02/22/prestashop-staging/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Energy consumption during rides or runs</title>
		<link>https://www.boxler-online.de/2024/07/07/energy-consumption-during-rides-or-runs/</link>
					<comments>https://www.boxler-online.de/2024/07/07/energy-consumption-during-rides-or-runs/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Sun, 07 Jul 2024 06:54:04 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Sport]]></category>
		<guid isPermaLink="false">https://www.boxler-online.de/?p=1864</guid>

					<description><![CDATA[General Thoughts Running Cycling]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>General Thoughts</strong></p>



<ul class="wp-block-list">
<li>The body digests food better in calm situations with minimal stress.</li>



<li>High-intensity activities can impair digestion due to diverted blood flow and physical jarring.</li>
</ul>



<p class="wp-block-paragraph"><strong>Running</strong></p>



<ul class="wp-block-list">
<li>Uphill: Slower, less jarring, potentially easier on the stomach.</li>



<li><strong>Fueling Strategy</strong>: Solid food before/during climbs.</li>
</ul>



<ul class="wp-block-list">
<li>Downhill: Faster, more jarring, higher risk of gastrointestinal discomfort.</li>



<li><strong>Fueling Strategy</strong>: Gels and gummies before/during downhill.</li>
</ul>



<p class="wp-block-paragraph"><strong>Cycling</strong></p>



<ul class="wp-block-list">
<li>Climbing: Intense but steady exertion, moderate stress on the stomach.</li>



<li><strong>Fueling Strategy</strong>: Gels and gummies before/during climbs.</li>



<li>Downhill: Less physical exertion, but potential for vibrations and jarring.</li>



<li><strong>Fueling Strategy</strong>: Solid food before/during downhills.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2024/07/07/energy-consumption-during-rides-or-runs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>fix mp3 with ffmpeg</title>
		<link>https://www.boxler-online.de/2024/03/16/fix-mp3-with-ffmpeg/</link>
					<comments>https://www.boxler-online.de/2024/03/16/fix-mp3-with-ffmpeg/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Sat, 16 Mar 2024 14:40:36 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">https://www.boxler-online.de/?p=1861</guid>

					<description><![CDATA[issue: Sonos didn&#8217;t played back some mp3&#8217;s and showed an network related error message. At the same time Sonos could playback other mp3&#8217;s. So it was not a network issue. solution: ffmpeg brew install ffmpeg sources: https://apple.stackexchange.com/questions/26099/is-there-a-way-to-convert-audio-files-in-mac-os-x-or-the-command-line-without-us#26111 https://stackoverflow.com/questions/5784661/how-do-you-convert-an-entire-directory-with-ffmpeg#33766147]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>issue</strong>: Sonos didn&#8217;t played back some mp3&#8217;s and showed an network related error message. At the same time Sonos could playback other mp3&#8217;s. So it was not a network issue.</p>



<p class="wp-block-paragraph"><strong>solution</strong>: ffmpeg</p>



<ol class="wp-block-list">
<li>macOS install ffmpeg in terminal</li>
</ol>



<p class="wp-block-paragraph"><code>brew install ffmpeg</code></p>



<ol class="wp-block-list" start="2">
<li>batch convert </li>
</ol>



<pre class="wp-block-code"><code>for i in *.mp3; do ffmpeg -i "$i" "${i%.*}_fixed.mp3"; done</code></pre>



<p class="wp-block-paragraph">sources:</p>



<p class="wp-block-paragraph"><a href="https://apple.stackexchange.com/questions/26099/is-there-a-way-to-convert-audio-files-in-mac-os-x-or-the-command-line-without-us#26111">https://apple.stackexchange.com/questions/26099/is-there-a-way-to-convert-audio-files-in-mac-os-x-or-the-command-line-without-us#26111</a></p>



<p class="wp-block-paragraph"><a href="https://stackoverflow.com/questions/5784661/how-do-you-convert-an-entire-directory-with-ffmpeg#33766147">https://stackoverflow.com/questions/5784661/how-do-you-convert-an-entire-directory-with-ffmpeg#33766147</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2024/03/16/fix-mp3-with-ffmpeg/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pi-hole and unbound</title>
		<link>https://www.boxler-online.de/2023/10/15/pi-hole-und-unbound/</link>
					<comments>https://www.boxler-online.de/2023/10/15/pi-hole-und-unbound/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Sun, 15 Oct 2023 05:13:24 +0000</pubDate>
				<category><![CDATA[Digital World]]></category>
		<guid isPermaLink="false">https://www.boxler-online.de/?p=1853</guid>

					<description><![CDATA[Source and Details: https://www.kuketz-blog.de Benefits Faster DNS resolving, by becoming own DNS Server Installation Create confiig Add following content into pi-hole.conf EDNS config creation 99-ends.conf content PI-hole adjustment default view changed Debian Fix Restart and go live]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Source and Details: <a href="https://www.kuketz-blog.de/pi-hole-einrichtung-und-konfiguration-mit-unbound-adblocker-teil2/">https://www.kuketz-blog.de</a></p>



<p class="wp-block-paragraph"><strong>Benefits</strong></p>



<p class="wp-block-paragraph">Faster DNS resolving, by becoming own DNS Server</p>



<p class="wp-block-paragraph"><strong>Installation</strong></p>



<pre class="wp-block-code"><code>sudo apt install unbound</code></pre>



<p class="wp-block-paragraph"><strong>Create confiig</strong></p>



<pre class="wp-block-code"><code>sudo nano /etc/unbound/unbound.conf.d/pi-hole.conf</code></pre>



<p class="wp-block-paragraph"><strong>Add following content into pi-hole.conf</strong></p>



<pre class="wp-block-code"><code>server:
    # If no logfile is specified, syslog is used
    # logfile: "/var/log/unbound/unbound.log"
    verbosity: 0

    interface: 127.0.0.1
    port: 5335
    do-ip4: yes
    do-udp: yes
    do-tcp: yes

    # May be set to yes if you have IPv6 connectivity
    do-ip6: no

    # You want to leave this to no unless you have *native* IPv6. With 6to4 and
    # Terredo tunnels your web browser should favor IPv4 for the same reasons
    prefer-ip6: no

    # Use this only when you downloaded the list of primary root servers!
    # If you use the default dns-root-data package, unbound will find it automatically
    # root-hints: "/var/lib/unbound/root.hints"

    # Trust glue only if it is within the server's authority
    harden-glue: yes

    # Require DNSSEC data for trust-anchored zones, if such data is absent, the zone becomes BOGUS
    harden-dnssec-stripped: yes

    # Don't use Capitalization randomization as it known to cause DNSSEC issues sometimes
    # see https://discourse.pi-hole.net/t/unbound-stubby-or-dnscrypt-proxy/9378 for further details
    use-caps-for-id: no

    # Reduce EDNS reassembly buffer size.
    # IP fragmentation is unreliable on the Internet today, and can cause
    # transmission failures when large DNS messages are sent via UDP. Even
    # when fragmentation does work, it may not be secure; it is theoretically
    # possible to spoof parts of a fragmented DNS message, without easy
    # detection at the receiving end. Recently, there was an excellent study
    # &gt;&gt;&gt; Defragmenting DNS - Determining the optimal maximum UDP response size for DNS &lt;&lt;&lt;
    # by Axel Koolhaas, and Tjeerd Slokker (https://indico.dns-oarc.net/event/36/contributions/776/)
    # in collaboration with NLnet Labs explored DNS using real world data from the
    # the RIPE Atlas probes and the researchers suggested different values for
    # IPv4 and IPv6 and in different scenarios. They advise that servers should
    # be configured to limit DNS messages sent over UDP to a size that will not
    # trigger fragmentation on typical network links. DNS servers can switch
    # from UDP to TCP when a DNS response is too big to fit in this limited
    # buffer size. This value has also been suggested in DNS Flag Day 2020.
    edns-buffer-size: 1232

    # Perform prefetching of close to expired message cache entries
    # This only applies to domains that have been frequently queried
    prefetch: yes

    # One thread should be sufficient, can be increased on beefy machines. In reality for most users running on small networks or on a single machine, it should be unnecessary to seek performance enhancement by increasing num-threads above 1.
    num-threads: 1

    # Ensure kernel buffer is large enough to not lose messages in traffic spikes
    so-rcvbuf: 1m

    # Ensure privacy of local IP ranges
    private-address: 192.168.0.0/16
    private-address: 169.254.0.0/16
    private-address: 172.16.0.0/12
    private-address: 10.0.0.0/8
    private-address: fd00::/8
    private-address: fe80::/10

## Performance
# More cache memory, rrset=msg*2 | Default: 4m, 4m
msg-cache-size: 32m
rrset-cache-size: 64m
# Time  to  live &#91;minimum|maximum] for RRsets and messages in the cache | Default: 0, 86400
cache-min-ttl: 3600
cache-max-ttl: 86400
# Serve old responses from cache with a TTL of 0 in the response without waiting for the actual resolution to finish | Default: no, 0
serve-expired: yes
serve-expired-ttl: 86400
# Fetch DNSKEYs earlier (DNSSEC): More cpu usage, less latency | Default: no
prefetch-key: yes
# Helps to reduce the query rate towards targets that get a very high nonexistent name lookup rate | Default: no
aggressive-nsec: yes

## Privacy | Default: no, no
hide-identity: yes
hide-version: yes</code></pre>



<p class="wp-block-paragraph"><strong>EDNS config creation</strong></p>



<pre class="wp-block-code"><code>sudo nano /etc/dnsmasq.d/99-edns.conf</code></pre>



<p class="wp-block-paragraph"><strong>99-ends.conf content</strong></p>



<pre class="wp-block-code"><code>edns-packet-max=1232</code></pre>



<p class="wp-block-paragraph"><strong>PI-hole adjustment</strong></p>



<pre class="wp-block-code"><code>raspberrypi.local/admin</code></pre>



<ul class="wp-block-list">
<li>remove on left all hooks</li>



<li>add Custom 1 (IPv4):&nbsp;<strong>127.0.0.1#5335</strong></li>



<li>remove Custom 3 (IPv6)</li>



<li>active Use DNSSEC in the bottom</li>



<li>save</li>
</ul>



<p class="wp-block-paragraph">default view</p>



<figure class="wp-block-image size-large"><a href="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-06.52.55.png"><img fetchpriority="high" decoding="async" width="1024" height="858" src="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-06.52.55-1024x858.png" alt="" class="wp-image-1854" srcset="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-06.52.55-1024x858.png 1024w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-06.52.55-300x251.png 300w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-06.52.55-768x644.png 768w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-06.52.55-1536x1287.png 1536w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-06.52.55.png 2038w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a></figure>



<p class="wp-block-paragraph">changed</p>



<figure class="wp-block-image size-large"><a href="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.33.png"><img decoding="async" width="1024" height="822" src="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.33-1024x822.png" alt="" class="wp-image-1855" srcset="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.33-1024x822.png 1024w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.33-300x241.png 300w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.33-768x616.png 768w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.33-1536x1232.png 1536w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.33.png 2014w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a></figure>



<figure class="wp-block-image size-large"><a href="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.42.png"><img decoding="async" width="1024" height="133" src="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.42-1024x133.png" alt="" class="wp-image-1856" srcset="https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.42-1024x133.png 1024w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.42-300x39.png 300w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.42-768x100.png 768w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.42-1536x199.png 1536w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.42-2000x262.png 2000w, https://www.boxler-online.de/wp-content/uploads/2023/10/Bildschirmfoto-2023-10-15-um-07.10.42.png 2020w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a></figure>



<p class="wp-block-paragraph"><strong>Debian Fix</strong></p>



<pre class="wp-block-code"><code>sudo systemctl disable --now unbound-resolvconf.service
sudo sed -Ei 's/^unbound_conf=/#unbound_conf=/' /etc/resolvconf.conf 
sudo rm /etc/unbound/unbound.conf.d/resolvconf_resolvers.conf</code></pre>



<p class="wp-block-paragraph"><strong>Restart and go live</strong></p>



<pre class="wp-block-code"><code>sudo service unbound restart</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2023/10/15/pi-hole-und-unbound/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PrestaShop 1.7.6.4 Admin Panel 500 error</title>
		<link>https://www.boxler-online.de/2023/04/09/prestashop-1-7-6-4-admin-panel-500-error/</link>
					<comments>https://www.boxler-online.de/2023/04/09/prestashop-1-7-6-4-admin-panel-500-error/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Sun, 09 Apr 2023 18:14:01 +0000</pubDate>
				<category><![CDATA[Digital World]]></category>
		<category><![CDATA[Shop]]></category>
		<guid isPermaLink="false">https://www.boxler-online.de/?p=1845</guid>

					<description><![CDATA[Issue 1 happened during an update from version 1.7.6.4 to the latest stable one. After the DB restore, the shop itself run well, but the admin backend run into an error prestashop FileLocatorFileNotFoundException solution: download and install the 1.7.6.4 version and copy the src directory from the fresh one, renamed first and deleter afterwards the &#8230; <p class="link-more"><a href="https://www.boxler-online.de/2023/04/09/prestashop-1-7-6-4-admin-panel-500-error/" class="more-link"><span class="screen-reader-text">„PrestaShop 1.7.6.4 Admin Panel 500 error“ </span>weiterlesen</a></p>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>Issue 1</strong> happened during an update from version 1.7.6.4 to the latest stable one.</p>



<p class="wp-block-paragraph"> After the DB restore, the shop itself run well, but the admin backend run into an error</p>



<p class="wp-block-paragraph">prestashop <strong>FileLocatorFileNotFoundException</strong></p>



<p class="wp-block-paragraph"><strong>solution</strong>: download and install the 1.7.6.4 version and copy the <strong>src</strong> directory from the fresh one, renamed first and deleter afterwards the corrupt one.</p>



<p class="wp-block-paragraph"><strong>Issue 2</strong></p>



<p class="wp-block-paragraph">Upgrade of modules was not possible: classes/../tools/pear/PEAR.php): failed</p>



<p class="wp-block-paragraph"><strong>solution</strong>: removed <strong>blockrss</strong> module and replaced other corrupted modules which run into the same issues from modules of fresh installation</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2023/04/09/prestashop-1-7-6-4-admin-panel-500-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lateral Leadership</title>
		<link>https://www.boxler-online.de/2022/01/21/lateral-leadership/</link>
					<comments>https://www.boxler-online.de/2022/01/21/lateral-leadership/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Fri, 21 Jan 2022 10:40:54 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Meaning]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Team]]></category>
		<guid isPermaLink="false">http://www.boxler-online.de/?p=1810</guid>

					<description><![CDATA[Encourage lateral leadership in your team]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">source: <a href="https://www.humansmatter.org/en/what-is-lateral-leadership/">What is Lateral Leadership? &#8211; Humans Matter</a></p>



<p class="wp-block-paragraph">Dear reader! If you are managing a team or have a company, lateral leadership could  be the game changer. Recommend to read the source,</p>



<h2 class="wp-block-heading">Lateral Leadership in Agile Organizations</h2>



<p class="wp-block-paragraph">Modern network organizations, agile organizational structures and processes are more likely to rely on self-organization and distributed management tasks and/or processes. Leadership roles. In an agile context, explicit managerial employee relationships are broken up and management responsibilities are divided between cross-functional teams. Titles and hierarchies have undesirable effects on team collaboration and dynamism. So there is no longer only “the” one manager or “the” manager. Leadership is no longer a given force. So there are fewer or no leaders, but leadership roles. And according to the expertise and context, many of them may even be.</p>



<h2 class="wp-block-heading">Definition Lateral Leadership</h2>



<p class="wp-block-paragraph">Lateral leadership means leadership without disciplinary leadership, without authority. The guide direction is not limited from top to bottom. Lateral or peer leadership has an explicit effect on the horizontal level. Everyone has leadership responsibilities towards their colleagues. It does not matter where they are located in the artificial hierarchy. This explicitly includes the direction of employee to boss.</p>



<p class="wp-block-paragraph">The great challenge for employees is to recognize the importance of their own leadership and to take responsibility for it and to find ways and ways to do it.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2022/01/21/lateral-leadership/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Prestashop Upgrade Step by Step</title>
		<link>https://www.boxler-online.de/2020/03/11/prestashop-upgrade-step-by-step/</link>
					<comments>https://www.boxler-online.de/2020/03/11/prestashop-upgrade-step-by-step/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Wed, 11 Mar 2020 17:04:23 +0000</pubDate>
				<category><![CDATA[Digital World]]></category>
		<category><![CDATA[Shop]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[shop]]></category>
		<guid isPermaLink="false">http://www.boxler-online.de/?p=1795</guid>

					<description><![CDATA[Step 1 &#8211; Install 1 Click Upgrade module Step 2 &#8211; backup FTP content and database Step 3 &#8211; set the shop into maintenance mode via 1-Click-Upgrade Step 4 &#8211; Start the upgrade Step 5 &#8211; Final check after successful upgrade please act accordingly to last tasks shown in the blue screen]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Step 1 &#8211; Install 1 Click Upgrade module</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="214" height="115" src="https://www.boxler-online.de/wp-content/uploads/2020/03/image.png" alt="" class="wp-image-1796"/></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="284" height="62" src="https://www.boxler-online.de/wp-content/uploads/2020/03/image-1.png" alt="" class="wp-image-1797"/></figure>



<p class="wp-block-paragraph">Step 2 &#8211; backup FTP content and database</p>



<p class="wp-block-paragraph">Step 3 &#8211; set the shop into maintenance mode via 1-Click-Upgrade</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="728" height="541" src="https://www.boxler-online.de/wp-content/uploads/2020/03/image-2.png" alt="" class="wp-image-1798" srcset="https://www.boxler-online.de/wp-content/uploads/2020/03/image-2.png 728w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-2-300x223.png 300w" sizes="auto, (max-width: 728px) 100vw, 728px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="993" height="255" src="https://www.boxler-online.de/wp-content/uploads/2020/03/image-3.png" alt="" class="wp-image-1799" srcset="https://www.boxler-online.de/wp-content/uploads/2020/03/image-3.png 993w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-3-300x77.png 300w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-3-768x197.png 768w" sizes="auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure>



<p class="wp-block-paragraph">Step 4 &#8211; Start the upgrade</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="916" height="763" src="https://www.boxler-online.de/wp-content/uploads/2020/03/image-4.png" alt="" class="wp-image-1800" srcset="https://www.boxler-online.de/wp-content/uploads/2020/03/image-4.png 916w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-4-300x250.png 300w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-4-768x640.png 768w" sizes="auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /><figcaption>take into account, the module backups it initially</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="775" height="333" src="https://www.boxler-online.de/wp-content/uploads/2020/03/image-7.png" alt="" class="wp-image-1803" srcset="https://www.boxler-online.de/wp-content/uploads/2020/03/image-7.png 775w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-7-300x129.png 300w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-7-768x330.png 768w" sizes="auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /><figcaption>then the copy process starts</figcaption></figure>



<p class="wp-block-paragraph">Step 5 &#8211; Final check after successful upgrade</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="915" height="333" src="https://www.boxler-online.de/wp-content/uploads/2020/03/image-8.png" alt="" class="wp-image-1804" srcset="https://www.boxler-online.de/wp-content/uploads/2020/03/image-8.png 915w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-8-300x109.png 300w, https://www.boxler-online.de/wp-content/uploads/2020/03/image-8-768x280.png 768w" sizes="auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure>



<p class="wp-block-paragraph">please act accordingly to last tasks shown in the blue screen</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2020/03/11/prestashop-upgrade-step-by-step/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Prestashop 1.7. change background color</title>
		<link>https://www.boxler-online.de/2019/12/26/prestashop-1-7-change-background-color/</link>
					<comments>https://www.boxler-online.de/2019/12/26/prestashop-1-7-change-background-color/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Thu, 26 Dec 2019 13:04:27 +0000</pubDate>
				<category><![CDATA[Digital World]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Shop]]></category>
		<guid isPermaLink="false">http://www.boxler-online.de/?p=1785</guid>

					<description><![CDATA[edit theme.css in /shop/themes/classic/assets/css use discover element in your browser to find the related object and search for them in css file afterwards]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">edit theme.css in /shop/themes/classic/assets/css <br>use discover element in your browser to find the related object and search for them in css file afterwards</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="782" height="190" src="https://www.boxler-online.de/wp-content/uploads/2019/12/image.png" alt="" class="wp-image-1788" srcset="https://www.boxler-online.de/wp-content/uploads/2019/12/image.png 782w, https://www.boxler-online.de/wp-content/uploads/2019/12/image-300x73.png 300w, https://www.boxler-online.de/wp-content/uploads/2019/12/image-768x187.png 768w" sizes="auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2019/12/26/prestashop-1-7-change-background-color/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Entscheidungen Bauchentscheidungen</title>
		<link>https://www.boxler-online.de/2019/07/03/entscheidungen-bauchentscheidungen/</link>
					<comments>https://www.boxler-online.de/2019/07/03/entscheidungen-bauchentscheidungen/#respond</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Wed, 03 Jul 2019 08:12:07 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">http://www.boxler-online.de/?p=1778</guid>

					<description><![CDATA[Zitat von Prof. Gigerenzer aus dem Forschergeist Podcast Folge: https://forschergeist.de/podcast/fg068-risikoforschung/ Das Zitat: Nach meiner Arbeit mit großen DAX-notierten Unternehmen ist es so, dass nach Aussagen der Führungskräfte selbst etwa jede zweite wichtige professionelle Entscheidung&#160;am Ende eine Bauchentscheidung ist und ich betone am Ende, erst geht man durch die Daten, aber die sprechen ja nicht immer &#8230; <p class="link-more"><a href="https://www.boxler-online.de/2019/07/03/entscheidungen-bauchentscheidungen/" class="more-link"><span class="screen-reader-text">„Entscheidungen Bauchentscheidungen“ </span>weiterlesen</a></p>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Zitat von Prof. Gigerenzer aus dem Forschergeist Podcast</p>



<p class="wp-block-paragraph">Folge:  <a href="https://forschergeist.de/podcast/fg068-risikoforschung/">https://forschergeist.de/podcast/fg068-risikoforschung/</a> </p>



<p class="wp-block-paragraph">Das Zitat:</p>



<p class="wp-block-paragraph"> Nach meiner Arbeit mit großen DAX-notierten Unternehmen ist es so, dass nach Aussagen der Führungskräfte selbst etwa jede zweite wichtige professionelle Entscheidung&nbsp;am Ende eine Bauchentscheidung ist und ich betone am Ende, erst geht man durch die Daten, aber die sprechen ja nicht immer für sich.</p>



<p class="wp-block-paragraph">Und wenn man dann seiner Erfahrung folgt, obgleich man es nicht begründen kann, dann ist das damit gemeint.&nbsp;Die gleichen Führungskräfte würden das wie gesagt in der Öffentlichkeit nicht zugeben.&nbsp;</p>



<p class="wp-block-paragraph">Und ich habe zwei Methoden beobachtet, mit denen man mit der eigenen Angst vor Bauchentscheidungen und auch damit vor Verantwortung zu übernehmen umgeht.&nbsp;Verantwortung muss man für eine Bauchentscheidung immer selbst übernehmen.&nbsp;</p>



<p class="wp-block-paragraph">Die erste ist, man sucht nach Gründen im Nachhinein, also man stellt etwa einen Mitarbeiter ab, der zwei Wochen lang nach Gründen sucht&nbsp;und dann präsentiert der Vorstand die Bauchentscheidung als eine faktenbasierte Entscheidung.&nbsp;Das ist eine Verschwendung von Geld, Zeit und Intelligenz, nur weil man Angst hat.&nbsp;</p>



<p class="wp-block-paragraph">Eine Version davon ist etwas teurer, man stellt eine Beratungsfirma ein, die dann auf 200 Seiten mit PowerPoint die schon getroffene Entscheidung begründet.&nbsp;</p>



<p class="wp-block-paragraph">Ich habe mit großen Beratungsfirmen gearbeitet und ich habe ihn gefragt, wären Sie bereit mir zu sagen, welcher Prozentsatz Ihrer Kundenkontakte darin besteht,&nbsp;dass Sie schon getroffene Entscheidungen im Nachhinein begründen?&nbsp;Er sagte zu mir, Herr Gigerenzer, wenn Sie meinen Namen nicht nennen, sage ich es Ihnen, es ist über 50%. </p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2019/07/03/entscheidungen-bauchentscheidungen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Merge multiple ICS files in one for Outlook import</title>
		<link>https://www.boxler-online.de/2019/03/18/merge-multiple-ics-files-in-one-for-outlook-import/</link>
					<comments>https://www.boxler-online.de/2019/03/18/merge-multiple-ics-files-in-one-for-outlook-import/#comments</comments>
		
		<dc:creator><![CDATA[Eugen]]></dc:creator>
		<pubDate>Mon, 18 Mar 2019 10:15:34 +0000</pubDate>
				<category><![CDATA[Digital World]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[icalendar]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>
		<guid isPermaLink="false">http://www.boxler-online.de/?p=1772</guid>

					<description><![CDATA[Prepare all related ics files Go to calendar and save each relevant event as dedicated ics file (use save as) in one directory Merge all ics files into one open command line navigate to the directory where all your ics files are located merge them easy together by executing the command copy *.ics all.ics Open &#8230; <p class="link-more"><a href="https://www.boxler-online.de/2019/03/18/merge-multiple-ics-files-in-one-for-outlook-import/" class="more-link"><span class="screen-reader-text">„Merge multiple ICS files in one for Outlook import“ </span>weiterlesen</a></p>]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Prepare all related ics files</h2>



<ol class="wp-block-list"><li>Go to calendar and save each relevant event as dedicated ics file (use save as) in one directory</li></ol>



<h2 class="wp-block-heading">Merge all ics files into one</h2>



<ol class="wp-block-list"><li>open command line</li><li>navigate to the directory where all your ics files are located</li><li>merge them easy together by executing the command <em>copy *.ics all.ics</em></li></ol>



<ol class="wp-block-list"><li>Open the merged ics files with your favorite editor</li><li>Ensure BEGIN:VCALENDAR exists only once at the first event</li><li>Remove all other BEGIN:VCALENDAR of other events (use search and replace function)</li><li>Ensure END:VCALENDAR exists only once at the end of the file </li><li> Remove all other END:VCALENDAR of other events (use search and replace function) </li><li>Ensure you have a clean rows between events, without unnecessary space characters: </li></ol>



<h2 class="wp-block-heading">Fine-tuning of the merged ics before import</h2>



<p class="wp-block-paragraph">If you try to import the ics without fine-tuning, it will not work. Outlook will import only one event. To make it possible, follow the steps below:</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="469" height="90" src="https://www.boxler-online.de/wp-content/uploads/2019/03/image.png" alt="" class="wp-image-1773" srcset="https://www.boxler-online.de/wp-content/uploads/2019/03/image.png 469w, https://www.boxler-online.de/wp-content/uploads/2019/03/image-300x58.png 300w" sizes="auto, (max-width: 469px) 100vw, 469px" /></figure>



<h2 class="wp-block-heading">Import your final file in your Outlook calendar</h2>



<ol class="wp-block-list"><li>Go to file &gt; open and export &gt; import / export</li><li>select iCalender (ICS) import as action &gt; next</li><li>select your final ics files &gt; import</li><li>select dedicated calendar or just import in your current calendar</li></ol>
]]></content:encoded>
					
					<wfw:commentRss>https://www.boxler-online.de/2019/03/18/merge-multiple-ics-files-in-one-for-outlook-import/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
