12 octubre 2021

En chrome cómo guardar archivos en pendrive u otra carpeta al descargarlos

En este artículo hemos utilizado un chromebook (pero vale también para windows o Linux) , que suele venir configurado de fábrica para que todos los archivos que descarguemos de internet en el navegador Chrome se guarden en la carpeta de descargas.

Supongamos que deseamos elegir la carpeta donde guardar el archivo o simplemente deseamos guardarlo en un pendrive. 

Entonces tenemos que activar que el navegador nos pregunte dónde queremos guardar el archivo. 

Pasos:

1. Abrir navegador Chrome, y hacer click/tocar los tres puntitos verticales situados en la esquina superior derecha del navegador. 

2. Seleccionar Configuración. 

3. Seleccionar Configuración avanzada - Descargas. 

4. En "Preguntar dónde se guardará cada archivo antes de descargarlo" - Activar el botón (deslizándolo hacia la derecha). 

La próxima vez que descarguemos un archivo de internet, aparecerá una ventana con forma de rectángulo donde podremos seleccionar la carpeta o pendrive donde guardarlo, e incluso cambiarle el nombre. 

11 octubre 2021

How to create a portable wifi hotspot on android phone

Sharing the data connection of our phone with a tablet or a laptop is very easy. We just have to create a portable Wi-Fi hotspot. 

We go to Settings - (networks) - Portable hotspot

On portable hotspot select - set up portable hotspot. 

There we can change the SSID name (it is our device name when showing on wifi networks) and we will usually find a password that we can leave or change.

In the security section we can choose a strong encryption such as WPA-2. 

We must copy the password on a piece of paper or on a notes app (touch the eye-shaped icon to view) and the ssid too. 

Once set up, go back and enable the portable hotspot button, if it has not been done before. 

Important: To share the mobile data connection we must turn such connection on (be sure internet is working) and have the portable hotspot turned on. 

And we can now access the internet via wifi from another device. 

* Images show MIUI 12 (Xiaomi) interface. 

Cómo crear una zona wifi o hotspot en un móvil android

Compartir la conexión de datos de nuestro móvil con una tablet o un portátil es muy fácil. Tan sólo tenemos que crear un punto de acceso wifi portátil, también llamado zona wifi o "hotspot". 

Nos vamos a Ajustes - (Redes) - Punto de acceso portátil (o zona wifi). 

En punto de acceso portátil (o zona wifi) seleccionar - Configurar punto de acceso portátil. 

Ahí podemos cambiar el nombre SSID (es el nombre que tiene nuestro dispositivo cuando aparece en redes wifi) y normalmente encontraremos una contraseña q podemos dejar o cambiarla.

En apartado seguridad elegimos un cifrado fuerte como es WPA-2. 

Debemos copiar en un papel o en una app de notas la contraseña (tocamos el icono con forma de ojo para visualizar) y también el ssid. 

Una vez configurado, retrocedemos y activamos el punto de acceso portátil si no lo hemos hecho antes. 

Importante: Para compartir la conexión de datos tenemos que activar dicha conexión en el móvil (asegurarnos que tenemos internet) y tener el punto de acceso portátil activado. 

Y ya podemos acceder a internet por wifi desde otro dispositivo. 

* Las imágenes muestran la interfaz android de MIUI 12 (Xiaomi). 

10 octubre 2021

How to install or uninstall spotify on chromebook linux beta

This article is for Linux Debian, which is the one (linux beta) that can be enabled on chrome os, chromebooks system. To install the desktop version of Spotify on a chromebook (or debian) we have to do it through the linux beta terminal (which must has been activated previously). 

HOW TO INSTALL SPOTIFY:

We open the Linux Terminal app and write:

sudo apt-get install spotify-client 

Reply we do want to install by typing: y

Once installed, it is very likely that when you open Spotify, it will close instantly. In linux the app usually crashes. 

The trick to open Spotify  is:

Open terminal and type:

spotify --no-zygote

Then automatically Spotify will open. 

HOW TO UNINSTALL SPOTIFY:

sudo apt-get --purge remove spotify-client

And follow instructions. 

16 julio 2021

Cómo instalar o desinstalar spotify en chromebook linux beta

Este artículo es para Linux Debian, que es la que se puede habilitar (linux beta) en el sistema chrome os de los chromebooks. Para instalar la versión de escritorio de Spotify en un chromebook tenemos q hacerlo a través de la terminal de linux beta (q debemos tener activado). 

CÓMO INSTALAR SPOTIFY:

Abrimos la app Terminal de linux y escribimos:

sudo apt-get install spotify-client 

Responder que sí queremos instalar escribiendo: y

Una vez instalada es muy probable que al abrir Spotify, se nos cierre al instante. En linux la app suele hacer crash. 

El truco para abrir Spotify es:

Abrir la terminal y escribir:

spotify --no-zygote

Entonces, automáticamente, Spotify se abrirá. 

CÓMO DESINSTALAR SPOTIFY:

sudo apt-get --purge remove spotify-client

Y seguir instrucciones. 

Quick way to install Firefox on linux beta - chromebook

There is a firefox version you can install quickly if you don't wanna waste time with codes and file managers, or you are just beginning...