clear swap memory linux
sudo swapoff -a; sudo swapon -a
clear swap memory linux
sudo swapoff -a; sudo swapon -a
reverse serach linux
CTRL + S
...solved it for me AFTER using...
stty -ixon
If CTRL+S doesn't work for you is because according to Vincenzo Pii's accepted answer in another related thread:
The problem is that this binding, in many terminals, is used by default to send the pause transmission code (XOF).
As in man stty:
[-]ixon
enable XON/XOFF flow control
So, if you have this option enabled on your terminal (the output of stty -a contains ixon withouth the - sign in front), you cannot use CTRL+S in the context of reverse-i-search.
To disable it, use the following command:
stty -ixon
And CTRL+S will give you a (i-search) (non reverse).
window.href
//its actually
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
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