pdftocairo file.pdf
# or
pdftocairo -png file.pdf
Just use this:
ffmpeg -f v4l2 -i /dev/video0 -q:v 5 -f mjpeg -listen 1 http://0.0.0.0:8090
then access your cam using any software like obs, any virtual cam.
http://<ip>:8090
Note:
The Challenge: Read more…
- It's just an archive
bsdtar -xf "package_0.1.0-1_amd64.deb" data.tar.xz
tar xf data.tar.xz
Read more…- Install
jdtls
from the mason using:MasonInstall jdtls
or:Mason
- Then add jdtls in list of lsp's :
local servers = { 'clangd', 'rust_analyzer', 'pyright', 'ts_ls', 'gopls', 'jdtls' }
Read more…