Skip to content

Commit b1fd7c5

Browse files
committed
feat(macos): re-enable ipv6
1 parent 770c3ed commit b1fd7c5

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

docs/2023-07-01-pastebin.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,25 +111,29 @@ <h2 class="heading-element">macOS</h2>
111111
<span class="pl-c"><span class="pl-c">#</span> Value 3-8</span>
112112
defaults write -g NSColorSimulatedHardwareEnclosureNumber -int 7</pre>
113113
</div>
114-
<p>Disable IPv6:</p>
115-
<div class="highlight highlight-source-shell">
116-
<pre>
117-
sudo networksetup -listallnetworkservices
118-
sudo networksetup -setv6off Wi-Fi</pre
119-
>
120-
</div>
121114
<p>Clean up leftover data:</p>
122115
<div class="highlight highlight-text-adblock">
123116
<pre>
124117
/Library/Application Support
118+
/Library/Caches
125119
/Library/LaunchAgents
126120
/Library/LaunchDaemons
121+
/Library/Logs
127122
/Library/Preferences
123+
/Library/PrivilegedHelperTools
124+
128125
/Users/Shared
126+
127+
~/Library/Application Scripts
129128
~/Library/Application Support
129+
~/Library/Caches
130130
~/Library/Fonts (Removed)
131131
~/Library/LaunchAgents
132-
~/Library/Preferences</pre
132+
~/Library/Logs
133+
~/Library/Preferences
134+
135+
~/.local/share
136+
~/.cache</pre
133137
>
134138
</div>
135139
<p>Clean up leftover shell:</p>

posts/2023-07-01-pastebin.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,29 @@ defaults write -g NSColorSimulateHardwareAccent -bool YES
7474
defaults write -g NSColorSimulatedHardwareEnclosureNumber -int 7
7575
```
7676

77-
Disable IPv6:
78-
79-
```sh
80-
sudo networksetup -listallnetworkservices
81-
sudo networksetup -setv6off Wi-Fi
82-
```
83-
8477
Clean up leftover data:
8578

8679
```txt
8780
/Library/Application Support
81+
/Library/Caches
8882
/Library/LaunchAgents
8983
/Library/LaunchDaemons
84+
/Library/Logs
9085
/Library/Preferences
86+
/Library/PrivilegedHelperTools
87+
9188
/Users/Shared
89+
90+
~/Library/Application Scripts
9291
~/Library/Application Support
92+
~/Library/Caches
9393
~/Library/Fonts (Removed)
9494
~/Library/LaunchAgents
95+
~/Library/Logs
9596
~/Library/Preferences
97+
98+
~/.local/share
99+
~/.cache
96100
```
97101

98102
Clean up leftover shell:

0 commit comments

Comments
 (0)