Clearing Traces
./Clear_Event_Viewer_Logs.bat### Commands to list logs :
wevtutil el
wevtutil el <log_name>### Command to clear logs :
wevtutil cl
wevtutil cl <logname>cipher /w: <Disk or Folder or File>Linux based distributions
export HISTSIZE=0 # It disables the logging
history -c # it cleares the history
history -w # it cleares the history of current shell
shred ~/.bash_history # shreads the file Last updated