Category: Linux
-
If you forget your Windows Subsystem for Linux (WSL) password, try this.
I have been using Windows Subsystem for Linux (WSL) for a while now and sometimes I create a distribution and forget the password. If you find your self in the same situation, just follow these steps: Hope this was helpful to you. Thanks for reading.
-
System statistics reporting using Laravel
The Laravel web framework comes with a lot of powerful tools and one of them it the Task Scheduler. This allows you to create and manage all your automated – Cron Jobs – tasks within the framework. If you do not write Cron jobs often, going through documentation or memorizing the Crontab syntax and expression…