This commit is contained in:
viktorbarzin 2020-08-23 16:36:07 +01:00
parent 28d3854dcf
commit a847b11825

View file

@ -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 |