先在ubuntu下更新一下時間,確保時間無誤:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
然後將時間更新到硬件上:
sudo hwclock --localtime --systohc
重新進入windows10,發現時間恢覆正常了!
2024年6月28日 星期五
2024年5月7日 星期二
安裝繁體中文 (Ubuntu 24.04)
Copilot回覆:
Copilot 回覆:
在 Ubuntu 24.04 中安裝繁體中文倉頡輸入法的步驟如下:
安裝 ibus-cangjie:
- 開啟終端機(Terminal)。
- 執行以下指令:
sudo apt-get update sudo apt-get install ibus-cangjie
- 安裝完成後,登出並重新登入系統。
設定輸入法:
- 點擊右上角的系統選單,選擇「Settings」。
- 在「Region & Language」選項中,點擊「+」以新增輸入法。
- 搜尋「Chinese」,然後選擇「Chinese (Cangjie)」或「Chinese (Quick)」。
- 如果沒有安裝 ibus-cangjie,則不會看到這兩個選項。
- 點擊「Add」以加入輸入法。
- 點擊右上角的「EN」圖示,即可切換輸入法,或按下「Ctrl + Space」或「Win + Space」(視乎設定)來切換。
- 現在您就可以輸入繁體中文了!
2024年4月28日 星期日
掃瞄修復磁碟 fsck
首先以 parted
察看磁碟分割表:
parted /dev/sda 'print
一次檢查所有的檔案系統
如果想要一次檢查系統中所有的檔案系統,可以在執行 fsck
時加上 -A
參數,這樣它就會依照 /etc/fstab
中的 fs_passno
所指定的順序來檢查(如果 fs_passno
的值為 0
則跳過)。
2024年1月22日 星期一
在Ubuntu中使用Notion
1.首先在桌面新建一个notion.sh
#桌面右键,打开终端,输入
touch notion.sh
2.编辑notion.sh内容
#在终端中,用文本编辑器打开notion.sh 举例gedit
sudo gedit notion.sh
3.在文本编辑器中输入(此命令为用谷歌浏览器打开,可替换成其他浏览器)
#!/bin/sh
google-chrome --app=https://www.notion.so
4.保存并关闭,随后再次打开终端,给文件加权限
chmod u+x notion.sh
5.双击notion.sh即可打开(记得登陆)
2022年9月4日 星期日
Gromit-MPX螢幕畫筆
|
2022年1月11日 星期二
2021年11月4日 星期四
Logitech M337 藍芽連線
参考:Bluetooth Mouse Won't Connect after Reboot - Ubuntu 18.04 LTS
device: Bluetooth Mouse M336/M337/M535
resolution:
I have also included them below along with the additional steps I needed to perform.
# bluetoothctl
[bluetooth]# list
Controller 01:23:45:67:89:AB fzidpc73
[bluetooth]# select 01:23:45:67:89:AB
// show/display the controller details
bluetooth]# show
Controller 01:23:45:67:89:AB
Name: fzidpc73
Alias: fzidpc73-0
Class: 0x000000
Powered: no
Discoverable: no
Pairable: yes
...Modalias: usb:v1D6Bp0246d0517
Discovering: no
[bluetooth]# power on
[CHG] Controller 01:23:45:67:89:AB Class: 0x000104
// scan for bluetooth devices (make sure your mouse is in discovery mode before running this command)
[bluetooth]# scan on
Discovery started
[CHG] Controller 01:23:45:67:89:AB Discovering: yes
[NEW] Device 34:88:5D:87:C0:A6 Bluetooth Mouse M336/M337/M535
[bluetooth]# scan off
Discovery stopped
[CHG] Controller 01:23:45:67:89:AB Discovering: no
// turn the agent on just incase you need to supply a pin code
[bluetooth]# agent on
Agent registered
// note that the device might not ask you for a pin code
[bluetooth]# pair 34:88:5D:87:C0:A6
Attempting to pair with 34:88:5D:87:C0:A6
[CHG] Device 34:88:5D:87:C0:A6 Connected: yes
Request PIN code
...[CHG] Device 34:88:5D:87:C0:A6 Paired: yes
Pairing successful
[CHG] Device 34:88:5D:87:C0:A6 Connected: no
// once you have done this use the following two commands to
// complete setup
[bluetooth]# connect 34:88:5D:87:C0:A6
...
[bluetooth]# trust 34:88:5D:87:C0:A6
...
// your mouse should now work properly even after the computer has been restarted.
參考:
https://www.cnblogs.com/mouseleo/p/10842191.html
2021年9月24日 星期五
2021年8月4日 星期三
2020年6月5日 星期五
雙系統的Windows系統時間不對
修正方式:
先在ubuntu下更新一下時間,確保時間無誤:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
然後將時間更新到硬件上:
sudo hwclock --localtime --systohc
重新進入windows10,發現時間恢覆正常了!
2019年7月13日 星期六
2019年7月4日 星期四
2019年3月2日 星期六
Gnome Alsa Mixer調整麥克風音量
2018年11月2日 星期五
HP 印表機安裝
Linux 的 HP LaserJet Professional m1132 驅動設定
1. USB 接上後, 新增印表機 (這邊就會自動抓到了)2. 新增完印表機, 需要再做下述事情:
3. 開啟 "終端機 Terminal" (或 CTRL + ALT + T)
4. sudo hp-plugin -i 安裝完後就可以使用了~
註1: HP 還有很多相關的設定可以用, 以後若有其他 HP 的機器, 可以試試看 hp-setup -i, hp-scan -i, apt-get install hplip-gui ... 等等.
註2: 以上執行還是有問題的狀況,可以使用這兩隻程式看看: sudo hp-check、hp-doctor
摘錄自:https://blog.longwin.com.tw/2014/06/linux-hp-laserjet-m1132-driver-2014/
2018年8月23日 星期四
Ubuntu語系,沒中文台灣可選
2.把 /etc/locale.gen 檔案中的 zh_TW.UTF8, uncomment
3.sudo locale-gen
就可以找到 中文台灣