Skip to content

Commit

Permalink
Update at 2023-12-23_17-04
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoniplan committed Dec 23, 2023
1 parent 0925a0d commit 2ea3b2c
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 14 deletions.
24 changes: 17 additions & 7 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7306,7 +7306,7 @@
</li>
</ul>
</li>
<li><code>mpv yourM3UFileIncludingM3U8URLs</code> # play internet protocol television<ul>
<li><code>mpv yourM3UFileIncludingM3U8URLs</code> # play internet protocol television (e.g. <a href="https://raw.githubusercontent.com/BurningC4/Chinese-IPTV/master/TV-IPV4.m3u">https://raw.githubusercontent.com/BurningC4/Chinese-IPTV/master/TV-IPV4.m3u</a>)<ul>
<li><code>&lt;</code> # Go backward in the playlist</li>
</ul>
</li>
Expand Down Expand Up @@ -7488,7 +7488,7 @@
</ul>
<hr>
<ul>
<li><h4 id="mount-the-alist-to-the-local-dirctory-using-rclone">Mount the AList to the local dirctory using Rclone</h4>
<li><h4 id="use-rclone">Use &quot;rclone&quot;</h4>
<ul>
<li><code>rclone config</code><pre><code>n # n) New remote
yaoniplan # name
Expand All @@ -7500,16 +7500,25 @@
the rest of options are the default
q # q) Quit config
</code></pre>
<ul>
<li><code>vi ~/.config/rclone/rclone.conf</code> # Another way<pre><code>[yaoniplan]
type = webdav
url = http://192.168.10.100:5244/dav
vendor = other
user = admin
pass = H2bvDv2jDfEuI3fMJ263WjkI
</code></pre>
</li>
<li><code>doas mkdir /mnt/yaoniplan/</code></li>
<li><code>doas chown -R yaoniplan:yaoniplan /mnt/yaoniplan/</code><ul>
<li><code>yaoniplan</code> # Replace it with your user</li>
</ul>
</li>
<li><code>rclone mount yaoniplan:/ /mnt/yaoniplan/ &amp;</code></li>
<li><code>doas mkdir /mnt/$(whoami)/</code></li>
<li><code>doas chown -R $(whoami):$(whoami) /mnt/$(whoami)/</code></li>
<li><code>rclone mount yaoniplan:/ /mnt/$(whoami)/ &amp;</code></li>
</ul>
</li>
<li><em><strong>Notes</strong></em><ul>
<li><code>rclone copy music:/ ~/music/</code> # Copy from remote to local</li>
<li>Because to mount the AList to the local directory.</li>
<li><code>doas apt install rclone</code> # Install it in Ubuntu Server 22.04</li>
<li><code>rclone lsd yaoniplan:/</code> # Check it</li>
<li><code>crontab -e</code> # Run it at boot in Ubuntu Server 22.04<pre><code>@reboot /usr/bin/rclone mount yaoniplan:/ /mnt/yaoniplan/ &amp;
Expand Down Expand Up @@ -11084,7 +11093,8 @@
yaoniplan@tux ~ $
</code></pre>
<ul>
<li>Method one<pre><code>nmcli connection show # Get NAME (e.g. eno1)
<li>Method one<pre><code>doas systemctl disable systemd-resolved
nmcli connection show # Get NAME (e.g. eno1)
nmcli connection modify eno1 ipv4.dns &quot;8.8.4.4 8.8.8.8&quot;
nmcli connection modify eno1 ipv6.dns &quot;2001:4860:4860::8844 2001:4860:4860::8888&quot;
doas systemctl restart NetworkManager # Make changes effective
Expand Down
1 change: 1 addition & 0 deletions journals/2023-01-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
```
- Method one
```
doas systemctl disable systemd-resolved
nmcli connection show # Get NAME (e.g. eno1)
nmcli connection modify eno1 ipv4.dns "8.8.4.4 8.8.8.8"
nmcli connection modify eno1 ipv6.dns "2001:4860:4860::8844 2001:4860:4860::8888"
Expand Down
20 changes: 15 additions & 5 deletions journals/2023-03-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- `man screen`
- ChatGPT
- ---
- #### Mount the AList to the local dirctory using Rclone
- #### Use "rclone"
- `rclone config`
```
n # n) New remote
Expand All @@ -46,11 +46,21 @@
the rest of options are the default
q # q) Quit config
```
- `doas mkdir /mnt/yaoniplan/`
- `doas chown -R yaoniplan:yaoniplan /mnt/yaoniplan/`
- `yaoniplan` # Replace it with your user
- `rclone mount yaoniplan:/ /mnt/yaoniplan/ &`
- `vi ~/.config/rclone/rclone.conf` # Another way
```
[yaoniplan]
type = webdav
url = http://192.168.10.100:5244/dav
vendor = other
user = admin
pass = H2bvDv2jDfEuI3fMJ263WjkI
```
- `doas mkdir /mnt/$(whoami)/`
- `doas chown -R $(whoami):$(whoami) /mnt/$(whoami)/`
- `rclone mount yaoniplan:/ /mnt/$(whoami)/ &`
- ***Notes***
- `rclone copy music:/ ~/music/` # Copy from remote to local
- Because to mount the AList to the local directory.
- `doas apt install rclone` # Install it in Ubuntu Server 22.04
- `rclone lsd yaoniplan:/` # Check it
- `crontab -e` # Run it at boot in Ubuntu Server 22.04
Expand Down
2 changes: 1 addition & 1 deletion journals/2023-03-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
```
--http-proxy=http://192.168.10.100:7890
```
- `mpv yourM3UFileIncludingM3U8URLs` # play internet protocol television
- `mpv yourM3UFileIncludingM3U8URLs` # play internet protocol television (e.g. https://raw.githubusercontent.com/BurningC4/Chinese-IPTV/master/TV-IPV4.m3u)
- `<` # Go backward in the playlist
- `/` # Decrease volume
- `}` # Double speed
Expand Down
2 changes: 1 addition & 1 deletion pages/animationAndComic.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- Undead Unluck / 不死不幸 - 11
- The Kingdoms of Ruin / 破灭之国 - 11
- 逆天邪神3D - 15
- Firefighter! Daigo of Fire Company M / 特搜组大吾救国的橘色部队 - 10 animation
- The Vexations of a Shut-In Vampire Princess / 家里蹲吸血姬的郁闷 - 08
- 铁路浪漫谭 - (Part1+2) 00+09
- Spy x Family / 间谍过家家 (season1+2) - 12+13+09
Expand Down Expand Up @@ -257,6 +256,7 @@
- guard(end)

### Animation
- Firefighter! Daigo of Fire Company M / 特搜组大吾救国的橘色部队 - 12 0138 # It might be more interesting if science ficiton or other elements can be added
- 捡走被人悔婚的千金,教会她坏坏的幸福生活 - 11 # The plot is slow
- The Yuzuki Family's Four Sons / 柚木家的四兄弟 - 03 # The plot is slow
- A Girl & Her Guard Dog / 大小姐与看门狗 - 10 0535 # The plot is slow
Expand Down

0 comments on commit 2ea3b2c

Please sign in to comment.