rblog

Beautiful – but not right

Pictures taken yesterday when at my in-laws. The first frost has covered my car, -3 when we got up in the morning.

The leafes have turned yellow and started to fall of.

View towards the neighbor, seems beautiful, but … and there is a big but … the crop has not been harvested, it has been to wet this year, and to cold.

Samewise here, nice, but the same but. I do not like it…even some think that the climate changes might shake the earth.

Verify Windows service status from command line

The command to use is sc. First you need to know that every service has a display name and a service name. I banged my head into the wall until I realized that I could just type sc query to list all. Actually I typed sc query >> result.txt
Then I found the real name of the IBM HTTP Server 6.1-service and I could type


D:\HTTPServer61\bin>sc query IBMHTTPServer6.1
SERVICE_NAME: IBMHTTPServer6.1
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN))
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0