Latest Articles
How to find elements in DOM in JavaScript? [SOLVED]
Use the document.getElementById() method, document.querySelector() method, document.getElementsbyTagName, document.getElementsbyClassName method to get elements …
How to add days to date in JavaScript? [SOLVED]
Use getDate and setDate method to add days to date in JavaScript
How to undo rm in Linux? [100% Working]
We can use trash utility to undo rm in Linux. ALternatively there some precaution measures which can be adapted to avoid removal of important data in Linux.
Learn Linux wheel group usage [With Examples]
Learn what is the significance of wheel group. Any user part of this group gets root level access so this should be used cautiously. Add or remove users from …
How to Logout from Docker Registry? [SOLVED]
Steps and Best Practices to logout from docker regsitry.
