<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Github on Technical Notes</title><link>http://luispa.com/en/tags/github/</link><description>Recent content in Github on Technical Notes</description><generator>Hugo -- 0.148.0</generator><language>en-US</language><lastBuildDate>Sat, 21 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://luispa.com/en/tags/github/index.xml" rel="self" type="application/rss+xml"/><item><title>Git Multi-Account</title><link>http://luispa.com/en/posts/2024-09-21-git-multicuenta/</link><pubDate>Sat, 21 Sep 2024 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2024-09-21-git-multicuenta/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-git-multi.svg" alt="GIT multi-account Logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>This post will walk you through the process of setting up and using multiple accounts with one or more Git providers (GitHub, GitLab, Gitea). I describe the two options I recommend: &lt;strong>HTTPS + Git Credential Manager&lt;/strong> and &lt;strong>SSH multi-account&lt;/strong>.&lt;/p>
&lt;p>The first, HTTPS + Git Credential Manager, is the one I use most, because it&amp;rsquo;s compatible with CLI and/or GUI tools like Visual Studio, VSCode, Git Desktop, Gitkraken, etc. The second option, SSH multi-account, I delegate to &amp;ldquo;headless&amp;rdquo; machines, servers I connect to remotely via CLI or VSCode remote that need to clone repositories and work on them.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Eclipse + Java on a Git Repository</title><link>http://luispa.com/en/posts/2022-10-27-quidomi/</link><pubDate>Sun, 27 Nov 2022 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2022-10-27-quidomi/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-eclipse-gitea.svg" alt="QuiDomi logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>Every now and then I get the urge to practice my rusty Java skills. I&amp;rsquo;m going to write a small program to monitor devices on my home network using Java and SNMP. I like to keep my development projects on my private git server (based on &lt;code>gitea&lt;/code>). In this post I describe the process of creating a git repository, a Java Project with Eclipse, and how to connect them together. If you use GitHub, the process is identical, although the UI options may look slightly different compared to Gitea.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Gitea and Traefik on Docker</title><link>http://luispa.com/en/posts/2022-04-03-gitea-docker/</link><pubDate>Sun, 03 Apr 2022 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2022-04-03-gitea-docker/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-gitea-docker.svg" alt="Gitea traefik docker logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>In this post I describe the installation of &lt;a href="http://gitea.io">Gitea&lt;/a> (GIT server) and &lt;a href="https://doc.traefik.io/traefik/">Traefik&lt;/a> (LetsEncrypt SSL certificate termination), along with &lt;a href="https://redis.io">Redis&lt;/a> (cache) and &lt;a href="https://www.mysql.com">MySQL&lt;/a> (DB). I install all applications as Docker containers on an Alpine Linux running as a virtual machine on my KVM server. In the previous post I explained what Gitea is and how to &lt;a href="http://luispa.com/en/posts/2022-03-26-gitea-vm/">set it up directly on a virtual machine&lt;/a> (without Docker).&lt;/p>
&lt;br clear="left"/></description></item><item><title>Gitea on a VM</title><link>http://luispa.com/en/posts/2022-03-26-gitea-vm/</link><pubDate>Sat, 26 Mar 2022 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2022-03-26-gitea-vm/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-gitea-vm.svg" alt="GIT Logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>&lt;a href="https://git-scm.com">GIT&lt;/a> is a distributed version control system, and we all know the famous centralization services &lt;a href="https://github.com">GitHub&lt;/a> and &lt;a href="https://about.gitlab.com">GitLab&lt;/a>. I recently came across a promising alternative called &lt;strong>&lt;a href="http://gitea.io">Gitea - Git with a cup of tea&lt;/a>&lt;/strong> and decided to install it on a virtual machine.&lt;/p>
&lt;br clear="left"/></description></item><item><title>My new blog!!</title><link>http://luispa.com/en/posts/2021-04-19-nuevo-blog/</link><pubDate>Mon, 19 Apr 2021 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2021-04-19-nuevo-blog/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-jekyll.svg" alt="Jekyll Logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>In this post I describe how I set up this static blog &amp;ldquo;built&amp;rdquo; with &lt;a href="http://jekyllrb.com">jekyll&lt;/a> and hosted on &lt;a href="https://pages.github.com">GitHub Pages&lt;/a>. The source files are in the repository &lt;a href="https://github.com/LuisPalacios/LuisPalacios.github.io">LuisPalacios.github.io&lt;/a>. The site is finally configured on my domain: &lt;a href="https://www.luispa.com">https://www.luispa.com&lt;/a>&lt;/p>
&lt;br clear="left"/></description></item></channel></rss>