You can find the results of your search below.
lxd @tips 100 Hits, Last modified: 5 years ago LXD =======
{{tag>[lxd]}}
===== install =====
<code >
apt remove lxd lxd-client
snap install lxd
# cr... ool=zfspool
# initialize network
sudo lxd init
</code >
Because group membership is only applied at log... the shell you're going to interact with lxd from
<code >
newgrp lxd
</code >
<file bash lxc-prepare (chmod +x)>
#!/bin/bash
NAME=$1
ALIAS=$2
ALIAS=${ALIAS:=xe docker @projects:zibaldone:linux 88 Hits, Last modified: 19 months ago ====== docker ======
===== install =====
<code | ubuntu>
apt-get install -y ca-certificates curl gnupg... usr/local/lib/docker/cli-plugins/docker-compose
</code >
run docker as user
<code >
usermod -aG docker hass
</code >
/etc/docker/daemon.json
<code | download>
{
"default-address-pools" zfs-on-root @tips:ubuntu 62 Hits, Last modified: 7 years ago ot-on-ZFS
===== Livecd =====
boot live cd and
<code bash>
sudo su
passwd ubuntu
apt-add-repository un... penssh-server
# connect from another PC via ssh
</code >
<code >
apt install --yes debootstrap gdisk zfs-initramfs
</code >
===== Disk =====
Reset disk and create GPT par install @tips:archlinux 60 Hits, Last modified: 2 years ago ystem from https://github.com/eoli3n/archiso-zfs
<code >
curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash
</code >
===== ext4 =====
create partition
<code >
DISK=ata-SSDPR-CX400-256-G2_GY3042305
sgdisk --clear -g $D... bios_grub on
sgdisk -n1:0:0 -t1:8300 $DISK
</code >
format
<code >
mkfs.ext4 -L ROOT $DISK-part1
</c mycroft @projects:iotaiuto 58 Hits, Last modified: 3 years ago minale nella partizione rootfs della scheda sd:
<code >
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
</code >
Aggiungere in fondo al file le credenziali della rete wifi:
<code >
network={
ssid="nome rete"
psk="password"
}
</code >
* Salvare e chiudere
* Mettere la scheda sd cordova @tips 56 Hits, Last modified: 10 years ago ===
===== Install =====
Install nodejs and npm
<code >
sudo apt-get install nodejs npm
</code >
Install cordova
<code >
sudo npm install -g cordova
</code >
cordova need node and ubuntu install nodejs
<code >
sudo ln -s /us zfs @tips 55 Hits, Last modified: 22 months ago {{tag>[zfs libvirt]}}
====== ZFS ======
<code bash>
apt install zfsutils-linux
</code >
<code >
sudo zfs list
</code >
create filesystem '''lab''' on '''LXD''' pool
<code >
sudo zfs create LXD/lab
su homeassistant @projects:internetofthings 55 Hits, Last modified: 2 years ago s/ (telegram notify solved)
==== upgrade ====
<code bash>
pip install -U homeassistant
</code >
and after restart home assistant
==== with fabric ====
... assistant/fabric-home-assistant
==== hass ====
<code bash>
sudo apt install python3 python3-venv incro... install -U pip wheel
pip install homeassistant
</code >
service
<file txt /etc/systemd/system/hass.ser server @projects:livenet 52 Hits, Last modified: 7 years ago HW**: 2 nic device
**OS**: Ubuntu server 17.10
<code >apt install bash debootstrap schroot syslinux nfs... el-server tftpd-hpa xorriso pigz zfsutils-linux</code >
**Optional config**
<code >apt install isc-dhcp-server </code >
**network config **
nano /etc/netplan/01-netcfg.yaml
<code >
# Th git @tips 48 Hits, Last modified: 6 years ago r]
ui = auto
</file>
===== New repo =====
<code bash>
NAME=project.git
mkdir $NAME
cd $NAME
git i... mod +x hooks/post-update
git update-server-info
</code >
===== change origin =====
<code bash>
git remote -v
</code >
<code bash>
git remote set-url origin http://git.csgalileo.org/livenet-ser 18.04 @tips:ubuntu 48 Hits, Last modified: 6 years ago ntu on guest install newer system in new ZFS fs
<code >
sudo su
DISTRO=bionic
apt install -y debootstra... /$DISTRO/sys
chroot /$DISTRO /bin/bash --login
</code >
fuse
<code >
dpkg-reconfigure tzdata
</code >
keyboard localization
<code >
dpkg-reconfigure keyboard-configuration
xenial @tips:ubuntu 44 Hits, Last modified: 7 years ago bootable USB =====
Create usb bootable from iso
<code >
cp xenial.iso xenial-copy.iso
isohybrid xenial-copy.iso
dd if=xenial-copy.iso of=/dev/sd?
</code >
===== ssh =====
See https://www.gentoo.org/sup... l
Re-enable ssh-dss key in /etc/ssh/sshd_config
<code >
PubkeyAcceptedKeyTypes=+ssh-dss
</code >
~/.ssh/config
<code >
Host *
PubkeyAcceptedKeyTypes=+ssh-dss 3dprinter @projects 41 Hits, Last modified: 3 years ago AeUtXBBNA|extruder disassemble, head replace]]
<code | anycubic_4max_4maxpro2.0_petg_fast>
[general]
v... ne_width_x) + 1) if wall_thickness != 0 else 0
</code >
<code | anycubic_4max_extruder_0_#2_4maxpro2.0_petg_fast>
[general]
version = 4
name = 4MAXpro2.0 PE... pport_enable = False
support_type = buildplate
</code >
===== Flsun Super Racer =====
todo
===== Ender video @tips 38 Hits, Last modified: 4 years ago === Video TIPS ======
===== Getting INFO =====
<code >
avprobe <file>
</code >
===== Convert to webm =====
<code bash>
ffmpeg -i input.video -threads 4 -b:v 1M -crf 10 output.webm
</code >
===== Repair index =====
<code bash>
mencoder pyramid @tips 37 Hits, Last modified: 9 years ago == classic =====
==== Environment ====
library
<code >
BASE=/lab/ztl
cd $BASE
virtualenv lib
. lib/bin/activate
pip install pyramid
</code >
library activation in active shell (for starting project and running)
<code >
. lib/bin/activate
</code >
start project **ztlbrain**
<code >
pcreate --scaffold alchemy ztlbrain
cd z iotaiuto @projects:internetofthings 36 Hits, Last modified: 4 years ago postgres @tips:db 36 Hits, Last modified: 6 years ago syntax @wiki 35 Hits, Last modified: 4 years ago openvpn @tips:vpn 35 Hits, Last modified: 7 years ago jibri @tips 34 Hits, Last modified: 2 years ago jetsonnano @projects:internetofthings 34 Hits, Last modified: 12 months ago systemd @zibaldone:linux 32 Hits, Last modified: 6 months ago dac @tips 30 Hits, Last modified: 8 years ago gstreamer @tips 30 Hits, Last modified: 12 months ago ssl @tips 30 Hits, Last modified: 2 years ago esphome @projects:internetofthings 30 Hits, Last modified: 3 years ago kinectv2 @tips:sensors 30 Hits, Last modified: 10 years ago micropython @projects:internetofthings 28 Hits, Last modified: 6 years ago docs @projects:wamp 28 Hits, Last modified: 8 years ago vscode @projects:zibaldone 27 Hits, Last modified: 11 months ago monitor @tips:radxa 27 Hits, Last modified: 9 years ago adb @tips:android 26 Hits, Last modified: 7 years ago backup 24 Hits, Last modified: 9 years ago postinstall @tips:archlinux 24 Hits, Last modified: 21 months ago redis @tips:db 24 Hits, Last modified: 7 years ago gnss @tips 22 Hits, Last modified: 2 years ago telegram @tips 22 Hits, Last modified: 3 years ago shinobi @projects:internetofthings 22 Hits, Last modified: 7 years ago liberidicomunicare @projects:iotaiuto 22 Hits, Last modified: 2 years ago minecraft @tips:gameengine 22 Hits, Last modified: 7 years ago jupyter @tips 20 Hits, Last modified: 7 years ago keras @tips 20 Hits, Last modified: 5 years ago virtualization @projects:livenet 20 Hits, Last modified: 5 years ago trusty @tips:ubuntu 20 Hits, Last modified: 9 years ago iidc @projects:zibaldone:electronic 20 Hits, Last modified: 3 years ago atom @tips 19 Hits, Last modified: 7 years ago influxdb @projects:internetofthings 19 Hits, Last modified: 5 years ago mdm @projects 18 Hits, Last modified: 3 years ago k0s @tips 18 Hits, Last modified: 2 weeks ago dell @tips:hw 18 Hits, Last modified: 2 years ago ionic @tips 17 Hits, Last modified: 7 years ago doorbell @projects:iotaiuto 17 Hits, Last modified: 3 years ago plate @projects 16 Hits, Last modified: 2 years ago fail2ban @tips 16 Hits, Last modified: 6 years ago minikube @tips 16 Hits, Last modified: 3 years ago graphite @projects:internetofthings 16 Hits, Last modified: 7 years ago tradfri @projects:internetofthings 16 Hits, Last modified: 5 years ago networknamespaces @tips:linux 16 Hits, Last modified: 6 years ago 17.10 @tips:ubuntu 16 Hits, Last modified: 7 years ago orin 14 Hits, Last modified: 20 months ago k80 @tips 14 Hits, Last modified: 4 months ago pulsar @tips 14 Hits, Last modified: 5 years ago simon @tips:speech 14 Hits, Last modified: 8 years ago fish @tips 12 Hits, Last modified: 17 months ago ftp @tips 12 Hits, Last modified: 6 years ago idrac @tips 12 Hits, Last modified: 15 months ago pypi @tips 12 Hits, Last modified: 20 months ago zsh @tips 12 Hits, Last modified: 6 years ago scipiodev @projects:livenet 12 Hits, Last modified: 7 years ago tutorial @tips:archlinux 12 Hits, Last modified: 6 years ago inappbrowser @tips:cordova 12 Hits, Last modified: 10 years ago unreal @tips:gameengine 12 Hits, Last modified: 10 years ago install @tips:opencv 12 Hits, Last modified: 7 years ago linux @tips:radxa 12 Hits, Last modified: 9 years ago linux @tips:rasberry 12 Hits, Last modified: 8 years ago gnome3 @tips:ubuntu 12 Hits, Last modified: 7 years ago locale @tips:ubuntu 12 Hits, Last modified: 7 years ago airos @tips 11 Hits, Last modified: 6 years ago motorizzazione @tips:vpn 11 Hits, Last modified: 6 years ago ansible @tips 10 Hits, Last modified: 2 years ago autofs @tips 10 Hits, Last modified: 8 years ago capacitor @tips 10 Hits, Last modified: 7 years ago juju @tips 10 Hits, Last modified: 4 years ago overpass @tips 10 Hits, Last modified: 4 years ago unms @tips 10 Hits, Last modified: 3 years ago decompile @tips:android 10 Hits, Last modified: 5 years ago mssql @tips:db 10 Hits, Last modified: 8 years ago oracle @tips:db 10 Hits, Last modified: 8 years ago android @tips:radxa 10 Hits, Last modified: 10 years ago galileo @tips:vpn 10 Hits, Last modified: 4 months ago univr @tips:vpn 10 Hits, Last modified: 20 months ago ceph-on-k0s @tips 9 Hits, Last modified: 3 weeks ago freenove @projects:internetofthings 9 Hits, Last modified: 4 months ago fatherandson @music 8 Hits, Last modified: 7 years ago calibre @tips 8 Hits, Last modified: 7 years ago cvat @tips 8 Hits, Last modified: 4 years ago ldap @tips 8 Hits, Last modified: 5 years ago openalpr @tips 8 Hits, Last modified: 9 years ago taskfile @tips 8 Hits, Last modified: 2 years ago tmux @tips 8 Hits, Last modified: 8 years ago vgpu @tips 8 Hits, Last modified: 3 years ago seamless @projects:livenet 8 Hits, Last modified: 9 years ago zed @tips:sensors 8 Hits, Last modified: 5 years ago smtp @tips:vpn 8 Hits, Last modified: 8 years ago corne @projects:zibaldone:electronic 8 Hits, Last modified: 3 years ago pcb @tips 7 Hits, Last modified: 4 years ago broadlink @projects:internetofthings 7 Hits, Last modified: 5 years ago alhambra @music 6 Hits, Last modified: 10 years ago audit @tips 6 Hits, Last modified: 6 years ago borg @tips 6 Hits, Last modified: 4 years ago dns @tips 6 Hits, Last modified: 3 years ago onvif @tips 6 Hits, Last modified: 6 years ago xpath @tips 6 Hits, Last modified: 9 years ago zabbix @tips 6 Hits, Last modified: 3 years ago stratos @tips:android 6 Hits, Last modified: 7 years ago deb @tips:debian 6 Hits, Last modified: 10 years ago minetest @tips:gameengine 6 Hits, Last modified: 7 years ago kuu @tips:hw 6 Hits, Last modified: 2 years ago gpio @tips:radxa 6 Hits, Last modified: 10 years ago fdf @tips 5 Hits, Last modified: 4 years ago mopidy @tips 5 Hits, Last modified: 8 years ago cie @madmax 4 Hits, Last modified: 20 months ago licoli @madmax 4 Hits, Last modified: 7 years ago chiquitita @music 4 Hits, Last modified: 9 years ago vagabondo @music 4 Hits, Last modified: 10 years ago audio @tips 4 Hits, Last modified: 8 years ago bonding @tips 4 Hits, Last modified: 4 years ago gpu @tips 4 Hits, Last modified: 2 years ago jupyterhub @tips 4 Hits, Last modified: 4 years ago pypy @tips 4 Hits, Last modified: 7 years ago syncthing @tips 4 Hits, Last modified: 7 years ago test @tips 4 Hits, Last modified: 4 years ago mev2 @projects:giano 4 Hits, Last modified: 20 months ago esp32 @projects:internetofthings 4 Hits, Last modified: 3 years ago led @projects:iotaiuto 4 Hits, Last modified: 3 years ago bootanimation @tips:android 4 Hits, Last modified: 10 years ago bv7000 @tips:android 4 Hits, Last modified: 7 years ago bv9500 @tips:android 4 Hits, Last modified: 3 years ago manjaro @tips:archlinux 4 Hits, Last modified: 5 years ago fluid @tips:blender 4 Hits, Last modified: 10 years ago panda3d @tips:gameengine 4 Hits, Last modified: 10 years ago gpio @tips:rasberry 4 Hits, Last modified: 9 years ago xtion @tips:sensors 4 Hits, Last modified: 10 years ago juniper @tips:vpn 4 Hits, Last modified: 10 years ago pptp @tips:vpn 4 Hits, Last modified: 8 years ago occhiali @projects:iotaiuto 3 Hits, Last modified: 3 years ago start 2 Hits, Last modified: 3 years ago muorelentamente @madmax 2 Hits, Last modified: 8 years ago happybirthday @music 2 Hits, Last modified: 9 years ago ladonnacannone @music 2 Hits, Last modified: 10 years ago letitbe @music 2 Hits, Last modified: 10 years ago tuttoaposto @music 2 Hits, Last modified: 10 years ago ungiornoinsieme @music 2 Hits, Last modified: 10 years ago blender @tips 2 Hits, Last modified: 4 years ago blocksync @tips 2 Hits, Last modified: 8 years ago googleearth @tips 2 Hits, Last modified: 8 years ago helm @tips 2 Hits, Last modified: 3 weeks ago iredmail @tips 2 Hits, Last modified: 3 years ago kvm @tips 2 Hits, Last modified: 9 years ago kyria @tips 2 Hits, Last modified: 4 years ago multiboot @tips 2 Hits, Last modified: 2 years ago optimus @tips 2 Hits, Last modified: 4 years ago smartreader @tips 2 Hits, Last modified: 6 years ago sqlite @tips 2 Hits, Last modified: 5 years ago trac @tips 2 Hits, Last modified: 7 weeks ago esp32lora @projects:internetofthings 2 Hits, Last modified: 5 years ago googlehome @projects:internetofthings 2 Hits, Last modified: 7 years ago pnrr @projects:iotaiuto 2 Hits, Last modified: 18 months ago image-build @projects:livenet 2 Hits, Last modified: 7 years ago appimage @tips:archlinux 2 Hits, Last modified: 5 years ago mariadb @tips:db 2 Hits, Last modified: 8 years ago checkin @tips:galileo 2 Hits, Last modified: 2 years ago brother @tips:hw 2 Hits, Last modified: 7 years ago lenovo-s531 @tips:hw 2 Hits, Last modified: 6 years ago server @tips:ubuntu 2 Hits, Last modified: 3 years ago ipsec @tips:vpn 2 Hits, Last modified: 8 years ago iptables @projects:zibaldone:linux 2 Hits, Last modified: 3 years ago podman @projects:zibaldone:linux 2 Hits, Last modified: 3 years ago development @tips:android 1 Hits, Last modified: 7 years ago