If you already did follow other instructions (e.g.: https://wiki.ubuntuusers.de/OneDrive/) your sync may be located at an unwanted folder location. (Default equals /root/onedrive/) In order to apply your own settings, stop onedrive and delete the /root/onedrive and /root/.config/onedrive folder and its content. If you didn’t install onedrive yet, run Start by adding a onedrive.service file into …
Tag: Ubuntu
.NET Core on Linux (Ubuntu 18.10) ‘NuGetFallbackFolder’ Error
Permission denied to modify the ‘/usr/share/dotnet/sdk/NuGetFallbackFolder’ folder. Here are some options to fix this error: —————————————- 1. Re-run this command with elevated access. 2. Disabled the first run experience by setting the environment variable DOTNET_SKIP_FIRST_TIME_EXPERIENCE to true. How to fix this issue sudo su apt-get remove dotnet-sdk-CURRENT_VERSION rm /usr/share/dotnet/dotnet -r rm /usr/bin/dotnet -r mkdir -p …
Switching to Linux – Roadmap 🎬 2
One year ago I tried switching over to Linux Mint 18.2 KDE Plasma 5.8. The previous roadmap can be found here. However, the conclusion was quite clear: Linux wasn’t ready for me, or, I wasn’t ready for Linux. In addition, I quickly realized that I had chosen the wrong Linux distribution. Last time I searched …