home.social

#learnedfromexperience — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #learnedfromexperience, aggregated by home.social.

  1. @craftykitty @philliesfan4 but you want the hs80's not the maxes like tigger has because the max's microphone is trash. #LearnedFromExperience.

  2. @craftykitty @philliesfan4 but you want the hs80's not the maxes like tigger has because the max's microphone is trash. #LearnedFromExperience.

  3. @craftykitty @philliesfan4 but you want the hs80's not the maxes like tigger has because the max's microphone is trash. #LearnedFromExperience.

  4. @craftykitty @philliesfan4 but you want the hs80's not the maxes like tigger has because the max's microphone is trash. #LearnedFromExperience.

  5. @craftykitty @philliesfan4 but you want the hs80's not the maxes like tigger has because the max's microphone is trash. #LearnedFromExperience.

  6. I tried a #dockerized self-hosted #AppFlowy, hoping for seamless synchronization. However, it didn't sync between my devices, so I switched back to #Obsidian. I like how simple, fast, and yet extendable it is, if necessary.

    #learnedfromexperience

  7. I tried a #dockerized self-hosted #AppFlowy, hoping for seamless synchronization. However, it didn't sync between my devices, so I switched back to #Obsidian. I like how simple, fast, and yet extendable it is, if necessary.

    #learnedfromexperience

  8. I tried a #dockerized self-hosted #AppFlowy, hoping for seamless synchronization. However, it didn't sync between my devices, so I switched back to #Obsidian. I like how simple, fast, and yet extendable it is, if necessary.

    #learnedfromexperience

  9. I tried a #dockerized self-hosted #AppFlowy, hoping for seamless synchronization. However, it didn't sync between my devices, so I switched back to #Obsidian. I like how simple, fast, and yet extendable it is, if necessary.

    #learnedfromexperience

  10. I tried a #dockerized self-hosted #AppFlowy, hoping for seamless synchronization. However, it didn't sync between my devices, so I switched back to #Obsidian. I like how simple, fast, and yet extendable it is, if necessary.

    #learnedfromexperience

  11. Fun #BashShell #LinuxTip for when you want to remove a bunch of similar commands from the bash history.

    > for i in `history | grep -i [part of command to remove] | cut -f 1 -d ' ' | sort -r ` ; do history -d ${i} ; done

    The [part of command to remove] should be enough so you find the commands you want to remove, without accidentally including others.

    The "sort -r" reverses the results so history deletes from the end, not the top. Very needed. #LearnedFromExperience

    #Linux #CLI #CommandLine

  12. Fun #BashShell #LinuxTip for when you want to remove a bunch of similar commands from the bash history.

    > for i in `history | grep -i [part of command to remove] | cut -f 1 -d ' ' | sort -r ` ; do history -d ${i} ; done

    The [part of command to remove] should be enough so you find the commands you want to remove, without accidentally including others.

    The "sort -r" reverses the results so history deletes from the end, not the top. Very needed. #LearnedFromExperience

    #Linux #CLI #CommandLine

  13. Fun #BashShell #LinuxTip for when you want to remove a bunch of similar commands from the bash history.

    > for i in `history | grep -i [part of command to remove] | cut -f 1 -d ' ' | sort -r ` ; do history -d ${i} ; done

    The [part of command to remove] should be enough so you find the commands you want to remove, without accidentally including others.

    The "sort -r" reverses the results so history deletes from the end, not the top. Very needed. #LearnedFromExperience

    #Linux #CLI #CommandLine

  14. Fun #BashShell #LinuxTip for when you want to remove a bunch of similar commands from the bash history.

    > for i in `history | grep -i [part of command to remove] | cut -f 1 -d ' ' | sort -r ` ; do history -d ${i} ; done

    The [part of command to remove] should be enough so you find the commands you want to remove, without accidentally including others.

    The "sort -r" reverses the results so history deletes from the end, not the top. Very needed. #LearnedFromExperience

    #Linux #CLI #CommandLine

  15. Fun #BashShell #LinuxTip for when you want to remove a bunch of similar commands from the bash history.

    > for i in `history | grep -i [part of command to remove] | cut -f 1 -d ' ' | sort -r ` ; do history -d ${i} ; done

    The [part of command to remove] should be enough so you find the commands you want to remove, without accidentally including others.

    The "sort -r" reverses the results so history deletes from the end, not the top. Very needed. #LearnedFromExperience

    #Linux #CLI #CommandLine