Aye aye command line

Although I had spent a lot of time on the command line at age 12 to get Quake 3 and my Nvidia Geforce graphics card running on Linux, this tool was completely forgotten during my adolescence. I worked with Windows – and sometimes DOS – but basically with a GUI. For some years now, the command line has celebrated an unexpected comeback in my life as a historian of technology and computer scientist. Without it, I did not want to be anymore. 🥰

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 …