We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83868aa commit 8be49e9Copy full SHA for 8be49e9
pages/mac/index.html
@@ -850,6 +850,18 @@ <h2>Install MacPorts</h2>
850
851
https://www.macports.org/install.php
852
853
+ </script>
854
+ <h2>Change hostname</h2>
855
+
856
+ <script type="editor" data-lang="sh">
857
858
+ sudo scutil --set HostName m4mini
859
+ sudo scutil --set LocalHostName m4mini
860
+ sudo scutil --set ComputerName m4mini
861
+ dscacheutil -flushcache
862
863
+ # restart mac
864
865
</script>
866
<h2>M1, M series spec nanometers</h2>
867
<a href="https://github.com/stopsopa/gphotos-research?tab=readme-ov-file#m1-chip-supported-codecs"
0 commit comments