Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
644 views

Create, Start and Stop Linux Systemd Service

Via remote ssh access I am trying to create a systemd service, if service was not created previously, create a new one if not check if the service is active and then stop it, update the service and ...
alex davies's user avatar
0 votes
1 answer
3k views

Regaining access to Linux server after SSH service dies?

I recently ran into an issue with a VPS where the SSH service crashed, leaving me unable to connect to the machine. The other services were up and running; only the SSH service died. I managed to ...
Mr. Llama's user avatar
  • 193
1 vote
1 answer
7k views

SSH error. Error installing a service: CreateService: Win32 error 1057

ssh-host-config is not working, I get this error at creating sshd as a service. I'm running Windows 7 32 bit with cygwin installed. It was working at first, after installing cygwin. I did ssh-host-...
somethingSomething's user avatar
1 vote
1 answer
2k views

Running stuff (web services) in chroot/isolated env

First of all, I read all the chroot questions I could find on the net and on Superuser. Basically they all cover running a 32bit app running on 64bit host and so on. I want to have an isolated ...
Apache's user avatar
  • 16.2k