12 de juliol 2006

Windows links

· Auditar la configuración en objetos http://www.microsoft.com/windows2000/es/advanced/help/sag_SEconceptsUnAudDS.htm

· CÓMO: Habilitar y aplicar la auditoría de seguridad de Windows http://support.microsoft.com/?scid=kb;es;300549&spid=3071&sid=259

· Cómo configurar Active Desktop http://support.microsoft.com/kb/q171437/

· Setting up & managing a file server in Windows 2003 http://www.windowsnetworking.com/articles_tutorials/File_Server_Windows_2003.html

17 de febrer 2006

NerdTV

NerdTV is a new weekly online TV show from PBS.org technology columnist Robert X. Cringely.

02 de febrer 2006

Mapes de Catalunya

From: http://www.xtec.es/~aguiu1/imatges/004/p1.htm

Web sobre tot tipus de mapes de Catalunya. Especialment interessant els de carreteres/autopistes a veure si d'una vegada m'aprenc les noves denominacions.

Consells per a cuidar el disc dur

From: http://www.imation.es/about_imation/newsroom/apunto.html

Web de la companyia Imation amb PDF's per al menteniment del disc dur

Eines per a la sincronització d'arxius: TreeComp 3.x + WinMerge

TreeComp 3.x
From: http://www.xs4all.nl/~lploeger/TreeComp3.htm

TreeComp is an interactive utility to keep 2 directory trees and the files within the directories in sync. The combined tree is displayed using a treeview control with icons indicating the status per directory. Programs to view the differences (i.e. Microsoft's WinDiff or WinMerge) between files with the same name can be launched by double-clicking, as well as editors for a file residing in one of the 2 trees. After inspection files can be copied/deleted interactively as desired. In our organization we view this program as an indispensable tool that is far beyond xcopy /s /e.


WinMerge
From: http://winmerge.sourceforge.net/

WinMerge is an Open Source visual text file differencing and merging tool for Win32 platforms. It is highly useful for determing what has changed between project versions, and then merging changes between versions.

01 de febrer 2006

Escriure bé les abreviatures

Poso aquí aquesta pàgina del Servei Lingüístic de la Universitat Oberta de Catalunya (UOC) perquè la consulto freqüentment per diversos "traumes" que tinc amb la llengua.

Anar a http://www.uoc.edu/serveilinguistic/criteris/convencions/abreviacions.html

31 de gener 2006

Matemàtica Discreta

From: http://www.uam.es/personal_pdi/ciencias/gallardo/

Pàgina del Sr. Pablo Fernández Gallardo de la Universidad Auntónoma de Madrid. Especialment interessant el llibre de Matemàtica Discreta i la Pàgina de Probabilitat

25 de gener 2006

The Innocence Project


Alan Crotzer, de 45 años, encarcelado durante veinticuatro años en una prisión de Florida (EEUU) recuperó el martes la libertad tras ser exonerado de los cargos de violación y robo a mano armada, después de someterse a pruebas de ADN.

Anar a www.innocenceproject.org

TiddlyWiki a reusable non-linear personal web notebook

From: http://www.tiddlywiki.com/

Just el que estava buscant!!! ... aquí va la descripció d'aquesta super-eina

Welcome to TiddlyWiki, a free MicroContent WikiWikiWeb by JeremyRuston. It's written in HTML, CSS and JavaScript to run on any modern browser without needing any ServerSide logic. It allows anyone to create personal SelfContained hypertext documents that can be posted to any WebServer, sent by email or kept on a USB thumb drive to make a WikiOnAStick. This is revision 2.0.3 of TiddlyWiki, and is published under an OpenSourceLicense.

Anar al TiddlyWikiTutorial a http://www.blogjones.com/TiddlyWikiTutorial.html

Tips & Tricks de mozilla.org

From: http://www.mozilla.org/support/firefox/tips

He descobert aquesta pàgina de Tips & Tricks a la secció de support de Mozilla. Sembla interessant i algún dia me l'he de mirar amb calma.
Destaco especialment el Tip Run Firefox from removable media

Run Firefox from removable media
This advanced tip makes it possible to run Firefox from removable media, such as a USB memory stick.


This will allow you to run Firefox with your personal settings from any computer, even those that don't have Firefox installed. It has only been tested on Windows XP/2000. The basic instructions are as follows:

  1. Copy the Firefox application folder and your profile folder to the removable medium. In this example we will use R:\Firefox for the application folder and R:\FFProfile as the profile folder, assuming the drive letter for the removable media is R:.
  2. Create a simple batch file called R:\Firefox.bat with the following line:
    start \Firefox\firefox.exe -profile \FFProfile
  3. Optionally, disable the disk cache to reduce the amounts of file writes to the removable storage by entering about:config in the address field of Firefox and set browser.cache.disk.enable to false.

The reason why a batch file is needed instead of a simple shortcut is that a shortcut uses absolute paths, and since the actual drive letter for the removable media may change depending on which computer it is plugged into, the relative path used in the batch file is guaranteed to work anywhere.

Locate your profile folder

On Windows XP/2000, the path is usually
%AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.default\,
where xxxxxxxx is a random string of 8 characters.
Just browse to C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\ and the rest should be obvious