macOS 10.15 Basic Configuration

Make sure you have macOS 10.15 installed. A quick guide on how to configure your Mac machine with *all* important tools for academic work. Open a terminal and update your installation softwareupdate -i -r Install command line tools better cat Bat, download tool cURL, containerization with Docker, better ls exa, faster find fd, process viewer …

Linux Ubuntu 21.10 Basic Configuration

Make sure you have Ubuntu Desktop 21.10 or Ubuntu Budgie 21.10 installed. A quick guide on how to configure your Linux machine with *all* important tools for academic work. Open a terminal and update your installation sudo apt update && sudo apt upgrade -y Command line tools Install Aspell spell checker, better cat BAT, interoperable …

Windows 10 Basic Configuration

Make sure you have Windows 10 Fall Creators Update (1709) or later installed. A quick guide on how to configure your Windows machine with *all* important tools for academic work. Open the PowerShell as admin or gain admin rights with this command Start-Process powershell -Verb runAs Update Windows Install-Module PSWindowsUpdate Get-WindowsUpdate Install-WindowsUpdate Install the package …