Problem : On my Ubuntu 11.04×64 server, I have service accounts running which do not log in and do not […]
Tag: services
NET START – how/where to get the service name?
QUESTION : I need to create a common script to restart service: net stop <service> net start <service> Problem is […]
Run software even after closing the terminal
Problem : I do have a server installed which I always need to run in terminal. The command looks like […]
Start Windows Application whenever Windows is Started
QUESTION : Is there anyway to start a windows application whenever windows is started ( i.e., when the OS loads […]
Converting /etc/init.d service to systemd
Problem : I am in the process of converting an existing /etc/init.d service to systemd. It seemed to be working […]
How do I configure Ubuntu to run a python (backup) script every night at midnight?
Problem : New to Ubuntu (and Linux in general) and have whipped up a quick python script to backup my […]
Recommended Install location for service on Windows
QUESTION : I want to install a Java based service application on a Windows server. In Linux I would install […]
How to disable portmap on Mac OS X
QUESTION : I notice the message: Firewall[313] portmap is listening from 0.0.0.0:111 proto=6 repeated on my logs ever 30 seconds. […]
How to create a custom service that will autostart on boot on Archlinux?
Problem : I’would like to run a simple command upon startup on Archlinux (systemd): nohup fatrat -n & I’ve got […]
mdmonitor service issue in linux
Problem : chkconfig showing the output as mdmonitor service is running [root@localhost ~]# chkconfig –list | grep -i mdmonitor mdmonitor […]