A DNS record on server help resolve domain to an IP address. cpanel allow DNS record to be managed from WHM Zone manager from WHM but today we will look at steps as how to modify dns records from shell. This can also come in handy if you want to […]
Many times you would want process to keep running in background forever be it running a service or executing binary. If not started in background process will get killed as your console session end.
We will be sharing few tricks as how you can achieve this in Linux