Here are a number of things that can all be done as threads, over time:<p>Show them how to make backups, and test them. They need to have confidence that they can recover, and can't damage things beyond repair.<p>Show them how to use apt-get to install and remove things. This is essentially giving them all of the open source software in the world.<p>Show them how to use keywords with google, especially -searchterm. This will aid them when they want to find things. Teach them about the "magic words" and how to find them... i.e. annotation instead of markup, that kind of thing.<p>Set them up a git repository and Notepad++. Teach them how to use it, along with GitHub or some equivalent. Just use plain text until they understand how it all works. Walk them through their first pull request and fork. This gives them the tools required to be able to experiment without losing things, and sets some expectations about working with others.<p>Set them up with Excel or the Open Equivalent. Show them how purely declarative programming works. Then show them how macros work. Everyone should know how declarative programming works.<p>Show them how double entry book keeping works. How errors in entry are detected and corrected.<p>Show them your favorite programming language. Explain how you came to value it, it's strengths and weaknesses. Show them, if possible, some of your code.<p>Show them lisp, forth, basic and prolog, and explain the strengths and weaknesses of each.<p>Show them how test driven development works. Make sure they know how to write good tests.<p>Show them how gnu readline works, have them read the manual for it, and bash (this one is a new thing to me, as an old windows user. You would not believe how powerful that thing is)<p>For the love of all that is good in the world, teach them how to name variables correctly, how to write useful comments, and how to smell code.<p>Teach them pair programming, the experience of a few hours can help them skip months of grief. It can be quite a bit of fun to show your kids something new. Don't be surprised when they return the favor.