how to get ram detail in linux
sudo dmidecode --type 17
how can I check ram usage in mb in linux?
for more information search this webside --
https://www.howtogeek.com/659529/how-to-check-memory-usage-from-the-linux-terminal/
javascript get current url
var currentUrl = window.location.href;
window.href
//its actually
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
javascript location.href
//example 1
document.getElementById("lbl_url").innerHTML = "Page location is " + window.location.href;
//example 2
var x = location.href;
What does window.location.href return?
The window.location.href property returns the URL of the current page.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us