Monday, May 05, 2025

The Journey of Searching for the Best Notes App

For over a decade, I've been in the habit of documenting almost everything digitally. From spontaneous ideas, daily to-do lists, interesting quotes, to project plans. Like many others, I’ve gone through a long journey trying various note-taking apps before finally feeling like I’ve come home with one app that now becomes my absolute favorite

Perjalanan Pencarian Aplikasi Catatan Terbaik

Sejak lebih dari satu dekade lalu, saya sudah terbiasa mencatat hampir semua hal secara digital. Mulai dari ide mendadak, memori-memori penting, kutipan menarik, hingga rencana proyek. Dan seperti banyak orang lainnya, saya pun menjalani perjalanan panjang mencoba berbagai aplikasi pencatat sebelum akhirnya merasa benar-benar pulang di satu aplikasi yang saat ini jadi favorit utama saya

Thursday, January 02, 2025

How to Fix the “You Can’t Access This Shared Folder” Error on Windows 10 and 11

Illustration of steps to resolve the error 'You can’t access this shared folder because your organization’s security policies block unauthenticated guest access' on Windows 10 and 11, including opening gpedit.msc, modifying the 'Enable insecure guest logons' setting in Local Group Policy Editor, and configuring network file share access securely

When attempting to access a network file share on Windows 10 or 11, an error message may appear: You can’t access this shared folder because your organization’s security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. This message arises because Windows’ default security settings are designed to prevent unauthenticated guest access to safeguard devices from potential network risks. However, there is a solution to resolve this issue without compromising network functionality.

Cara Mengatasi Error “You Can’t Access This Shared Folder” di Windows 10 dan 11

Ilustrasi langkah-langkah mengatasi error 'You can’t access this shared folder because your organization’s security policies block unauthenticated guest access' di Windows 10 dan 11, termasuk membuka gpedit.msc, mengubah pengaturan Enable insecure guest logons di Local Group Policy Editor, dan mengatur akses folder berbagi di jaringan.

Ketika mencoba mengakses folder berbagi (network file share) di Windows 10 atau 11, sebuah pesan error dapat muncul: You can’t access this shared folder because your organization’s security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. Pesan ini terjadi karena pengaturan keamanan bawaan Windows dirancang untuk mencegah akses tamu yang tidak terautentikasi demi melindungi perangkat dari risiko potensial di jaringan. Namun, ada solusi yang dapat diterapkan untuk mengatasi masalah ini tanpa mengorbankan fungsionalitas jaringan.

Monday, December 02, 2024

CORS Error Explained: Understand and Easily Fix It!

Understanding CORS Error and practical solutions with CORS Proxy
Source: https://www.webdevolution.com/blog/ASP-NET-Cors-error-fixed/

Have you ever encountered an issue when trying to access data from a server hosted on a different domain than your website? For instance, you might try to display an RSS Feed from another site in XML or JSON format on your blog, only to find that it doesn’t load. Or perhaps you’re fetching data from an API using JavaScript, only to see an error like, "Access to fetch has been blocked by CORS policy". If this sounds familiar, then you’re dealing with what’s known as a CORS Error. But what exactly is a CORS Error, and how can you fix it?

© Roy Andika
Maira Gall