2021年5月20日 星期四

Ubuntu 18.04 : How to connect Hinet pppoe ADSL

$ nmcli  con edit  type pppoe  con-name my_hinet_adsl
## it will open  an interactive prompt .
  set pppoe.username  xxx@hinet.net
  set pppoe.password  password
  save 
  quit

沒有留言:

張貼留言

Ubuntu 18.04 讀卡機 driver , ( IT-500U )

# ubuntu 18.04.06 , Let   (info-think it-500U card-reader) driver work $sudo apt-get install build-essential libusb-1.0-0-dev libpcsclite-de...