python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ubuntu server: Apache status show old failure information, and is running fine
I am a bit puzzled about this... Apache status is showing information from 12 days ago. It's running fine and website is working. Is the status command not supposed to show current state of Apache?
# ...

Jette
Votes: 0
Answers: 0
Unexpected output of top when started by systemctl
I want to log the cpu and memory usage of a service which starts some time after startup (webappmgr.service). For this I have created another simple logging service which depends on it and shall be ru...

fleetingbytes
Votes: 0
Answers: 0
Execute systemd service just after another using a timer
I want the apt-update timer to run on Sunday night between 4:30 and 5:30, and right after, the apt-upgrade timer. I have these settings:
cat << 'EOF' > /etc/systemd/system/apt-daily.timer
[Un...
Albert
Votes: 0
Answers: 1
How to redirect printf log to a specific file for a daemon process in Linux?
I have demon process ex. sample. I have service file which will trigger main process launch file. When system boots up based on this file it will create /var/log/sample.out and /var/log/sample.err fi...
raj123
Votes: 0
Answers: 1