Create a Bitcoin node into your Raspberry PI with only a few GBs, even for the installation Jun 11, 2023 Which is the main purpose of this? Run a Bitcoin node needs over 1/2 TB of hard disk. It's not so much, but if you have a Raspberry PI or any other small computer, the space is a problem. A pruned node maintains only the last transactions, then you can run a node with only +550MB for the blockchain database. In this tutorial I'll avoid to download & use the whole blockchain (1/2TB) and we'll use only 5GB, even for the installation and start up (the tip is to use the snapshot). ...
Clipboard content to file. New app Oct 22, 2022 A simple, easy, fast and useful way to paste your clipboard content (text or image) into a file! Previously, you had to open editor, paste your clipboard, save file, close editor. Now, right click and choose the menu “Clipboard to file”! HOW DOES IT WORK? TEXT Copy a text into your clipboard. Go to your file browser and do a right click: Into empty area / “Clipboard to file” menu: Will create the file clipboard-X. ...
Install k3s cluster into Alpine Linux Jun 4, 2022 I'll use Alpine Linux as it is a so light distribution. My setup is: 192.168.1.100 master 192.168.1.101 node1 192.168.1.102 node2 Into master, let's install requirements, install the master node and get the token: apk add curl curl -sfL https://get.k3s.io | sh - cat /var/lib/rancher/k3s/server/node-token Into each one of the nodes: apk add curl k3s_token="<your_master_token_here>" curl -sfL https://get.k3s.io | K3S_URL=https://master:6443 K3S_TOKEN=${k3s_token} sh - Into the master again, check we see the nodes and config them as workers and disable the master node to run pods: ...
El mejor truco de GMail para filtrar emails Apr 23, 2022 Tras años usando GMail descrubo el mejor de los trucos: Añadir +texto a tu email, tal que: tu.email+temporal@gmail.com tu.email+compras@gmail.com Sólo queda filtrar esos emails en GMail como te plazca ;)
Install AWX 9 on CentOS 8 Mar 29, 2022 How to install an older UI AWX on CentOS 8 Needs: yum -y install epel-release yum -y install ansible git python3-pip yum -y install yum-utils device-mapper-persistent-data lvm2 Docker: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum -y install docker-ce --allowerasing systemctl start docker pip3 install docker pip3 install docker-compose systemctl restart docker systemctl enable docker Check Docker: docker run hello-world AWX: git clone -b "9.1.1" https://github.com/ansible/awx.git cd awx/installer/ Change into the inventory file: localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python3" postgres_data_dir=/var/lib/pgdocker awx_official=true project_data_dir=/var/lib/awx/projects awx_alternate_dns_servers="8. ...
How to upgrade Telegram if you installed it from the package telegram-desktop Apr 1, 2021 If you installed Telegram in Ubuntu with the package telegram-desktop you'll see that it doesn't update. You can force it from the official program for desktop. Just run: cd /tmp wget -O telegram.tar.xz https://telegram.org/dl/desktop/linux tar xf telegram.tar.xz sudo mv Telegram/Telegram /usr/bin/telegram-desktop Now, you only need to restart Telegram ;)
Ubuntu y otras hierbas S05E02: Apple M1 y Linux ante ARM. Edge llega a Linux Dec 28, 2020 ¿Será buena para Linux una más que factible migración de x86 a ARM? ¿Significará la muerte de Linux? Creemos que se avecinan tiempos oscuros… Y el navegador Edge llega a Linux. Escúchanos en: Ivoox Telegram Youtube Y en tu cliente de podcast habitual con el RSS
Unav 3 is here! Sep 10, 2020 The new uNav 3 is here! A simple, easy & beautiful GPS Navigator for Ubuntu Touch! 100% Libre. Doesn't track you, it respects you. Powered by Openstreemap. Online & offline (powered by OSM Scout Server) GPS Navigation. Enjoy it in your UBPorts device!
Review Slimbook Pro X Jul 29, 2020 Visité Valencia este mes de Julio y aproveché a visitar las oficinas de Slimbook, el manufacturador español especializado en dispositivos con Linux preinstalado. Allí realicé durante un par de horas una review a su modelo Pro X con CPU Ryzen de AMD. Construcción y diseño Yo uso un Dell Latitude E5470 y al coger el Pro X lo primero que llama la atención es su ligereza (1,1 Kg). No hay muchos portátiles en el mercado que puedan presumir de pesar 1,1 Kg, tal como analicé en otro post. ...
Ubuntu 20.04: Sustituir Nautilus por Nemo Jul 26, 2020 En Ubuntu 20.04 se incluyó la última versión de Nautilus y la gestión de los ficheros en el escritorio se realiza a través de una extensión de GNOME. Si bien emula correctamente que podamos gestionar ficheros en el escritorio, tiene algunas carencias importantes como no poder arrastrar desde Nautilus al escritorio, atajos de teclado… En este vídeo te muestro todos los pasos para sustituir Nautilus por Nemo y conseguir un escritorio totalmente funcional: ...