Buscando por internet todo lo que encontraba se basaba en modificar el sudoers.
Pero existe otra forma. Ejecutar esto en un terminal
1.- gksudo gedit /etc/firestarter/firestarter.sh
2.- Localizar el parrafo (esta casi al principio):
if [ "$MASK" = "" -a "$1" != "stop" ]; then
echo "External network device $IF is not ready. Aborting.."
exit 2
fi
3.- modificarlo por (añadir los #):
#if [ "$MASK" = "" -a "$1" != "stop" ]; then
#echo "External network device $IF is not ready. Aborting.."
#exit 2
#fi
4.- Reiniciar
esta sacado de http://ubuntuforums.org/showthread.php?t=542756
Como ejecutar firestarter al arrancar
Como ejecutar FlashFXP bajo Linux con Win
Despues de varios intentos (gftpd, etc..) he decidido montar FlashFXP sobre Wine. ninguno de los programas de FTP actuales para linux, que he encontrado, tiene la versatilidad de FlashFXP.
Si lo instalas con Wine, la mayoria de las versiones no funcionan incluyendo las últimas (wine 1.1.2 y FlashFXP 3.6).
En esta web hay un workaround. Una vez instalado, basta ejecutar lo siguiente en una consola:
wget http://kegel.com/wine/winetricks
sh winetricks cc580
De esta forma, podremos listar contenido y descargar. Ahora solo falta que pueda subir ficheros.
Con la versión 2.0 sin fichero de ayuda funciona!!
Montar ftp como unidad en Windows
Killer{R}, a Russian guy has developed a very good alternative: FTP Drive is freeware and available for download, and it offers a quick way to emulate a network folder for your FTP connections. It installs a virtual drive in “My Computer”, with a letter of your choice, in which it puts a folder for every your FTP account.
Now you can load and save on FTP exactly as you usually work on your local files.
Configuration is not harder than a traditional FTP client: FTP Drive stays in the systray and it requires not much RAM just (3-4Mb).
Just click FTP Drive settings and then “Edit server list manually” (it can also automatically retrieve FTP accounts from Netview, a freeware TCP Manager by Killer{R}); type the address of your FTP server, you login and password and some additionaly option, like the preferred transfer mode and the threads limit. Then click the add button and you’re ready to go: a new folder will appair in “My computer”, under FTP Drive’s network folder, and you”ll be able to operate directly on remote files.
Applications are unlimited: you can load a PHP page into your editor, change something and save directly from it to have the online page immediately updated, or you can save a picture found on the Internet from Firefox directly to an FTP drive to have uploaded it on your web server and immediately available for your visitors.
http://www.killprog.com/fdrve.html
Como denegar el acceso a un servidor web por Geolocalización
Ultimamente, el numero de ataques a servidores webs se está disparando. Una manera de controlarlo es mediante la geolocalización.
Si este metodo nos sirve, en esta web (http://www.countryipblocks.net/index.php) se puede generar un código para denegar el acceso. Basta pulsar ".htaccess deny" y elegir los paises que queremos bloquear.
Keyboard shortcuts to Windows Media Center
Video and DVD
Ctrl+E = Go to Videos
Ctrl+Shift+M = Go to the DVD menu
Ctrl+Shift+P = Play video/DVD
Ctrl+P = Pause video/DVD
Ctrl+F = Go to the next Chapter
Ctrl+B = Go to the previous Chapter
Ctrl+Shift+F = Fast-forward
Ctrl+Shift+S = Stop video/DVD
Ctrl+Shift+B = Rewind
Ctrl+Shift+A = Change the DVD audio
Ctrl+U = Change DVD subtitles
Arrow Keys = Change the DVD angle
Television
Ctrl+T = Go to Live TV
Ctrl+O = Go to Recorded TV
Ctrl+G = Go to the Guide
Ctrl+R = Record a TV show
Ctrl+P = Pause a TV show
Ctrl+Shift+P = Resume a TV show
Ctrl+Shift+S = Stop recording or playing a TV show
Ctrl+Shift+F = Fast-forward
Ctrl+Shift+B = Rewind
Page Up = Go to the next channel
Page Down = Go to the previous channel
Ctrl+B = Skip back
Ctrl+F = Skip forward
Misc.
Ctrl+D = Display the content menu
Ctrl+Shift+C = Toggle closed captioning on/off
F8 = Mute Volume
F9/F10 = Volume Up/Volume Down
Music (inc. Radio)
Ctrl+A = Go to radio
Ctrl+P = Pause music
Ctrl+M = Go to music
Ctrl+Shift+S = Stop radio
Ctrl+Shift+P = Pause music
Ctrl+F = Go to the next song
Ctrl+B = Skip back
Ctrl+Shift+F = fast-forward
Ctrl+R = Rip a CD
Pictures
Ctrl+Shift+P = Start a slideshow
Ctrl+Shift+S = Stop a slideshow
Ctrl+P = Pause a slideshow
Ctrl+I = Go to Pictures
Streamripper for Winamp
Con esta aplicación se puede ripear cualquier radio que emita a traves de internet.
http://streamripper.sourceforge.net/
Algo tambien muy interesante es que puede hacer retrasnmitir la radio que escuches.
MCS Storageview 1.0.5
Con esta herramienta se pueden ver los logical drives de un entorno ESX. Puedes ver cuanto GBs puedes ahorrar si ajustas el tamaño de las particiones a lo necesitado.
http://www.mightycare.de/downloads/task,cat_view/gid,16/
Como instalar XP desde un USB
1) Formatted the USB flash drive with HP's utility, using Windows Enabler to make it bootable with DOS.
2) Slipstreamed an XP Pro CD using NLlite to include SP2 and the Intel Matrix Storage Manager (the SATA drivers)
3) Copied the slipstreamed i386 directory onto _both_ the USB flash drive, and the destination hard drive from the X61 (hooked up via external USB enclosure)
4) Copied smartdrv.exe, himem.sys and config.sys (enabling himem) from a Win98 boot disk onto the USB drive.
5) Boot the X61 from USB (Access IBM - F12 - select the appropriate USB drive), launch smartdrv, then launch winnt from the i386 directory.
At this point the install ran more or less normally. The one caveat is that you need to have the i386 directory on the internal drive too, because when XP is finally bootstrapping itself from the internal drive, it may not have access to the USB flash drive (as in my case).
Como habilitar el acceso a Nero mediante escritorio remoto
Los ultimos cambios de Vista impiden acceder a la grabadora mediante un sesión RDP (escritorio remoto).Hay 2 posibles soluciones:
1.- Ejecutar Nero o similar como administrador
2.- gpedit.msc --> Computer Configuration --> Administrative Templates --> System --> Removable Storage Access --> "All Removable Storage: Allow direct access in remote sessions". Esta opción la ponemos en enabled y listo

