<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://kinlish.github.io/</id><title>Kinlish</title><subtitle>A minimal, portfolio, sidebar, bootstrap Jekyll theme with responsive web design and focuses on text presentation.</subtitle> <updated>2021-03-29T03:04:23+08:00</updated> <author> <name>kinlish</name> <uri>https://kinlish.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://kinlish.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en-US" href="https://kinlish.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator> <rights> © 2021 kinlish </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Git設定多個repositories</title><link href="https://kinlish.github.io/posts/multiple-git-remote-repositories/" rel="alternate" type="text/html" title="Git設定多個repositories" /><published>2021-03-22T00:00:00+08:00</published> <updated>2021-03-22T00:00:00+08:00</updated> <id>https://kinlish.github.io/posts/multiple-git-remote-repositories/</id> <content src="https://kinlish.github.io/posts/multiple-git-remote-repositories/" /> <author> <name>kinlish</name> </author> <category term="Git" /> <category term="scm" /> <summary> 使用兩個或多個Git Repositories能夠同時推送多個遠端與從多個遠端倉儲取回變更源碼。 在這裡首先將設定多個遠端，使你可以使用一個 git push 命令即可推送到多個遠端倉儲。 Prerequisites 了解 git init、git pull、git commit、git push 擁有多於一個遠端git repositories 加入多個遠端 當你使用 git init 初始化本地倉儲後，通常都會與遠端倉儲同步。要能夠與遠端倉儲同步，需要先指定一個可存取的 git repository。 首先加入一個遠端repo # 新增遠端repo語法 git remote add $REMOTE_ID $REMOTE_URL 依照慣例，原始/主要的 repo REMOTE_ID 稱為 origin。以下是實際的例子： # 加入原始/主要的遠端repo，... </summary> </entry> <entry><title>Ubuntu 從封存檔手動安裝 jdk 及設定 alternative(切換版本)</title><link href="https://kinlish.github.io/posts/linux-install-jdk-from-archive-and-config-alternative/" rel="alternate" type="text/html" title="Ubuntu 從封存檔手動安裝 jdk 及設定 alternative(切換版本)" /><published>2021-03-21T00:00:00+08:00</published> <updated>2021-03-29T02:59:22+08:00</updated> <id>https://kinlish.github.io/posts/linux-install-jdk-from-archive-and-config-alternative/</id> <content src="https://kinlish.github.io/posts/linux-install-jdk-from-archive-and-config-alternative/" /> <author> <name>kinlish</name> </author> <category term="Java" /> <summary> 安裝jdk似乎是再簡單不過了，但若是想從封存檔來源安裝並能夠納入替代管理清單，那麼需要多一點步驟。 本文介紹如何在Ubuntu中以 apt 安裝及使用封存檔案安裝的方式設定替代管理清單 alternative並且切換欲使用版本。 檢查已安裝配置的 jdk/jre 版本 $ java -version $ javac -version 鍵入如上命令，若事前未安裝則會提示可選的安裝版本及指令，若已安裝則顯示已設定的java版本資訊。 使用 apt 安裝 $ sudo apt install default-jdk 這裡選擇安裝 default-jdk，可依自身需求調整，通常使用此法安裝後也會自動的設定好 alternatives，幾乎能開始進行開發作業了，但若是有使用到讀取 JAVA_HOME 環境變數的程式那麼後面將會說明方法。 從封存檔案安裝 通常藉由 apt 安裝的 jd... </summary> </entry> <entry><title>Openssl 自簽憑證製作（Self-Signed Certificate）</title><link href="https://kinlish.github.io/posts/openss-self-signed-certificate/" rel="alternate" type="text/html" title="Openssl 自簽憑證製作（Self-Signed Certificate）" /><published>2021-03-20T00:00:00+08:00</published> <updated>2021-03-20T00:00:00+08:00</updated> <id>https://kinlish.github.io/posts/openss-self-signed-certificate/</id> <content src="https://kinlish.github.io/posts/openss-self-signed-certificate/" /> <author> <name>kinlish</name> </author> <category term="Openssl" /> <summary> </summary> </entry> <entry><title>Enable Google Page Views</title><link href="https://kinlish.github.io/posts/enable-google-pv/" rel="alternate" type="text/html" title="Enable Google Page Views" /><published>2021-01-04T07:32:00+08:00</published> <updated>2021-01-27T20:06:31+08:00</updated> <id>https://kinlish.github.io/posts/enable-google-pv/</id> <content src="https://kinlish.github.io/posts/enable-google-pv/" /> <author> <name>kinlish</name> </author> <category term="Blogging" /> <category term="Tutorial" /> <summary> This post is to enable Page Views on the Chirpy theme based blog that you just built. This requires technical knowledge and it’s recommended to keep the google_analytics.pv disabled unless you have a good reason. If your website has low traffic, the page views count would discourage you to write more blogs. With that said, let’s start with the setup. Set up Google Analytics Create GA account ... </summary> </entry> <entry><title>Customize the Favicon</title><link href="https://kinlish.github.io/posts/customize-the-favicon/" rel="alternate" type="text/html" title="Customize the Favicon" /><published>2019-08-11T00:34:00+08:00</published> <updated>2021-01-09T22:31:43+08:00</updated> <id>https://kinlish.github.io/posts/customize-the-favicon/</id> <content src="https://kinlish.github.io/posts/customize-the-favicon/" /> <author> <name>kinlish</name> </author> <category term="Blogging" /> <category term="Tutorial" /> <summary> In Chirpy, the image files of Favicons are placed in assets/img/favicons/. You may need to replace them with your own. So let’s see how to customize these Favicons. With a square image (PNG, JPG or GIF) in hand, open the site Favicon &amp;amp; App Icon Generator and upload your original image. Click button Create Favicon and wait a moment for the website to generate the icons of various sizes a... </summary> </entry> </feed>
