home / informatica (navigation links)

Computer adage : "save early, save often."

CD R/W size | FTC | CD/DVD tools | MultiMedia Kraks | ISOs | Google | Get | Enllaços

Cool topics Misc items CD RW size Compresors File extensions
DOS startup Dead store removal Byte order Dual boot Editors
e-Radio technology Radio mp3 recording Radio stations TV P2P soft
ADSL File systems RAM types Office vs Lotus Boot CDs
Cracks Info acceleration Pending Modem hints New HDs
OS/2 error Consells Eines Xarxa elèctrica Navegadors [***]
Ghost Bench & FT


WARNING: ALWAYS BACKUP ALL YOUR HARD DRIVES TO A SAFE LOCATION BEFORE USING ANY DISK PARTITIONING OR FORMATTING TOOLS !

 
  Cool topics  
Within IBM
  • MQ Series
  • Lotus Domino
  • Web Sphere
  • DB2 Universal Database

Mira quin curs :

  • WebSphere Application Server
  • IBM HTTP Server
  • DB2 Universal Database version 7.2
  • MQSeries for Linux version 5.2
  • Web application architecture concepts
  • J2EE overview
File sharing :
Out of IBM
  • If you do want to pursue a technical career - one word : XML. url
  • Linux
    • VNC - Virtual Network Computing.
  • Java
  • XML
  • VTune
  • FreeLanceGraphics or (uS) PowerPoint.
  • VMware
Internet
Misc
 


Amunt! Top Amunt!

  Temas misceláneos  


Amunt! Top Amunt!

  CD RW size

74 min650 MB  
80 min700 MB  
90 min800 MB  
100 min875 MB 02/09/03 : Pista Cero - 12 euros / 25 CDs

A DVD is from 4,7 GB (7 € at Swan) (Panasonic LM-AF120) to 9,4 GB (LM-AD240) !
Formats :


Atenció a la Copy Protection
El Grundig Selexx PDR 5000 S DIG graba 12 hores de senyal digital de satèlit en 20 GB de disc dur.
El Nokia Mediamaster 260-T graba TDT (Televisió Digital Terrestre) : té 80 GB i graba 80 hores de TV per 695 euros.


FTC

Grabación de CDs

CDs de mas de 700MBs

Esos CDs no son estándar... Bueno, en su día los de 700 tampoco lo eran, pero todos los vendor los adoptaron. Ahora bien, los de 800 o 850 no tiene pinta que el mercado vaya por ahí, ya que habiendo DVDs de 4.7 GB 'baratos' ahora ya carece de sentido adoptar esta tecnología.
Puedes haberlos grabado de dos formas.

En resumen, no todas las lectoras te van a reconocer estos CDs... pero la grabadora en la que los grabaste debería siempre.

Packet writing sw (DLA)

Es el sw que permite grabar en un CD 'por sectores', como si fuese un disco duro. Hay 3 principalmente, y ninguno es específico de un vendor de hw, si no de la casa de sw que lo comercializa :

Desconozco a que nivel son compatibles unos con otros...., pero cualquiera de los 3 debería funcionar en la mayoría de grabadoras/lectoras del mercado, aunque normalmente tendrás que instalar un driver UDF para poder leer estos CDs.

Futuro

Grabadores blue-ray (28 GB/disco) Blu-Ray
12 cm de disco, usa 405 nm en vez de 650 nm (DVD).

LightScribe : la grabadora dibuja en el CD !

Bootable ISO creation

Bootable ISO creation


Amunt! Top Amunt!

  Compresors  

ace Archiver : ACE 1.1b [179.928], UNACE 1.2a [34.692], WinAce homepage.
ain  
aplib Homepage
arc  
arz ARJ 2.30 [80.002]
cab Read description
ha  
lzh LHARC 1.13c [31.256]
lzexe Compresor de ficheros EXE - 0.91e [12.256], homepage. [FTC]

pklite - nom.exe is a Win32 program and cannot be compressed. [???]
PECompact 2.75 !!! {7 trial days} Abends on SETUPV791.EXE !?

UPX : already packed by UPX [!!!]

