<?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: Dash Reyes</title>
    <description>The latest articles on DEV Community by Dash Reyes (@lorddashme).</description>
    <link>https://dev.to/lorddashme</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%2F90723%2Fe76b5b06-fcc5-46fc-9d77-fb269a6d6c2c.jpeg</url>
      <title>DEV Community: Dash Reyes</title>
      <link>https://dev.to/lorddashme</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lorddashme"/>
    <language>en</language>
    <item>
      <title>Looking for a simple web app that has a system monitoring feature on read-only for Linux</title>
      <dc:creator>Dash Reyes</dc:creator>
      <pubDate>Thu, 06 Apr 2023 20:43:46 +0000</pubDate>
      <link>https://dev.to/lorddashme/looking-for-a-simple-web-app-that-has-a-system-monitoring-feature-on-read-only-for-linux-4g6f</link>
      <guid>https://dev.to/lorddashme/looking-for-a-simple-web-app-that-has-a-system-monitoring-feature-on-read-only-for-linux-4g6f</guid>
      <description>&lt;p&gt;Hello! I'm back again, with a new things to share. &lt;/p&gt;

&lt;p&gt;For the past week, I'm looking for a simple web app that has this system monitoring (CPU Usage, Memory, Disk, etc.) feature on read-only for Linux. &lt;/p&gt;

&lt;p&gt;I found one &lt;a href="https://webmin.com/"&gt;Webmin&lt;/a&gt;, it has a cool dashboard though! The thing is, you need to be careful using this tool since it will expose a lot of things on the server or machine that you installed it on.&lt;/p&gt;

&lt;p&gt;Here are the reasons why I'm not inclined to use Webmin on the servers that I'm working on:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Yes, there are many ways to make it as secured though, I'm still in doubt with it because even you delete the root user that has access for everything, it will still have these features that modify the server since all I want is a dashboard for system monitoring.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The dashboard for the system monitoring is only available for that server, meaning if you have cluster of servers you'll need to check it one by one to get the info you want.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That being said, I came up with this thing named &lt;a href="https://github.com/LordDashMe/tailstat"&gt;TailStat&lt;/a&gt;. The current goal features for this right now are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Super lightweight dashboard for system monitoring&lt;/li&gt;
&lt;li&gt;Fully read-only access&lt;/li&gt;
&lt;li&gt;To support multiple server monitoring (WIP)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm hoping that this will also help others who have been searching for the same features that I have mention. &lt;/p&gt;

&lt;p&gt;This is open for any contribution and I prepared some straight forward instruction how to get started with it, though I know it is not that thorough that it should be.&lt;/p&gt;

&lt;p&gt;Thanks for reading this one.&lt;/p&gt;

&lt;p&gt;Happy crafting 😄!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>python</category>
      <category>sysadmin</category>
      <category>devops</category>
    </item>
    <item>
      <title>The Github Contribution Stats</title>
      <dc:creator>Dash Reyes</dc:creator>
      <pubDate>Mon, 20 Jul 2020 06:05:54 +0000</pubDate>
      <link>https://dev.to/lorddashme/the-github-contribution-stats-4b0k</link>
      <guid>https://dev.to/lorddashme/the-github-contribution-stats-4b0k</guid>
      <description>&lt;h1&gt;
  
  
  Hello, World!
&lt;/h1&gt;

&lt;p&gt;I just want to share this project about how you can dynamically generate a template of your Github contribution stats based on the Commits, Pull Requests, Issues and Code Reviews.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Sample generated template (some of our famous open source contributor 🏆):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mhevery"&gt;Miško Hevery&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/LordDashMe/github-contribution-stats/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HD7ldjSF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github-contribution-stats.vercel.app/api/%3Fusername%3Dmhevery%26v%3D1.0.0" alt="Contribution Stats" width="328" height="285"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/taylorotwell"&gt;Taylor Otwell&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/LordDashMe/github-contribution-stats/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1MHdhAbY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github-contribution-stats.vercel.app/api/%3Fusername%3Dtaylorotwell%26v%3D1.0.0" alt="Contribution Stats" width="328" height="285"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/fabpot"&gt;Fabien Potencier&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/LordDashMe/github-contribution-stats/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LY4j2uEN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github-contribution-stats.vercel.app/api/%3Fusername%3Dfabpot%26v%3D1.0.0" alt="Contribution Stats" width="328" height="285"&gt;&lt;/a&gt;&lt;/p&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The ratings scale are based on this &lt;a href="https://en.wikipedia.org/wiki/Academic_grading_in_Japan"&gt;Academic Grading In Japan&lt;/a&gt; I was fascinated with that ("S" rarely given 😂) and also we used some of the common formula in Statistic like (Mean, SD, Z-Score, etc.) to get the final scores based on the 4 data sets (Commits, Pull Requests, Issues and Code Reviews). If you want check the technical details of it you can visit this file &lt;a href="https://github.com/LordDashMe/github-contribution-stats/blob/master/src/ContributionRatings.js"&gt;ContributionRatings.js&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;p&gt;Just copy paste this into your markdown content and replace the value of the &lt;strong&gt;?username=&lt;/strong&gt; URL parameter based on your Github Username.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[![Contribution Stats](https://github-contribution-stats.vercel.app/api/?username=lorddashme)](https://github.com/LordDashMe/github-contribution-stats/)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Probably you will notice that the generated template has a message below the stats, we added this feature in order to preserve the origin of the project. If you want to remove this just make sure you give a &lt;strong&gt;star&lt;/strong&gt; in the project and after a couple of minutes this will disappear, we need this minutes because we implemented a caching for each generated template.&lt;/p&gt;

&lt;h2&gt;
  
  
  Purpose
&lt;/h2&gt;

&lt;p&gt;Actually if you don't know Github released a feature Github README profile (they say a Secret Repository 😄). You can check this article on how it works &lt;a href="https://dev.to/tumee/how-to-add-github-profile-readme-new-feature-1gji"&gt;How to add GitHub Profile README (new feature)&lt;/a&gt;. And I think this project will give you additional content to include or show for your Github README Profile.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contribute
&lt;/h2&gt;

&lt;p&gt;Yes! the project is open for any idea or suggestion just visit the repository &lt;a href="https://github.com/LordDashMe/github-contribution-stats/"&gt;Github Contribution Stats&lt;/a&gt; and don't forget to &lt;strong&gt;star&lt;/strong&gt; the repository 😊 that will help a lot!&lt;/p&gt;

&lt;h2&gt;
  
  
  Edited July 21, 2020
&lt;/h2&gt;

&lt;p&gt;Appreciated all the comments and suggestions ❤️. I never thought that this post will be active like this and all of you supported this. &lt;/p&gt;

&lt;p&gt;There's still so much room for improvement since then many changes applied to enhance it further! thank you so much for the support! 🎉&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Special mention to:

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to/benwtrent"&gt;Benjamin Trent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/____marcell"&gt;Marcell Cruz&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>github</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>git</category>
    </item>
  </channel>
</rss>
