Job Board API
Decode GZIP response in Laravel
Laravel raw SQL update query
Execute quickly with Laravel Tinker
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.
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.
Let’s learn about Snap!
Ubuntu Snap is an application framework that makes installing and managing software on your system easier. Not only does this provide the easiest way to access your favourite open-source applications, but it also ensures you have the latest version at all times. With Ubuntu Snap, even those new to Linux …
The post Let’s learn about Snap! appeared first on Anto ./ Online.
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.
How to get started with Nano on Windows
GNU nano is a great text editor for developers who work on Linux, but did you know it can run on Windows too? This guide will show you how to install GNU nano on Windows to make your text editing experience seamless. Let’s get started! To install nano on Linux, …
The post How to get started with Nano on Windows appeared first on Anto ./ Online.