Tags: linux* + hacks*

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

  1. The user is annoyed with the speed of Neofetch and finds an alternative called Fastfetch written in C.
    • Fastfetch has similar features to Neofetch and is maintained.
    • The user prefers Fastfetch due to its speed and user-friendly interface.
  2. Neofetch, a popular command-line tool for displaying Linux system information, has been officially discontinued.
    The source code has been archived on GitHub by programmer Dylan Araps.
    There are several alternatives available, including Fastfetch and HyFetch, which are actively being developed.
  3. Use large language models embedded in single-file executables from the command line to perform tasks like renaming images based on their visual content
  4. ( cmdpid=$BASHPID; (sleep 10; kill $cmdpid) & exec ping www.goooooogle.com )
    2021-06-29 Tags: , , , , by klotz
  5. 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