code

Search

You can find the results of your search below.

lxd @tips
100 Hits, Last modified:
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:
====== 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:
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:
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:
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:
=== ===== 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:
{{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:
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:
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:
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:
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:
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:
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:
=== 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:
== 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:
postgres @tips:db
36 Hits, Last modified:
syntax @wiki
35 Hits, Last modified:
openvpn @tips:vpn
35 Hits, Last modified:
jibri @tips
33 Hits, Last modified:
jetsonnano @projects:internetofthings
32 Hits, Last modified:
dac @tips
30 Hits, Last modified:
gstreamer @tips
30 Hits, Last modified:
ssl @tips
30 Hits, Last modified:
esphome @projects:internetofthings
30 Hits, Last modified:
kinectv2 @tips:sensors
30 Hits, Last modified:
systemd @zibaldone:linux
30 Hits, Last modified:
micropython @projects:internetofthings
28 Hits, Last modified:
docs @projects:wamp
28 Hits, Last modified:
turbolevo @projects:zibaldone:electronic
28 Hits, Last modified:
vscode @projects:zibaldone
27 Hits, Last modified:
monitor @tips:radxa
27 Hits, Last modified:
adb @tips:android
26 Hits, Last modified:
backup
24 Hits, Last modified:
postinstall @tips:archlinux
24 Hits, Last modified:
redis @tips:db
24 Hits, Last modified:
gnss @tips
22 Hits, Last modified:
telegram @tips
22 Hits, Last modified:
shinobi @projects:internetofthings
22 Hits, Last modified:
liberidicomunicare @projects:iotaiuto
22 Hits, Last modified:
minecraft @tips:gameengine
22 Hits, Last modified:
jupyter @tips
20 Hits, Last modified:
keras @tips
20 Hits, Last modified:
virtualization @projects:livenet
20 Hits, Last modified:
trusty @tips:ubuntu
20 Hits, Last modified:
iidc @projects:zibaldone:electronic
20 Hits, Last modified:
atom @tips
19 Hits, Last modified:
mdm @projects
18 Hits, Last modified:
influxdb @projects:internetofthings
18 Hits, Last modified:
dell @tips:hw
18 Hits, Last modified:
ionic @tips
17 Hits, Last modified:
plate @projects
16 Hits, Last modified:
fail2ban @tips
16 Hits, Last modified:
minikube @tips
16 Hits, Last modified:
graphite @projects:internetofthings
16 Hits, Last modified:
iotaiuto_skill @projects:internetofthings
16 Hits, Last modified:
tradfri @projects:internetofthings
16 Hits, Last modified:
networknamespaces @tips:linux
16 Hits, Last modified:
17.10 @tips:ubuntu
16 Hits, Last modified:
orin
14 Hits, Last modified:
pulsar @tips
14 Hits, Last modified:
doorbell @projects:iotaiuto
14 Hits, Last modified:
simon @tips:speech
14 Hits, Last modified:
fish @tips
12 Hits, Last modified:
ftp @tips
12 Hits, Last modified:
idrac @tips
12 Hits, Last modified:
pypi @tips
12 Hits, Last modified:
zsh @tips
12 Hits, Last modified:
scipiodev @projects:livenet
12 Hits, Last modified:
tutorial @tips:archlinux
12 Hits, Last modified:
inappbrowser @tips:cordova
12 Hits, Last modified:
unreal @tips:gameengine
12 Hits, Last modified:
install @tips:opencv
12 Hits, Last modified:
linux @tips:radxa
12 Hits, Last modified:
linux @tips:rasberry
12 Hits, Last modified:
gnome3 @tips:ubuntu
12 Hits, Last modified:
airos @tips
11 Hits, Last modified:
motorizzazione @tips:vpn
11 Hits, Last modified:
ansible @tips
10 Hits, Last modified:
autofs @tips
10 Hits, Last modified:
capacitor @tips
10 Hits, Last modified:
juju @tips
10 Hits, Last modified:
overpass @tips
10 Hits, Last modified:
unms @tips
10 Hits, Last modified:
decompile @tips:android
10 Hits, Last modified:
mssql @tips:db
10 Hits, Last modified:
oracle @tips:db
10 Hits, Last modified:
android @tips:radxa
10 Hits, Last modified:
galileo @tips:vpn
10 Hits, Last modified:
univr @tips:vpn
10 Hits, Last modified:
fatherandson @music
8 Hits, Last modified:
calibre @tips
8 Hits, Last modified:
cvat @tips
8 Hits, Last modified:
ldap @tips
8 Hits, Last modified:
openalpr @tips
8 Hits, Last modified:
tmux @tips
8 Hits, Last modified:
vgpu @tips
8 Hits, Last modified:
seamless @projects:livenet
8 Hits, Last modified:
zed @tips:sensors
8 Hits, Last modified:
locale @tips:ubuntu
8 Hits, Last modified:
smtp @tips:vpn
8 Hits, Last modified:
corne @projects:zibaldone:electronic
8 Hits, Last modified:
pcb @tips
7 Hits, Last modified:
broadlink @projects:internetofthings
7 Hits, Last modified:
alhambra @music
6 Hits, Last modified:
audit @tips
6 Hits, Last modified:
borg @tips
6 Hits, Last modified:
dns @tips
6 Hits, Last modified:
onvif @tips
6 Hits, Last modified:
taskfile @tips
6 Hits, Last modified:
xpath @tips
6 Hits, Last modified:
zabbix @tips
6 Hits, Last modified:
stratos @tips:android
6 Hits, Last modified:
deb @tips:debian
6 Hits, Last modified:
minetest @tips:gameengine
6 Hits, Last modified:
kuu @tips:hw
6 Hits, Last modified:
gpio @tips:radxa
6 Hits, Last modified:
fdf @tips
5 Hits, Last modified:
mopidy @tips
5 Hits, Last modified:
cie @madmax
4 Hits, Last modified:
licoli @madmax
4 Hits, Last modified:
chiquitita @music
4 Hits, Last modified:
vagabondo @music
4 Hits, Last modified:
audio @tips
4 Hits, Last modified:
bonding @tips
4 Hits, Last modified:
gpu @tips
4 Hits, Last modified:
jupyterhub @tips
4 Hits, Last modified:
pypy @tips
4 Hits, Last modified:
syncthing @tips
4 Hits, Last modified:
test @tips
4 Hits, Last modified:
mev2 @projects:giano
4 Hits, Last modified:
esp32 @projects:internetofthings
4 Hits, Last modified:
objectdetection @projects:internetofthings
4 Hits, Last modified:
led @projects:iotaiuto
4 Hits, Last modified:
bootanimation @tips:android
4 Hits, Last modified:
bv7000 @tips:android
4 Hits, Last modified:
bv9500 @tips:android
4 Hits, Last modified:
manjaro @tips:archlinux
4 Hits, Last modified:
fluid @tips:blender
4 Hits, Last modified:
panda3d @tips:gameengine
4 Hits, Last modified:
gpio @tips:rasberry
4 Hits, Last modified:
xtion @tips:sensors
4 Hits, Last modified:
juniper @tips:vpn
4 Hits, Last modified:
pptp @tips:vpn
4 Hits, Last modified:
samoklava @projects:zibaldone:electronic
4 Hits, Last modified:
occhiali @projects:iotaiuto
3 Hits, Last modified:
start
2 Hits, Last modified:
muorelentamente @madmax
2 Hits, Last modified:
happybirthday @music
2 Hits, Last modified:
ladonnacannone @music
2 Hits, Last modified:
letitbe @music
2 Hits, Last modified:
tuttoaposto @music
2 Hits, Last modified:
ungiornoinsieme @music
2 Hits, Last modified:
blender @tips
2 Hits, Last modified:
blocksync @tips
2 Hits, Last modified:
googleearth @tips
2 Hits, Last modified:
iredmail @tips
2 Hits, Last modified:
kvm @tips
2 Hits, Last modified:
kyria @tips
2 Hits, Last modified:
multiboot @tips
2 Hits, Last modified:
optimus @tips
2 Hits, Last modified:
smartreader @tips
2 Hits, Last modified:
sqlite @tips
2 Hits, Last modified:
esp32lora @projects:internetofthings
2 Hits, Last modified:
googlehome @projects:internetofthings
2 Hits, Last modified:
pnrr @projects:iotaiuto
2 Hits, Last modified:
image-build @projects:livenet
2 Hits, Last modified:
appimage @tips:archlinux
2 Hits, Last modified:
mariadb @tips:db
2 Hits, Last modified:
checkin @tips:galileo
2 Hits, Last modified:
brother @tips:hw
2 Hits, Last modified:
lenovo-s531 @tips:hw
2 Hits, Last modified:
server @tips:ubuntu
2 Hits, Last modified:
ipsec @tips:vpn
2 Hits, Last modified:
sirio @projects:internetofthings:clients
2 Hits, Last modified:
iptables @projects:zibaldone:linux
2 Hits, Last modified:
podman @projects:zibaldone:linux
2 Hits, Last modified:
development @tips:android
1 Hits, Last modified: