<?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>Notes and learnings - bolmaster2</title>
		<description>My notes and learnings about computers and such. Mostly web related.</description>
		<link>https://learnings.bolmaster2.com</link>
		<atom:link href="https://learnings.bolmaster2.com/feed.xml" rel="self" type="application/rss+xml" />
		<lastBuildDate>Wed, 27 Jan 2021 00:00:00 +0100</lastBuildDate>
		
			<item>
				<title>Add root CA certificates to trust stores on MacOS</title>
				
				
					<description>&lt;p&gt;&lt;em&gt;NOTE: Exported from &lt;a href=&quot;https://www.notion.so/bolmaster2/Add-root-CA-certificates-to-trust-stores-on-MacOS-9e5d030d4f4e4132b4bad25e87d24c4b&quot;&gt;this Notion page&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</description>
				
				<pubDate>Wed, 27 Jan 2021 00:00:00 +0100</pubDate>
				<link>https://learnings.bolmaster2.com/posts/add-certificates-to-trust-stores.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/add-certificates-to-trust-stores.html</guid>
			</item>
		
			<item>
				<title>OpenSSL commands</title>
				
				
					<description>&lt;p&gt;Here’s my notes of &lt;a href=&quot;https://www.openssl.org/&quot;&gt;&lt;code class=&quot;language-html highlighter-rouge&quot;&gt;openssl&lt;/code&gt;&lt;/a&gt; commands for remembering (my own copy-pasting). There are other crypto/ssl/tls tools available (e.g., &lt;a href=&quot;https://smallstep.com&quot;&gt;step&lt;/a&gt;, &lt;a href=&quot;https://github.com/cloudflare/cfssl&quot;&gt;cfssl&lt;/a&gt;, &lt;a href=&quot;https://github.com/square/certstrap&quot;&gt;certstrap&lt;/a&gt; etc) but &lt;code class=&quot;language-html highlighter-rouge&quot;&gt;openssl&lt;/code&gt; are the most widely used, at least that I know of.&lt;/p&gt;
</description>
				
				<pubDate>Wed, 27 May 2020 00:00:00 +0200</pubDate>
				<link>https://learnings.bolmaster2.com/posts/openssl-commands.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/openssl-commands.html</guid>
			</item>
		
			<item>
				<title>Curl with TLSv1.3 and openSSL on macOS</title>
				
				
					<description>Curl with TLSv1.3 and openSSL on macOS Mojave using homebrew.</description>
				
				<pubDate>Fri, 30 Aug 2019 00:00:00 +0200</pubDate>
				<link>https://learnings.bolmaster2.com/posts/curl-openssl-tlsv1.3-on-macos.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/curl-openssl-tlsv1.3-on-macos.html</guid>
			</item>
		
			<item>
				<title>JSON and the shell. A love story?</title>
				
				
					<description>JSON and the shell is not best friends.</description>
				
				<pubDate>Wed, 08 May 2019 00:00:00 +0200</pubDate>
				<link>https://learnings.bolmaster2.com/posts/json-and-the-shell.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/json-and-the-shell.html</guid>
			</item>
		
			<item>
				<title>Upload static site to IPFS</title>
				
				
					<description>Upload your static site to IPFS is easy. IPFS ❤️ HTTP.</description>
				
				<pubDate>Thu, 02 May 2019 00:00:00 +0200</pubDate>
				<link>https://learnings.bolmaster2.com/posts/upload-static-site-to-ipfs.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/upload-static-site-to-ipfs.html</guid>
			</item>
		
			<item>
				<title>List open ports with lsof</title>
				
				
					<description>List open ports with lsof</description>
				
				<pubDate>Thu, 20 Dec 2018 00:00:00 +0100</pubDate>
				<link>https://learnings.bolmaster2.com/posts/list-open-ports.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/list-open-ports.html</guid>
			</item>
		
			<item>
				<title>Watch your processes in terminal</title>
				
				
					<description>Watch your processes closely with the power of bash</description>
				
				<pubDate>Sat, 08 Dec 2018 00:00:00 +0100</pubDate>
				<link>https://learnings.bolmaster2.com/posts/watch-processes.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/watch-processes.html</guid>
			</item>
		
			<item>
				<title>Postgres &lt;code&gt;SERIAL&lt;/code&gt; sequences</title>
				
				
					<description>Don't forget to update your Postgres SERIAL sequences</description>
				
				<pubDate>Fri, 07 Dec 2018 00:00:00 +0100</pubDate>
				<link>https://learnings.bolmaster2.com/posts/postgres-serial-sequences.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/postgres-serial-sequences.html</guid>
			</item>
		
			<item>
				<title>Encrypt and decrypt PGP/GPG with ease in the terminal</title>
				
				
					<description>Encrypt and decrypt PGP with ease in the terminal</description>
				
				<pubDate>Thu, 06 Dec 2018 00:00:00 +0100</pubDate>
				<link>https://learnings.bolmaster2.com/posts/gpg-pgp-in-terminal.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/gpg-pgp-in-terminal.html</guid>
			</item>
		
			<item>
				<title>Use tail to remove lines from beginning of file</title>
				
				
					<description>Tao of tail and head</description>
				
				<pubDate>Sun, 30 Sep 2018 00:00:00 +0200</pubDate>
				<link>https://learnings.bolmaster2.com/posts/tail-to-remove-lines-beginning-of-file.html</link>
				<guid isPermaLink="true">https://learnings.bolmaster2.com/posts/tail-to-remove-lines-beginning-of-file.html</guid>
			</item>
		
	</channel>
</rss>
