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.
Set up CrowdSec to protect your WordPress site
Let’s find out how you can protect your Docker WordPress site using CrowdSec. You can now protect your WordPress site like a pro in a few simple steps! This guide assumes that you are running a WordPress Docker container that exists behind a reverse proxy. You need to skip one …
The post Set up CrowdSec to protect your WordPress site appeared first on Anto ./ Online.
How to set up CORS for an AWS Lambda Proxy REST API resource
Let’s see how you set up CORS using a Lambda Proxy API and AWS SAM. Heads up! This guide will also help fix a CORS error that fails in the browser but works in CURL. About CORS Cross-Origin Resource Sharing (CORS) is a way to tell browsers which domain, HTTP …
The post How to set up CORS for an AWS Lambda Proxy REST API resource appeared first on Anto ./ Online.
How to choose the right tool for your web scraping project?
Many people in different fields have employed Python to do web scraping. The most common purposes for this are data science and mining large amounts of structured or unstructured information from the Internet, which can be difficult without appropriate software tools. Python is excellent for web scraping because Python allows …
The post How to choose the right tool for your web scraping project? appeared first on Anto ./ Online.
