<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://halfface.se/wiki/index.php?action=history&amp;feed=atom&amp;title=Apple</id>
	<title>Apple - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://halfface.se/wiki/index.php?action=history&amp;feed=atom&amp;title=Apple"/>
	<link rel="alternate" type="text/html" href="https://halfface.se/wiki/index.php?title=Apple&amp;action=history"/>
	<updated>2026-04-19T07:26:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://halfface.se/wiki/index.php?title=Apple&amp;diff=15201&amp;oldid=prev</id>
		<title>Ekaanbj: /* Get a real bash */</title>
		<link rel="alternate" type="text/html" href="https://halfface.se/wiki/index.php?title=Apple&amp;diff=15201&amp;oldid=prev"/>
		<updated>2024-01-03T15:28:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Get a real bash&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=which version of macos=&lt;br /&gt;
 sw_vers &lt;br /&gt;
 ProductName:		macOS&lt;br /&gt;
 ProductVersion:		13.2.1&lt;br /&gt;
 BuildVersion:		22D68&lt;br /&gt;
=lots of info=&lt;br /&gt;
 system_profiler &amp;gt; /tmp/tmp&lt;br /&gt;
=grant terminal full disk access=&lt;br /&gt;
 apple icon -&amp;gt; System Settings -&amp;gt; Privacy &amp;amp; Security -&amp;gt; Privacy -&amp;gt; Full Disk Access -&amp;gt; + -&amp;gt; terminal&lt;br /&gt;
=Enable ssh access=&lt;br /&gt;
 sudo systemsetup -setremotelogin on&lt;br /&gt;
=brew.sh install=&lt;br /&gt;
 https://brew.sh&lt;br /&gt;
 /bin/bash -c &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)&amp;quot;&lt;br /&gt;
=brew instal=&lt;br /&gt;
 brew install awscli oath-toolkit bash jq netcat saml2aws coreutils nmap htop pass sshuttle chromium&lt;br /&gt;
&lt;br /&gt;
=automounter=&lt;br /&gt;
Suitable changes for automount. To let /home free.&lt;br /&gt;
 /etc/auto_master&lt;br /&gt;
 +auto_master            # Use directory service&lt;br /&gt;
 /net                    -hosts          -nobrowse,hidefromfinder,nosuid&lt;br /&gt;
 # /home                 auto_home       -nobrowse,hidefromfinder&lt;br /&gt;
 sudo automount -v -c&lt;br /&gt;
=Create /home link on read only filesystem=&lt;br /&gt;
Create link with name /home pointing to /Users&lt;br /&gt;
 echo -e &amp;quot;home\tUsers&amp;quot; | sudo tee -a /etc/synthetic.conf&lt;br /&gt;
=Get a real bash=&lt;br /&gt;
 echo /usr/local/bin/bash | sudo tee -a /etc/shells&lt;br /&gt;
=list and install updates=&lt;br /&gt;
 softwareupdate -l&lt;br /&gt;
 softwareupdate -i Safari17.2.1VenturaAuto-17.2.1&lt;/div&gt;</summary>
		<author><name>Ekaanbj</name></author>
	</entry>
</feed>