domingo, 8 de octubre de 2017

How to Uninstall a DotNet CLI version on Mac OS X / Como desinstalar DotNet CLI on Mac OS X

# delete the dotnet folder under /usr/local/share/dotnet
1. cd /usr/local/share/dotnet && ls
2. sudo rm -rf dotnet

# delete the dotnet reference file at /etc/paths.d/dotnet
1. cd /etc/paths.d && ls
2. sudo rm dotnet

************************************************************

# Eliminar la caroeta dotnet en la siguiente ruta: /usr/local/share/dotnet
1. cd /usr/local/share/dotnet && ls
2. sudo rm -rf dotnet

# Eliminar la referencia del archivo dotnet en la siguiente ruta: /etc/paths.d/dotnet
1. cd /etc/paths.d && ls
2. sudo rm dotnet


How to reset MySQL root password on OS X / Como reiniciar la contraseña en MySQL para el usuario root

  1. Stop the mysqld server. Typically this can be done by from 'System Prefrences' > MySQL > 'Stop MySQL Server'
  2. Start the server in safe mode with privilege bypass
    From a terminal:
    sudo /usr/local/mysql/bin/mysqld_safe --skip-grant-tables
  3. In a new terminal window:
    sudo /usr/local/mysql/bin/mysql -u root
    UPDATE mysql.user SET authentication_string=PASSWORD('NewPassword') WHERE User='root';
    FLUSH PRIVILEGES;
    \q
  4. Stop the mysqld server again and restart it in normal mode.
****************************************************************************************

  1. Detener mysql. Esto lo podemos realizar desde 'System Prefrences' > MySQL > 'Stop MySQL Server'
  2. Iniciar MySQL en modo seguro
    Abrir una ventana de terminal y ejecutar el siguiente comando:
    sudo /usr/local/mysql/bin/mysqld_safe --skip-grant-tables
  3. Abrir una nueva ventana terminal y ejecutar los siguientes comandos:
    sudo /usr/local/mysql/bin/mysql -u root
    UPDATE mysql.user SET authentication_string=PASSWORD('NewPassword') WHERE User='root';
    FLUSH PRIVILEGES;
    quit
  4. Detener mysql de nuevo y reiniciar en el modo normal.

martes, 20 de junio de 2017

SOLVED: Can't install SourceTree in Windows 10 // No puedo instalar SourceTree en Windows 10

Hello, These steps work for me on Windows 10:
* Replace [myUser] with you user name
Go to C:\Users\[myUser]\AppData\Local\Atlassian
Delete or rename all existing folders in it
Then run the installer

----------------------------------------------------------------
Que tal, Estos son los pasos que realice en Windows 10:
* Reemplazar [miUsuario] por el usuario de tu PC
Ir hacia la carpeta C:\Usuarios\miUsuario\AppData\Local\Atlassian
Borrar o renombrar los archivos dentro de esta carpeta
Luego ejecutar el instalador

sábado, 22 de abril de 2017

Solución Error 0x80070422 en Windows 8, 8.1 o 10

Hello, I have to deal with this error and I found a step by step solucion in the following video: https://www.youtube.com/watch?v=opvWFXMiC20

I hope it help you,
Have a nice day.

---------------------------------------------------------------------------------

---------------------------------------------------------------------------------

Hola de nuevo, me encontre con este error y encontre una solucion bien paso a paso en el siguiente video: https://www.youtube.com/watch?v=opvWFXMiC20

Espero les sea de utilidad

miércoles, 14 de septiembre de 2016

Solution: Error Page '3185ed96-1cbd-4381-a439-636973542e50' not found. with Visual Studio 2015

Hello again, I hope nobody face this error but in case you do, you have an interesting problem, after give a try for several solutions I found the winner one, just execute the following commands using command prompt from (i.e: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\ )

1.devenv.exe /safemode
2.devenv.exe /resetskippkgs
3.devenv.exe /installvstemplates
4.devenv.exe /resetsettings
5.devenv.exe /resetuserdata
Those commands are going to reset VS to the default settings and that's it
Hope to help you, happy coding.

-------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
Solucion: Al Error Page '3185ed96-1cbd-4381-a439-636973542e50' not found. con Visual Studio 2015
Que tal, Espero que nadie se tenga que topar con este error pero en caso que si, estan en un problema interesante, luego de probar diversas soluciones la que funciono finalmente fue ejecutar los siguientes pasos con la consola de comandos desde la ruta donde esta su devenv.exe ( ejemplo: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\ )
1.devenv.exe /safemode
2.devenv.exe /resetskippkgs
3.devenv.exe /installvstemplates
4.devenv.exe /resetsettings
5.devenv.exe /resetuserdata

Estos comandos reinician el Visual Studio a su configuracion inicial.

Espero les sirva.

