Understanding Overcommit Memory in Linux KernelOvercommit memory, a crucial feature in the Linux kernel, enables processes to allocate memory beyond the system's physical limits. This…Mar 29, 2024Mar 29, 2024
Understanding DNS: A Step-by-Step GuideExplore the essentials of the DNS in this comprehensive guide, covering DNS components, servers, queries, and caching for easy navigation.Apr 7, 2023Apr 7, 2023
Shallow Copy and Deep Copy in PythonA shallow copy creates new objects that store the original objects’ reference.Dec 9, 2022Dec 9, 2022
Published inCodeXStack in Python: How, why, and where?Stack is a linear data structure that stores data in LIFO (Last In First Out) manners. Web browser’s back button is a stack application.Jul 13, 2021Jul 13, 2021
Ubuntu Server setup on Virtual box and connect with SSHHere, I guide how to connect with ubuntu server installed on virtual box via SSH.Dec 10, 2019Dec 10, 2019
Interesting facts in JavaScriptThere is a great deal of amusing to be had when working in JavaScript. Notwithstanding for engineers that associate with it day by day, a…Jul 19, 2019Jul 19, 2019
User Registration With Email Verification in DjangoAssume that I have a project named user_registration and it contains an app named accounts.Dec 20, 201815Dec 20, 201815