2019年9月3日 星期二
如何在 Ubuntu 安裝 .NET Core
到網頁 https://dotnet.microsoft.com/download/dotnet-core/2.2 去下載安裝檔
把檔案上傳到 Ubuntu
在安裝檔目錄下
輸入安裝指令
mkdir -p $HOME/dotnet2.2.107 && tar zxf dotnet-sdk-2.2.107-linux-x64.tar.gz -C $HOME/dotnet2.2.107
要測試的話
可以輸入 $HOME/dotnet2.2.107/dotnet --version
就可以看到 dotnet 的版本號碼
訂閱:
文章 (Atom)
Visual Studio 2017/2019 推薦的擴充功能與更新
參考文章: 覺得 Google 的 Blogger 不太順手?透過 HTML 的 iframe 移花接木 HackMD
-
把程式的捷徑放在下列目錄內: C:\Users\使用者帳號\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup 每次開機便會自動開啟你的程式
-
在「設定」中輸入 editor.fontsize 如下圖框內調整字體大小 PS、目前不支援Ctrl + mouse scroll up/down 調整字體大小 Ctrl + 放大字體 Ctrl - 縮小字體