bash

Search

You can find the results of your search below.

homeassistant @projects:internetofthings
20 Hits, Last modified:
telegram notify solved) ==== upgrade ==== <code bash> pip install -U homeassistant </code> and after ... tant/fabric-home-assistant ==== hass ==== <code bash> sudo apt install python3 python3-venv incron mc ... y=multi-user.target </file> enable service <code bash> systemctl daemon-reload systemctl enable hass </code> configuration example <code bash> sudo apt install git mc git clone https://github
zfs-on-root @tips:ubuntu
14 Hits, Last modified:
-ZFS ===== Livecd ===== boot live cd and <code bash> sudo su passwd ubuntu apt-add-repository univers... -t1:BF01 $DISK </code> Create pool or ... <code bash> zpool create -o ashift=12 \ -O atime=off -... SK}-part1 </code> ... import existing pool <code bash> zpool export rpool zpool import -R /mnt rpool ..... l/ROOT/ubuntu </code> or create raidz pool <code bash> zpool create -O atime=off -O mountpoint=/ -R /mn
lxd @tips
13 Hits, Last modified:
ct with lxd from <code> newgrp lxd </code> <file bash lxc-prepare (chmod +x)> #!/bin/bash NAME=$1 ALIAS=$2 ALIAS=${ALIAS:=xenial} lxc image show $ALIAS >/d... lxc launch mycustomimage newcontainer </code> bash inside <code> lxc exec trusty1 -- /bin/bash </code> stop and delete <code> lxc stop trusty1 lxc delete
git @tips
12 Hits, Last modified:
ui = auto </file> ===== New repo ===== <code bash> NAME=project.git mkdir $NAME cd $NAME git init -... er-info </code> ===== change origin ===== <code bash> git remote -v </code> <code bash> git remote set-url origin http://git.csgalileo.org/livenet-server.git </code> check origin <code bash> git remote show origin </code> if prune needed
iotaiuto @projects:internetofthings
12 Hits, Last modified:
====== **PANORAMICA E PRINCIPI GENERALI** <code bash> # LA STRUTTURA DI QUESTA GUIDA SI ARTICOLA IN: ... D: INSTALLAZIONE O.S. "RASPBIAN LITE" ==== <code bash> # 1. prima di procedere, entrare come ADMIN nel... /www.raspberrypi.org/downloads/raspbian/]] <code bash> # formattazione micro sd </code> <code bash> # scaricare balenaEtcher poi eseguirlo per montare OS
adb @tips:android
12 Hits, Last modified:
====== Android ====== {{tag>[android]}} <code bash> apt-get install android-tools-fastboot apt-get inst... ools-adb </code> ===== network mode ===== <code bash> adb -d tcpip 5555 adb connect <ip> </code> ====== Packages ====== ===== Install ===== <code bash> adb install <file.apk> </code> ===== Pull package ===== Getting list of packages <code bash> adb shell pm list packages </code> <code bash>
zfs @tips
11 Hits, Last modified:
{{tag>[zfs libvirt]}} ====== ZFS ====== <code bash> apt install zfsutils-linux </code> <code> sudo zf... ode> ===== virtualbox ===== create volume <code bash> zfs create -V 50G rpool/win7 </code> create vmd... e> ===== zfs root from live system ===== <code bash> zpool export rpool zpool import -R /mnt rpool u... roc mount --rbind /sys /mnt/sys chroot /mnt /bin/bash --login ... work here exit mount | grep -v zfs
kinectv2 @tips:sensors
11 Hits, Last modified:
TR{idProduct}=="02d9", MODE="0666" </code> <code bash> sudo udevadm control --reload </code> On Ubuntu... Add usbcore.autosuspend=-1 to grub options <code bash> # check with grep . /sys/bus/usb/devices/*/power... Host Controller </code> ===== OpenCL ===== <code bash> sudo apt-get install beignet beignet-dev opencl-... 23/kinect-v2-with-libfreenect2/|...leggi]] <code bash> git clone https://github.com/xlz/libfreenect2.gi
ionic @tips
8 Hits, Last modified:
equisites ===== ==== nodejs (latest) ==== <code bash> sudo apt-get install build-essential # curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - # sudo apt install nodejs </code> ==== nodeenv ==== <code bash> sudo apt-get install python-pip sudo pip install... odeenv </code> ===== Create library ===== <code bash> LIB=<some-path> nodeenv --node=0.10.33 $LIB . $L
graphite @projects:internetofthings
8 Hits, Last modified:
carbon ===== install carbon-cache service <code bash> apt-get install graphite-carbon </code> enable... *wsp has to be changed with whisper-resize <code bash> for i in `find /var/lib/graphite/whisper/ha/ -na... e> ===== graphite-web ===== web interface <code bash> apt-get install graphite-web </code> adjust SEC... NE in ///etc/graphite/local_settings.py// <code bash> # choose user and password graphite-manage syncd
orin
7 Hits, Last modified:
BSP]], extract, update BSP and build rootfs <code bash> cd ~/nvidia/nvidia_sdk/JetPack_5.1_Linux_JETSON_... t working) ===== disable automount on host <code bash> sudo systemctl stop udisks2.service </code> put board in recovery mode <code bash> lsusb | grep 955 Bus 001 Device 007: ID 0955:732... p (output in ./tools/backup_restore/images) <code bash> cd ~/nvidia/nvidia_sdk/JetPack_5.1_Linux_JETSON_
jibri @tips
7 Hits, Last modified:
:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash apt install nginx wget -qO - https://download.jit... in ''/etc/prosody'', ''/var/lib/prosody''. <code bash> echo deb http://packages.prosody.im/debian $(lsb... ere il permesso di lettura al certificato: <code bash> chmod +r /etc/prosody/certs/localhost.key </code... iavvio di prosody nei log viene riportato: <code bash> javax.net.ssl.SSLHandshakeException: sun.securit
ssl @tips
7 Hits, Last modified:
host that has apache/nginx install acme.sh <code bash> wget -O - https://get.acme.sh | sh . ~/.bashrc ... now /root/.acme.sh/acme.sh.env is avalaible with bash alias </code> ==== certificate generation ==== ... erver_name$request_uri; } } </file> <code bash> # /var/www is documentroot of mail.csgalileo.org... == certificate integration for apache ==== <code bash> HOST=mail.csgalileo.org acme.sh --installcert -d
video @tips
7 Hits, Last modified:
le> </code> ===== Convert to webm ===== <code bash> ffmpeg -i input.video -threads 4 -b:v 1M -crf 10... put.webm </code> ===== Repair index ===== <code bash> mencoder -idx input.video -ovc copy -oac copy -o... an specific value tomkv (chmod +x) <code> #!/bin/bash OUTDIR=out LIMIT_MBYTE=1500 QUALITY=20 # lower v... file1 file2 ... </code> ===== lates ===== <code bash> #!/bin/bash CHATID=$1 BASEpath='/media/camere'
simon @tips:speech
7 Hits, Last modified:
_5000\". ===== install sphinx ===== prereq <code bash> sudo apt install bison gradle openjdk-8-jdk </co... ubuntu packages ===== install ===== <code bash> sudo apt install simon sudo apt install libsphi... https://phabricator.kde.org/source/simon/ <code bash> sudo apt-get build-dep simon git clone git://an... usphinx.sourceforge.net/wiki/tutorialadapt <code bash> sudo apt install pocketsphinx-en-us/xenial </co
jupyter @tips
6 Hits, Last modified:
taskfile @tips
6 Hits, Last modified:
tmux @tips
6 Hits, Last modified:
autofs @tips
5 Hits, Last modified:
install @tips:archlinux
5 Hits, Last modified:
locale @tips:ubuntu
5 Hits, Last modified:
xenial @tips:ubuntu
5 Hits, Last modified:
motorizzazione @tips:vpn
5 Hits, Last modified:
install @tips:opencv
4 Hits, Last modified:
android @tips:radxa
4 Hits, Last modified:
docker @projects:zibaldone:linux
4 Hits, Last modified:
mopidy @tips
3 Hits, Last modified:
telegram @tips
3 Hits, Last modified:
zabbix @tips
3 Hits, Last modified:
deb @tips:debian
3 Hits, Last modified:
minecraft @tips:gameengine
3 Hits, Last modified:
unreal @tips:gameengine
3 Hits, Last modified:
gpio @tips:radxa
3 Hits, Last modified:
gnome3 @tips:ubuntu
3 Hits, Last modified:
galileo @tips:vpn
3 Hits, Last modified:
3dprinter @projects
2 Hits, Last modified:
mdm @projects
2 Hits, Last modified:
ansible @tips
2 Hits, Last modified:
audio @tips
2 Hits, Last modified:
ftp @tips
2 Hits, Last modified:
gstreamer @tips
2 Hits, Last modified:
syncthing @tips
2 Hits, Last modified:
unms @tips
2 Hits, Last modified:
zsh @tips
2 Hits, Last modified:
influxdb @projects:internetofthings
2 Hits, Last modified:
linux @tips:rasberry
2 Hits, Last modified:
xtion @tips:sensors
2 Hits, Last modified:
18.04 @tips:ubuntu
2 Hits, Last modified:
pptp @tips:vpn
2 Hits, Last modified:
atom @tips
1 Hits, Last modified:
blocksync @tips
1 Hits, Last modified:
cordova @tips
1 Hits, Last modified:
cvat @tips
1 Hits, Last modified:
dns @tips
1 Hits, Last modified:
fdf @tips
1 Hits, Last modified:
googleearth @tips
1 Hits, Last modified:
jupyterhub @tips
1 Hits, Last modified:
ldap @tips
1 Hits, Last modified:
sqlite @tips
1 Hits, Last modified:
test @tips
1 Hits, Last modified:
syntax @wiki
1 Hits, Last modified:
esphome @projects:internetofthings
1 Hits, Last modified:
image-build @projects:livenet
1 Hits, Last modified:
server @projects:livenet
1 Hits, Last modified:
virtualization @projects:livenet
1 Hits, Last modified:
fluid @tips:blender
1 Hits, Last modified:
mariadb @tips:db
1 Hits, Last modified:
mssql @tips:db
1 Hits, Last modified:
postgres @tips:db
1 Hits, Last modified:
panda3d @tips:gameengine
1 Hits, Last modified:
dell @tips:hw
1 Hits, Last modified:
networknamespaces @tips:linux
1 Hits, Last modified:
17.10 @tips:ubuntu
1 Hits, Last modified:
ipsec @tips:vpn
1 Hits, Last modified:
openvpn @tips:vpn
1 Hits, Last modified:
univr @tips:vpn
1 Hits, Last modified:
systemd @zibaldone:linux
1 Hits, Last modified:
iidc @projects:zibaldone:electronic
1 Hits, Last modified: