Skip to content
  • 0 Votes
    1 Posts
    0 Views
    mboelen@mastodon.socialM
    When looking at log and data files it can be hard to spot the exceptional events.🧰 A great tool to give color to boring screen output is 'grc'. Run it in front of the command that you would normally run and it will add colors.Cool tool, right? (note: for this output I had to adjust the colors manually, they look better in the terminal)#Linux #LinuxTips #LinuxTools
  • 🧠 Did you know?

    World linux linuxtips
    1
    1
    0 Votes
    1 Posts
    0 Views
    mboelen@mastodon.socialM
    🧠 Did you know?You can run the top command in "batch mode" and have it stop after gathering information once.Great for getting information and sorting it, for example by processes consuming the most memory.Could be a useful alias if you need it more than once.This also works for the BSDs, but with slightly different options.Would you like more of these tips? #Linux #LinuxTips