Archivo del Autor: carlosap

Cables para HDCVI

Tipo de cable Cobre sólido RG59 Cable Siames RG59 El cable siamés eléctrico es un cable formado por dos conductores concéntricos: Un conductor central o núcleo, formado por un hilo sólido o trenzado de cobre (llamado positivo o vivo). Un conductor exterior en forma de tubo o vaina, y formado por una malla trenzada de proteccion.… Leer más »

Telharmonium

The Telharmonium (also known as the Dynamophone) was an early electrical organ, developed by Thaddeus Cahill circa 1896 and patented in 1897.[1][2][3] The electrical signal from the Telharmonium was transmitted over wires; it was heard on the receiving end by means of «horn» speakers.[4] Like the later Hammond organ, the Telharmonium used tonewheels to generate… Leer más »

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 are… Leer más »

Respaldo ZFS montar en zona global una zona

cfgadm -al devfsadm -cV echo | format IMPORTAR POOL zpool import zrespaldo zfs list -o name,zoned,mountpoint Cambiarle a zoned=off ( para montar en zona global) zfs set zoned=off zrespaldo/respaldoDB Cambiar y verificar parametros zfs set mountpoint=/respaldoDB zrespaldo/respaldoDB zfs get mountpoint zrespaldo/respaldoDB zfs get mounted zrespaldo/respaldoDB #MONTAR UNIDAD zfs mount zrespaldo/respaldoDB

Refrescar DNS solaris

svccfg -s network/dns/client setprop config/nameserver = net_address: «(192.168.25.21 192.168.24.22)» svccfg -s network/dns/client listprop config svcadm refresh dns/client cat /etc/resolv.conf