File tree 3 files changed +7
-11
lines changed
3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 152
152
< br />
153
153
154
154
< div >
155
- < a href ="?i=https://commondatastorage.googleapis .com/gtv-videos-bucket/sample/BigBuckBunny .mp4 "> video example (mp4)</ a >
155
+ < a href ="?i=https://i.imgur .com/9yR28qL .mp4 "> video example (mp4)</ a >
156
156
</ div >
157
157
</ div >
158
158
</ body >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h2>Start</h2>
24
24
</ script >
25
25
< h2 > CLI</ h2 >
26
26
< script type ="editor " data-lang ="sh ">
27
-
27
+
28
28
# more: https://github.com/stopsopa/go-lang-research
29
29
30
30
go mod init # https://go.dev/doc/tutorial/getting-started
@@ -47,19 +47,17 @@ <h2>CLI</h2>
47
47
# https://pkg.go.dev/cmd/go#hdr-List_packages_or_modules
48
48
# some experiments with that:
49
49
go env GOPATH | tr - d '\n' to get path to go binaries installed globally
50
-
51
- export PATH = "${PATH}:$(go env GOPATH | tr -d '\n')/bin"
50
+
51
+ export PATH = "${PATH}:$(go env GOPATH | tr -d '\n')/bin"
52
52
# add this to your ~ / .b a s h r c o r ~ / . zshrc to mount installation
53
53
# you can override the path using :
54
54
go env - w GOBIN = / p a t h / to/ your / bin # https :/ / go . dev / doc / tutorial / compile - install
55
-
56
55
57
-
58
56
59
57
60
- package manager https://pkg.go.dev/search?q=quote
61
58
62
59
60
+ package manager https://pkg.go.dev/search?q=quote
63
61
</ script >
64
62
</ div >
65
63
</ div >
Original file line number Diff line number Diff line change @@ -849,19 +849,17 @@ <h2>Install MacPorts</h2>
849
849
< script type ="editor " data-lang ="sh ">
850
850
851
851
https://www.macports.org/install.php
852
-
853
852
</ script >
854
853
< h2 > Change hostname</ h2 >
855
-
854
+
856
855
< script type ="editor " data-lang ="sh ">
857
-
856
+
858
857
sudo scutil -- set HostName m4mini
859
858
sudo scutil -- set LocalHostName m4mini
860
859
sudo scutil -- set ComputerName m4mini
861
860
dscacheutil - flushcache
862
861
863
862
# restart mac
864
-
865
863
</ script >
866
864
< h2 > M1, M series spec nanometers</ h2 >
867
865
< a href ="https://github.com/stopsopa/gphotos-research?tab=readme-ov-file#m1-chip-supported-codecs "
You can’t perform that action at this time.
0 commit comments