viernes, 12 de junio de 2015

How to show active item in Solution Explorer / Como seleccionar el elemento activo( clase , interfaz , etc) en el Explorador de Soluciones


Sometimes we need to enable this one, so we just need to go to:

Tools / Options/ Projects and Solutions/ General / "Track Active Item in Solution Explorer" and check the option to turn this feature on.


If you have ReSharper installed clicking Shift+Alt+L will move focus to the current file in Solution Explorer.

Hope it help you guys.

-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------

Para volver a habilitar esta opción tenemos que ir a:
Herramientas / Opciones / Proyectos y Soluciones / General / Marcar "Realizar seguimiento del elemento activo en el Explorador de Soluciones"

Y en caso tuviéramos instalado ReSharper al presionar Shift+Alt+L nos seleccionara el archivo actual en el Explorador de Soluciones.

Espero les ayude.

How to FIX shortcut Alt+Enter when it is not working / Como arreglar/restablecer el comando Alt+Enter en Visual Studio

Hi, We have to follow the next steps:

1) Remove all mapping for Alt+Enter shortcut
    Go to: Tools | Options | Environment | Keyboard (to find out mapped actions, press Alt+Enter in         "Press shortcut keys" field and look at the list in "Shortcut currently used by" dropdown)
   Then you have to search and remove one by one using Remove button



2) After removing:
  • Into "Show command containing" field type ReSharper_AltEnter
  • From "Use new shortcut in" dropdown select "Text Editor"
  • Then in "Press shortcut keys" field, press Alt+Enter and then clic into Assign button
  • In  "Use new shortcut in" dropdown, select "XAML UI Designer"
  • Finally, into "Press shortcut keys" field we should press Alt+Enter and then Assign
That's it, I hope it will help you guys.

-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
Hola, para poder restablecer el comando tenemos que seguir los siguientes pasos:

1) Debemos eliminar todos los metodos abreviados que esten usando esa combinacion de teclas

  • Para encontrar todos estos, vamos a la caja de texto "Presionar teclas de metodo abreviado" y presionamos Alt+Enter, y los metodos nos aparecen listados en el combo en la parte inferior derecha
  • Luego comenzamos a buscar y desligar cada comando del metodo abreviado, usando el boton Quitar
2) Luego tenemos que crear la relacion entre el comando "Resharper_AltEnter" y el metodo abreviado 
    2.1 Filtrar el comando "Resharper_AltEnter" usando la caja de texto "Mostrar los comandos que contengan"
    2.2 En el combo "Usar un nuevo método abreviado" seleccionar "Editor de texto"
    2.3 Dentro de la caja "Presionar teclas del metodo abreviado" presionar Alt+Enter y dar clic en el boton "Asignar"
    2.4 En el combo "Usar un nuevo método abreviado" seleccionar "Diseñador de UI XML"
    2.5 Finalmente, Dentro de la caja "Presionar teclas del método abreviado" presionar Alt+Enter y dar clic en el boton "Asignar" de nuevo y listo.

Espero que les haya servido.

    

viernes, 27 de febrero de 2015

Fix+Create Database permission denied in database 'master'+SQL Server 2008 R2

Hi guys, In order to fix this you have to follow the next steps:

1.  First then all, Stop SQL Server from Sql Server Configuration Manager
2.  Then, Open a CMD window (as Administrator), execute the following command and don't close this window: 
   "c:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Binn\sqlservr.exe" -m -s SQLEXPRESS 
3.  After that, just open a new CMD window (as Administrator)  and run the next command:
      sqlcmd -S .\SQLEXPRESS 
     Then, we need to assign the sysadmin role to your user, executing the next 2 lines:
        3.1.  sp_addsrvrolemember 'YourDomain\YourUserName', 'sysadmin' 
        3.2.  GO 
4.  Now, go back to first CMD window and press Ctrl+C and Y (yes) to shutdown SQL Server.  Then, you just need to start SQL Server from Sql Server Configuration Manager. Log into Management Studio, go to  Security / Logins and the user you use should be a "sysadmin."

martes, 30 de abril de 2013

Find all tables containing a column name in Oracle database / Buscar todas las tablas que tienen un campo en Oracle

Hi folks,
I guess many of you had the same scenario where we want to know how to find all tables containing a column name in an Oracle database, so I found an useful and quick query for it:


SOLUTION: 

SELECT OWNER,TABLE_NAME,COLUMN_NAME,DATA_TYPE,NULLABLE FROM ALL_TAB_COLUMNS WHERE column_name = upper( 'nombrecolumna');

Hoping this will help you guys,
See you next time.

------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

Buenas, Muchos habrán tenido que buscar todas las tablas que tienen un campo especifico en Oracle, y el query mas pequeño y util que encontre para esto es el siguiente:

SOLUCION: 

SELECT OWNER,TABLE_NAME,COLUMN_NAME,DATA_TYPE,NULLABLE FROM ALL_TAB_COLUMNS WHERE column_name = upper( 'nombrecolumna');

Espero les sea util, saludos.

¡Lo sentimos! La aplicación almacenamiento de contactos (proceso com.motorola.contacts) se ha detenido de forma imprevista. Vuelva a intentarlo.

Volviendo a publicar para comentarles un pequeño tip, Probablemente a muchas personas que tienen android en su celular, les aparecio repentinamente el siguiente mensaje de error que no les dejaba entrar a sus contactos:

¡Lo sentimos! La aplicación almacenamiento de contactos (proceso com.motorola.contacts) se ha detenido de forma imprevista. Vuelva a intentarlo.

Bueno estuve buscando un buen rato diferentes soluciones y encontre varias como, resetear el equipo, volver a instalar al sistema de fabrica entre otras.

SOLUCION: Me funciono la mas simple de todas, desinstalar las aplicaciones Hotmail y Outlook para Android, por el momento ya puedo ver los detalles de mi lista de contactos, agregar nuevos, editar, etc.
Ahora supongo que habra un update para esas aplicaciones para no tener esos problemas con la lista de contactos.

Hasta la próxima.



lunes, 29 de octubre de 2012

How to Activate your Windows 8 / Windows 8 Enterprise

 Bring up the run command or a command prompt and type “slui.exe 3″ and hit enter



Windows Activation box appear and ask you for a key. Put your Key in and press Activate.


Hit Activate you will see the activating Windows Box


Now your copy of Windows 8 is activated.








jueves, 21 de octubre de 2010

New Beta Exams MCTS Silverlight 4 & MCPD Windows Azure Developer 4/ Examenes Certificacion Microsoft Gratis

Hi, Microsoft invite you to take new beta exams, If you pass any the beta exam, the exam credit will be added to your transcript and you will no need to take the exam in its released form.

There are two new beta exams available:

Exam 71-506 : MCTS Silverlith 4.0 Develpment
Register begins : October 11,2010
The beta exam period runs : October 14,2010 - November 5,2010
You have to register in Prometric's site
and use the following PROMOTIONAL CODE : SL410
Details here

Exam 71-583 : MCPD Windows Azure Developer 4.0
Register begins : October 11,2010
The beta exam period runs : October 28,2010 - November 17,2010
You have to register in Prometric's site
and use the following PROMOTIONAL CODE : AZPRO
Details here

Happy programming.
-------------------------------------------------------
-------------------------------------------------------
Hola, Microsoft esta invitando a rendir los nuevos examenes beta. Si pasaras cualquier examen beta, el logro aumaticamente se agregara en tu Transcript y ya no tendras que rendir el examen cuando este sea liberado al publico.

Hay dos nuevos examenes beta disponibles :

Examen 71-506 : MCTS Silverlight 4.0 Development
La fecha de registro comienza : 11 de Octubre del 2010
El periodo para rendir el examen es entre : 14 de Octubre al 5 de Noviembre del 2010
Te puedes registrar en la pagina web de Prometric
y utilizar el siguiente PROMOTIONAL CODE : SL410
Aqui los detalles

Examen 71-583 : MCPD Windows Azure Developer 4.0
La fecha de registro comienza : 11 de Octubre del 2010
El periodo para rendir el examen es entre : 28 de Octubre al 17 de Noviembre del 2010
Te puedes registrar en la pagina web de Prometric
y utilizar el siguiente PROMOTIONAL CODE : AZPRO
Aqui los detalles

Saludos.

martes, 8 de diciembre de 2009

Solucion al error 80072745 en Messenger / Solution to error 80072745 in msn

--En Castellano -----------------------------------------------
------------------------------------------------------------------
A más de uno le habra aparecido un error comun con el Windows Live Messenger al tratar de iniciar sesion, el error 80072745. A continuación les dejo el truco para solucionar el problema.

Abrimos el archivo Hosts que se encuentra en la ruta por defecto, segun el sistema operativo que tengan:

En windows 95/98/Me seria C:/windows/hosts
En windows 2000/NT/XP Pro seria C:/winnt/system32/drivers/etc/hosts
En windows XP Home seria C:/windows/system32/drivers/etc/hosts

Como no tiene extensión cuando nos diga que queremos hacer, le damos Abrir, luego seleccionar un programa de la lista, y seleccionamos el bloc de notas o notepad y al final de todo el contenido del archivo pegamos las 3 lineas siguientes :

65.54.239.80 messenger.hotmail.com
65.54.239.80 dp.msnmessenger.akadns.net

OJO: Digo 3 lineas porque deben dejar un renglon extra y luego recien Guardar.

Con esto deberia estar solucionado y podran chatear sin problemas.

Pero si aun, con esto no funciona y adivino que estan usando el ESS Eset Smart Security, tenemos que ir a Opciones Avanzadas (f5) y en el item web access protection/HTTP/Web Browsers hay una lista de aplicaciones donde deshabiltaremos con doble clic la opcion marcada para Windows Live damos Aceptar y con esto ya deberia quedar.

Saludos.

--En Ingles ------------------------------------------------
--------------------------------------------------------------

More than one would come there will be a common mistake with Windows Live Messenger to try to log, the error 80072745. Then I leave the trick to solve the problem.

Open the Hosts file located in the default route, according to the operating system you have:

On Windows 95/98/Me would be C: / windows / hosts
In windows 2000/NT/XP Pro series C: / winnt/system32/drivers/etc/hosts
In Windows XP Home would be C: / windows/system32/drivers/etc/hosts

As no extension when we say we want to do, we give Open, then select a program from the list and select notepad or notepad and at the end of the entire contents of the file paste the following 3 lines:

65.54.239.80 messenger.hotmail.com
65.54.239.80 dp.msnmessenger.akadns.net

Note: I say 3 lines because they must leave a extra row and then you just saved.

This should be fixed and chat without problems.

But still, this does not work and I guess maybe You are using ESET Smart Security ESS, we must go to Advanced Options (f5) and the item web access protection / HTTP / Web Browsers is a list of applications where double-clic for Windows Live and and then OK.

Greetings.

jueves, 15 de octubre de 2009

MCTS .NET Framework 3.5, Windows Communication Foundation Application Development

-- EN INGLES ---------------------------------------------
------------------------------------------------------------
I taked and passed exam 70-503 MCTS .NET Framework 3.5, Windows Communication Foundation Application Development on August 21, 2009. Now I will discuss the issues that people should know about how could be MCTS. Net Framework 3.5 WCF.

Thematic for MCTS .NET Framework 3.5, Windows Communication Foundation Application Development:

This topic is in the Collection 6461 : Visual Studio 2008 includes:

- Getting Started with Windows Communication Foundation
- Configuring and Hosting WCF Services.
- Endpoints and Behaviors
- Debugging and Diagnostics
- Designing and Defining Contracts
- Handling Errors
- Improving WCF Service Quality
- Implementing WCF Security
- Implementing Transactions

One Prerequisite Exam and One Required Exam Needed:

Prerequisite Exam:
Exam: 70-536 - TS: Microsoft .NET Framework, Application Development Foundation

- Exam's Topics 70-536

Required Exam:
Exam: 70-503 – TS: Microsoft .NET Framework 3.5, Windows Communication Foundation Application Development

Course 6461: Windows Communication Foundation

You can prepare on the topics to take the MCTS Exam 70-503 .NET Framework 3.5, Windows Communication Foundation Application Development

Links:
Exam 70-503 Windows Communication Foundation

Good luck and hopefully any questions.

-- EN CASTELLANO ------------------------------------------
---------------------------------------------------------------
Tambien rendi el examen 70-503 correspondiente a la Certificacion MCTS .NET Framework 3.5, Windows Communication Foundation Application Development , el dia 21 de Agosto del 2009 y logre pasarlo.Los temas que cubre este examen son:

- Primeros pasos con WCF (Getting Started with Windows Communication Foundation)
- Configuracion y hosteo de Servicios WCF(Configuring and Hosting WCF Services)
- Puntos extremos y comportamientos (Endpoints and Behaviors)
- Depuración y Diagnóstico (Debugging and Diagnostics)
- Diseño y Definición de Contratos (Designing and Defining Contracts)
- Control de Errores (Handling Errors)
- Mejorarando la calidad de los Servicios WCF (Improving WCF Service Quality)
- Implementando Seguridad con WCF (Implementing WCF Security)
- Implementación de transacciones (Implementing Transactions)

Examen Prerequisito :
Como repito para poder rendir cualquier examen MCTS ya sea para .NET Framework 2.0, 3.5 y hasta para 4.0 el examen prerequisito es el 70-536 - TS: Microsoft .NET Framework, Application Development Foundation (Fundamentos de .NET Framework)

- Tematica Examen 70-536

Examen Requerido :
Y luego hay que rendir el examen 70-503 – TS: Microsoft .NET Framework 3.5, Windows Communication Foundation Application Development

Curso 6461: Windows Communication Foundation

La colección de cursos 6461, desarrollado por Microsoft e-Learning (que es dicado en los CPLs autorizados por Microsoft a nivel mundial), nos proporcionara la preparacion necesaria para poder rendir este examen de certificacion.

Links:
Examen 70-503 Windows Communication Foundation

Buena suerte y cualquier duda no duden en hacermelas llegar.
Hasta la proxima.