BLOG

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 …

By olorunfemiakinlua · 4 min read · 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.

By omercakmak · 8 min read · 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 …

By omercakmak · 5 min read · Linux