You can find the results of your search below.
orin 30 Hits, Last modified: 2 years ago Target Hardware
* no Host components
* no flash board
Download [[https://github.com/mistelektron... P]], extract, update BSP and build rootfs
<code bash >
cd ~/nvidia/nvidia_sdk/JetPack_5.1_Linux_JETSON_... t-p* bootloader/t186ref/BCT/
sudo ./tools/l4t_flash _prerequisites.sh
sudo ./apply_binaries.sh
sudo cp orin_nx_JP5_1_bsp/nvgpu.ko rootfs/usr/lib/modules/ homeassistant @projects:internetofthings 28 Hits, Last modified: 3 years ago legram notify solved)
==== upgrade ====
<code bash >
pip install -U homeassistant
</code>
and after ... nt/fabric-home-assistant
==== hass ====
<code bash >
sudo apt install python3 python3-venv incron mc ... 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 ssl @tips 26 Hits, Last modified: 3 years ago -hook = systemctl reload nginx
</code>
===== acme.sh integration for letsencrypt =====
On 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 b zsh @tips 26 Hits, Last modified: 6 years ago
===== install =====
<code>
sudo apt install -y zsh
</code>
<code>
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh /master/tools/install.sh )"
chsh -s $(which zsh )
</code>
plugins
<code>
git clone git://github.com/zsh docker @projects:zibaldone:linux 24 Hits, Last modified: 24 months ago de>
===== docker backup example =====
<code bash >
#!/bin/sh
CONTAINER=52e59999a02b
TARGET=/backup/
SOURCE=/var/lib/docker/volumes/geonode_3x1t-backup... container on alpine image
docker run -dit alpine sh
# get container id
docker ps
CONTAINER ID IMA... PORTS NAMES
3fdbad8aa816 alpine "sh " 4 minutes ago Up 4 minutes ke git @tips 23 Hits, Last modified: 6 years ago
type = cat-file -t
dump = cat-file -p
[push ]
default = simple
[color]
ui = auto
</file>
===== New repo =====
<code bash >
NAME=project.git
mkdir $NAME
cd $NAME
git init -... -info
</code>
===== change origin =====
<code bash >
git remote -v
</code>
<code bash >
git remote set-url origin http://git.csgalileo.org/livenet-server lxd @tips 20 Hits, Last modified: 5 years ago 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 >... /apt/apt.conf.d/proxy.conf ]; then
lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt/apt.conf.d/
fi
lxc file push /etc/inputrc $NAME/etc/
</file>
===== basic ==== xenial @tips:ubuntu 19 Hits, Last modified: 8 years ago dd if=xenial-copy.iso of=/dev/sd?
</code>
===== ssh =====
See https://www.gentoo.org/support/news-items/2015-08-13-openssh -weak-keys.html
Re-enable ssh -dss key in /etc/ssh /sshd_config
<code>
PubkeyAcceptedKeyTypes=+ssh -dss
</code>
~/.ssh /config
<code>
zfs @tips 18 Hits, Last modified: 2 years ago {{tag>[zfs libvirt]}}
====== ZFS ======
<code bash >
apt install zfsutils-linux
</code>
<code>
sudo ... reate zfs filesystem
zfs create rpool/libvirt
virsh pool-define-as --name zfspool --source-name rpool/libvirt --type zfs
virsh pool-start zfspool
virsh pool-autostart zfspool
</code>
create volume (not possibile in virt-manager iotaiuto @projects:internetofthings 17 Hits, Last modified: 5 years ago ====
**PANORAMICA E PRINCIPI GENERALI**
<code bash >
# LA STRUTTURA DI QUESTA GUIDA SI ARTICOLA IN: ... INSTALLAZIONE O.S. "RASPBIAN LITE" ====
<code bash >
# 1. prima di procedere, entrare come ADMIN nel... ww.raspberrypi.org/downloads/raspbian/]]
<code bash >
# formattazione micro sd
</code>
<code bash >
# scaricare balenaEtcher poi eseguirlo per montare OS zfs-on-root @tips:ubuntu 17 Hits, Last modified: 7 years ago FS
===== Livecd =====
boot live cd and
<code bash >
sudo su
passwd ubuntu
apt-add-repository universe
apt update
apt install openssh -server
# connect from another PC via ssh
</code>
<code>
apt install --yes debootstrap gdisk zfs-init... t1:BF01 $DISK
</code>
Create pool or ...
<code bash >
zpool create -o ashift=12 \
-O atime=off - adb @tips:android 16 Hits, Last modified: 7 years ago ====== Android ======
{{tag>[android]}}
<code bash >
apt-get install android-tools-fastboot
apt-get in... ls-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 >
locale @tips:ubuntu 16 Hits, Last modified: 7 years ago ====== post install for servers ======
<code bash >
apt install -y curl && \
curl -s "http://wiki.csga... buntu:locale?do=export_code&codeblock=1" | /bin/bash
</code>
<file bash script>
apt remove -y unattended-upgrades
locale-gen it_IT.UTF-8
locale-gen en_U... lias lle="ls -alth --color | head -n30"
alias s="ssh -l root"
alias sud="sudo su"
alias llast="ls -alt micropython @projects:internetofthings 15 Hits, Last modified: 7 years ago rom http://www.micropython.org/download
erase flash (before any micropython deploy)
<code>
export POR... SB1
esptool.py --chip esp32 --port $PORT erase_flash
</code>
write firmware
<code>
esptool.py --chip esp32 --port $PORT write_flash -z 0x1000 esp32-20181103-v1.9.4-683-gd94aa577a.bi... hon_ESP32_psRAM_LoBo
cd MicroPython_BUILD
./BUILD.sh menuconfig
./BUILD.sh
./BUILD.sh flash
# reboot b kinectv2 @tips:sensors 15 Hits, Last modified: 10 years ago {idProduct}=="02d9", MODE="0666"
</code>
<code bash >
sudo udevadm control --reload
</code>
On Ubuntu... dd usbcore.autosuspend=-1 to grub options
<code bash >
# check with
grep . /sys/bus/usb/devices/*/power... st Controller
</code>
===== OpenCL =====
<code bash >
sudo apt-get install beignet beignet-dev opencl-... /kinect-v2-with-libfreenect2/|...leggi]]
<code bash >
git clone https://github.com/xlz/libfreenect2.gi autofs @tips 10 Hits, Last modified: 8 years ago ionic @tips 10 Hits, Last modified: 8 years ago otp @tips 10 Hits, Last modified: 4 years ago video @tips 10 Hits, Last modified: 5 years ago 3dprinter @projects 9 Hits, Last modified: 3 years ago jibri @tips 9 Hits, Last modified: 3 years ago simon @tips:speech 9 Hits, Last modified: 8 years ago telegram @tips 8 Hits, Last modified: 3 years ago syntax @wiki 8 Hits, Last modified: 4 years ago graphite @projects:internetofthings 8 Hits, Last modified: 7 years ago stratos @tips:android 8 Hits, Last modified: 7 years ago install @tips:archlinux 8 Hits, Last modified: 3 years ago redis @tips:db 7 Hits, Last modified: 8 years ago minecraft @tips:gameengine 7 Hits, Last modified: 8 years ago android @tips:radxa 7 Hits, Last modified: 10 years ago server @tips:ubuntu 7 Hits, Last modified: 3 years ago jupyter @tips 6 Hits, Last modified: 7 years ago k80 @tips 6 Hits, Last modified: 9 months ago taskfile @tips 6 Hits, Last modified: 3 years ago tmux @tips 6 Hits, Last modified: 8 years ago unms @tips 6 Hits, Last modified: 3 years ago analisi @projects:charta 6 Hits, Last modified: 2 years ago monitor @tips:radxa 6 Hits, Last modified: 9 years ago 18.04 @tips:ubuntu 6 Hits, Last modified: 7 years ago esphome @projects:internetofthings 5 Hits, Last modified: 4 years ago mycroft @projects:iotaiuto 5 Hits, Last modified: 3 years ago server @projects:livenet 5 Hits, Last modified: 7 years ago docs @projects:wamp 5 Hits, Last modified: 8 years ago bv7000 @tips:android 5 Hits, Last modified: 8 years ago unreal @tips:gameengine 5 Hits, Last modified: 10 years ago motorizzazione @tips:vpn 5 Hits, Last modified: 6 years ago openvpn @tips:vpn 5 Hits, Last modified: 7 years ago mdm @projects 4 Hits, Last modified: 3 years ago ansible @tips 4 Hits, Last modified: 3 years ago zabbix @tips 4 Hits, Last modified: 4 years ago install @tips:opencv 4 Hits, Last modified: 7 years ago gnome3 @tips:ubuntu 4 Hits, Last modified: 7 years ago qemu 3 Hits, Last modified: 6 years ago audio @tips 3 Hits, Last modified: 8 years ago blocksync @tips 3 Hits, Last modified: 8 years ago fish @tips 3 Hits, Last modified: 21 months ago jupyterhub @tips 3 Hits, Last modified: 5 years ago k0s @tips 3 Hits, Last modified: 5 months ago mopidy @tips 3 Hits, Last modified: 8 years ago vgpu @tips 3 Hits, Last modified: 4 years ago freenove @projects:internetofthings 3 Hits, Last modified: 8 months ago led @projects:iotaiuto 3 Hits, Last modified: 3 years ago scipiodev @projects:livenet 3 Hits, Last modified: 7 years ago bv9500 @tips:android 3 Hits, Last modified: 3 years ago gianomobile @tips:android 3 Hits, Last modified: 6 years ago oracle @tips:db 3 Hits, Last modified: 8 years ago deb @tips:debian 3 Hits, Last modified: 10 years ago gpio @tips:radxa 3 Hits, Last modified: 10 years ago 17.10 @tips:ubuntu 3 Hits, Last modified: 7 years ago galileo @tips:vpn 3 Hits, Last modified: 9 months ago univr @tips:vpn 3 Hits, Last modified: 24 months ago cordova @tips 2 Hits, Last modified: 10 years ago fdf @tips 2 Hits, Last modified: 4 years ago ftp @tips 2 Hits, Last modified: 6 years ago gstreamer @tips 2 Hits, Last modified: 17 months ago helm @tips 2 Hits, Last modified: 5 months ago openalpr @tips 2 Hits, Last modified: 10 years ago pypi @tips 2 Hits, Last modified: 24 months ago pyramid @tips 2 Hits, Last modified: 10 years ago syncthing @tips 2 Hits, Last modified: 8 years ago esp32 @projects:internetofthings 2 Hits, Last modified: 4 years ago influxdb @projects:internetofthings 2 Hits, Last modified: 6 years ago 01_struttura_server @projects:livenet 2 Hits, Last modified: 4 months ago virtualization @projects:livenet 2 Hits, Last modified: 5 years ago decompile @tips:android 2 Hits, Last modified: 5 years ago development @tips:android 2 Hits, Last modified: 8 years ago postinstall @tips:archlinux 2 Hits, Last modified: 2 years ago mssql @tips:db 2 Hits, Last modified: 9 years ago panda3d @tips:gameengine 2 Hits, Last modified: 10 years ago dell @tips:hw 2 Hits, Last modified: 3 years ago linux @tips:rasberry 2 Hits, Last modified: 8 years ago xtion @tips:sensors 2 Hits, Last modified: 10 years ago pptp @tips:vpn 2 Hits, Last modified: 8 years ago systemd @zibaldone:linux 2 Hits, Last modified: 10 months ago iidc @projects:zibaldone:electronic 2 Hits, Last modified: 4 years ago 10_data_collector @livenet 1 Hits, Last modified: 4 months ago cie @madmax 1 Hits, Last modified: 2 years ago watches @madmax 1 Hits, Last modified: 9 years ago atom @tips 1 Hits, Last modified: 8 years ago cvat @tips 1 Hits, Last modified: 5 years ago dns @tips 1 Hits, Last modified: 4 years ago googleearth @tips 1 Hits, Last modified: 8 years ago ldap @tips 1 Hits, Last modified: 6 years ago opengl @tips 1 Hits, Last modified: 10 years ago pulsar @tips 1 Hits, Last modified: 6 years ago sqlite @tips 1 Hits, Last modified: 5 years ago test @tips 1 Hits, Last modified: 4 years ago dokuwiki @wiki 1 Hits, Last modified: 4 years ago esp32lora @projects:internetofthings 1 Hits, Last modified: 5 years ago tradfri @projects:internetofthings 1 Hits, Last modified: 6 years ago liberidicomunicare @projects:iotaiuto 1 Hits, Last modified: 2 years ago image-build @projects:livenet 1 Hits, Last modified: 7 years ago integration @projects:wamp 1 Hits, Last modified: 10 years ago fluid @tips:blender 1 Hits, Last modified: 10 years ago mariadb @tips:db 1 Hits, Last modified: 8 years ago postgres @tips:db 1 Hits, Last modified: 6 years ago networknamespaces @tips:linux 1 Hits, Last modified: 6 years ago linux @tips:radxa 1 Hits, Last modified: 9 years ago ipsec @tips:vpn 1 Hits, Last modified: 8 years ago juniper @tips:vpn 1 Hits, Last modified: 10 years ago corne @projects:zibaldone:electronic 1 Hits, Last modified: 3 years ago