為台灣人設計的反廣告規則+擋廣告dns
目前瀏覽器上有很多的反廣告擴充(例如:adguard,ublock),但是這些擴充沒有一些進階的功能如:內容農場攔截,詐騙網址攔截,正好在之前看到了github上有個不錯的套件:LowTechFilter,這篇文章來介紹這個不錯的專案,和擋廣告的dns。
LowTechFilter規則
你會看到有DNS 清單和DOM 清單
1.DNS清單適用於自架的dns伺服器,如:AdGuard Home,Pi hole
2.DOM清單才是用於adblock的阻擋規則
→其實我比較推薦底下hosts 清單一覽的表格
這裡主要有5種清單,以下是官方的介紹
LowTechHost:專門處理網頁上的 DOM 元素處理。例:側邊廣告欄
poco f6 pro install twrp and magisk
The original language of this article is Traditional Chinese, and it was translated into English using ChatGPT.
This guide teaches you how to flash the Poco F6 Pro, install TWRP, and gain ROOT access.
Preparations:
- Download TWRP on your computer.
- Download the unlocking tool.
- Prepare a Xiaomi account that has been registered for more than a month (for unlocking the bootloader).
- Ensure you have a certain level of understanding of root and Android basics.
- Install ADB and Fastboot on your computer (Windows is recommended).
- Install Fastboot drivers.
- Unlocking the bootloader will erase your data.
- I am not responsible for any bricked devices.
Unlocking the Bootloader:
(Make sure your phone is logged in with your Xiaomi account)
- Download Xiaomi Community on your phone.
- Open it and log in to your account.
小米手機救磚紀錄
hyper os中你不知道的奇怪activity
在手機看電視教學(頻道多免費)
Ubuntu開啟ssh
安裝和啟用ssh
先依序輸入1
sudo apt install openssh-client
1
sudo apt install openssh-server
廣告,請繼續閱讀
安裝後輸入以下指令,確保ssh已開啟1
sudo systemctl status ssh
如果成功則輸出(不一定一樣只要看有沒有綠色圓圈)1
2
3
4
5
6
7
8
9
10
11
12● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; preset: enabled)
Active: active (running) since Mon 2024-08-05 08:40:00 CST; 4 days ago
Docs: man:sshd(8)
man:sshd_config(5)
Main PID: 708 (sshd)
Tasks: 1 (limit: 9316)
Memory: 7.4M
CPU: 505ms
CGroup: /system.slice/ssh.service
└─708 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups"
底下略
按下Q離開
如果沒有成功輸入以下指令開啟ssh
搭建屬於你的伺服器-nextcloud(指令)
docker pull
1 | docker pull mysql:latest |
1 | docker pull nextcloud |
依序輸入指令
安裝mysql
注意指令中的password請改成你想要的密碼1
docker run -p 3306:3306 --name mysql --restart="always" -v /usr/local/mysql/conf:/etc/mysql/conf.d -v /usr/local/mysql/logs:/logs -v /usr/local/mysql/data:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=password -d mysql
1
2docker exec -it mysql mysql -u root -p
#Enter password: 輸入上面你所設定密碼
理論上輸入以下指令會輸出Query OK, 0 rows affected (X.XX sec)
如果報錯,可以試試跳過(不保證成功)
紀錄:自己組裝一台「鞋盒」nas
目前選用的硬體
CPU:撿到的i7 4770
GPU:gt-1030
電供:不知名品牌400w
主機板:技嘉-1150-GA-H81M-DS2-H81
ram:三星ram ddr3 8G
7/31目前問題:
剛開機(還沒有畫面)就斷電然後就重開機
有時開機的狀態會比較久,但還是無法順利開機
結果誰知道試一試風扇開始全速運轉,嚇死我了