You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Md. Sazzad Hossain Sharkar
SHSharkar
I am a software engineer, web developer, and AI prompt engineering expert passionate about #TechLife, #WebDev, #AIPrompt, #Innovation, and #Coding.
This document provides a step-by-step guide on how to deprecate specific versions of an npm package. The process involves using the npm deprecate command.
Prerequisites
Ensure you have npm installed and are logged in to an account with permission to publish and manage the package.
You should have Node.js and npm installed on your system.
On the "PDF Shortcodes" page, locate the file input section above the table. It consists of three elements: Title, File Input (Choose File), and Submit Button (Upload PDF).
You have the option to add a title for the uploaded file. This title is only visible to backend users. If you prefer not to provide a title, simply upload the PDF file. The system will automatically extract the file's name and use it as the title.
Before uploading your PDF file, ensure that it has a descriptive and meaningful name, as this name will be used for the uploaded file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MikroTik Router set DHCP Servers DNS Server from Terminal
MikroTik Router set DHCP Servers DNS Server from Terminal
/ip dhcp-server network set 0 dns-server=1.1.1.1,1.0.0.1
Demonstration with Cloudflare's 1.1.1.1 DNS.
Please note, set 0 means applying the DNS Server change for interface 1. If you have multiple DHCP Server interface, you will have to mention the number of the interface. Normally starts with 0.
If you are setting up MySQL v8.x for the first time for Laragon, you will see that MySQL failed to load and asking for an upgrade the MySQL. Although showing user table not found, plugins table not found errors, etc.
To fix the problem, follow the steps accordingly.
Delete Laragon MySQL data directory. If you have already existed databases, make sure to export first. Location path example: C:\laragon\data where the folder contains mysql-8. Delete the mysql-8 folder. You can also delete the mysql folder if not needed.
Access to the MySQL BIN folder or add the MySQL BIN folder to the windows system environment path. Location example: C:\laragon\bin\mysql\mysql-8.0.27-winx64\bin. Open a terminal or navigate the location from Laragon's built-in terminal.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters