What is a GUI Door Bjorn Meijer December 7, 2022 Off GUI (often pronounced goewie) means Graphical User Interface in English. Various parameters can be set in a user-friendly way… Lees verder
What is a CLI Door Bjorn Meijer December 7, 2022 Off CLI stands for Command Line Interface. One of the most well-known CLIs is the MS-DOS command prompt. You give… Lees verder
Check if a cron job has been started Door Bjorn Meijer 16 May 2021 Off After a cron job has been created or added by a software package, you want to make sure that the job also… Lees verder
Add Crontab in Raspberry Pi Door Bjorn Meijer May 1, 2021 Off Open the terminal and type the following command: crontab -e
Install Python3.x on Raspberry Pi Door Bjorn Meijer May 1, 2021 Off Open the terminal and type the following command: sudo apt update sudo apt upgrade sudo apt install python3 idle3