Don’t run PPTP and Squid on mission critical Linux boxes
Apparently PPTP does a lot of disk IO… and it can lock up your Linux server. *sigh* Learned the hard way.
To remove these services…
/etc/init.d/pptp stop
/etc/init.d/cron stop
update-rc.d -f pptp remove
update-rc.d -f cron remove
Related Blogs
- Related Blogs on linux
- Get Linux Certified! - Brajeshwar
- The Linux Mint Blog » Blog Archive » Mint 8 review: Distrocheck
- Related Blogs on ubuntu
- How to Keep Your Ubuntu System Clean | Linux Adda
Recent Comments