Sunday, December 17, 2017

Usar Twitter desde la línea de comando es realmente "COOL" - UBUNTU 16.04 LTS (o superior)

Mi favorito es el código abierto de Rainbow Stream basado en Python. Es lo mejor entre "verse bien y funcionar bien", y es compatible con casi todas las funciones.

Para instalar Rainbow Stream en Ubuntu 16.04 LTS (o superior)

Abra una nueva ventana de Terminal y ejecute el siguiente comando para instalar Rainbow Stream usando el sistema de administración de paquetes python:

sudo pip3 install rainbowstream




Si obtiene un error al ejecutar esto, es porque pip3 no está instalado. Necesitamos instalarlo primero.

sudo apt install python3-pip

Luego de terminar la instalación, vuelva a ejecutar el comando anterior.

Suponiendo que todo se instaló correctamente, puede iniciar la aplicación ejecutando el siguiente comando:

rainbowstream




Esto abrirá Twitter en una ventana del explorador, deberá autenticarse, autorizar rainbowstream y copiar el PIN que se le asginara para que raibowstream pueda acceder a su cuenta de Twitter.



Una vez hecho esto, puede empezar a disfrutar de leer su timeline desde línea de comando.


Habilitar "Apear Offline" en Skype for Business Office 2016

Para habilitar el estado Aparecer sin conexión a Skype for Bussines en Office 2016, simplemente agregue la clave Reg a continuación. Salga de Skype y ábralo nuevamente y allí lo tiene. También puede descargar el archivo Reg de mi Google Drive (enlace a continuación).


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\16.0\Lync] "EnableAppearOffline"=dword:00000001



Para Lync en Office 2013 simplemente cambie la versión de la oficina a 15.
Si descarga el archivo Reg, edítelo con el bloc de notas y cámbielo.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\15.0\Lync] "EnableAppearOffline"=dword:00000001

Espero que les sea útil.


Enable "Apear Offline" on Skype for Business Office 2016

To enable the Appear Offline status to Skype for Bussines on Office 2016, simply add the Reg Key below. Exit Skype and open it again and there you have it. You can also download the Reg file from my Google Drive (link below)

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\16.0\Lync] "EnableAppearOffline"=dword:00000001

https://drive.google.com/open?id=1EAWesYFv1-bvPuWqV3xMP4lboGIpksrl

For Lync on Office 2013 simply change the office version to 15.
If you download the Reg file, edit it with notepad and change it.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\15.0\Lync] "EnableAppearOffline"=dword:00000001

I hope you find this useful, cheers.


Tuesday, October 28, 2014

Enable Lync 2013 on Office Communicator 2007 Server and Enable Appear Offline Status

This is a simple registry tweak that will let you use Lync 2013 on a Office Communicator 2007 Server, and it will also enable the appear offline status that is not available out of the box.

Simply merge the attached registry tweak and you are good to go.

EnableLyncAdnAppearOffline.zip

Saturday, August 9, 2014

Updates listed twice after updating Mac OS X Yosemite DP 5

Found something odd after I updated to OS X 10.10 DP5 this evening. If you look in the Updates section in the App Store, I see the update installed twice.

Found that this is pretty normal while using the betas for them to show up 2/3 times.

If you, like me (?) have ocd or something and it's bugging you. You can edit the updates that the App Store shows here: ~/Library/Application Support/App Store/updatejournal.plist

Open the terminal and write:

chflags nohidden library

To show the Library Folder.
Then i used Text Wrangler app to edit the .plist

Tuesday, July 29, 2014

FIX Error 'Could not find this item. This is no longer located in :\ Verify the item's location and try again'

I got that message after copy and paste files from my external hard disk to my PC (windows 8.1), while some files weren't able to be pasted. I pressed the 'try again button', still the same problem happened.

The file that wasn't responding was in C:/Users//Downloads. So I opened Command Prompt and typed the following:

cd downloads

dir /x

[long list of files and folders in \Downloads, with each given an additional short name, in the case of my file it was FILE~1]

del FILE~1

...and that did it. Apparently some have had more success renaming the file:

REN FILE~1
DEL

Friday, March 7, 2014

How to get rid of annoying Skype advertisements on the main and chat window:


1. Open Host file

C:\Windows\System32\drivers\etc\hosts

** Open Notepad in Administrator mode and navigate to host file location.

2. Add the following lines at the end:

## Block Skype Ads
127.0.0.1 rad.msn.com
127.0.0.1 live.rads.msn.com
127.0.0.1 ads1.msn.com
127.0.0.1 static.2mdn.net
127.0.0.1 g.msn.com
127.0.0.1 a.ads2.msads.net
127.0.0.1 b.ads2.msads.net
127.0.0.1 ac3.msn.com

3. Save host file and restart Skype.