View Single Post
  #9   (View Single Post)  
Old 14th October 2009
oe1ssu oe1ssu is offline
New User
 
Join Date: Oct 2009
Posts: 6
Default

Quote:
Originally Posted by jggimi View Post
To be fair regarding the VPN tech -- it is not PPTP which is at fault, it is Microsoft's implementation. But, since Windows platforms are the overwhelming majority of PPTP users, such VPNs are prejudged to be insecure.

If uptime is critical, just copy and paste into /usr/local/bin/uptime:
Code:
#!/bin/sh
var=$(date | awk '{print $4}' | awk -F : '{print $1 ":" $2}')
echo $var up like forever, dude!
I know it Nah. I mentioned the uptime in case of OS stability.

I can still not believe, that pptp is not working with 3.9. I will give it one more day trying. At least i kick out ipv6 support.
Reply With Quote