por Miguel | Ago 29, 2019 | nomachine
There are some products as x2go and FreeNX (which isn’t longer available) that were designed to provide Remote Desktops to users. A month ago I was required to setup NoMachine (the paid version of FreeNX) also known as «!M or NX». In this document I leave the...
por Miguel | Ago 28, 2019 | openbusiness
Hace rato tenía ganas de hacer una serie Open Business donde abra mano de datos reales para mostrar qué pasa con la construcción de sitios web, cómo negocio proyectos con empresas, cuánto dinero se gana (claramente será variable según nicho, estrategias y otras...
por Miguel | Ago 26, 2019 | linux
Today I’m facing a kernel upgrade in our company legacy systems. Particularly our systems boot from an NFS/Ramdisk, so we’ll require to have enabled: NFS (filesystem and utilities) Networking DHCP In our Initrd. Also we are passing boot options to the VM...
por Miguel | Jul 26, 2019 | paypal
Vengo trabajando con Adsense y TheMoneytizer para monetizar sitios web en argentina. En el caso de Adsense los cobros los realizo por transferencia bancaria directa y con TheMoneytizer recibo los pagos en dólares a través de paypal. En esta publicación les voy a...
por Miguel | Jul 11, 2019 | rest
Cómo inicié Cuando no sabemos nada de cómo construir algo, hay que comenzar por las partes más pequeñas posibles. En mi caso «alguna idea» ya tenía sobre REST, Python y algunas de las otras tecnologías con lo cual ciertas cosas podía inferirlas fácilmente y otras no....
por Miguel | Jul 10, 2019 | linux
Recently I was required to test the level of pressure in several devices, Wacom tablets, Lenovo Yoga 2 in 1, Asus T102H / T103H, among others… In this post I’ll explain how to know how to test or debug the levels of pressure of your pen for any device, in...
por Miguel | Jun 3, 2019 | mongodb
Access mongo CLI $> mongo Show databases show dbs; Show Collections show collections; Filter Unique Values Filter unique values (only the values) from a column (first you must «use db», only change «collection» and «column» do not change the db prefix) >...
por Miguel | May 24, 2019 | linux
Beware, I’m using a custom install of Ubuntu 16.04.03, isn’t from scratch because it contains several own developed packages and customization, anyway the default kernel and packages of this distro were respected. I’d installed my custom Ubuntu...
por Miguel | Abr 22, 2019 | nodejs
When trying to install grunt to compile Bootstrap JS and CSS I found this error: npm ERR! Error: EACCES: permission denied, access ‘/usr/local/lib’ mortiz@florida:/var/www/html/bootstrap$ npm install -g grunt-cli npm WARN npm npm does not support Node.js...
por Miguel | Abr 17, 2019 | godaddy
Ah yes, what a headache is to enable a simple SSH access with GoDaddy, it took me at least a couple of hours to do it but I finally succeeded and I’m going to tell you what you need to do. First is to get a good SSH client If you have linux you already have one...