13Jan/23

Solve the “Cannot read properties of undefined (reading ‘type’)” error with these simple fixes

If you’ve encountered the “jquery.min.js:2 Uncaught TypeError: Cannot read properties of undefined (reading ‘type’)” error, you’re likely trying to access a property of an object that is undefined. This error occurs when you try to access a property of an object that is undefined or null. This guide will discuss …

The post Solve the “Cannot read properties of undefined (reading ‘type’)” error with these simple fixes appeared first on Anto ./ Online.

13Jan/23

Solving the ‘tail: inotify resources exhausted’ Error on Ubuntu

The “tail: inotify resources exhausted” error usually occurs when you are using the tail command to follow a file that is being actively written to, and the inotify watch limit has been reached. To fix this issue, you can try increasing the inotify watch limit by modifying the /proc/sys/fs/inotify/max_user_watches file. …

The post Solving the ‘tail: inotify resources exhausted’ Error on Ubuntu appeared first on Anto ./ Online.

13Jan/23

Update Ubuntu using Apt & Cron

There are several methods to update Ubuntu. These methods include package updates via the desktop, the unattended upgrade script, and good old Apt. As the title suggests, this post explores the last option using Cron. Using the Apt command via Cron is mainly intended if you have installed a cut-down, …

The post Update Ubuntu using Apt & Cron appeared first on Anto ./ Online.