VAX OpenVMS on the Raspberry Pi
Categoría: Raspberry
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
raspberry wolfram lic
To add a user that can run the Wolfram Language: pi@test-pi ~ $ sudo adduser pi2 Adding user pi2′ … Adding new grouppi2′ (1004) … Adding new user pi2′ (1001) with grouppi2′ … Creating home directory /home/pi2′ … Copying files from/etc/skel’ … […] Add it to the ‘video’ group (required as part of aSeguir leyendo
hostname jessi
Good catch on the dbus dependency. FYI: I’ve been learning how to configure systemd systems and discovered that hostnamectl set-hostname myhostname automatically updates the contents of /etc/hostname (the static hostname) so there’s no need for the first echo command. – Anthony Geoghegan Jul 14 at 12:01