<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ahmed Helal</title>
    <description>The latest articles on DEV Community by Ahmed Helal (@ahmedhelalahmed).</description>
    <link>https://dev.to/ahmedhelalahmed</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F389722%2F6e4ef470-891c-46f8-bd78-6bbf26fa4074.jpeg</url>
      <title>DEV Community: Ahmed Helal</title>
      <link>https://dev.to/ahmedhelalahmed</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ahmedhelalahmed"/>
    <language>en</language>
    <item>
      <title>2 tools that increase productivity</title>
      <dc:creator>Ahmed Helal</dc:creator>
      <pubDate>Tue, 07 Feb 2023 23:35:48 +0000</pubDate>
      <link>https://dev.to/ahmedhelalahmed/2-tools-that-increase-productivity-11f3</link>
      <guid>https://dev.to/ahmedhelalahmed/2-tools-that-increase-productivity-11f3</guid>
      <description>&lt;p&gt;I tied this tools and it's really great&lt;br&gt;
the first tool is:&lt;/p&gt;

&lt;h2&gt;
  
  
  CopyQ
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://lnkd.in/djyyX93q" rel="noopener noreferrer"&gt;CopyQ&lt;/a&gt; is advanced clipboard manager with editing and scripting features.&lt;/p&gt;

&lt;p&gt;The second one is&lt;/p&gt;

&lt;h2&gt;
  
  
  Zim
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://zim-wiki.org" rel="noopener noreferrer"&gt;Zim&lt;/a&gt; is a graphical text editor used to maintain a collection of wiki pages.&lt;/p&gt;

&lt;p&gt;Finally I got this nice website to add emoji to git commit&lt;br&gt;
&lt;a href="https://gitmoji.dev" rel="noopener noreferrer"&gt;gitmoji&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devto</category>
      <category>announcement</category>
      <category>offers</category>
    </item>
    <item>
      <title>Add notification for your log file / directory to monitor it </title>
      <dc:creator>Ahmed Helal</dc:creator>
      <pubDate>Mon, 01 Nov 2021 21:23:32 +0000</pubDate>
      <link>https://dev.to/ahmedhelalahmed/add-notification-for-your-log-directory-to-monitor-it-3p3l</link>
      <guid>https://dev.to/ahmedhelalahmed/add-notification-for-your-log-directory-to-monitor-it-3p3l</guid>
      <description>&lt;h2&gt;
  
  
  Story
&lt;/h2&gt;

&lt;p&gt;Everyday we are working on a project maybe we develop some features or fixing bugs may be there is error occur that not shown in the screen and this will log in log files for example in "/storage/logs/laravel.log" and we need to open this file to know more info about the issue &lt;/p&gt;

&lt;h2&gt;
  
  
  Nice Idea
&lt;/h2&gt;

&lt;p&gt;How about hear a song or a notification if this file change or any file in storage/log directory it will be nice is that right?&lt;/p&gt;

&lt;h2&gt;
  
  
  Let's do it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Make new file in /usr/local/bin with name log add its content from the file with name log&lt;/li&gt;
&lt;li&gt;Add execution ability to it by: sudo chmod +x log&lt;/li&gt;
&lt;li&gt;Add the song file with name new_log.mp3 in /usr/local/bin&lt;/li&gt;
&lt;li&gt;Open terminal in for example laravel project(example-app): log /var/www/html/example-app/storage/logs/laravel.log
or 
log /var/www/html/example-app/storage/logs&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Note
&lt;/h2&gt;

&lt;p&gt;You maybe need to install some packages i mentioned in packages in Source code&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/AhmedHelalAhmed/ee7481254c6328fc8ae0f7a592156c9f"&gt;Source code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/feed/update/urn:li:activity:6851577527941513216"&gt;Idea Source&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>monitoring</category>
      <category>notification</category>
    </item>
  </channel>
</rss>
