full-blockchain-solidity-course-js
full-blockchain-solidity-course-js copied to clipboard
"history -c" does not really erase the history (lesson 5-17)
It only clear the history for the current tab, however if you open a new VS Code window and input "history", you will be able to see all the history input for command window.
So whatever you input in the VS Code command window, is still fragile for hacker.
Hi, it only works in bash, so check which shell you're using
It only clear the history for the current tab, however if you open a new VS Code window and input "history", you will be able to see all the history input for command window.
So whatever you input in the VS Code command window, is still fragile for hacker.
Use clear-history , if it's powershell
@linghuccc For each shell there is a different command. Please check for yours on google.