<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Reybis . Solutions Architect</title>
    <link>/</link>
    <description>Recent content on Reybis . Solutions Architect</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 05 Aug 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Set up a Kubernetes cluster on macOS using microk8s</title>
      <link>/posts/set-up-kubernetes-cluster-macos-microk8s/</link>
      <pubDate>Wed, 05 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>/posts/set-up-kubernetes-cluster-macos-microk8s/</guid>
      <description>Disclaimer: This post follows a simple approach, there are probably better ways to do this (please share them if you know any!), and your mileage most definitely will vary.
 This post is part of a series of posts on how to Set up a Kubernetes cluster on macOS, in this case, using microk8s.
Kubernetes is a complex container orchestration tool that can be overwhelming for beginners. Had you wondered how to get started on Kubernetes by yourself easily without the complexity of Turnkey Solutions (Oracle OKE, AWS EKS) and Managed Solutions (Google GKE), this post would give you the simplicity to deploy a Kubernetes cluster on macOS intended for dev/test purposes.</description>
    </item>
    
    <item>
      <title>Set up a Kubernetes cluster on macOS using Minikube</title>
      <link>/posts/set-up-kubernetes-cluster-macos-minikube/</link>
      <pubDate>Sun, 02 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>/posts/set-up-kubernetes-cluster-macos-minikube/</guid>
      <description>Disclaimer: This post follows a simple approach, there are probably better ways to do this (please share them if you know any!), and your mileage most definitely will vary.
 This post is part of a series of posts on how to Set up a Kubernetes cluster on macOS, in this case, using minikube.
Kubernetes is a complex container orchestration tool that can be overwhelming for beginners. Had you wondered how to get started on Kubernetes by yourself easily without the complexity of Turnkey Solutions (Oracle OKE, AWS EKS) and Managed Solutions (Google GKE), this post would give you the simplicity to deploy a Kubernetes cluster on macOS intended for dev/test purposes.</description>
    </item>
    
    <item>
      <title>Connect to Oracle database on macOS using Instant Client</title>
      <link>/posts/connect-oracle-database-macos-instant-client/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>/posts/connect-oracle-database-macos-instant-client/</guid>
      <description>This post is part of a series of posts on how to Connect to Oracle database on macOS, in this case, using Instant Client on macOS.
We will install and use the Oracle Instant Client, which is one of the easiest and fastest ways to connect to an Oracle database, the Instant Client is practically mandatory for development environments like NodeJS, so let&amp;rsquo;s get started.
Table of Contents  Prerequisites Installation Connect to Oracle  Using EZCONNECT Using TNSNAMES Using Oracle Wallet Oracle Autonomous Database    ☑️ Prerequisites Before starting, you must do the following on your Mac.</description>
    </item>
    
    <item>
      <title>Disable Gatekeeper macOS</title>
      <link>/posts/disable-gatekeeper-macos/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>/posts/disable-gatekeeper-macos/</guid>
      <description>To prevent malware from accessing your Mac, Apple enables GateKeeper by default, only allowing you to install and run applications from the App Store or identified Developers (Adobe, Microsoft, etc.).
For example, with GateKeeper enabled when you run sqlplus the first time, it will show you the following message.
To enable it you must go to the System Preferences and click on Always Allow.
As developers, this can become a problem when using terminal applications, then to be able to install and run all kinds of applications, we need to disable GateKeeper.</description>
    </item>
    
    <item>
      <title>Enable Gatekeeper macOS</title>
      <link>/posts/enable-gatekeeper-macos/</link>
      <pubDate>Wed, 22 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>/posts/enable-gatekeeper-macos/</guid>
      <description>Have you disabled Gatekeeper on macOS? And want to reset security to system default settings, this post is for you.
Ok, so let&amp;rsquo;s get started.
In this post, we will enable Gatekeeper back again only to allow applications from the App Store or Developers identified by Apple.
 In terminal run the following command.  sudo spctl --master-enable To verify that Gatekeeper is enabled, go to System Preferences, and you should see the following.</description>
    </item>
    
    <item>
      <title>About Hugo</title>
      <link>/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/about/</guid>
      <description>Hugo is a static site engine written in Go.
It makes use of a variety of open source projects including:
 Cobra Viper J Walter Weatherman Cast  Learn more and contribute on GitHub.
Setup Some fun facts about Hugo:
 Built in Go Loosely inspired by Jekyll Primarily developed by spf13 on the train while commuting to and from Manhattan. Coded in Vim using spf13-vim  Have questions or suggestions?</description>
    </item>
    
    <item>
      <title>Contact</title>
      <link>/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/contact/</guid>
      <description>Follow me on twitter @reybisceballos.
Send me a email reybisceballos@gmail.com</description>
    </item>
    
    <item>
      <title>First snippet</title>
      <link>/snippets/first/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/snippets/first/</guid>
      <description>This content is in snippets/first/index.md
pwd </description>
    </item>
    
    <item>
      <title>Projects</title>
      <link>/projects/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/projects/</guid>
      <description>Nothing to see here&amp;hellip; Move along!</description>
    </item>
    
    <item>
      <title>Second snippet</title>
      <link>/snippets/second/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/snippets/second/</guid>
      <description>This content is in snippets/second/index.md
ls -la </description>
    </item>
    
  </channel>
</rss>