IoT Running ARM FVP with Linux This post begins with a goal to compile and run some assembly programs in AA64 on ARMv8-A architecture for students in a microcontroller course. My prior solution to this was failing so I
Hardware Installing WaveForms on Ubuntu WaveForms is a software built by Digilent to accompany their Analog Discovery 2 device, which is an all-in-one FPGA-based electronic tool that includes power supply, function generator, oscilloscope, digital pins control, etc. To
Linux Using cron on Linux to run scheduled tasks "Cron is a time-based job scheduler in Unix-like computer operating systems." -- From Wikipedia To run scripts periodically, first you will need to create your own crontab file that states at
Linux How to send mail on Linux To send emails on linux to other remote email addresses, we will first need to install the postfix server and mail command via the following command: sudo apt-get install mailutils # For debain &