Friday 30 January 2015

Microsoft Office Word 2007 añadir una macro

Ver este artículo:  https://support.office.com/es-ar/article/Escribir-o-grabar-una-macro-cd56fb86-d8b2-475c-ba39-9728389feeeb


Y en el lugar de la macro poner este programa y asignarlo a un botón como se explica en el artículo...


Sub resaltar_lineas()
'
' resaltar_lineas Macro
' Macro grabada el 29/06/2014 por Paloma
'
' ref: https://wiki.brown.edu/confluence/pages/viewpage.action?pageId=4429
    Options.DefaultHighlightColorIndex = wdYellow
    Do
        Selection.EndKey Unit:=wdLine, Extend:=wdExtend
        Selection.Range.HighlightColorIndex = wdYellow
        Selection.MoveRight Unit:=wdCharacter, Count:=1
        If Selection.MoveDown(Unit:=wdLine, Count:=1) <> 1 Then
            Exit Do
        End If
    Loop

End Sub

Thursday 29 January 2015

Windows pantalla azul STOP: 0x0000007E

Windows pantalla azul y STOP: 0x0000007E ( 0xc0000005, 0x00020125, 0xF6CE0C7C,0xF6CE0978 )




Ordenador de Al Berto

blue screen 0x0000007E 0xc0000005  windows xp

Nota de últimos cambios:
- Memoria de 1 GB (512+512) a 3GB (1024+512+1024+512)
- Disco duro puesto que funciona con a 32 bits
- Intentando instalar win xp desde ue lbr

Sugerencias:


Computer Restarts after Displaying Stop Error 0x0000007E (After Updating with Service Pack 3 for Windows XP)
http://support.hp.com/es-es/document/c01457284
    Lo sugieren tb aquí:  https://es.answers.yahoo.com/question/index?qid=20130906140910AAWjYva
   

Cómo solucionar problemas de un "Código de error de detención 0x0000007E (SYSTEM_THREAD_EXCEPTION_NOT_HANDLED)" en Windows XP
http://support.microsoft.com/kb/330182
* espacio en el disco duro
* BIOS del equipo
* deshabilitar o actualizar los controladores de dispositivo
* quitar controladores no firmados
* quitar todos los controladores de terceros
* quitar los servicios de control remoto de terceros


¿Cómo solucionar STOP: 0x0000007E error de pantalla azul
http://www.reviversoft.com/es/blog/2013/11/0x0000007e-blue-screen-error/
Similar a 330182


http://www.aumha.org/a/stop.php
Resumen enorme de errores


http://www.techrepublic.com/forums/questions/help-win-xp-sp2-bsod-stop-0x0000007e-0xc0000005/
Sugerencias interesantes


http://www.nirsoft.net/utils/blue_screen_view.html
Info de las pantallas azules



Wednesday 14 January 2015

Links interesantes para virus spyware y similares:


Windows XP Network Card Configuration
https://resnet.utexas.edu/support/xp.html

Foro Virus - Cuentanos tu problema
http://foros.zonavirus.com/viewforum.php?f=5

http://www.forospyware.com/ -- el mítico en español
https://www.infospyware.net/ -- el mítico (es el mismo que http://www.forospyware.com/),  en inglés originally in Spanish and now also in English language

Virus, Trojan, Spyware, and Malware Removal Logs
http://www.bleepingcomputer.com/forums/f/22/virus-trojan-spyware-and-malware-removal-logs/
    muy buenos, similares a forospyware.com pero en inglés
    recordar al Argentino atendido desde Holanda reparando a Santi: http://www.bleepingcomputer.com/forums/t/423702/possible-rootkit-ipconfig-says-internal-error-tcpip-not-working/?p=2453712

Herramientas interesantes
AnalogX FastCache
http://www.snapfiles.com/get/fastcache.html



http://www.segundamano.es/madrid/funda-estanca-tz4-tz5-tz50-dmw-mctz5/a60299043/?ca=0_s&st=a&c=52

Thursday 8 January 2015

Tuesday 6 January 2015

windows SFC Windows File Protection

Fix for System File Checker Error 0x000006ba RPC Server Is Unavailable
si generado con nLite

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon
SFCDisable and set its Value data to 0

http://www.winhelponline.com/blog/fix-sfc-error-0x000006ba-rpc-unavailable/


Descripción de la característica Protección de archivos de Windows
http://support.microsoft.com/kb/222193


Descripción del Comprobador de archivos del sistema (Sfc.exe) de Windows XP y Windows Server 2003
http://support.microsoft.com/kb/310747/es-es


Use the System File Checker tool to repair missing or corrupted system files
http://support.microsoft.com/kb/929833/en-us
--} muestra como obtener los errores


C:\windows\system32\SFC.DLL is either not designed to run on windows or it contains an error
http://answers.microsoft.com/en-us/windows/forum/windows_7-system/cwindowssystem32sfcdll-is-either-not-designed-to/6141c94f-7605-4329-aa4f-4ee2ecc511fc

