ldoge / LDOGE

LITEDOGE - Proof of Stake: 2.0 Proof, of work: Scrypt
https://litedogeofficial.org
MIT License
40 stars 21 forks source link

can also not run with history at all #35

Closed katesalazar closed 1 year ago

katesalazar commented 2 years ago

https://github.com/ldoge/LDOGE/wiki/LiteDoge-full-node-copy-paste-installation-guide#clear-history

for bash in particular, this can be achieved at the beginning, not only at the end

https://www.gnu.org/software/bash/manual/bash.html#index-HISTFILE

used like:

$ HISTFILE=/dev/null bash
$ _
vashshawn commented 2 years ago

added the command thank you i checked out the website

katesalazar commented 2 years ago

you killed the format dude

vashshawn commented 2 years ago

how DId I kill the format?

katesalazar commented 2 years ago

you copy pasted the lines before your cat /dev/null > ~/.bash_history ... instead of after it, and the preformatted block turned normal text killing the line break between "$ HISTFILE=/dev/null bash" and "$ _"

On Sat, Jan 8, 2022 at 12:54 PM Shawn M. @.***> wrote:

how DId I kill the format?

— Reply to this email directly, view it on GitHub https://github.com/ldoge/LDOGE/issues/35#issuecomment-1007969653, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRS4W47ZEFOHWT5DGZEEVTUVAQY3ANCNFSM5C7SJ27Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

vashshawn commented 1 year ago

used like $ HISTFILE=/dev/null

that makes bash stop recording new history

history -c

that erases any previous history