Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- systemd @zibaldone:linux
- ====== Systemd ====== <code> systemctl status </code> show running units <code> systemctl </code> show available unit files <code> systemctl list-unit-files </code> enable unit <code> system
- install @tips:archlinux
- from archlinux iso ===== install on archiso zfs system from https://github.com/eoli3n/archiso-zfs <code>... ootfs=rpool/ROOT/arch rpool </code> install base system <code> pacstrap /mnt base echo "rpool/ROOT/arch ... <code> arch-chroot /mnt </code> ===== Install system ===== <code> pacman -Syyu pacman -S base vim </c... ware intel-ucode pacman --noconfirm -S zfs-dkms systemctl enable zfs.target systemctl enable zfs-import-
- iotaiuto @projects:internetofthings
- NO il servizio HomeAssistant nel file: # /etc/systemd/system/home-assistant.service [Unit] Description=Home Assistant After=network.target [Service] Type... target # 4. abilitare il servizio Homeassistant systemctl daemon-reload systemctl enable home-assistant </code> ==== CREAZIONE + INSTALLAZIONE + ATTIVAZIONE se
- audio @tips
- s gstreamer1.0-pulseaudio </code> <file ini /etc/systemd/system/pulseaudio.service> # systemd service spec for pulseaudio running in system mode -- not recommended though! # on arch, put it under /e
- homeassistant @projects:internetofthings
- ll homeassistant </code> service <file txt /etc/systemd/system/hass.service> [Unit] Description=homeassistant After=network.target [Service] Type=simple User=p... i-user.target </file> enable service <code bash> systemctl daemon-reload systemctl enable hass </code> configuration example <code bash> sudo apt install git m
- zfs-on-root @tips:ubuntu
- -ST4000NM0035-1V4107_ZC10????-part1 </code> ===== System install ===== create filesystem dataset to act as container <code> zfs create -o canmount=off -o mountpoint=none rpool/ROOT </code> create filesystem for root <code> zfs create -o canmount=noauto -o ... mount rpool/ROOT/ubuntu </code> create other filesystems <code bash> zfs create -o setuid=off rpool/home
- jibri @tips
- thentication = "internal_plain" </file> <code> systemctl reload prosody systemctl status prosody </code> ====== jitsi ====== <code> apt update apt install -y... .harvest.NAT_HARVESTER_PUBLIC_ADDRESS=94.230.Y.Y systemctl restart jitsi-videobridge.service systemctl restart jicofo </code> ====== HAProxy ====== global
- zfs @tips
- </code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD''' pool <code> sudo zfs creat... 048 74426367 35.0 GiB 8300 Linux filesystem 2 2048 1026047 500.0 MiB ... lxd /dev/sda4 </code> ===== docker ===== <code> systemctl stop docker rm -fR /var/lib/docker zfs create ... oint=/var/lib/docker/volumes rpool/docker-volumes systemctl start docker </code> /etc/docker/daemon.json
- gnss @tips
- -caster/-/tree/master * https://gitlab.com/hydrasystem/ntripcaster.git sourcetable.dat <code> CAS;rtcm-... base station ==== configure ublox in NMEA <code> systemctl stop gpsd systemctl stop gpsd.socket DEVICE=/dev/gps0 ubxtool -f $DEVICE -p RESET ubxtool -f $DEVICE ... = <file txt /etc/udev/rules.d/91-ubox.rules> #SUBSYSTEMS=="usb", DRIVERS=="usb", ACTION=="add", ATTRS{idV
- mycroft @projects:iotaiuto
- Aggiungere: <code> { ... "lang": "it-it", "system_unit": "metric", "time_format": "full", "date... = Dal terminale del raspberry <code> mycroft-stop systemctl --user stop pulseaudio arecord -f cd -Dhw:0 t... rvizio deepspeech-server** <code> sudo nano /etc/systemd/system/deepspeech-server.service </code> Scrivere nel file: <code> [Unit] Description=Deepspeech server
- postinstall @tips:archlinux
- pds gutenprint foomatic-db-gutenprint-ppds sudo systemctl restart cups sudo systemctl enable cups </code> color mode <code> lpadmin -p MP-C2004ex -o print-colo... code> yay arc-gtk-theme yay gnome-shell-extension-system-monitor-git yay gnome-shell-extension-dash-to-doc... ay vlc yay inxi </code> cups <code> yay cups yay system-config-printer systemctl start cups systemct
- led @projects:iotaiuto
- d.py, led_server.py chmod +x led_init.sh cd /etc/systemd/system # posizionare qui i seguenti file: # led.service, led-server.service sudo systemctl daemon-reload sudo systemctl enable led.service sudo systemctl enable led-server.service # riavviare
- postgres @tips:db
- ages/pgadmin4/pgAdmin4.py </code> <file ini /etc/systemd/system/pgadmin.service> [Unit] Description=pgadmin Service After=network.target [Service] User=root Exe... stall] WantedBy=multi-user.target </file> <code> systemctl daemon-reload systemctl start pgadmin systemctl enable pgadmin </code> define admin user in postgresq
- android @tips:radxa
- ==== Screen resolution ==== To have full-hd **/system/build.prop** <code> video.use.overlay=0 </code> In build system change for example //radxa_udoo_common/Android.mk... v4l2-clt is in out/target/product/radxa_rock_pro/system/bin/v4l2-ctl ==== Upload ==== Keep button near U... Boot animation ==== Put bootanimation.zip into /system/media folder (see [[http://androidbootanimation.c
- openvpn @tips:vpn
- outerOS 3.0rc9) # More reliable detection when a system loses its connection. ping 15 ping-restart 45 pin... de> username password </code> Start service with systemd <code> systemctl start openvpn@client1 systemctl enable openvpn@client1 </code> ===== Linux server ===== <file txt /e