sudo pacman -S \
fakeroot \
i3-gaps \
picom \
xorg-fonts-misc \
polybar \
arandr \
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
port: 7890 | |
socks-port: 7891 | |
allow-lan: true | |
mode: Rule | |
log-level: info | |
external-controller: 0.0.0.0:9090 | |
proxies: | |
- {"name":"🇸🇬_SG_新加坡_1","server":"139.162.24.50","port":5601,"type":"ss","cipher":"aes-256-gcm","password":"Y6R9pAtvxxzmGC"} | |
- {"name":"🇸🇬_SG_新加坡_2","server":"139.162.52.177","port":9102,"type":"ss","cipher":"aes-256-gcm","password":"e4FCWrgpkji3QY"} | |
- {"name":"🇸🇬_SG_新加坡_3","server":"139.162.24.50","port":6679,"type":"ss","cipher":"aes-256-gcm","password":"TEzjfAYq2IjtuoS"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ss://YWVzLTI1Ni1nY206ZTRGQ1dyZ3BramkzUVlAMTM5LjE2Mi41Mi4xNzc6OTEwMg==#%F0%9F%87%B8%F0%9F%87%AC_SG_%E6%96%B0%E5%8A%A0%E5%9D%A1 | |
ss://YWVzLTI1Ni1nY206a0RXdlhZWm9UQmNHa0M0QDQ1LjExLjEuMTU4Ojg4ODI=#%F0%9F%87%AF%F0%9F%87%B5_JP_%E6%97%A5%E6%9C%AC | |
vmess://eyJhZGQiOiJhejEubm9kcm9wLmJpa2UiLCJwcyI6IvCfh63wn4ewX0hLX+mmmea4ryIsInNjeSI6ImF1dG8iLCJwcm94eVR5cGUiOiJ2bWVzcyIsInR5cGUiOiJub25lIiwic25pIjoiIiwicGF0aCI6Ii9vbmVmYWxsIiwicG9ydCI6MTAxMzEsInYiOjIsImhvc3QiOiJhejEubm9kcm9wLmJpa2UiLCJ0bHMiOiJ0bHMiLCJpZCI6IjcwZWRhOGEwLTcyM2UtNGQ3Zi04MmFlLWIxNjIxYWU4YWJlMyIsIm5ldCI6IndzIiwiYWlkIjowLCJvcmlnaW5OYW1lIjoiUmVsYXlf8J+HrfCfh7BISy3wn4et8J+HsEhLXzcwMiJ9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
efivar -l | |
ping baidu.com | |
timedatectl set-ntp true | |
cfdisk | |
lsblk | |
mkfs.fat -F32 /dev/sda1 | |
mkfs.ext4 /dev/sda2 | |
mount /dev/sda2 /mnt | |
mkdir -p /mnt/boot/efi | |
mount /dev/sda1 /mnt/boot/efi |