顯示具有 ubuntu 標籤的文章。 顯示所有文章
顯示具有 ubuntu 標籤的文章。 顯示所有文章

2022年4月24日 星期日

ubuntu install

 RST off


重新設定 BOIS 

  1. 開機時 按F2>進入BOIS
  2. 移置BOOT
  3. 選擇AHCI
  4. F10 儲存重新啟動



Dual boot Ubuntu and Windows on a dell laptop | Turn off RST

https://www.youtube.com/watch?v=wDrCaAdGuMk

2021年1月10日 星期日

2020年7月27日 星期一

How to change the selection item of win10, ubuntu

 https://justhodl.blogspot.com/2018/02/ubuntu-windows-windows-10-grub.html

sudo cat /boot/grub/grub.cfg | grep windows
Windows Boot Manager (位於 /dev/sda2)

sudo gedit /etc/default/grub

GRUB_DEFAULT="Windows Boot Manager (位於 /dev/sda2)"
#GRUB_DEFAULT=0



sudo update-grub
sudo update-initramfs -u -k all

2020年6月8日 星期一

install software in ubuntu

Latex
sudo apt-get install texlive-full

JabRef



octave
sudo apt-get install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo 
flatpak install flathub org.octave.Octave
flatpak run org.octave.Octave

https://ubuntuqa.com/zh-tw/article/9289.html

https://blog.gtwang.org/linux/ubuntu-compile-and-install-octave/


maxima
sudo apt-get install maxima

gvim
sudo apt-get install gvim

notepadqq


anocanda
https://docs.anaconda.com/anaconda/install/linux/

R


geogebra


wine


Line






2019年9月8日 星期日

ubuntu uninstall program

uninstall all game
sudo apt-get purge gnome-games-common gbrainy && sudo apt-get autoremove
 
https://www.wikihow.com/Uninstall-Ubuntu-Software