Usage: upx [-123456789dlthVL] [-qvfk] [-o file] file.. Commands: -1 compress faster -9 compress better -d decompress -l list compressed file -t test compressed file -V display version number -h give more help -L display software license Options: -q be quiet -v be verbose -oFILE write output to `FILE'

Petite : can't compress this file [???]

pak  
rar Download
zip PKUNZIP 2.06c [31.915], PKZIP 2.06c [49.527]
zoo  

Few links :


Amunt! Top Amunt!

  Extensions de fitxers i aplicacions associades  

Right click, "Select Source", "Media Files" and select "*.VOB" files.

.APE To convert ape to wave use monkey's audio, its free. url
.ASF  
.ASP Active Server Pages, pàgines internet dinàmiques, created using ActiveX scripting. Tutorial molt bò.
.ASX WMP file.
.AWT Abstract Window Toolkit.
.BZ2 (linux) use BUNZIP2 [package bzip2-0.9.5d-2.rpm]
.CAB
  • que son ? Cabinet files
  • com veure el que hi ha en un fitxer ? /d : "extract /d <cabinet>"
  • com veure el que hi ha en un grup de fitxers ? /a : "extract /a /d <cabinet> <filename>"
    As "extract /a /d *.CAB unidrv.dll"

    The /a switch causes the Extract tool to search all the cabinet files starting with the first cabinet mentioned on the command line.
  • com instalar un producte de un fitxer ? "extract <cabinet> <filename> /l <destination>"
    Ejemple : extract *.CAB *.txt /l c:\temp
  • com instalar un producte de un munt de fitxers ? "extract /a <cabinet> <filename> /l <destination>"
    Ejemple : extract /a *.CAB *.txt /l c:\temp
  • help - extract without parameters at a command prompt.
    See /y and /e flags.

Sample : c:\win95\system> extract f:\win95\msie\mobile95.cab iphlpapi.dll

.CFM ?
Sample
.CHM MS HTML Help format.
To view, use hh.exe nom.chm
To build, use hhc.exe
.CPL Control Panel extension.
.CSV Comma Separated Values. Open with 1-2-3.
.DBF  
.DOC MS Word or Wordpad.
.EPL As here
.EVT Event log file.
The four well-known are :
c:\winnt\system32\config\AppEvent.Evt
c:\winnt\system32\config\DnsEvent.Evt
c:\winnt\system32\config\SecEvent.Evt
c:\winnt\system32\config\SysEvent.Evt
Custom event logs can be created (with the .evt file placed anywhere in the file system) by creating a key in the HKLM\SYSTEM\CurrentControlSet\Services\Eventlog and adding at least two values : EventMessageFile REG_EXPAND_SZ TypesSupported REG_DWORD
To read the event log, use "Eventvwr.exe"
.GZ gzip compressed file. Use zcat -l filename
.JAR compressed (TAR) Java Classes. Use c:\Program Files\IBM\Java14\bin\jar filename
.JSP Java Server Pages. Some resources and FAQs.
.M3U WinAmp Playlist file.
.MD5 Message Digest 5.
.MPA Film []
.MPC MusePack - get Nero Plugin
  • For Nero version 6, unzip the plugin DLL into "\Program Files\Common Files\Ahead\AudioPlugins" directory.
  • The first two letters of the plugin DLL name must be "nx" in lower case; otherwise it won't be recognized by Nero Burning ROM.
  • T42 : "nxMyMPC.dll" @ "C:\Archivos de programa\Archivos comunes\Ahead\AudioPlugins" " @
.OGG as MP3 (?)
.PHP PHP Hypertext Preprocessor. See my dictionary. Here's a sample(s).
.PLS WinAmp Playlist file.
.PPS Power Point Slideshow. It is a PPT (PowerPoint) file (.PPT) in Show mode.
.PSD PhotoShop files.
.PWL Password List.
.RMI as MID (?).
.SWF Flash, vector and Bitmap data.
.VBS Visual Basic Script. *** Dangerous ***
.VOB DVD-Video Object -> use Nero ShowTime
.WAB Windows Address Book.
.WMV Windows Media Player (7 or higher). Ull amb el CopyRight !
.XBM X bitmap image.
.XLS MS Excel.
.ZIP WinZip.

La comanda ASSOC mostra les associacions actuals !


  Links sobre extensiones  


Conditional expression

e1 ? e2 : e3

The expression e1 is evaluated first. If it is non-zero (true), then the expression e2 is evaluated, and that is the value of the conditional expression. Otherwise e3 is evaluated, and that is the value.

z = ( a > b ) ? a : b ; /* z = max(a,b) */

Succint code (K&R, pg48) :
 
     for ( i = 0; i < N; i++)
          printf ( "%6d%c", a[i], (i%10==9 || i==N-1) ? '\n' : ' ' ) ;
 

Amunt! Top Amunt!

CD / DVD tools

File extensions
Clone CD => CCD, IMG, SUB files.
Nero => NRG files.
CD tools
Alcohol 120%
CD Burner XP
CDex - url - convertir audio a MP3
Clone CD - url - copiar discos de audio
Nero
Record Now - copiar discos de audio (varias copias destino)
Ultra ISO
Magic ISO url (24 €)
Clony XXL - CD & DVD protection detector
Daemon Tools - CD & DVD emulator

url

DVD tools
Players specs & diferences
Player / version Fitxers T30/T42 XP4 URL
Camtasia AVI 2.0.0   www.techsmith.com
DivX   2.6    
QuickTime MOV 6.5.2    
iTunes   6    
Real One   - 6.0.10.505  
Real Player ASF, MPEG, MPG, WMV 10.5    
WinAmp .M3U,.PLS 5.09    
Win Media Player .ASX 7.01.00.3055 8.00.00.4477  
VLC media player all 0.8.6a 0.8.6a www.videolan.org

While AutoRun is off, you can make iTunes recognize your CDs by clicking the desktop, then switching back to iTunes.

iTunesControl : enriquece iTunes 4.6+


Amunt! Top Amunt!

MultiMedia

Film formats

The formats I use are :

MPG format

MPG URLs

VHS = 230 linies ;
S-video = 420 linies ;

See CD tools


divX

En obrir una peli, diu :

The video file you are opening includes audio data that is not recognized by the DivX Player. The file contains the following type of data : Audio data : Tag 8192. You may need to install a new audio codec an your computer to listen to.

Aquí diu

That's AC3 (digital dolby 5.1 sound) - download the "ac3filter" from sourceforge

Com saber quins CODECs té instalats un PC ? dxDiag ?

Search Google for a program called GSPOT. It will give a complete list of installed audio and video codecs (many codecs do not appear in Control Panel/Sounds and Multimedia).

VideoInspector
VideoInspector is a tool designed to provide you with as much information as possible about your video files. With VideoInspector you'll know why your video files has no sound or refuses to play correctly. VideoInspector will help you installing the required CoDecs (coder/decoder software) for an optimal performance. VideoInspector can also inspect your system to find which codecs are available, and it can also process multiple video files and export its result in HTML or plain text files. Alternatively, opening up the file in "mplayer.exe" (on Win9x) or "mplay32.exe" (on WinNT, 2000, or XP) usually tells you what video codec is missing.

Read here

divX codec 6.0.2 for w2k (7,4 MB) - [url] - posar a vmWare !?

divX Uninstaller !


  DOS startup process  

Link

The core of the operating system is stored in the two hidden system files, which are always found in a primary DOS partition. In traditional MS-DOS, the files are named IO.SYS and MSDOS.SYS. These files have the same names in Windows 95/98, but the contents are changed slightly compared to the traditional DOS. This review is from the old fashioned DOS, but tells something general about the boot process of an operating system.
The DOS system formatted disk contains two hidden system files. The first, IO.SYS, must be the first entry in the root directory. MSDOS.SYS must be on entry number two.

Start-up on disk

When the start-up program has finished POST (Power On Self Test) and the loading of BIOS routines, the boot process starts. It follows the following steps:


  Dead store removal  

bool DoStuff() {
     char pPwd[64] ;
     size_t cchPwd = sizeof(pPwd) / sizeof(pPwd[0]) ;

     bool fOK = false ;

     if ( GetPassword ( pPwd, &cchPwd ) )
          fOK = DoSecretStuff ( pPwd, cchPwd ) ;

     memset( pPwd, 0, sizeof(pPwd) ) ;  /* *** (A) *** */

     return fOK ;
} ;

The code corresponding to line (A) will be removed by compiler optimizer.
Solution : move those operations to a file and remove optimization for it.

 #pragma optimize("g",off)

  Byte Order  

Network Byte Order = Big-Endian Byte Order = most significant byte first

On SuSE 7.2, see man htonl :

 On the i80x86, the host byte order is Least Significant Byte first,
 whereas the network byte order, as used on the Internet,
 is Most Significant Byte first.

Few RedHat lines


  Dual Boot  

Use FDISK, or other disk partitioning tool, to create a new Primary partition. Mark the old primary partition inactive. ( boot from a W95 or W98 startup diskette and run the FDISK that comes with it ) Mark the new one active and bootable. Then, when you install the OS, it will see the new partition, and will name it C:, and will install there. To boot your old OS, swap the active partition flags, which is what a boot manager does for you on the fly.

Charles Bailey, forums.software.windows.win98

  Editors  


Amunt! Top Amunt!
Internet radio technology

Wiki


  Radio -> MP3 recording  


Emisores de ràdio a Interné


Conversió a MP3


Internet TV

TVAnts

Per veure futbol per Internet ...


Peer-to-peer software (Gnutella-like)

Lists :

Soft and Port :

Read !

2-nd generation

ADSL

<Comparativa> ADSL Tarifa plana Telèfon Data
Arrakis 39 €   902.020.040 (contratación), 902.020.353 (asistencia técnica) Març 2005.
Jazztel 27 euros, de 21h a 08h.   902.902.280, 900.805.900 Març 2005.
Servidores 40 € / mes (30 si cambias de operador) 1,2 Mb de bajada 902.999.652  
Tele2 29 € Locales gratis hasta 2006. 1702, 800.760.750 09/03/2005.
Terra 42 €      
Tiscali 20 €   902.444.333  
Tiscali 17 € + tiempo ( 4 pts/min, max 40 €/mes)   902.123.234  
Wanadoo 36 € 24 h gratis, Locales + Provinciales + InterProvinciales. 902.501.100 Març 2005.
Ya.Com Homepage 39 € 16 € 902.902.902  

Estudi (Novembre 2003) per en Toni Planell

Tech specs


Saps que en C, si "x" val 1 i "y" val 2,
la operació "x & y" dona 0 (zero), [fer servir quan ens cal una màscara]
mentre que "x && y" dona 1 (u) ? [fer servir per operacions lògiques]

File Systems

If we use fdisk /dev/hda and then l (list known partition types), we get (SuSE 7.2) :

0 Empty 1b Hidden Win95 FA 63 GNU HURD or Sys b7 BSDI fs 1 FAT12 1c Hidden Win95 FA 64 Novell Netware b8 BSDI swap 2 XENIX root 1e Hidden Win95 FA 65 Novell Netware c1 DRDOS/sec (FAT- 3 XENIX usr 24 NEC DOS 70 DiskSecure Mult c4 DRDOS/sec (FAT- 4 FAT16 <32M 39 Plan 9 75 PC/IX c6 DRDOS/sec (FAT- 5 Extended 3c PartitionMagic 80 Old Minix c7 Syrinx 6 FAT16 40 Venix 80286 81 Minix / old Lin da Non-FS data 7 HPFS/NTFS 41 PPC PReP Boot 82 Linux swap db CP/M / CTOS / . 8 AIX 42 SFS 83 Linux de Dell Utility 9 AIX bootable 4d QNX4.x 84 OS/2 hidden C: e1 DOS access a OS/2 Boot Manag 4e QNX4.x 2nd part 85 Linux extended e3 DOS R/O b Win95 FAT32 4f QNX4.x 3rd part 86 NTFS volume set e4 SpeedStor c Win95 FAT32 (LB 50 OnTrack DM 87 NTFS volume set eb BeOS fs e Win95 FAT16 (LB 51 OnTrack DM6 Aux 8e Linux LVM ee EFI GPT f Win95 Ext'd (LB 52 CP/M 93 Amoeba ef EFI (FAT-12/16/ 10 OPUS 53 OnTrack DM6 Aux 94 Amoeba BBT f1 SpeedStor 11 Hidden FAT12 54 OnTrackDM6 9f BSD/OS f4 SpeedStor 12 Compaq diagnost 55 EZ-Drive a0 IBM Thinkpad hi f2 DOS secondary 14 Hidden FAT16 <3 56 Golden Bow a5 BSD/386 fd Linux raid auto 16 Hidden FAT16 5c Priam Edisk a6 OpenBSD fe LANstep 17 Hidden HPFS/NTF 61 SpeedStor a7 NeXTSTEP ff BBT 18 AST Windows swa

how to convert a FAT32 Hard Drive to NTFS

Q: Is it possible to convert a FAT32 Hard Drive to NTFS without losing all data on the drive? I like to change from FAT32 to NTFS, my operating system is Windows XP PRO, how can I do that? Without the lost of my programs?

A: Standard Windows utility that is called CONVERT serves this purpose. Just go to the Command Prompt and execute the command:

C:\> CONVERT C: /fs:ntfs

Where C: is a name of the drive you want to convert.

After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.

url


Op Sys versus File Systems

DOS FAT
W95 OSR2 FAT32
W98 FAT32
WNT NTFS
W2K NTFS (v 5), FAT32, FAT(16)
WXP  

RAM types

  • DDR RAM - Double Data Rate (SD) RAM.
  • DIMM - form factor (aca physical construction).
    All DIMM's have 2 notches, one in the middle, another about 1/5 of the length.
    Opposite, we have SIMM's, that have one notch in the middle, and another at the very corner of the card.
  • DRAM
  • EDO RAM - Extended Data Out. Early 90's, 72 (SIMM) or 168 (DIMM) pins.
  • RDRAM (RAMBUS ) or RIMM - Made for the Pentium 4 CPUs (new P4 = 478 pins, old = 423).
    2-3 % faster than DDR.
  • SDRAM - "synchronous" DRAM. Made for the Pentium 3 CPUs.
Pricoinsa
PC/100 128 MB 20,45 €
PC/100 256 MB 36,96 €
PC/133 128 MB 19,57 €
PC/133 256 MB 30,52 €
PC/133 512 MB 45,64 €
DDR/266 128 MB 38,36 €
DDR/266 256 MB 70,56 €
DDR/266 512 MB 142,24 €
DDR/333 256 MB 74,20 €
DDR/333 512 MB 148,40 €
Swan
DIMM 128 MB SDRAM 168 pins 100 MHz 19,70 €
DIMM 256 MB SDRAM 168 pins 100 MHz 35,85 €
DIMM 128 MB SDRAM 168 pins 133 MHz 15,50 €
DIMM 256 MB SDRAM 168 pins 133 MHz 21,00 €
DIMM 512 MB SDRAM 168 pins 133 MHz 43,85 €
DDR 128 MB 266 MHz 35,80 €
DDR 256 MB 266 MHz 58,85 €
DDR 512 MB 266 MHz 115,45 €
DDR 256 MB 333 MHz 63,30 €
DDR 512 MB 333 MHz 122,10 €
Infinity
DIMM SDRAM 168 pins 64 MB PC133 15,00 €
DIMM SDRAM 168 pins 128 MB PC133 16,50 €
DIMM SDRAM 168 pins 256 MB PC133 28,00 €
DIMM SDRAM 168 pins 512 MB PC133 50,00 €
DIMM DDR 184 pins 128 MB DDR-266 37,00 €
DIMM DDR 184 pins 256 MB DDR-266 74,00 €
DIMM DDR 184 pins 512 MB DDR-266 135,00 €
DIMM DDR 184 pins 256 MB DDR-333 76,00 €
DIMM DDR 184 pins 512 MB DDR-333 148,00 €
RIMM 184 pins 64 MB PC800 24,00 €
RIMM 184 pins 128 MB PC800 50,00 €
RIMM 184 pins 256 MB PC800 95,00 €
Bricomatica
256 MB DDR-333 72,69 €
RAMBUS 800 Mhz 256 MB 89,73 €

Pointers and Arrays - K & R

The unary operator & gives the address of an object : px = & x ;
The unary operator * treats its operand as the address of the ultimate target, and accesses that address to fetch the contents : y = * px ;
So, the sequence px = & x ; y = * px ; assigns the same value to y as does y = x ;
To increment x, we can *px += 1 or (*px)++ (unary operators are evaluated right to left)
The assignement pa = & a[0] ; (or pa = a) sets pa to point to the zeroth element of a
Thus, if pa points to a[0], then
  • *(pa+1) refers to the contents of a[1]
  • pa+i refers to the address of a[i]
  • *(pa+i) is the contents of a[i]

A reference to a[i] can be written as *(a+i)

The only diference between an array name and a pointer is that a pointer is a variable, but an array name is a constant.

Office vs Lotus

  • Word - editor de textes.
  • Excel - full de càlcul.
    Posar ASAP utilities
  • Power Point - presentacions per pantalla.
  • Front Page - disseny de pàgines Web.
    Mejor Macromedia Dreamweaver MX and Homesite
  • Outlook
  • Access
  • WordPro - editor de textes.
  • 1-2-3 - full de càlcul.
  • FreelanceGraphics - presentacions per pantalla.
  • FastSite - disseny de pàgines Web.
  • Approach -
  • Organizer -
  • Notes - base de dades documental.

HAL against the World

HAL World
Token Ring Ethernet
SNA OSI
OS/2 Linux
MicroCanal ISA/PCI

How to create a bootable CD

Easy CD-Creator

  1. Place your newly created and tested boot floppy in your floppy drive and start up Easy CD Creator.
  2. Click File, CD Layout Properties. Change the volume name if you like, to say BOOTCD. Then click the Data Settings tab.
  3. In the file system combo box, select ISO9660, then enable the Bootable checkbox by clicking it.
  4. Then click OK. You will be prompted to put your bootable floppy in the drive. Click OK again.
  5. Easy CD will read the boot information. Once done you should have two files in the CD Layout Window called BOOTCAT.BIN and BOOTIMG.BIN
  6. Add any other files you wish to the CD. Note: These files can only be accessed when the real mode drivers fire up, assigning your CD-ROM to the next available drive letter.
  7. Click the Record button on the toolbar to create your bootable CD.

Boot CD links


Torito


Kraks

  • Abyss Web Server X1 for Windows : Homepage & Key : 03V4-9R7F-U2BQ-81A8

  • Adobe PhotoShop 7.0 - Key : 1045-1209-6738-4668-7696-2783

    CS2 (v 9) Key : 1045-0436-9551-0266-5984-9386

    Kadi/hp :

    s/n 1045-1084-4811-5509-6062-9063 a/n 3535-7555-5376-4529-0401-7731-6885 A/C 1754 9779 4015 9521 8469

    Eina de activació a AntoniC/eines/adob !

  • Alcohol 120 v 19.2.1705 : Homepage & Key :
    ALCBCBCBCBC3T99TVJKK2G7XYBCVWDDB2MPCDR78YCDB2CCB289RTK234 CD7MG7D43TC3M392C34V89T8DFJKBBT8MPMPQ6T8BB233HCDXXCCBCBCB

  • Clone CD : URL
    Krak URL [gone 0105]
    4.1.0.1 [P4] - user [Any Name] key [1433287389-2-2528470049-2610037064]
    4.2.0.2 [HP DV-9000] - user [www.ttdown.com] key [385181001-2-2019125875-1993238403]
    4.2.0.2 [T30] - user [a] key [1712477371-7-907193674-2009413028]
    5.0.4.2 [P90] - URL : NO user, NO key - new EXE.

    Configure properly !

    New URL Sly Soft : CloneCD 5.1.0.0, CloneDVD 2.7.5.1, AnyDVD 4.6.3.1 [29/03/2005] plus Virtual CloneDrive 5.0.1.3 (freeware).

    Since release 5.0 CloneCD is able to copy not only CDs but as well all formats of DVD like DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+R Dual Layer and DVD-RAM. Copy protected movie DVDs can only be copied with AnyDVD. The movies will not be modified (compressed), but one-to-one copied. CloneCD works as well with other formats like .iso and .udf and copies CDs/DVDs with the new SafeDisc 3 Copy Protection System.

  • Delphi
    • Delphi6 Personal
      Serial Number : [d77d-qm2wr-z4crh]
      Authorization Key : [uez-q7n]
    • Delphi7 Enterprise
      Numero de serie : [7YJ6-PWFMKY-M4XA9B-85AV]
      Clau d'autorització : [3F4-CKU]

  • DivX (Pro 5.0) : Homepage & s/n: [7QBYK-8FU6Q-QS885-9WAPS]
    5.1.1 Bundle or 2.5 Player : missing. Get RAR here

  • dreamWeaver
    Program [ dwmx2004_trial_en_win.exe, 65.924.243 bytes ], v 7.0.1
    Serial Number is [ DWD700-50854-07700-11300 ] from http://www.seriall.com/m/1.html or http://bestserials.com/?p=M1
    Serial : [DWW600-54622-26755-01760]. Corresponde a [50.509.919 bytes - DreamweaverMXInstaller.exe] ???

  • EditPlus Homepage & Krak :
    • EditPlus V2.01b - Name: [Free User], S/N: [CDC8D0784D8]
    • EditPlus V2.12 (76) - Name: "mydaj[ROR]" S/N: [B4FAA-123D8-31REA-AEOD4-D4R48]

  • File Viewer 4.0 - [TP770] - URL

  • Floppy Image 2.3

    N.I.Y.

  • Fritz 9 & 10 - S/N is [ ERLFO-EACW7-NDUL7-F8GC2-SFKRT ] + kGen

  • Ghost 9.0 serial number : [AY3APH7J3DNGKC36QMR3]

  • Marine Aquarium ScreenSaver - [KILLA23LX2WC64263VO4] {push SB to get input field !} - url

  • Nero serial number
    • 5.5.5.1 - [T30] - [15027-78730-99466-56239-8093]
    • 5.5.8.2 - [P4] - User : [], Key : [] From URL [gone 0105]
    • 6 - [1A25-0006-7130-1827-2429-2198]
    • NERO_BURNING_ROM_RELOADED_6.RAR [105.301.497 bytes, Eines-3]

  • OCR - ABBYY FineReader 7.0 Professional Edition (39 MB) FPHH-7016-5563-0317-8895, 15929-10267-47014-28410, 00313-23424-31121-20141-03430-33413-93696.

  • Office'97 : 0401-0355035

  • Office'2K : DT3FT-BFH4M-GYYH8-PG9C3-8K2FJ

  • Office'XP : P23M7-KB2YB-M8RDH-YPVFC-7WY48

  • Office 2003 English: GWH28-DGCMP-P6RC4-6J4MT-3HFDY

  • Opera - [P90 & P4 & TP770 & T30] : Homepage
    Version : 6.01 User : [any] Organization : [any] Registration code : [w-sWcmF-fcspf-X4eJU-rRfbf-W4TLW]
    Version : 6.03j User : [any] Organization : [any] Registration code : [w-DJiUL-jLhPD-U47sF-nrzfW-Au3HF]
    Version : 6.05 name: [dolphin] serial: [w-yVUXQ-8yRjP-QvW5P-8SXJi-P6vVs]
    Version : 7.10 Krak name: [  <blank> ] organization: [  <blank> ] serial: [w-AJ7zQ-NLESK-xdXtn-YJy6L-DJhBv]
    Version : 7.11 name: [a] organization: [b] serial: [w-R3aTL-bNsAR-TT5AN-Yctid-kBECd]
    Version : 7.20 Krak serial: [w-SxiMU-jh6XA-UHuMu-v4CEE-x5Udk] [gone 0105]
    Version : 7.22 Krak in Groups + "Opera Registration"; serial: [w-XeXUu-Ukzda-AryVp-eawSJ-t3NQu]
    Version : 7.23 Krak in Groups + "Opera crack"; serial: [w-NHn4h-TTK7p-KBauk-AYv8N-YeyAt]
    Version : 7.54, name [Computer], organization [Home] registration code [w-B6wCr-jQURj-FtCbb-6dAiX-nMRrF]
    Version : 8.01 [Build 7642] - T30 Ago 2005. name [any], organization [any], registration code [w-f4VjW-yTpvC-BpnjW-TbhRV-dS7Jh] from here

  • pcAnywhere (199 USD) - [pending]

  • PM 8.0, s/n [PM800ENSP1-11111131] or [PM800ENSP1-100000001]

  • QuickTime v 6.5.2 - URL - krak

    name =: danycracks@yahoo.com org := the same ... s/n := NU88-UNDZ-DPP6-DRL4-RORO

  • SuperJPG : Homepage
    • 4.2 [P4, P90] -
      Version = 4.2 Name = [FRENZY] Key = [123456 - 153.000.43]
    • 5.1 URL : Name : Free Program, s/n : 227479-1970018 or Name : SP87026, s/n : 202580-15018019

  • UltraEdit v 12.00+1, Jul 2006 [T42:\fonts] :
    User : ReD0c/GEAR Key : L0O4K-L0D0H-C3C60-G0R5H

  • UltraISO - Home
    • v 7.6.5.1225 - Name: [Serialz.to] S/N: [8D52-EAE0-595E-D7B1]
    • v 7.6.6.1308 - get EXE here : url + Name: [Serialz.to] S/N: [8D52-EAE0-595E-D7B1]

  • VMWare 3.2.0 build 2230 : [68J0R-CDXDM-5D177-32JUD]
    VMWare 4.5.2 : [WTNUN-6UVDF-KAN6F-4WWQ3]
    VMware Workstation (windows) 5.0 Build 13124 : s/n: [C1560-7PE6V-F84FC-4Y9NK]

  • VMWare 6.0.1 build-55017 : (189 USD) S/N : [93WKE-YP98L-480FZ-4WEQ3]

  • Windows XP : read & write + generate

  • WinHex v 11.5 SR-5 :

  • WinImage : Homepage : 6.10 U = [Free User ROM], K = [1D4F2232].
    Use "Floppy Image" - a lot better !

  • WinRAR Homepage 3.4.1 (Toni, 11/11/2004) - ? [NIY]
    URL

    Version 3.42 : save as rarreg.key in WinRAR directory - get it

    RAR registration data
    UKRSPETSMONTAZHPROEKT
    License #18 of 18
    UID=2e87fd8514caa742d5c9
    6412212250d5c9d1ed2b0f2e29c165d3456a745a29ae99784f4b23
    e8db3aa9c3a26c2e91e96045952b0cc52cc0afdef7f4a5fc540567
    97b794e1b6a40c992c109fd76270a0cc4003d5531ee2fc1b8f2324
    24404ae753eb0b1ec5b22cba57170fac20602996b86d34cd7ab5f2
    efa581f3cacb5e27bc37fe2b4d2a3c523815fffd7a38492788aa80
    1adaf53060fb71d2a07e74e2c2cba90cd585de053efee4d660a38c
    289ff66d22fd7aab3cc959784734eef2ad3839d072d50063732734
    

    Here you are !

  • WinZip : Homepage
    • 8.0 registration code - [P90] - User : [x] Key : [00020000] From URL
    • 8.1 / SR-1 / 5266 - TP760 W2K, [P4], T42 - User : [WinZip User], Key : [B13714D3] From URL
    • 9.0 / SR-1 / 6224 - S1128S51 - Name = [sndbsndb], Key = [30270B54], from Google Groups.
    • 10.0 : Name = [aaa], Key = [TLVFE-VV96M-UEDCQ-9H0EL-600QT]

  • W2K : see Airis


See AIRIS for more !


Imatges ISO que tinc
H:(500GB_1)\ISOs [15] 639.024.606 AOE.nrg Age Of Empires - 613.306.368 ATI801.iso ATI Radeon drivers - 707.821.568 CAESAR3.iso Caesar III + 267.325.440 CB80.iso Chess Base 8.0 + 10.149.888 CN-WF511.iso Wifi card drivers - 720.932.864 Delphi7.iso Delphi 7.0 + 3.881.894.044 Fritz 10 espanyol con serial.nrg Fritz 10 [es+ki] - 3.813.441.536 Fritz 10.iso Fritz 10 + RAP & T42 3.588.423.680 Fritz9.iso Fritz 9 + 585.785.344 GeForce8400GS.iso GeForce 8400 drivers 492.888.064 Ghost9.00_Boot.iso Ghost 9 recovery + 570.406.912 Ghost9.00_Install.iso Ghost 9 install + 1.606.451.200 GIGABYTE.iso MotherBoard drivers 582.502.400 NERO7.iso Nero 7 561.244.160 Office_W2K.iso Office 2000 - 602.079.232 Office_2007.iso Office 2007 + 666.642.432 Oracle9i.iso Oracle 9.i - 151.592.960 Partition_Magic.iso Partition Magic 380.614.656 photoshop cs 2.iso PhotoShop CS2 v 9.0 + 736.624.640 PhotoShop_Russell_Brown_46_MOVs.iso 46 MOV's on Photoshop 732.766.208 ubuntu-8.10-desktop-i386.iso Ubuntu - live CD - 546.859.008 Win_XP_PRO_ES.iso XP PRO [es] + 543.010.816 WXP_PRO_ES_SATAok.iso XP Nico (HD is SATA)
Super DVD
D:(4,7GB)\ISOs [nn]

Acceleració

Item 1995 2002 [sag] 2005 2008 [nico]
CPU Pentium 90 MHz Pentium 2.500 MHz Pentium 3.500 MHz Pentium 2,4 GHz
HD 500 MB 60 GB 200 GB 500 GB
RAM 16 MB 256 MB 1.024 MB 2.048 MB

[Jan 2006] Airis diu : tecnologia "Serial ATA" (150 Mb/sg), un 50% más rápido que UDMA (100 Mb/sg)
tecnologia "Serial ATA 2 " (300 Mb/sg), un 100% más rápido que S-ATA.

SeaGate Ultra-ATA Model Number Model Name Capacity Interface RPM Seek Time System Type ST3320820A Barracuda 7200.10 320 GB Ultra ATA/100 7200 RPM 11 ms avg DPC ST3400620A Barracuda 7200.10 400 GB Ultra ATA/100 7200 RPM 11 ms avg DPC ST3500830A Barracuda 7200.10 500 GB Ultra ATA/100 7200 RPM 11 ms avg DPC ST3750640A Barracuda 7200.10 750 GB Ultra ATA/100 7200 RPM 11 ms avg DPC
SeaGate Serial ATA Model Number Model Name Capacity Interface RPM Seek Time System Type ST3250623NS NL35 Series 250 GB SATA 1.5Gb/s 7200 RPM 8 ms avg ELS&W ST3400832NS NL35 Series 400 GB SATA 1.5Gb/s 7200 RPM 8 ms avg ELS&W

url


Modem hints

AT commands

Format : AT cmdword parameter <cr>
Ctrl-X from DTE => modem clears its command buffer
Commands :
     A/        repeat command line, re-run last command. No "AT", no < cr >.
     A         answer, force modem off-hook and into answer mode.
     Bn        communications standards. n=0 => CCITT, n=1 => Bell.
     Cn        carrier control. n=0 => DTR, n=1 => ON.
     D         dial
                    Nn   dial telephone number in dial directory position "n".
                    P    pulse dialing
                    R    reverse to answer mode
                    S=n  append stored dial string
                    T    tone dialing
                    W    wait for dial tone

     En        character echo during idle. n=0 => OFF, n=1 => ON.

     Fn        select lline speed
                    4    1200
                    5    2400
                    6    4800
                    7    7200
                    8    9600
                    9    12000
                    10   14400
                    11   16800
                    12   19200

     Hn        switch hook. n=0=> Disconnect (on-hook), n=1 => off-hook.

     In        identification. Causes the modem to send some identification.
                    0    modem type, as "249"
                    1    computed memory checksum, modem EC level.
                    2    program memory checksum, card EC level.
                    3    DSP microcode version level + 3 digit country code
                    4    CP microcode EC level.
                    5    serial number
                    6    line coupler country code

     Ln        level, volume
                    0    quiet
                    1    low
                    2    medium
                    3    high

     Mn        speaker mode
                    0    never, disable.
                    1    calling
                    2    always
                    3    waiting

     Nn&Z      store a dial string into directory location "n", for "ATDNn".

     Nn?       retrieve directory location "n".

     On        online
                    0    directly
                    1    return to the connect state via a retrain
                    2    turn modem OnLine with Fall-Backward

     P         pulse
     Qn        quiet modem messages
                    0    enable result codes
                    1    disable return codes

     Sn?       query (read) a Register

     Sn=v      write to a Register. n (0..99), v (0..255).
     T         tone
     Vn        verbose result codes
                    0    numeric, selects Return Codes (digit codes)
                    1    words, selects Return Mesages (english words)

     Xn        extended call progress, set of return codes.
                    0    AT compatible messages
                    1    no BUSY tone, no DIAL tone recognized.
                    2    wait DIAL tone before dialing. BUSY tone not recognized.
                    3    BUSY recognized. DIAL tone not recognized.
                    4    look for DIAL tone, BUSY tone recognized.

     Yn        signal remote to disconnect
     Zn        load user configuration "n".
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     &An       select initial data rate, preferred Telco speed.
     &Babc
     &Cn       Carrier Detect (CD=109) control and DSR (107) control
                    0    DSR and CD forced on.
                    1    DSR and CD in normal mode.
                    2    DSR forced on, CD in normal mode.
                    3    CD forced on, DSR in normal mode.

     &Dn       Data Terminal Ready control.
                    0    ignore actual DTR, consider DTR always ON.

     &En       control the integrated error correction feature.
     &Fn       restore factory configuration "n".
     &Gn       select the V.22 guard tone to be generated by the modem (answer mode)
                    0    no V.22 guard tone is generated
                    1    V.22 guard 550 Hz tone is generated
                    2    V.22 guard 1800 Hz tone is generated.
     &Hn       automatic leased line auto-handshake
                    0    disable
                    1    enable

New HD's

In April 2001, Maxtor Corporation acquired Quantum hard disk drive division. Support


OS/2 !! SYS


Consells

Mes consells (seguretat)


Eines

CD/DVD

Dades per la xarxa elèctrica

PLC = Power Line Communications.
BPL = Broadband over Power Line.

Navegadors

  Netscape | Opera | Firefox Top of Page  

Flock
Seamonkey 1.1.11 [ago 2008]
Netscape : here [10/nov/2003 : v 7.1]
uSoft Internet Explorer
Why is it so bad ?
Opera : get it (free) here [10/nov/2003 : v 7.21] [10/may/2005 : v 7.54] [20/jul/2005 : v 8.01]
No Ads
XWEBS, by Adnan Osmani (780.000 lineas de código). XWeb
Maxthon
lynx - text based (Linux only)
Safari, for Apple.
AvantBrowser

Display (java) browser settings : URL

Verify JRE in your system : URL

Java at Firefox problems

See the JavaScript tested list.

Use the about:config command ! See details here !

Configure to JUMP to IE :

Comparativa

Comparativa IE 8, Firefox 3, Opera 9.5 and Safari 3.


Netscape


Opera


Firefox

Install "No Script !" from here

Normal prefs are kept in prefs.js in the user's profile directory (which is overwritten by Mozilla every time a pref is changed), but here's a tip: prefs or other JavaScript that you don't want overwritten (e.g. comments) can be put in a file called user.js in the same directory, which is under the user's control and is read but never written by Mozilla.

url

Complete list : url

Find specific location : use ChromEdit.xpi Install this extension, ( using this URL ) restart Firefox and Edit User Files item shows up on the Tools menu.
See userChrome.css, userContent.css, User.jp, Prefs.js, ...

URLs : ChromEdit Mozillazine.org

Try Mozilla [10/nov/2003 : v 1.5, 11,9 MB]. Firebird v 0.7, 6.8 MB, 20/01/2004 (ex "Phoenix" browser). Firefox, v 0.8
See Leech - download all files !
Set user.js : select cache location (real name is c:\temp\Cache) as
user_pref("browser.cache.disk.parent_directory","C:\\TEMP");
File is located at C:\Documents and Settings\SP87026\Application Data\Phoenix\Profiles\default\0mkgdc4h.slt
Add BookMarkLets or own code !

Firefox tips
Tips URL

Cache :

  • where is it located right now ? Use about:cache

  • what is it Maximum size right now ? Use about:cache - see browser.cache.disk.capacity

  • set by placing in user.js a line like (mind the underscore between "parent" and "directory" !) URL :
    user_pref("browser.cache.disk.parent_directory","C:\\Path To Cache");

  • where are the user preferences located ? (user.js & prefs.js)
    W95 -C:\WINDOWS\Mozilla\Firefox\Profiles\<random>.default W2K - C:\Documents and Settings\<user_name>\Application Data\Mozilla\Firefox\Profiles\<random>.default WXP[es] - c:\Documents and Settings\<user_name>\Datos de programa\Mozilla\Firefox\Profiles\tcllgd60.default

Can't install updates

Software installation is currently disabled. Click Edit Options... to enable it and try again. You click Edit Options and there is no option to enable software installation. Here's how to fix it.

Since the option to enable software installation no longer exists in the UI, you will need to use about:config to reset the "xpinstall.enabled" preference to the default "true" value.

  1. Type about:config in the Location Bar and hit enter.
  2. Type xpi in the Filter box and find xpinstall.enabled in the list.
  3. Make sure its value is set to "true" (double-click will toggle).
Java RunTime

Try to play Thinking Machine - JRT is required and pseudo-auto-installed.

Themes

Themes are skins for Mozilla applications. They allow you to change the look and feel of the user interface and personalize it to your tastes. A theme can simply change colors, or it can change every piece of its appearance.

url

Extensions

url add-ons

Get extensions :

DOM Inspector 1.8 - I think this came with Firefox Greasemonkey 0.6.4 - Manages user scripts. Haven't played with yet. ViewSourceWith 0.0.7.8 - allows me to choose in context menu. IBM BluePages Real-Time Enterprise Director 0.202 SessionSaver .2 - saves and restores entire sessions like Opera. Web Developer 0.9.4 -- useful for examining web pages. Image Zoom 0.2.1 -- allows zoom of text AND images. Add N Edit Cookies 0.2.1.0 -- Interesting tool. I like to change the names and values of cookies and just let them go back to their owners. All-in-One Gestures 0.17.4 - gestures like in Opera Amazing Media Browser - not sure what this one is yet. Colorful Tabs 0.3 - tabs have different colors Context Highlight 0.2 -- drag mouse over word, right click and choose "Highlight word" and all identical words are highlighted on the page. Fetch Text URL 1.6 - highlight a URL and go to it from right click. HostIP.info Geolocation Plugin 0.3.1.2 HTML Validator 0.7.6 - validates, using a "native editor". Paste and Go 0.4.3 - Paste into address bar and go. ScrapBook 0.18.3 - haven't yet figured this one out either. SmoothWheel 0.44.20050605 - smooth scrolling using mouse wheel. View Formatted Source 0.9.3.4 -- within the view source maze, this path displays HTML source code in a formatted form.


Ghost - disk cloning utility

General Protection Fault at eip=214; flags=3297
eax=ffed1000 ebx=7ccd877f ecx=00000003 edx=ffef455b esi=0038dae6 edi=00023505
ebp=ffed1056 esp=00003ffc cs=af ds=b7 es=b7 fs=a7 gs=0 ss=a7 error=0000

Updated 21/04/2004.  

Com es fa servir stand alone ?

Boot from both floppys (v 8.0). Then select
Floppy Image + 2 floppys de Ghost son a C.V@gmailSpace

Get Ghost32.exe, que funciona sota Guindous !

Ghost v 9.0 requires ".Net Framework 1.1" !?!?!? See Ghost 10 System requirements

Alternativa : DriveSnapShot

Problems with GINA

url : Go into safemode remove pgina and the machine comes back fine.
In registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon GinaChainDLL=c:\pGina\pGina.dll GinaDLL=C:\Program Files\Symantec\Ghost\ginastub.dll Can you boot to safe mode, edit the registry, and look for that string. There are reports of Ghost changing it from C:\WINNT\SYSTEM32\MSGINA.DLL to C:\program files\nortonghost\GINASTUB.DLL
url
To do this you will need to run regedit from another machine.
From the "Registry" menu choose "Connect Network Registry" and browse for your client machine, then delete the registry key.

Uninstall url

Recovery CD

Finalment (01/2007), tinc

198.320.439 Symantec Recovery Disk(ISO-bootable).rar que es converteix en 493.195.420 Norton Ghost 2005 v9.0 (ISO-bootable).nrg que amb el Nero fa un CD bootable !

Ara cal un Ghost 9.0 per fer la imatge de una partició ...

261.615.926 Symantec Norton Ghost v.9.0 Full_OK.rar que es converteix en 570.402.816 Symantec Norton Ghost v.9.0 Full_OK.iso que es un CD que instala Ghost 9.0

Fem-ho servir :

Kayak : (Gener 2007) c:\ triga 1 hora (3 GB) en grabarse al USB iomega:\hp\ triga 1 hora 1/2 (3 GB) en restaurar c:\ "Advanced Recovery Tasks" + "System Restore" ... Airis : 3h 45 min = 137 GB HP-DV9000 : 20 minuts (17 GB de la partició de 100 GB)
HP-DV9000 recovery
  1. find recovery image : 500GB:\HP_DV9000\100GB\C_drive.sv2i [14/1/2007] 83 GB, NTFS.
  2. boot from Recovery CD
    Starting Symantec Recovery Disk ...
  3. Advanced Recovery Tasks ...
  4. System restore
  5. System Restore Wizard : "Restore Drives"
  6. Select Origin file ...

29/03/2008, HP : 52 minuts = Ghost 15 GB image of 18 GB c: disk.


X-windows


Temes pendents


Remote Control


Productes interessants


Abyss

Create a web site and put its files in the directory <Abyss Web Server directory>/htdocs. The CGI scripts must be put in <Abyss Web Server directory>/cgi-bin directory.
Console is located at http://127.0.0.1:9999 : W95 : U := "sebas", K := "ku...r", WebServer Potr := 8090 !

The browser has to specify in the request the host name because many modern web servers (including Abyss Web Server) have the ability to serve more than a one host from a single computer with a single IP address only. This is called virtual hosting. In such a case, the IP address of this computer is associated with more than one domain name.

Has ASP support using seliSoft


News

SEPTEMBER 01, 2005 (IDG NEWS SERVICE) - Massachusetts Monday unveiled plans to phase out Microsoft Corp.'s Office in favor of office-productivity suites that support an open-document format from the Organization for the Advancement of Structured Information Standards (OASIS), according to a statement on the commonwealth's Web site. Officials are seeking public comment on the proposal through Sept. 9.

DB2 pack


BenchMarks

url

    * THG Benchmark Method Revealed
    * Preparation
    * OpenGL
          o Quake III Arena
          o Quake III Team Arena
          o Wolfenstein Enemy Territory
    * DirectX 8
          o Unreal Tournament 2004
          o 3DMark 2003
    * DirectX 9
          o 3DMark 2005
          o Far Cry
          o Doom 3
    * Video Encoding And Editing
          o MainConcept MPEG Encoder 1.4.2
          o Studio 9 Plus
          o DivX And XviD Encoding With Auto Gordian Knot
          o Windows Media Encoder
    * Audio Encoding And Editing
          o Lame MP3 Encoding
          o CoolEdit Pro 2.1
          o Nuendo 2
    * Rendering
          o 3DS Max 7.0
    * File Compression
          o WinRAR
    * Synthetic Benchmarks
          o SiSoftware Sandra Pro
    * Professional Application Benchmarks
          o SPECviewperf 8
          o LightWave 3D 8.2
          o Cinema 4D XL
    * Audio
          o MP3 Maker 2004 Titanium
    * Memory
          o WStream
    * Conclusion
url

Additional information on and updates to the Ziff-Davis Benchmark Operation Project software (ZDBOp) including Winstone, WinBench, WebBench, NetBench, and ServerBench, are found at: http://www.zdbop.com/

Additional information on the BAPCO SYSmark/NT utility is available at: http://www.bapco.com/

Information on the Windows NT Resource Kit is available at Microsoft's Web site at: http://mspress.microsoft.com/

From NT Optimization 101

FT

Éste está muy bien ... Sandra

Si no te gusta, hay los sysmark's, pcmark, etc... ( buscalos tambien en guru3d ) estos te darán un índice 'general'.

Si quieres algo super sencillo, que básicamente te dé un indice de procesador y memoria, el Super_pi está bien. [url] .. y te dedicas a mirar lo que tarda en calcular 1.000.000 de dígitos de pi.

Para disco hay otras cosas como el Bench32 : [url] ... que te dará el transfer rate del disco.


2000 Best

url

hw : Cybex SwitchView

sw : VMWare

mag : The Delphi Magazine

web site : Borland

release : Kylix


Scripting

If you use Unix scripts as well as Windows BATs, the solution to have only one source is to use Apache Ant, which is a Java-based build tool that uses XML-based configuration files as input. See Apache Ant web.


Amunt! Top Amunt!
Traficants d'esclaus

URL


Semafors

BuzzWords


Search Engines
Aeiwi, Aesop Aiwa Gulf Alexa Best Yellow Blu Win Claymont CrucesOnline DH Climate Entire Web eVisum ExactSeek GigaBlast GlobePage Google InternetCruiser Jade Jadoo MavicaNet MaxPromo National Directory Nerd World OnSeek Scrub The Web Search It SearchORama Search Sight Search Warp SitesOnDisplay Spider Subjex Super Snooper WalHello WebSquash WiseNut W8
Amunt! Top Amunt!
Google
Gmail 007

It's likely caused by one of three issues: configuration issues with security software installed on your computer, a browser cache that needs to be cleared, or a temporary glitch with the Gmail server.

  1. Open ZoneAlarm Pro, and click Privacy.
  2. Click Site List, and then click Add.
  3. Enter mail.google.com.
  4. Click the X under Persistent Cookie Control for mail.google.com.
  5. Set the cookie control to Allowed.
  6. Clear browser's cache
  7. change http:// for https:// !

      url


Soft 2 get

Links