ø Don’t waste your time reading this blog ø

Don’t run PPTP and Squid on mission critical Linux boxes

Filed under: web 2.0 — Tags: , — taewoo @ 12:04 am February 3, 2010

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

[Post to Twitter] Tweet This Post 

How to set up PPTP VPN on Ubuntu Linux

Filed under: web 2.0 — Tags: — taewoo @ 3:37 pm September 25, 2009

Ah jyeeah..

1) http://forums.bit-tech.net/showthread.php?t=132029 … and if you have problems:

2) http://www.linode.com/forums/viewtopic.php?p=23695

[Post to Twitter] Tweet This Post