Skip to content

tech.

How to Create programs, Fix, Find and Configure them

  • Tips&Tricks
  • How to fix
  • For Beginners
  • English
    • Español
    • Deutsch
    • Français
    • 简体中文

Tag: history

For Beginners

Bash history util for beginners

Gosh On January 29, 2019January 29, 2019
Bash history util for beginners

history is a program for tracking terminal input. Many programs read input from the user a line at a time. The GNU History library is able to keep track of those lines. It associates arbitrary data with each line, and utilize information from previous lines in composing new ones. Tips and examples Display the commandsContinue Reading


Tips&Tricks

How to get top 10 commands

Gosh On January 29, 2019January 29, 2019
How to get top 10 commands

It’s more like a joke / just for jun task. But it also perfectly shows one of the Unix principle: Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new “features”. Actually even two principles; Write programs to handle text streams, because thatContinue Reading


Recent Posts

  • How to use/add a self-signed certificate to Mac OS
  • How to delete all Docker images and containers
  • How to change permissions for file / directory recursively in Linux
  • How to install non-free video / audio codecs in Ubuntu
  • Python 3 performance profiling – easiest way

Archives

  • February 2020
  • June 2019
  • January 2019

Categories

  • For Beginners
  • How to fix
  • Tips&Tricks