From 33ae7000e58b92099dd70ec929efa286e940bec1 Mon Sep 17 00:00:00 2001 From: ictlyh Date: Sat, 28 Nov 2015 12:01:02 +0800 Subject: [PATCH] Translating sources/tech/20151123 LNAV--Ncurses based log file viewer.md sources/tech/20151125 The tar command explained.md --- sources/tech/20151123 LNAV--Ncurses based log file viewer.md | 1 + sources/tech/20151125 The tar command explained.md | 1 + 2 files changed, 2 insertions(+) diff --git a/sources/tech/20151123 LNAV--Ncurses based log file viewer.md b/sources/tech/20151123 LNAV--Ncurses based log file viewer.md index 08b7ee011a..b6b6ca3c6d 100644 --- a/sources/tech/20151123 LNAV--Ncurses based log file viewer.md +++ b/sources/tech/20151123 LNAV--Ncurses based log file viewer.md @@ -1,3 +1,4 @@ +ictlyh Translating LNAV – Ncurses based log file viewer ================================================================================ The Logfile Navigator, lnav for short, is a curses-based tool for viewing and analyzing log files. The value added by lnav over text viewers / editors is that it takes advantage of any semantic information that can be gleaned from the log file, such as timestamps and log levels. Using this extra semantic information, lnav can do things like: interleaving messages from different files; generate histograms of messages over time; and providing hotkeys for navigating through the file. It is hoped that these features will allow the user to quickly and efficiently zero-in on problems. diff --git a/sources/tech/20151125 The tar command explained.md b/sources/tech/20151125 The tar command explained.md index cc13a25dd2..7911dbd1f6 100644 --- a/sources/tech/20151125 The tar command explained.md +++ b/sources/tech/20151125 The tar command explained.md @@ -1,3 +1,4 @@ +ictlyh Translating The tar command explained ================================================================================ The Linux [tar][1] command is the swiss army of the Linux admin when it comes to archiving or distributing files. Gnu Tar archives can contain multiple files and directories, file permissions can be preserved and it supports multiple compression formats. The name tar stands for "**T**ape **Ar**chiver", the format is an official POSIX standard.