This commit is contained in:
parent
f350949901
commit
c9348c3bfa
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary markdown="span"> Get Time and Date for History command</summary>
|
<summary markdown="span"> Get Time and Date for History command </summary>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Send:
|
Send:
|
||||||
@ -25,3 +25,54 @@ save and should now be permanent
|
|||||||
|
|
||||||
______________________________________________________________________________________________________
|
______________________________________________________________________________________________________
|
||||||
</details>
|
</details>
|
||||||
|
<!-- -->
|
||||||
|
<details>
|
||||||
|
<summary markdown="span"> See Matrix </summary>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
Install:
|
||||||
|
```
|
||||||
|
sudo apt-get install -y cmatrix
|
||||||
|
```
|
||||||
|
|
||||||
|
Run:
|
||||||
|
```
|
||||||
|
cmatrix
|
||||||
|
```
|
||||||
|
|
||||||
|
To Uninstall run:
|
||||||
|
```
|
||||||
|
sudo apt-get purge -y cmatrix
|
||||||
|
```
|
||||||
|
|
||||||
|
______________________________________________________________________________________________________
|
||||||
|
</details>
|
||||||
|
<!-- -->
|
||||||
|
<details>
|
||||||
|
<summary markdown="span"> GNOME Terminal Hide/Unhide MenuBar </summary>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
______________________________________________________________________________________________________
|
||||||
|
</details>
|
||||||
|
<!-- -->
|
||||||
|
<details>
|
||||||
|
<summary markdown="span"> Shotcuts </summary>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
| | |
|
||||||
|
| :--------------------------- | :--------------------|
|
||||||
|
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
|
||||||
|
______________________________________________________________________________________________________
|
||||||
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user