<?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: Gibranda</title>
    <description>The latest articles on DEV Community by Gibranda (@gibranda).</description>
    <link>https://dev.to/gibranda</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%2F67927%2Fa8620e59-0de2-4c3d-86ba-954ccac70d72.jpeg</url>
      <title>DEV Community: Gibranda</title>
      <link>https://dev.to/gibranda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gibranda"/>
    <language>en</language>
    <item>
      <title>Redis Basic Command</title>
      <dc:creator>Gibranda</dc:creator>
      <pubDate>Wed, 16 Nov 2022 07:54:55 +0000</pubDate>
      <link>https://dev.to/gibranda/redis-basic-command-4mn2</link>
      <guid>https://dev.to/gibranda/redis-basic-command-4mn2</guid>
      <description>&lt;p&gt;Di tutorial ini kita akan belajar perintah dasar dari redis&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AsGhKnEI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vvah1lqe5kee3ecvrf3k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AsGhKnEI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vvah1lqe5kee3ecvrf3k.png" alt="Image description" width="768" height="257"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Apa itu Redis
&lt;/h2&gt;

&lt;p&gt;Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. It is highly reliable, scalable, and has high availability (Dikutip dalam website redis.com)&lt;/p&gt;

&lt;h2&gt;
  
  
  Perintah dasar
&lt;/h2&gt;

&lt;p&gt;berikut adalah beberapa perintah dasar yang sering digunakan&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Get All Keys
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;keys *
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>redis</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Setup Server and Jenkins</title>
      <dc:creator>Gibranda</dc:creator>
      <pubDate>Mon, 14 Nov 2022 01:33:30 +0000</pubDate>
      <link>https://dev.to/gibranda/setup-server-and-jenkins-5659</link>
      <guid>https://dev.to/gibranda/setup-server-and-jenkins-5659</guid>
      <description>&lt;h2&gt;
  
  
  Install Dokcer
&lt;/h2&gt;

&lt;p&gt;install docker &lt;a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04"&gt;https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Install jenkins
&lt;/h2&gt;

&lt;p&gt;from website &lt;a href="https://www.jenkins.io/download/"&gt;https://www.jenkins.io/download/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;use this command&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wget Generic Java package (.war)
SHA-256: f39cb8d09fd17c72dc096511ce50f245fc3004d1022aaaf60421a536f740c9b9
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  running jenkins services
&lt;/h3&gt;

&lt;p&gt;before running, open port 8080&lt;/p&gt;

&lt;p&gt;and then use this command&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;java -jar jenkins.war &amp;amp;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Open web jenkins
&lt;/h2&gt;

&lt;p&gt;default port 8080&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--85Xgg70V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e74zmjigmco3jpbxrbid.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--85Xgg70V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e74zmjigmco3jpbxrbid.png" alt="Image description" width="880" height="724"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  next step select plugin
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_elA0DQN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dtkbnxdhulx38m341xkc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_elA0DQN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dtkbnxdhulx38m341xkc.png" alt="Image description" width="880" height="730"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  proxy Manager
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/oktorakevinarigi/cheat-sheets/blob/master/devops/nginx-proxy-manager/docker-compose.yml"&gt;https://github.com/oktorakevinarigi/cheat-sheets/blob/master/devops/nginx-proxy-manager/docker-compose.yml&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Note
&lt;/h1&gt;

&lt;p&gt;I'm still progress on article&lt;/p&gt;

</description>
      <category>jenkins</category>
      <category>ubuntu</category>
    </item>
  </channel>
</rss>
