Rclone for Dropbox on RaspberryPi (and other headless server)

Dropbox does not maintain their client for RaspberryPi, so you should find other ways to use it. There are some non-official clients, but I prefer using rclone, since it allows some interesting features for me: There is a guide on the rclone web site on how to configure a Dropbox remotely, by creating a new...

"Rclone for Dropbox on RaspberryPi (and other headless server)"Seguir leyendo

Developing for Kstars

To build a stable or latest version of kstars, I recommend using the script from https://gitea.nouspiro.space/nou/astro-soft-build The script creates two folder trees: one for the source code and another one for the build folders, that will include all the compiled objects and artifacts. Once the script has created the build folder structure, you can manually...

"Developing for Kstars"Seguir leyendo

Validación de email para Contact Form 7

Una forma sencilla de añadir doble validación de email a un formulario de WordPress… igual no es lo más elegante, pero a partir de ello he creado un plugin que lo contiene. functions.php <?php // //  Hook for double check of email addresses. //  Taken from: http://stackoverflow.com/questions/6255367/contact-form-7-is-there-a-confirm-e-mail-input-type // function register_scripts() {   if ( !is_admin()...

"Validación de email para Contact Form 7"Seguir leyendo

Volver arriba