You can find the results of your search below.
syntax @wiki 50 Hits, Last modified: 4 years ago ine** without a paragraph, you can use two backslash es followed by a whitespace or the end of line.
T... t with some linebreaks\\ Note that the
two backslash es are only recognized at the end of a line\\
or f... with some linebreaks\\ Note that the
two backslash es are only recognized at the end of a line\\
or... by\\ a whitespace \\this happens without it.
You sh ould use forced newlines only if really needed.
= zsh @tips 47 Hits, Last modified: 6 years ago ====== Z sh ell ======
===== keys =====
* CTRL + U: this will clear the entire line
===== 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 )
</ orin 32 Hits, Last modified: 20 months 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/ lxd @tips 31 Hits, Last modified: 5 years ago etwork
sudo lxd init
</code>
Because group membersh ip is only applied at login, you then either need ... er session or use the "newgrp lxd" command in the sh ell 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:=xenial}
lxc image sh ow $ALIAS > locale @tips:ubuntu 31 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... =2 sts=2 sw=2 expandtab
set paste
set mouse=r
set sh owcmd " Sh ow (partial) command in status line.
se docker @projects:zibaldone:linux 31 Hits, Last modified: 19 months ago com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/sh are/keyrings/docker-archive-keyring.gpg
echo "deb ... [arch=$(dpkg --print-architecture) signed-by=/usr/sh are/keyrings/docker-archive-keyring.gpg] https://d... de>
===== docker backup example =====
<code bash >
#!/bin/sh
CONTAINER=52e59999a02b
TARGET=/backup/
SOURCE=/var/lib/docker/volumes/geonode_3x1t-backup homeassistant @projects:internetofthings 30 Hits, Last modified: 2 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 ... ctivate
echo "source ~/venv/bin/activate" >> ~/.bash rc
pip install -U pip wheel
pip install homeassist... multi-user.target
</file>
enable service
<code bash >
systemctl daemon-reload
systemctl enable hass
</ ssl @tips 29 Hits, Last modified: 2 years ago T=sso.csgalileo.org
echo quit | openssl s_client -sh owcerts -servername "$API_HOST" -connect "$API_HOS... -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
. ~/.bash rc
# now /root/.acme.sh /acme.sh .env is aval xenial @tips:ubuntu 28 Hits, Last modified: 7 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 /ssh d_config
<code>
PubkeyAcceptedKeyTypes=+ssh -dss
</code>
~/.ssh /config
<code>
git @tips 25 Hits, Last modified: 6 years ago tty=format:\"%h %ad | %s%d [%an]\" --graph --date=sh ort
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 se zfs @tips 25 Hits, Last modified: 22 months 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 zfs-on-root @tips:ubuntu 24 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 ash ift=12 \
-O atime=off - iotaiuto @projects:internetofthings 20 Hits, Last modified: 4 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 adb @tips:android 20 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 sh ell pm list packages
</code>
<code bash >
otp @tips 19 Hits, Last modified: 4 years ago
1) $ export HEX_SECRET=$(head -15 /dev/urandom | sh a1sum | cut -b 1-30)
2) $ oathtool --verbose --t... ryone else
- : ALL : ALL
7) editare /etc/pam.d/ssh d (per la versione con publickey andare al capitol... h.so usersfile=/etc/users.oath
8) editare /etc/ssh /ssh d_config e abilitare "ChallengeResponseAuthentication"
ChallengeResponseAuthentication yes
9) ri kinectv2 @tips:sensors 19 Hits, Last modified: 10 years ago telegram @tips 18 Hits, Last modified: 3 years ago atom @tips 17 Hits, Last modified: 7 years ago autofs @tips 17 Hits, Last modified: 8 years ago micropython @projects:internetofthings 16 Hits, Last modified: 6 years ago tmux @tips 15 Hits, Last modified: 8 years ago zabbix @tips 15 Hits, Last modified: 3 years ago mdm @projects 14 Hits, Last modified: 3 years ago server @tips:ubuntu 14 Hits, Last modified: 3 years ago video @tips 13 Hits, Last modified: 4 years ago stratos @tips:android 13 Hits, Last modified: 7 years ago k80 @tips 12 Hits, Last modified: 4 months ago vscode @projects:zibaldone 12 Hits, Last modified: 11 months ago simon @tips:speech 12 Hits, Last modified: 8 years ago 3dprinter @projects 11 Hits, Last modified: 3 years ago ionic @tips 11 Hits, Last modified: 7 years ago graphite @projects:internetofthings 11 Hits, Last modified: 7 years ago install @tips:archlinux 11 Hits, Last modified: 2 years ago 18.04 @tips:ubuntu 11 Hits, Last modified: 6 years ago gnome3 @tips:ubuntu 11 Hits, Last modified: 7 years ago fish @tips 10 Hits, Last modified: 17 months ago jibri @tips 10 Hits, Last modified: 2 years ago server @projects:livenet 10 Hits, Last modified: 7 years ago openvpn @tips:vpn 10 Hits, Last modified: 7 years ago chiquitita @music 9 Hits, Last modified: 9 years ago qemu 8 Hits, Last modified: 6 years ago ladonnacannone @music 8 Hits, Last modified: 10 years ago blender @tips 8 Hits, Last modified: 4 years ago esphome @projects:internetofthings 8 Hits, Last modified: 3 years ago shinobi @projects:internetofthings 8 Hits, Last modified: 7 years ago redis @tips:db 8 Hits, Last modified: 7 years ago monitor @tips:radxa 8 Hits, Last modified: 9 years ago motorizzazione @tips:vpn 8 Hits, Last modified: 6 years ago tuttoaposto @music 7 Hits, Last modified: 10 years ago ungiornoinsieme @music 7 Hits, Last modified: 10 years ago influxdb @projects:internetofthings 7 Hits, Last modified: 5 years ago scipiodev @projects:livenet 7 Hits, Last modified: 7 years ago docs @projects:wamp 7 Hits, Last modified: 8 years ago minecraft @tips:gameengine 7 Hits, Last modified: 7 years ago unreal @tips:gameengine 7 Hits, Last modified: 10 years ago android @tips:radxa 7 Hits, Last modified: 10 years ago galileo @tips:vpn 7 Hits, Last modified: 4 months ago systemd @zibaldone:linux 7 Hits, Last modified: 6 months ago bike @madmax 6 Hits, Last modified: 5 years ago jupyter @tips 6 Hits, Last modified: 7 years ago taskfile @tips 6 Hits, Last modified: 2 years ago unms @tips 6 Hits, Last modified: 3 years ago analisi @projects:charta 6 Hits, Last modified: 2 years ago googlehome @projects:internetofthings 6 Hits, Last modified: 7 years ago mycroft @projects:iotaiuto 6 Hits, Last modified: 3 years ago bv7000 @tips:android 6 Hits, Last modified: 7 years ago install @tips:opencv 6 Hits, Last modified: 7 years ago 17.10 @tips:ubuntu 6 Hits, Last modified: 7 years ago keyboard @madmax 5 Hits, Last modified: 5 years ago blocksync @tips 5 Hits, Last modified: 8 years ago cvat @tips 5 Hits, Last modified: 4 years ago pulsar @tips 5 Hits, Last modified: 5 years ago pyramid @tips 5 Hits, Last modified: 9 years ago esp32 @projects:internetofthings 5 Hits, Last modified: 3 years ago virtualization @projects:livenet 5 Hits, Last modified: 5 years ago postinstall @tips:archlinux 5 Hits, Last modified: 21 months ago dell @tips:hw 5 Hits, Last modified: 2 years ago linux @tips:radxa 5 Hits, Last modified: 9 years ago turbolevo @madmax 4 Hits, Last modified: 4 years ago ansible @tips 4 Hits, Last modified: 2 years ago cordova @tips 4 Hits, Last modified: 10 years ago jupyterhub @tips 4 Hits, Last modified: 4 years ago ldap @tips 4 Hits, Last modified: 5 years ago led @projects:iotaiuto 4 Hits, Last modified: 3 years ago bv9500 @tips:android 4 Hits, Last modified: 3 years ago redisegni @tips:blender 4 Hits, Last modified: 10 years ago oracle @tips:db 4 Hits, Last modified: 8 years ago minetest @tips:gameengine 4 Hits, Last modified: 7 years ago letitbe @music 3 Hits, Last modified: 10 years ago audio @tips 3 Hits, Last modified: 8 years ago ftp @tips 3 Hits, Last modified: 6 years ago gstreamer @tips 3 Hits, Last modified: 12 months ago k0s @tips 3 Hits, Last modified: 2 weeks ago kyria @tips 3 Hits, Last modified: 4 years ago mopidy @tips 3 Hits, Last modified: 8 years ago sqlite @tips 3 Hits, Last modified: 5 years ago vgpu @tips 3 Hits, Last modified: 3 years ago dokuwiki @wiki 3 Hits, Last modified: 4 years ago mev2 @projects:giano 3 Hits, Last modified: 20 months ago freenove @projects:internetofthings 3 Hits, Last modified: 4 months ago zigbee @projects:iotaiuto 3 Hits, Last modified: 3 years ago decompile @tips:android 3 Hits, Last modified: 5 years ago gianomobile @tips:android 3 Hits, Last modified: 5 years ago videoediting @tips:blender 3 Hits, Last modified: 5 years ago mssql @tips:db 3 Hits, Last modified: 8 years ago postgres @tips:db 3 Hits, Last modified: 6 years ago deb @tips:debian 3 Hits, Last modified: 10 years ago gpio @tips:radxa 3 Hits, Last modified: 10 years ago trusty @tips:ubuntu 3 Hits, Last modified: 9 years ago univr @tips:vpn 3 Hits, Last modified: 20 months ago pizza @madmax 2 Hits, Last modified: 6 years ago music @music 2 Hits, Last modified: 9 years ago audit @tips 2 Hits, Last modified: 6 years ago calibre @tips 2 Hits, Last modified: 7 years ago capacitor @tips 2 Hits, Last modified: 7 years ago dns @tips 2 Hits, Last modified: 3 years ago fdf @tips 2 Hits, Last modified: 4 years ago helm @tips 2 Hits, Last modified: 3 weeks ago openalpr @tips 2 Hits, Last modified: 9 years ago pypi @tips 2 Hits, Last modified: 20 months ago syncthing @tips 2 Hits, Last modified: 7 years ago uwb @tips 2 Hits, Last modified: 5 years ago jetsonnano @projects:internetofthings 2 Hits, Last modified: 12 months ago pm10 @projects:internetofthings 2 Hits, Last modified: 5 years ago tradfri @projects:internetofthings 2 Hits, Last modified: 5 years ago doorbell @projects:iotaiuto 2 Hits, Last modified: 3 years ago termostato @projects:iotaiuto 2 Hits, Last modified: 3 years ago integration @projects:wamp 2 Hits, Last modified: 9 years ago development @tips:android 2 Hits, Last modified: 7 years ago panda3d @tips:gameengine 2 Hits, Last modified: 10 years ago hp @tips:hw 2 Hits, Last modified: 5 weeks ago networknamespaces @tips:linux 2 Hits, Last modified: 6 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 corne @projects:zibaldone:electronic 2 Hits, Last modified: 3 years ago iidc @projects:zibaldone:electronic 2 Hits, Last modified: 3 years ago cie @madmax 1 Hits, Last modified: 20 months ago orto @madmax 1 Hits, Last modified: 9 years ago rocket @madmax 1 Hits, Last modified: 9 years ago watches @madmax 1 Hits, Last modified: 8 years ago playground @playground 1 Hits, Last modified: 2 years ago bonding @tips 1 Hits, Last modified: 4 years ago ceph-on-k0s @tips 1 Hits, Last modified: 3 weeks ago dac @tips 1 Hits, Last modified: 8 years ago googleearth @tips 1 Hits, Last modified: 8 years ago jupiterhub @tips 1 Hits, Last modified: 4 years ago opengl @tips 1 Hits, Last modified: 10 years ago pcb @tips 1 Hits, Last modified: 4 years ago test @tips 1 Hits, Last modified: 4 years ago welcome @wiki 1 Hits, Last modified: 4 years ago intro @projects:autismotica 1 Hits, Last modified: 2 years ago epaper @projects:internetofthings 1 Hits, Last modified: 2 years ago esp32lora @projects:internetofthings 1 Hits, Last modified: 5 years ago smartband @projects:internetofthings 1 Hits, Last modified: 4 years ago liberidicomunicare @projects:iotaiuto 1 Hits, Last modified: 2 years ago image-build @projects:livenet 1 Hits, Last modified: 7 years ago python @projects:zibaldone 1 Hits, Last modified: 2 years ago tutorial @tips:archlinux 1 Hits, Last modified: 6 years ago fluid @tips:blender 1 Hits, Last modified: 10 years ago particles @tips:blender 1 Hits, Last modified: 10 years ago mariadb @tips:db 1 Hits, Last modified: 8 years ago lenovo-s531 @tips:hw 1 Hits, Last modified: 6 years ago ipsec @tips:vpn 1 Hits, Last modified: 8 years ago juniper @tips:vpn 1 Hits, Last modified: 10 years ago smtp @tips:vpn 1 Hits, Last modified: 8 years ago