-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
25 lines (25 loc) · 2.34 KB
/
Copy pathindex.xml
File metadata and controls
25 lines (25 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>firstblog ☁️ stoo.cloud</title>
<link>https://stoo-cloud.github.io/</link>
<description>A site with my musings of working in the Cloud</description>
<generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>firstblog@stoo.cloud (Stoo)</managingEditor>
<webMaster>firstblog@stoo.cloud (Stoo)</webMaster><lastBuildDate>Mon, 03 Jan 2022 15:29:23 +1100</lastBuildDate>
<atom:link href="https://stoo-cloud.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Ssh to Internet From Macos</title>
<link>https://stoo-cloud.github.io/ssh-to-internet-from-macos/</link>
<pubDate>Mon, 03 Jan 2022 15:29:23 +1100</pubDate>
<author>Author</author>
<guid>https://stoo-cloud.github.io/ssh-to-internet-from-macos/</guid>
<description><![CDATA[Unable to SSH to the Internet The first time I try and finally look into it, I have the problem of not being able to SSH out to a host on the Internet from MacOS. It has happened in 11.15 Catalina and 11.x Big Sur and now in 12.x Monterey versons of MacOS. It might be my gateway router doing something tricky, or the SSH software installed on the Mac by default, and in the case of the destination tried below it could have been the GCP firewall rules on my VPC network (and sometimes is) with missing default rules perhaps.]]></description>
</item><item>
<title>Python on M1 native Macbook Pro 2021</title>
<link>https://stoo-cloud.github.io/python-on-m1-native-macbook-pro/</link>
<pubDate>Tue, 14 Dec 2021 15:56:18 +1100</pubDate>
<author>Author</author>
<guid>https://stoo-cloud.github.io/python-on-m1-native-macbook-pro/</guid>
<description><![CDATA[What have we got After upgrading to the new Macbook Pro with the M1 Pro processor at the end of 2021, it became time to start using Python on it and do some work locally in a famililar environment.
$ /echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin $ which python /usr/bin/python $ python --version Python 2.7.18 While MacOS includes a version of Python I wanted a newer version and to keep it seperate from what Apple was using the other version for, and perhaps to have multiple environments for development.]]></description>
</item></channel>
</rss>