From c9348c3bfa16b5859ff6821700d3ffa531625ab4 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 31 Jul 2022 19:20:53 +0200 Subject: [PATCH] update --- docs/cmnds/101.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/docs/cmnds/101.md b/docs/cmnds/101.md index 9d4a273..cd81e28 100644 --- a/docs/cmnds/101.md +++ b/docs/cmnds/101.md @@ -2,7 +2,7 @@
- Get Time and Date for History command + Get Time and Date for History command
Send: @@ -25,3 +25,54 @@ save and should now be permanent ______________________________________________________________________________________________________
+ +
+ See Matrix +
+ +Install: +``` +sudo apt-get install -y cmatrix +``` + +Run: +``` +cmatrix +``` + +To Uninstall run: +``` +sudo apt-get purge -y cmatrix +``` + +______________________________________________________________________________________________________ +
+ +
+ GNOME Terminal Hide/Unhide MenuBar +
+ +to Hide send and restart the terminal: +``` +gsettings set org.gnome.Terminal.Legacy.Settings headerbar true +``` + +to Unhide send and restart the terminal: +``` +gsettings set org.gnome.Terminal.Legacy.Settings headerbar false +``` +______________________________________________________________________________________________________ +
+ +
+ Shotcuts +
+ +| | | +| :--------------------------- | :--------------------| +Go to the end of the line | CTRL + I +Go to the begining of the line | CTRL + A +Delete all line | CTRL + U +sort results in columns | {{cmnd}} | column -t +______________________________________________________________________________________________________ +