resources
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
resources [2022/10/17 14:54] – gman | resources [2024/01/13 01:36] (current) – gman | ||
---|---|---|---|
Line 200: | Line 200: | ||
====== GRUB ====== | ====== GRUB ====== | ||
+ | |||
+ | ===== My Tweaks ===== | ||
+ | |||
+ | Here are the lines I add to my ''/ | ||
+ | |||
+ | < | ||
+ | GRUB_DEFAULT=saved | ||
+ | GRUB_SAVEDEFAULT=true | ||
+ | GRUB_DISABLE_OS_PROBER=false | ||
+ | </ | ||
+ | |||
+ | After you save the grub file, run: '' | ||
+ | |||
+ | ---- | ||
===== Reinstall GRUB ===== | ===== Reinstall GRUB ===== | ||
Line 225: | Line 239: | ||
< | < | ||
+ | |||
===== No Windows ===== | ===== No Windows ===== | ||
+ | If your fancy, shiny, new Linux install failed to recognize Windows and place a boot option for it in Grub... it's okay. | ||
+ | |||
+ | After grub v2.06 '' | ||
+ | |||
+ | < | ||
+ | # file: / | ||
+ | |||
+ | GRUB_DISABLE_OS_PROBER=false | ||
+ | </ | ||
+ | |||
+ | Then run: '' | ||
---- | ---- | ||
====== Kali Info & Tweaks ====== | ====== Kali Info & Tweaks ====== | ||
+ | |||
+ | ===== APT Commands ===== | ||
+ | |||
+ | See [[general_commands# | ||
===== SecLists ===== | ===== SecLists ===== | ||
Line 254: | Line 284: | ||
</ | </ | ||
+ | ===== zsh auto-suggestion ===== | ||
+ | |||
+ | The default terminal in Kali is zsh and out of the box it has auto-suggestion turned on. That means you get pop-up suggestions every time you type in the term window. Annoying. | ||
+ | |||
+ | **Here' | ||
+ | |||
+ | < | ||
+ | # enable auto-suggestions based on the history | ||
+ | if [ -f / | ||
+ | . / | ||
+ | # change suggestion color | ||
+ | ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=' | ||
+ | fi | ||
+ | </ | ||
+ | |||
+ | Restart the terminal for changes to take effect. | ||
---- | ---- |
resources.1666018496.txt.gz · Last modified: by gman