This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - # Journal | |
| template:: default-journal | |
| template-including-parent:: false | |
| - ## Tasks | |
| - {{query((and (task now later todo) (between -1Y today)))}} | |
| - ### New tasks | |
| - | |
| - ## Meeting Notes | |
| - ### Meeting | |
| - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install dotnet core sdk | |
| wget -q https://packages.microsoft.com/config/ubuntu/19.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb | |
| sudo dpkg -i packages-microsoft-prod.deb | |
| sudo apt update | |
| sudo apt -y install apt-transport-https | |
| sudo apt update | |
| sudo apt -y install dotnet-sdk-3.1 dotnet-sdk-3.0 dotnet-sdk-2.1 dotnet-sdk-2.2 | |
| #install mono | |
| sudo apt install gnupg ca-certificates |