Archivo de la categoría: Raspberry

Setting up Qemu with a tap interface

There are two parts to networking within QEMU: The virtual network device that is provided to the guest (e.g. a PCI network card). The network backend that interacts with the emulated NIC (e.g. puts packets onto the host’s network). Example: User mode network User mode networking allows the guest to connect back to the outside… Leer más »

Installing Windows XP on QEMU raspberry pi 4

In this article we will attempt install Windows XP on QEMU rpi4.  I use: Raspberry Pi 4 Raspbian 10 buster as host OS QEMU version 3.1.0 (Debian 1:3.1+dfsg-8+deb10u8) Windows XP SP2 ISO / CD Make Working Directory mkdir ~/qemu/winxp directory Create Disk qemu-img create -f raw winxp.img 10G Installation qemu-system-i386 -m 512 -hda winxp.img -cdrom winxpsp2.iso -boot… Leer más »

VERACRYPT EN UBUNTU Y TU RASPBERRY POR TERMINAL

Compatiblidad truecrypt veracrypt archivo path -tc -m=nokernelcrypto Instalación en Ubuntu En Ubuntu lo instalaríamos mediante PPA: Fuente Instalación en Raspberry Instalamos las siguientes dependencias: Instalamos la última versión de Veracrypt que podemos encontrar en este enlace: Extraemos el archivo descargados: Instalamos ejecutando el script: Ahora seguiremos los pasos que nos pedirá el programa: 1 (instalar) Enter (aceptar la… Leer más »

HEADLESS RASPBERRY PI 4 SSH WIFI SETUP (MAC + WINDOWS)

https://desertbot.io/blog/headless-raspberry-pi-4-ssh-wifi-setup This article covers setting up a Raspberry Pi 4 Model B for headless SSH access over WiFi using a Mac or Windows 10. These instructions have also been tested on Pi Zero W. Instructions for a Raspberry Pi 3 B+ can be found here: Headless Raspberry Pi 3 B+ SSH WiFi Setup (Mac + Windows). Step 1. Download… Leer más »

raspberry autoupdate

Add the following lines of code to the file and save it (ctrl + X, Y and enter). This will the basis for the automatic updates: #!/bin/sh sudo apt-get update && sudo apt-get upgrade -y sudo rpi-update sudo apt-get autoremove sudo apt-get autoclean sudo reboot You will want to make the shell script executable using the following command:… Leer más »

OPEN SOURCE VIDEO SURVEILLANCE SOFTWARE KERBEROS.IO

https://kerberos.io/ Video surveillance made easy Kerberos.io is a free video surveillance solution, which works with any camera and on every Linux based machine. You can deploy a fully configured video surveillance system within a few minutes on the environment you prefer: Raspberry Pi, Orange Pi, Docker, etc. Installation with magic Installing Kerberos.io to your IoT device, has never been so easy. By using our cross-platform installer, you… Leer más »