Post
Topic
Board Beginners & Help
Re: Warning for Linux users running bitcoind, litecoind, xxxcoind...
by
bitfish
on 24/05/2013, 22:32:10 UTC
Thank you very much for posting that bitfish. I've since added it to my .zshrc file.

And check you backups (I'm sure you have a backup  Grin  )

Go to the root dir of your backup drive and do a:
Code:
#find ./ -name .bash_history -exec rm {} \;  
#find ./ -name  .viminfo -exec rm {} \;

or even better:
Code:
#find ./ -name .bash_history -exec wipe -f {} \;
#find ./ -name .viminfo -exec wipe -f {} \;

(You need wipe installed)