You need to create / update following dns records A record Leave the Hostname field empty. enter the Shopify IPv4 address: 23.227.38.65 Leave the TTL field empty. Click the Create record button. Note: if you already have an A record (with nothing in the hostname field) that points to a different IP, you’ll need to remove this before connecting to Shopify. […]
All posts by Irfan Anis
SSH is Restricted to One IP
optional nano /etc/ssh/sshd_config AllowUsers root@192.0.2.100 Replace 192.0.2.100 with your allowed IP. If not present, add it (replace root with your SSH user if needed). ✅ 2. Enforce SSH Access from a Single IP A. Restrict in CSF nano /etc/csf/csf.conf Set the following: # Remove or comment out SSH port from TCP_IN TCP_IN = “…” […]
You’re Not a Real Developer Until You’ve Built These 5 Projects
You’re Not a Real Developer Until You’ve Built These 5 Projects source: You’re Not a Real Developer Until You’ve Built These 5 Projects – DEV Community The phrase “You’re not a real developer until…” isn’t meant to gatekeep. It’s a challenge—a wake-up call. A reminder that writing tutorials isn’t enough. Copy-pasting code from YouTube and calling it a […]
Waking Up At 4:00 AM Every Day Will Change Your Life
Waking up early has been a habit associated with success for many years. Many successful individuals have claimed that waking up at 4:00 AM has been a critical factor in their achievements. However, not everyone believes in the power of early rising, and some may find it challenging to change their sleeping habits. In this […]
Welcome Message For Plesk Panel s76
Plesk panel login : https://s76.itserver.biz:8443/ user id : example@example.com pass : ******************* NS RECORDS ns1s76.itlinkonline.com ns2s76.itlinkonline.com Welcome Message for email webmail : https://webmail.example.pk/roundcube/index.php?_user= example% example.pk username : example @ example.pk pass : *************** Email Settings & Outlook Settings for Plesk : PLESK PANEL VIDEOS 1.How to Create WordPress website 2.How to Create email 3.How to […]
delist from hotmail
Delist Status – Delist IP https://sender.office.com/Delist/HandleIP?__RequestVerificationToken=X7m3catTyVz1XIF5nOMMMicYwFj87DB-6IofWkkHktXe3XUQsILGmMf2aO444oMUy5xnhapk_LX4eA91ePd851us5SY1&email=anis%40cartzlink.com&ip=116.202.213.58&ttl=638708297838718803&token=1kavzgnSvHOBK84rf1J%2FqbfaYiUVZ7pDxlW%2Bvnp30iM%3D Irfan Anis
Rich Dad Poor Dad Summary
Irfan Anis
PHP Requirement and installation in IIS
Visual C++ 14.0 (Visual Studio 2015) for PHP 7.0 or PHP 7.1. Visual C++ 15.0 (Visual Studio 2017) for PHP 7.2, PHP 7.3 or PHP 7.4. Visual C++ 16.0 (Visual Studio 2019) for PHP 8.0, PHP 8.1, PHP 8.2 or PHP 8.3. Visual C++ 17.0 (Visual Studio 2022) for PHP 8.4. POWER SHELL SCRIPT $features = @( “Web-WebServer”, “Web-Static-Content”, “Web-Http-Errors”, “Web-Http-Redirect”, “Web-Stat-Compression”, “Web-Filtering”, “Web-Asp-Net45”, “Web-Net-Ext45”, “Web-ISAPI-Ext”, “Web-ISAPI-Filter”, “Web-Mgmt-Console”, […]
Ways High Earners Become Poor
Ways High Earners Become Poor It’s a common misconception that high earners are immune to financial troubles. In reality, even those with substantial incomes face financial difficulties. This article explores ten key reasons why high earners may end up poor, offering insights into the pitfalls they face and how to avoid them. 1. Falling Victim […]
9 Software Architecture Patterns for Distributed Systems
9 Software Architecture Patterns for Distributed Systems image_credit – ByteByteGo Architectural patterns provide proven solutions to common problems encountered in distributed systems, ensuring reliability, scalability, and maintainability. Among these patterns, some patterns stand out as fundamental for managing data and communication flow effectively, which we will see in this article. Let’s find out more about these […]