Fix Error executing vim.schedule lua callback: ...lazy/mason-lspconfig.nvim/lua/mason-lspconfig/notify.lua :5: attempt to call field 'notify' (a nil value)

  1. Open init.vim and add this line
lua require('lspconfig').lua_ls.setup({})

Reference: Reddit

patchelf, replace pkg dependency

Replace the required dependency error in packages.

Error:

nvim: error while loading shared libraries: libmsgpackc.so.2: cannot open shared object file: No such file or directory
Read more…

Expose localhost port to internet

  1. 80 is on which port to map, 5000 is the localhost port, the service we want to expose.
ssh -R 80:localhost:5000 nokey@localhost.run

Set input devices permissions while starting Display server.

sudo chown root:stroky /dev/input/ --recursive

file tranfer from CLI to share.

  1. Temp.sh (4G) https://temp.sh/

  2. Bashupload (insane size) https://bashupload.com/ Read more…