- [name=JW Tsai] - [time=Fri, Apr 7, 2023] {%hackmd @yukai/medium-theme %} :::spoiler TOC [TOC] ::: :::info This page is for ::: ## Frequently used spells ``` sudo apt install --no-install-recommends r-cran-[xxxxxxxxx] ``` ## Install - 建立開機碟。 ## Linux version - Install Ubuntu (22.04 LTS) - `minimuum install` is ok, ## Basic `.deb` 檔案只需要右鍵,選擇 Software Install 即可。 * Several Linux apps can be found in [flathub](https://flathub.org/home). See [this page](https://ivonblog.com/posts/linux-flatpak-introduction/) to set up the flatpak and user * And now I realized the **Discovery** app is very useful, you can access it from [this](https://apps.kde.org/zh-tw/discover/). * flatpak needs to be updated! Using the spell `flatpak update`. - [x] Google Chrome (.deb 安裝) - [x] Fcitx5 and chewing (新酷音) (See https://ivonblog.com/posts/ubuntu-fcitx5/) - Language (install 中文語言),reginal formats可以改成 canada - [x] Line (Chrome app) open tab >> More tools >> Create shortcut - https://hackmd.io/@yizhewang/B1T66WmTu - ~~[ ] Line (Bottle app). OK.~~ - [x] Spotify. https://flathub.org/apps/details/com.spotify.Client `flatpak run com.spotify.Client` - [x] JAVA. See [如何在Ubuntu 22.04安装Java](https://www.myfreax.com/how-install-java-on-ubuntu-22-04/) :::spoiler Java ``` sudo apt update sudo apt install openjdk-11-jdk java -version ``` ::: ## Saving - [x] Google Drive, 登入即可 - [x] Dropbox (.deb 安裝) :::spoiler ``` cd ~/Downloads (或直接從Downloads裡面右鍵選open in terminal) sudo dpkg -i dropbox_2022.12.05_amd64.deb sudo apt -f -y install sudo dpkg -i dropbox_2022.12.05_amd64.deb ``` ::: - [x] OneDrive, 可以用 web app ## Writing - [x] [Joplin](https://joplinapp.org/help/#desktop-applications) using ==snap store== - [Joplin Plugins. (🏷 core index)](/mRMi9djKQCe1ZFGZAdgShQ) - [x] Simplenote. ==snap store== 上述 .AppImage 的安裝方式如 https://blog.51cto.com/shijianfeng/5258331 - [x] Zettler. ==[Official method](https://www.zettlr.com/download/deb64)== - [x] OnlyOffice - [x] Zotero. https://github.com/retorquere/zotero-deb - [Zotero Add-ons. (🏷 core index)](/SAIZAZcpQ5G24apHp2fYXg) - [x] Deepl ## Computing - [x] **R**. https://cran.r-project.org/ ==[Official method]== - [R Packages. (🏷 core index)](/RBmEBIsdS5u8vBnlcluOfQ) - [x] RStudio. https://posit.co/download/rstudio-desktop/ (.deb 安裝) - [x] Jasp. ==[Official method](https://jasp-stats.org/linux-installation-guide/)== - [x] Jamovi. ==[Official method](https://flathub.org/apps/details/org.jamovi.jamovi)== - [x] JupyterLab. Install from Github [jupyterlab/jupyterlab-desktop](https://github.com/jupyterlab/jupyterlab-desktop) is better, ~~==flatpak==~~ - [x] [Ωnyx](https://onyx-sem.com/) for Structural Equation Modeling :::spoiler Ωnyx 的 .jar 當需要幾個步驟: 1. 安裝 Java 2. 右鍵 Properties 3. 在 Permissions 點選 Allow executing files as program 4. 在 Open With 選取 OpenJDK Java 11 Runtime :::