<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Md. Sabuj Sarker on Linode Guides &amp; Tutorials</title><link>https://www.akamai.com/cloud/contributors/md.-sabuj-sarker/</link><description>Recent content in Md. Sabuj Sarker on Linode Guides &amp; Tutorials</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 20 Sep 2018 00:00:00 +0000</lastBuildDate><atom:link href="https://www.akamai.com/cloud/contributors/md.-sabuj-sarker/index.xml" rel="self" type="application/rss+xml"/><item><title>Monitor Filesystem Events with Pyinotify</title><link>https://www.akamai.com/cloud/guides/monitor-filesystem-events-with-pyinotify/</link><pubDate>Thu, 07 Dec 2017 00:00:00 +0000</pubDate><guid>https://www.akamai.com/cloud/guides/monitor-filesystem-events-with-pyinotify/</guid><description>&lt;p&gt;







 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;div
 x-data="{ visible: false }"
 x-intersect.once="visible = true"
 data-testid="image-modal"&gt;
 &lt;template x-if="!visible"&gt;
 
 &lt;div class="w-full bg-gray-200 rounded-lg"&gt;
 &lt;img
 src="https://www.akamai.com/cloud/tech-guides-assets/images/pix.gif"
 style="width: 100%; aspect-ratio: 694 / 364;" /&gt;
 &lt;/div&gt;
 &lt;/template&gt;
 &lt;template x-if="visible"&gt;
 &lt;div x-data="{ open: false, hover:false, src: '' }"&gt;
 &lt;figure
 class="w-full"
 @click="open = ! open; $event.preventDefault();"
 @keydown.escape.window="open = false"
 @mouseenter="hover = true"
 @mouseleave="hover = false"&gt;
 &lt;div class="relative w-full text-brand cursor-pointer group"&gt;
 &lt;div class=""&gt;
 &lt;template x-if="$isMobile()"&gt;
 &lt;img
 src="https://www.akamai.com/cloud/guides/monitor-filesystem-events-with-pyinotify/Monitor_Filesystem_Events_with_Pyinotify_smg_hu_528c2a85b45680ea.jpg"
 alt="Header image"
 title="Monitor Filesystem Events with Pyinotify"
 class="img-transparentw-full"
 @load="$event.target.classList.remove('img-transparent')" /&gt;
 &lt;/template&gt;
 &lt;template x-if="!$isMobile()"&gt;
 &lt;img
 src="https://www.akamai.com/cloud/guides/monitor-filesystem-events-with-pyinotify/Monitor_Filesystem_Events_with_Pyinotify_smg_hu_3dc458f92299f1af.jpg"
 alt="Header image"
 title="Monitor Filesystem Events with Pyinotify"
 class="img-transparentw-full"
 @load="$event.target.classList.remove('img-transparent')" /&gt;
 &lt;/template&gt;
 &lt;/div&gt;
 
 &lt;div
 x-transition
 x-show="hover"
 class="hide-if-no-js absolute bg-gray-100/25 p-3 rounded-full"
 style="bottom: 2rem; right: 2rem;"&gt;
 &lt;svg class="h-5 w-5"&gt;
 &lt;use href="#icon--search"&gt;&lt;/use&gt;
 &lt;/svg&gt;
 &lt;/div&gt;
 
 &lt;/div&gt;
 &lt;/figure&gt;
 &lt;div class="hide-if-no-js" x-cloak&gt;
 &lt;div
 x-transition.opacity
 x-show="open"
 class="fixed flex justify-center items-center inset-0 bg-black/75"
 style="z-index: 9999;"&gt;
 &lt;div
 x-transition
 x-show="open"
 class="content relative mx-4 w-auto max-w-7xl bg-transparent overflow-auto"
 style="max-height: 80%;"&gt;
 &lt;template x-if="open"&gt;
 &lt;img
 src="https://www.akamai.com/cloud/guides/monitor-filesystem-events-with-pyinotify/Monitor_Filesystem_Events_with_Pyinotify_smg_hu_47d47e86f159a554.jpg"
 alt="Header image"
 title="Monitor Filesystem Events with Pyinotify"
 class="w-full rounded-xl shadow-lg"
 @click.away="open = false" /&gt;
 &lt;/template&gt;
 &lt;svg
 class="h-6 w-6 absolute text-white hover:text-brand cursor-pointer"
 style="top: 0rem; right: 0rem;"&gt;
 &lt;use href="#icon--times"&gt;&lt;/use&gt;
 &lt;/svg&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/template&gt;
&lt;/div&gt;
&lt;noscript&gt;
 
&lt;/noscript&gt;

 
 &lt;/p&gt;</description></item></channel></rss>