typo
This commit is contained in:
parent
28d3854dcf
commit
a847b11825
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ Here are some of the highlights I tend to use more often:
|
|||
| `dkon` | `sudo systemctl start docker` | |
|
||||
| `dkoff` | `sudo systemctl stop docker` | |
|
||||
| `kb` | `kubectl` | Massive perf increase if you are a k8s user |
|
||||
| `kubectl get pods` | `kbp` | |
|
||||
| `kbp` | `kubectl get pods` | |
|
||||
| `kn` | `kubens` | Switch k8s namespaces to avoid writing `-n some_namespace` all the time |
|
||||
| `g` | `git` | 66.7% improvement ;) |
|
||||
| `gs` | `git status` | |
|
||||
|
|
@ -81,4 +81,4 @@ Here are some of the highlights I tend to use more often:
|
|||
| `aliases` | `vim ~/.bash_aliases && source ~/.bash_aliases` | Convenient way to add new aliases and source them upon exit |
|
||||
| `zshrc` | `vim ~/.zshrc` | ^ |
|
||||
| `f` | `free -h` | Check memory usage |
|
||||
| `speedtest` | `curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py |python -` | speed test without needing the package installed locally |
|
||||
| `speedtest` | `curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py \|python -` | speed test without needing the package installed locally |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue