Twitter

How to keep P2P users out of your network with openwrt

Say that you have a open wireless network connection and you have some users that use P2P programs to download stuff. The main problem with P2P programs is the number o connections that try to open on the ADSL router so the NAT table gets full pretty quickly. #!/bin/sh # Ban. Add mac to [...]

How to clean up a guest user under windows xp

Using the shtasks utility create a task to run a clean script.

schtasks /create /tn limpieza /tr c:\limpieza.bat /sc onstart /ru System

Here is the limpieza.bat script:

RD /S /Q  “C:\Documents And Settings\Invitado”

If  you want an user to autologon check this info: http://support.microsoft.com/kb/315231

How to shutdown your PC using windows

Create atask that run a given time:

schtasks /create /tn apagate /tr “shutdown -s” /ru System /sc daily /st 19:00:00

using j.mp

I think that j.mp make a bit shorter my urls, so to probe that it works there is a entry on the blog. I use this with twitter tools, It you want to try just login on bit.ly and check on settings.

Ubuntu on Vimeo

http://vimeo.com/10518151