Sunday 4 January 2015

móviles android para actualizar

HTC Desire (Bravo)

specs 2010
http://www.smart-gsm.com/moviles/htc-bravo

http://forum.xda-developers.com/htc-desire

http://forum.xda-developers.com/showthread.php?t=2241771

[ROM/4.2.2] [June 03 2013] VJ CM10.1 | Jelly Bean 4.2.2 - v6.3 Stock/Sense/Data++
http://forum.xda-developers.com/showthread.php?t=2070704

HTC Desire (Bravo) Index - Everything Desire is here! [17th/December/2014]
http://forum.xda-developers.com/showthread.php?t=809328



http://www.htcmania.com/forumdisplay.php?f=215




HTC Wildfire

specs 2010, Mayo
http://www.smart-gsm.com/moviles/htc-wildfire

[INDEX] All ROMs, Recoveries and Kernels for HTC Wildfire [13th Sep, 2014]

http://forum.xda-developers.com/htc-wildfire/development/index-roms-htc-wildfire-t2860746



Samsung i9001 Galaxy S Plus

specs 2011, Abril
http://www.smart-gsm.com/moviles/samsung-i9001-galaxy-s-plus



Friday 2 January 2015

NFS Step-by-Step Guide for Windows

Friday, 2 January 2015

Services for NFS Step-by-Step Guide for Windows Server 2008
http://technet.microsoft.com/en-us/library/cc753302(v=ws.10).aspx

User Name Mapping and Services for UNIX NFS Support
http://technet.microsoft.com/en-us/library/bb463218.aspx


Guía paso a paso de Servicios para Network File System en Windows Server 2008
http://technet.microsoft.com/es-es/library/cc753302(v=ws.10).aspx
mira el apartado:  Configuración de la autenticación NFS .. dice que pongas las últimas actualizaciones de seguridad, tanto en español como en inglés .. que carajos tendrá que ver una cosa con la otra !!
en inglés está en: Configuring NFS authentication


User Name Mapping and Services for UNIX NFS Support
http://technet.microsoft.com/en-us/library/bb463218.aspx


Cómo cambiar de un dominio a un grupo de trabajo
http://www.ehowenespanol.com/cambiar-dominio-grupo-como_294153/



Thuesday, 29 January 2015

Managing Permissions for Shared Folders
https://technet.microsoft.com/en-us/library/cc753731.aspx#BKMK_NFS

Add Clients and Groups to the NFS Share Permissions List
https://technet.microsoft.com/en-us/library/cc754199.aspx

Best Practices for Services for Network File System
https://technet.microsoft.com/en-us/library/cc770400.aspx


Permissions for Windows Server 2008 R2 NFS Share Files
http://serverfault.com/questions/487935/permissions-for-windows-server-2008-r2-nfs-share-files

Services for NFS Step-by-Step Guide for Windows Server 2008
https://technet.microsoft.com/en-us/library/cc753302


Interway experiencias

Friday, 2 January 2015

interway criticas

http://www.spaniards.es/foros/2007/12/25/opiniones-interway-sf-y-nyc-opiniones-ef-nyc-sf
Mi experiencia con Interway ha sido totalmente decepcionante
2008


http://www.losviajeros.com/foros.php?p=3649870
mediante INTERWAY. La experiencia fue muy negativa..no está adherida al Sistema Arbitral de Consumo
2008

http://www.ciao.es/Interway__49088
..DESASTRE Sólo un grupo ,mezclando todos los niveles con un sólo profesor..
2007


http://foro.enfemenino.com/forum/etudiants/__f3869_etudiants-Curso-de-idiomas-en-el-extranjero-verano-2012-en-ny-ef-o-interway.html
los ponen bien, están cerca, se preocupan por tí
2012 .. 2015


http://www.dooyoo.es/servicios/interway/opiniones/
.. parece agrupación de otros ..
2010 ..2014

http://foros.vogue.es/viewtopic.php?f=6&t=97241
Todas son buenas.
2007..2014


Thursday 1 January 2015

dureza del agua en madrid lavavajillas

Notas sobre dureza del agua en Madrid, para ajustar el lavavajillas Balay 3VS570BP/34

http://www.tecdepur.com/blog/agua-dura-ique-es-y-como-me-afecta
http://www.sistemagua.com/informacion-sobre-el-agua/69-dureza-del-agua-en-espana.html
http://www.lamansiondelcervecero.com/docs_cerveceros/Durezadelaguaporprovincias.pdf





Dureza del agua expresada en grados Franceses (ºF)

Madrid
La calidad del agua en la Ciudad de Madrid (dureza del agua) es blanda ( 5 ºF )


Lavavajillas Balay 3VS570BP/34 - descarga del manual de instrucciones:
http://www.balay.es/descarga-de-manuales-de-instrucciones.html