Here you will find the source code to programs that might come in handy on your computer, for whatever purposes.
Disclaimer: I do not bear any responsibility for anything that may happen to you and/or your computer, as a result of using the programs below.
So far I have only one thing to put here. The link will give you a source code for a program called Ppp_up.sh, an analog of pppupd daemon, which is used to keep the connection alive. Unfortunately, it did not satisfy my needs, so I wrote this shell script. Please don't laugh, as this is the first shell script I ever wrote. If you have constructive thoughts or critisism about it, email me.
Purpose: Keeps the ppp running. This script is designed for a computer that is connected to the ISP which assigns dynamic IP addresses. Therefor each time the connection resets, the new IP address is emailed to the address specified.
Dependencies:
Note: This is the very first version of it. I have more customisable/ releasable version in testing right now. It'll be posted here when I get done with it.