https://www.raspberrypi.org/forums/viewtopic.php?f=37&t=97199&p=674959
Categoría: Raspberry
Builing ZFS on Raspberry Pi 3 running Rasbpian
Introduction This is a tutorial for building and installing the latest release version (0.7.3 as of writing) of “ZFS on Linux” on a Raspberry Pi 3 running Raspbian Stretch. Specifically, we’ll be building the dkms version of ZoL, which saves you the hassle of re-compiling the kernel modules after every kernel update. Even though ZoLSeguir leyendo
VAX OpenVMS on the Raspberry Pi
VAX OpenVMS on the Raspberry Pi
add fstab raspberry
blkid # blkid /dev/mmcblk0p1: LABEL=”boot” UUID=”70CI-CB26″ TYPE=”vfat” PARTUUID=”e3cbft8b-01″ /dev/mmcblk0p2: UUID=”f2100b2f-ed84-4647-b5ai-081234512716″ TYPE=”ext4″ PARTUUID=”e3cbfe8b-02″ /dev/sda1: UUID=”ab34fc7c-0f1c-1234-5678-9f9f7065e672″ TYPE=”ext4″ PARTUUID=”6b905dde-01″ /dev/mmcblk0: PTUUID=”e3fdfe4b” PTTYPE=”dos” /dev/sda1 UUID=”ab34fc7c-0f1c-1234-5678-9f9f7065e672″ add /etc/fstab UUID=ab34fc7c-0f1c-1234-5678-9f9f7065e672 /mnt ext4 defaults,noatime,auto 0 0 También ls -l /dev/disk/by-uuid/ Da los UIDs
pyload raspberry
Installing pyLoad on a Raspberry Pi with Raspbian Jessie All credits for this guide go to eNBeWe. Thanks, mate! In the following I assume that you are running a Raspberry Pi with a recent version of Raspbian. At the point of writing this means you are running some version of Debian Jessie. First we areSeguir leyendo
Ubuntu / Debian Linux: Install and Setup TFTPD Server
by Vivek Gite on December 1, 2012 last updated July 19, 2013 in Debian / Ubuntu, Networking, Ubuntu Linux How do I install and configure TFTP server under Debian or Ubuntu Linux server to configure networking equipment such as remote booting of diskless devices or remote loading of Unix like operating systems via PXE boot?Seguir leyendo
Connecting to Raspberry Pi via SSH: Connection Timeout
When trying to connect to my new Raspberry Pi via SSH, this only worked when done locally. It turned out to be caused by the /ect/hosts file. I had set the hostname using the raspi-config tool, which linked it with the loopback address instead of the real one (192.168.x.x). Changing it to the proper addressSeguir leyendo
How do I change the editor used by visudo?
You can set the system editor by calling as root: update-alternatives –set editor /usr/bin/vim.tiny
raspberry USB to serial cable it the PL-2303 workaround
workaround However. There is a strange work around. I did: # sudo modprobe -r pl2303 # sudo modprobe pl2303 cambiar el usuario al grupo para utilizar el serial usermod -g dialout usuario #chmod a+rwx /dev/ttyUSB0 UDEV With current, udev-based, kernels its necessary to reset the permissions of /dev/ttyS[0-9] each time the device isSeguir leyendo
Install pyLoad Raspberry Pi for Download Management
Install pyLoad Raspberry Pi for Download Management 1 2 0 pyLoad is a tool used for downloading files from online storage lockers. These storage sites are usually plagued with nags like waiting for bandwidth restrictions to expire or slow downloading speeds. pyLoad will automatically download lists of files that you add from the storage lockers.Seguir leyendo