⚠️ This guide is a WIP.
You can use either ccls or clangd. You don't need both.
See ccls.md or clangd.md for ccls or clangd, respectively.
⚠️ This guide is a WIP.
You can use either ccls or clangd. You don't need both.
See ccls.md or clangd.md for ccls or clangd, respectively.
LanguageTool:
$ sudo apt update
$ sudo apt install default-jre
$ cd /your-path
# https://languagetool.org/download/
$ wget https://languagetool.org/download/LanguageTool-stable.zip
$ unzip LanguageTool-stable.zip| { | |
| "name": "Selenized Dark", | |
| "background": "#103c48", | |
| "selectionBackground": "#325b66", | |
| "foreground": "#adbcbc", | |
| "cursorColor": "#cad8d9", | |
| "black": "#174956", | |
| "red": "#fa5750", | |
| "green": "#75b938", | |
| "yellow": "#dbb32d", |
Basically, you can find settings for your terminal in altercation/solarized or jan-warchol/selenized.
For manual setting, see Solarized and Selenzied color values.
| #!/bin/bash | |
| git filter-branch --index-filter \ | |
| 'git rm --cached -qr --ignore-unmatch -- . && | |
| git reset -q $GIT_COMMIT -- | |
| bin/post-slack | |
| zsh/functions/post-slack' | |
| --prune-empty -- --all | |
| git filter-branch -f --tree-filter \ |
| REGEDIT4 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink] | |
| "Consolas"=hex(7):53,45,47,55,49,53,59,4d,2e,54,54,46,2c,53,65,67,6f,65,20,55,\ | |
| 49,20,53,79,6d,62,6f,6c,00,00 |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\SOFTWARE\SimonTatham\PuTTY\Sessions\Selenized%20Dark] | |
| "Colour0"="173,188,188" | |
| "Colour1"="202,216,217" | |
| "Colour2"="16,60,72" | |
| "Colour3"="23,73,86" | |
| "Colour4"="16,60,72" | |
| "Colour5"="202,216,217" | |
| "Colour6"="23,73,86" |
Error:
configure: error: C compiler cannot create executables
error: unrecognized command line option ‘-V’
error: unrecognized command line option '-qversion'
Solution:
| #!/bin/sh | |
| modprobe cfg80211 | |
| modprobe rtl8812au | |
| wpa_supplicant -B -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf | |
| dhcpcd wlan0 |
| menuentry "Windows 10" { | |
| insmod part_gpt | |
| insmod fat | |
| set root=(hostdisk//dev/sda,gpt*) | |
| search --no-floppy --fs-uuid --set ****-**** | |
| chainloader /EFI/Microsoft/Boot/bootmgfw.efi | |
| } |