• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป code

code

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (130)
  • projects (50)
  • music (9)
  • madmax (3)
  • kubernetes (2)
  • livenet (1)
  • wiki (1)
  • zibaldone (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • vscode (projects:zibaldone)

Fulltext results:

lxd @tips
100 Hits, Last modified: 6 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: 3 years 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: 8 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: 3 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: 4 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: 11 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: 3 years 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: 3 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: 8 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: 7 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: 7 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: 8 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: 4 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: 5 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
vscode @projects:zibaldone
38 Hits, Last modified: 3 months ago
====== vscode ====== Visual Studio Code Editor ===== base settings ===== <code> sudo apt install fonts-firacode paru -S ttf-fira-code </code> <file json settings.json> { "editor.fontSize": 16, "editor.fontFamily": "Fira Code",
pyramid @tips
37 Hits, Last modified: 10 years ago
iotaiuto @projects:internetofthings
36 Hits, Last modified: 5 years ago
postgres @tips:db
36 Hits, Last modified: 7 years ago
syntax @wiki
35 Hits, Last modified: 5 years ago
openvpn @tips:vpn
35 Hits, Last modified: 8 years ago
jibri @tips
34 Hits, Last modified: 3 years ago
jetsonnano @projects:internetofthings
34 Hits, Last modified: 2 years ago
systemd @zibaldone:linux
32 Hits, Last modified: 18 months ago
dac @tips
30 Hits, Last modified: 9 years ago
gstreamer @tips
30 Hits, Last modified: 2 years ago
ssl @tips
30 Hits, Last modified: 7 days ago
esphome @projects:internetofthings
30 Hits, Last modified: 4 years ago
kinectv2 @tips:sensors
30 Hits, Last modified: 11 years ago
micropython @projects:internetofthings
28 Hits, Last modified: 7 years ago
docs @projects:wamp
28 Hits, Last modified: 9 years ago
turbolevo @projects:zibaldone:electronic
28 Hits, Last modified: 4 years ago
monitor @tips:radxa
27 Hits, Last modified: 10 years ago
03-ceph @projects:openstack-ansible
26 Hits, Last modified: 16 hours ago
adb @tips:android
26 Hits, Last modified: 8 years ago
backup
24 Hits, Last modified: 10 years ago
05-installazione @projects:openstack-ansible
24 Hits, Last modified: 16 hours ago
postinstall @tips:archlinux
24 Hits, Last modified: 3 years ago
redis @tips:db
24 Hits, Last modified: 8 years ago
gnss @tips
22 Hits, Last modified: 3 years ago
openspec @tips
22 Hits, Last modified: 2 weeks ago
telegram @tips
22 Hits, Last modified: 4 years ago
shinobi @projects:internetofthings
22 Hits, Last modified: 8 years ago
liberidicomunicare @projects:iotaiuto
22 Hits, Last modified: 3 years ago
minecraft @tips:gameengine
22 Hits, Last modified: 8 years ago
jupyter @tips
20 Hits, Last modified: 8 years ago
keras @tips
20 Hits, Last modified: 6 years ago
virtualization @projects:livenet
20 Hits, Last modified: 6 years ago
trusty @tips:ubuntu
20 Hits, Last modified: 10 years ago
iidc @projects:zibaldone:electronic
20 Hits, Last modified: 4 years ago
atom @tips
19 Hits, Last modified: 8 years ago
influxdb @projects:internetofthings
19 Hits, Last modified: 6 years ago
mdm @projects
18 Hits, Last modified: 4 years ago
k0s @tips
18 Hits, Last modified: 13 months ago
11-ns-network @projects:openstack-ansible
18 Hits, Last modified: 16 hours ago
dell @tips:hw
18 Hits, Last modified: 3 years ago
ionic @tips
17 Hits, Last modified: 8 years ago
doorbell @projects:iotaiuto
17 Hits, Last modified: 4 years ago
plate @projects
16 Hits, Last modified: 3 years ago
fail2ban @tips
16 Hits, Last modified: 7 years ago
minikube @tips
16 Hits, Last modified: 4 years ago
graphite @projects:internetofthings
16 Hits, Last modified: 8 years ago
iotaiuto_skill @projects:internetofthings
16 Hits, Last modified: 5 years ago
tradfri @projects:internetofthings
16 Hits, Last modified: 6 years ago
networknamespaces @tips:linux
16 Hits, Last modified: 7 years ago
17.10 @tips:ubuntu
16 Hits, Last modified: 8 years ago
orin
14 Hits, Last modified: 3 years ago
k80 @tips
14 Hits, Last modified: 17 months ago
pulsar @tips
14 Hits, Last modified: 6 years ago
simon @tips:speech
14 Hits, Last modified: 9 years ago
loadbalancing @kubernetes
12 Hits, Last modified: 12 months ago
traefik @kubernetes
12 Hits, Last modified: 12 months ago
fish @tips
12 Hits, Last modified: 2 years ago
ftp @tips
12 Hits, Last modified: 7 years ago
idrac @tips
12 Hits, Last modified: 2 years ago
pypi @tips
12 Hits, Last modified: 3 years ago
zsh @tips
12 Hits, Last modified: 7 years ago
scipiodev @projects:livenet
12 Hits, Last modified: 8 years ago
01-ansible @projects:openstack-ansible
12 Hits, Last modified: 16 hours ago
tutorial @tips:archlinux
12 Hits, Last modified: 7 years ago
inappbrowser @tips:cordova
12 Hits, Last modified: 11 years ago
unreal @tips:gameengine
12 Hits, Last modified: 11 years ago
install @tips:opencv
12 Hits, Last modified: 8 years ago
linux @tips:radxa
12 Hits, Last modified: 10 years ago
linux @tips:rasberry
12 Hits, Last modified: 9 years ago
locale @tips:ubuntu
12 Hits, Last modified: 8 years ago
airos @tips
11 Hits, Last modified: 7 years ago
motorizzazione @tips:vpn
11 Hits, Last modified: 7 years ago
ansible @tips
10 Hits, Last modified: 3 years ago
autofs @tips
10 Hits, Last modified: 9 years ago
blender @tips
10 Hits, Last modified: 6 months ago
capacitor @tips
10 Hits, Last modified: 8 years ago
juju @tips
10 Hits, Last modified: 5 years ago
overpass @tips
10 Hits, Last modified: 5 years ago
unms @tips
10 Hits, Last modified: 4 years ago
decompile @tips:android
10 Hits, Last modified: 6 years ago
mssql @tips:db
10 Hits, Last modified: 9 years ago
oracle @tips:db
10 Hits, Last modified: 9 years ago
android @tips:radxa
10 Hits, Last modified: 11 years ago
galileo @tips:vpn
10 Hits, Last modified: 17 months ago
univr @tips:vpn
10 Hits, Last modified: 3 years ago
ceph-on-k0s @tips
9 Hits, Last modified: 13 months ago
freenove @projects:internetofthings
9 Hits, Last modified: 17 months ago
fatherandson @music
8 Hits, Last modified: 9 years ago
calibre @tips
8 Hits, Last modified: 8 years ago
cvat @tips
8 Hits, Last modified: 5 years ago
ldap @tips
8 Hits, Last modified: 6 years ago
openalpr @tips
8 Hits, Last modified: 10 years ago
taskfile @tips
8 Hits, Last modified: 3 years ago
tmux @tips
8 Hits, Last modified: 9 years ago
vgpu @tips
8 Hits, Last modified: 4 years ago
seamless @projects:livenet
8 Hits, Last modified: 10 years ago
00-setup-univr @projects:openstack-ansible
8 Hits, Last modified: 16 hours ago
10-storage-backend @projects:openstack-ansible
8 Hits, Last modified: 16 hours ago
zed @tips:sensors
8 Hits, Last modified: 6 years ago
smtp @tips:vpn
8 Hits, Last modified: 10 years ago
corne @projects:zibaldone:electronic
8 Hits, Last modified: 4 years ago
pcb @tips
7 Hits, Last modified: 5 years ago
broadlink @projects:internetofthings
7 Hits, Last modified: 6 years ago
alhambra @music
6 Hits, Last modified: 11 years ago
audit @tips
6 Hits, Last modified: 7 years ago
borg @tips
6 Hits, Last modified: 5 years ago
dns @tips
6 Hits, Last modified: 4 years ago
onvif @tips
6 Hits, Last modified: 7 years ago
proxmox @tips
6 Hits, Last modified: 4 weeks ago
xpath @tips
6 Hits, Last modified: 10 years ago
zabbix @tips
6 Hits, Last modified: 4 years ago
stratos @tips:android
6 Hits, Last modified: 8 years ago
deb @tips:debian
6 Hits, Last modified: 11 years ago
minetest @tips:gameengine
6 Hits, Last modified: 8 years ago
kuu @tips:hw
6 Hits, Last modified: 3 years ago
gpio @tips:radxa
6 Hits, Last modified: 11 years ago
fdf @tips
5 Hits, Last modified: 5 years ago
mopidy @tips
5 Hits, Last modified: 9 years ago
10_rsyslog_container @livenet
4 Hits, Last modified: 12 months ago
cie @madmax
4 Hits, Last modified: 3 years ago
licoli @madmax
4 Hits, Last modified: 9 years ago
chiquitita @music
4 Hits, Last modified: 10 years ago
vagabondo @music
4 Hits, Last modified: 11 years ago
audio @tips
4 Hits, Last modified: 9 years ago
bonding @tips
4 Hits, Last modified: 5 years ago
gemini @tips
4 Hits, Last modified: 5 months ago
gpu @tips
4 Hits, Last modified: 3 years ago
jupyterhub @tips
4 Hits, Last modified: 5 years ago
pypy @tips
4 Hits, Last modified: 8 years ago
syncthing @tips
4 Hits, Last modified: 9 years ago
test @tips
4 Hits, Last modified: 5 years ago
mev2 @projects:giano
4 Hits, Last modified: 3 years ago
esp32 @projects:internetofthings
4 Hits, Last modified: 4 years ago
objectdetection @projects:internetofthings
4 Hits, Last modified: 5 years ago
orangepizero2 @projects:internetofthings
4 Hits, Last modified: 13 months ago
led @projects:iotaiuto
4 Hits, Last modified: 4 years ago
01_struttura_server @projects:livenet
4 Hits, Last modified: 12 months ago
bootanimation @tips:android
4 Hits, Last modified: 11 years ago
bv7000 @tips:android
4 Hits, Last modified: 8 years ago
bv9500 @tips:android
4 Hits, Last modified: 4 years ago
manjaro @tips:archlinux
4 Hits, Last modified: 6 years ago
fluid @tips:blender
4 Hits, Last modified: 11 years ago
panda3d @tips:gameengine
4 Hits, Last modified: 11 years ago
gpio @tips:rasberry
4 Hits, Last modified: 10 years ago
xtion @tips:sensors
4 Hits, Last modified: 11 years ago
juniper @tips:vpn
4 Hits, Last modified: 11 years ago
pptp @tips:vpn
4 Hits, Last modified: 9 years ago
samoklava @projects:zibaldone:electronic
4 Hits, Last modified: 4 years ago
occhiali @projects:iotaiuto
3 Hits, Last modified: 4 years ago
start
2 Hits, Last modified: 4 years ago
muorelentamente @madmax
2 Hits, Last modified: 9 years ago
happybirthday @music
2 Hits, Last modified: 10 years ago
ladonnacannone @music
2 Hits, Last modified: 11 years ago
letitbe @music
2 Hits, Last modified: 11 years ago
tuttoaposto @music
2 Hits, Last modified: 11 years ago
ungiornoinsieme @music
2 Hits, Last modified: 11 years ago
blocksync @tips
2 Hits, Last modified: 9 years ago
googleearth @tips
2 Hits, Last modified: 9 years ago
helm @tips
2 Hits, Last modified: 13 months ago
ipv6 @tips
2 Hits, Last modified: 5 days ago
iredmail @tips
2 Hits, Last modified: 4 years ago
kvm @tips
2 Hits, Last modified: 10 years ago
kyria @tips
2 Hits, Last modified: 5 years ago
multiboot @tips
2 Hits, Last modified: 3 years ago
optimus @tips
2 Hits, Last modified: 5 years ago
smartreader @tips
2 Hits, Last modified: 7 years ago
sqlite @tips
2 Hits, Last modified: 6 years ago
trac @tips
2 Hits, Last modified: 14 months ago
esp32lora @projects:internetofthings
2 Hits, Last modified: 6 years ago
googlehome @projects:internetofthings
2 Hits, Last modified: 8 years ago
pnrr @projects:iotaiuto
2 Hits, Last modified: 3 years ago
image-build @projects:livenet
2 Hits, Last modified: 8 years ago
04-connessione-ceph @projects:openstack-ansible
2 Hits, Last modified: 16 hours ago
appimage @tips:archlinux
2 Hits, Last modified: 6 years ago
mariadb @tips:db
2 Hits, Last modified: 9 years ago
checkin @tips:galileo
2 Hits, Last modified: 3 years ago
brother @tips:hw
2 Hits, Last modified: 8 years ago
lenovo-s531 @tips:hw
2 Hits, Last modified: 7 years ago
gnome3 @tips:ubuntu
2 Hits, Last modified: 5 months ago
server @tips:ubuntu
2 Hits, Last modified: 4 years ago
ipsec @tips:vpn
2 Hits, Last modified: 9 years ago
sirio @projects:internetofthings:clients
2 Hits, Last modified: 8 years ago
iptables @projects:zibaldone:linux
2 Hits, Last modified: 4 years ago
podman @projects:zibaldone:linux
2 Hits, Last modified: 4 years ago
development @tips:android
1 Hits, Last modified: 9 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki