Convert «ink to text» in one note is greyed out

Convert «ink to text» in one note is greyed out

When the functionality of converting written text to computer characters in my One Note appeared in gray I immediately assumed something was not working correctly instead of thinking «Hey I haven’t used One Note in like 8 years, maybe something has changed in...
Undeletable files in Cygwin or GIT

Undeletable files in Cygwin or GIT

Today I’ve come across a weird an annoying problem «a undeletable file» in Windows that was created while using a shell script in Cygwin. The file had owner:  «Unknown+User» and group:  «Unknown+Group» making virtually impossible to delete the file without...
Undeletable files in Cygwin or GIT

Different Cygwin usages

Change Cygwin’s user I’ve tried looking for an option like «login» but didn’t work for me. As a workaround I use this: #using RUNAS runas /user:<HOSTNAME>\<USER> D:\cygwin-64\Cygwin.bat #using PSEXEC psexec \\computername -u...
How to fix Cygwin Warning: Input is not from a terminal

How to fix Cygwin Warning: Input is not from a terminal

If you are experiencing this messages: cygwin Warning: Input is not from a terminal cygwin Warning: Output is not from a terminal Using GIT or just vim only, here’s a couple of things you can try: If you get those errors using vim only maybe you want to try bash...

Verificar grupos de AD / Linux con un Batch

Con la llegada de Windows 7, 8 y 10 ya no tenemos la posibilidad de usar la función InGroup, vbscript es muy complejo, Poweshell requiere la instalación de .NET Framework y Kixtart ya no funciona igual pues utilizaba esa función. Con el siguiente batch script usted...