How to install cmatrix 2.0-2 in Arch Linuxs?
- open terminal emulator
- yay -S cmatrix 2.0-2
- key Yes to all
- key cmatrix to start it
- q or ctrl-c to exit
How to install cmatrix 2.0-2 in Arch Linuxs?
看水管影片受不了預設的推荐影片,想要把 YouTube首頁整個大翻新,安卓版點擊 YouTube App,於設定內找到「記錄與隱私設定」,並選擇「清除觀看記錄」、「清除搜尋紀錄」,下拉首頁幾次,YouTube 會重新調整用戶的推薦內容。
我昨天在試 arch pppoe的事情,想弄清楚為什麼我是20M的網路,結果每次下載只跑10M的網速,怕是自己路由器的問題。
不知道砍了什麼東西,突然變這樣子…
文甫說網路主機沒有被解析到名稱,所以不能連網站。
所以提供下列解法
ping tw.yahoo.com 隨便ping個網站,看出現啥訊息?
結果:
ping: tw.yahoo.com: Temporary failure in name resolution
一個不凖,再抓 google試一次
ping www.google .com
結果:
ping: www.google.com: Temporary failure in name resolution
確認是無法解析主機名稱,所以要在這個檔案裡面搞一下。
vim /etc/resolv.conf
加上這兩行內容 nameserver 8.8.8.8 還有 168.95.1.1。
一個google,一個中華。
重開browser,解決了!
現在恢復可以上網看片了,真爽!
How to get your / space back by Arch?
1.Clean the orphan pkg
sudo pacman -Rns $(pacman -Qtdq)
2.Remove your installed pkg cache
sudo pacman -Scc
如何釋放你的 / 被佔用的空間,以 Arch為例:
1.清理系統內無用和已成為孤兒的安裝包。
sudo pacman -Rns $(pacman -Qtdq)
2.移除你系統安裝檔的快取。
sudo pacman -Scc
On these days, when I want to update my arch, it tells me "no responsity site to connect".
I check a lot of forums, and get no answers.Until my checking the Youtube, a Chinese Youtuber(whose name is ledis教程) teaches me how to solve the problem.
sudo pacman -S archlinux-keyring
Using the command to update the mirror's keying, then I can update my arch as usual.
在T420S上我沒辦法使用nvidia driver經由display port輸出畫面至我的外接螢幕:
先在終端機輸入下列指令查T420S內使用的nvidia devices
ubuntu-drivers devicessudo ubuntu-drivers autoinstall我的只有 NVM4200(顯卡)。
在終端機裡下這兩行指令,把所有的nvidia driver全刪除乾淨。
sudo apt-get remove --purge nvidia-*sudo dpkg-reconfigure xserver-xorg然後鍵入下列指令
sudo prime-select nvidiasudo add-apt-repository ppa:bumblebee/stablesudo apt-get updatesudo apt-get install bumblebee bumblebee-nvidia重開機後,我的 nvidia X settings就可以用了,直接在登入畫面時就輸出顯示畫面到我的外接螢幕。爽!!!!!!!!!!!!!