Tags: linux* + hacks*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Use large language models embedded in single-file executables from the command line to perform tasks like renaming images based on their visual content
  2. ( cmdpid=$BASHPID; (sleep 10; kill $cmdpid) & exec ping www.goooooogle.com )
    2021-06-29 Tags: , , , , by klotz
  3. View Apache requests per minute
    Run the following command to see requests per minute:
    grep "23/Jan/2013:06" example.com | cut -d -f2 | cut -d » -f1 | awk -F: '{print $2":"$3}' |
    sort -nk1 -nk2 | uniq -c | awk '{ if ($1 > 10) print $0}'
    Code breakdown:
    2021-03-26 Tags: , , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "linux+hacks"

About - Propulsed by SemanticScuttle