service running when it is not supposed to.
especially web servers called from vscode and not killed afterwards:
lsof -i :<PORT>
lsof lists pid and port.
service running when it is not supposed to.
especially web servers called from vscode and not killed afterwards:
lsof -i :<PORT>
lsof lists pid and port.
Easy to forget debian:
Remove processes that run on startup
$> sudo update-rc.d -f nginx remove
Easy to forget fedora:
$> sudo chkconfig apache2 off
I just switched from Fedora 31 to Debian 10.1
It seemed that every major release of Fedora update wrecked the delicate balance between wayland/xorg and nvidia drivers.
Hopefully, debian wont do that to me!
This server is running debian and I like it.
Just switched from fedora to debian.
also made the change from apache to nginx.
This is about www-data.
I found that setting my /var/www/{project} with group of www-data and setting the directory to 755, that is good enough to run with.