To set scheduler task on windows server one need to perform below mentioned steps: 1) Click on Start -> Control Panel -> Scheduled Task. 2) Click on “Add Scheduled Tasks”. 3) Click on Next to continue. 4) Select scheduler task file or program for which one need to set it. 5) Click on Next. 6) […]
See MoreTag: hostripples
Linux Server Security Cheklist.
1. Keep the system Updated with Latest Security Patches 2. Keep Yourself updated with latest vulnerabilities through mailing lists, forums etc. 3.Disable and stop unwanted services on the server. 4.Use SUDO to limit ROOT Access 5. SSH security settings. 6. Check the integrity of critical files using checksum 7.Tunnel all of your X-Window Sessions through […]
See MoreZombie and orphan processes: What is it?
Zombie process: It is process that has completed execution but still has an entry in the process table. This entry is still needed to allow the parent process to read its child’s exit status. In this case the structural information of the process is still in the process table. Orphan process : It is the […]
See More