sh

Search

You can find the results of your search below.

syntax @wiki
50 Hits, Last modified:
ine** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. T... t with some linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ or f... with some linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ or... by\\ a whitespace \\this happens without it. You should use forced newlines only if really needed. =
zsh @tips
47 Hits, Last modified:
====== Z shell ====== ===== 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:
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:
etwork sudo lxd init </code> Because group membership is only applied at login, you then either need ... er session or use the "newgrp lxd" command in 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:=xenial} lxc image show $ALIAS >
locale @tips:ubuntu
31 Hits, Last modified:
====== 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 showcmd " Show (partial) command in status line. se
docker @projects:zibaldone:linux
31 Hits, Last modified:
com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb ... [arch=$(dpkg --print-architecture) signed-by=/usr/share/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:
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" >> ~/.bashrc 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:
T=sso.csgalileo.org echo quit | openssl s_client -showcerts -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 . ~/.bashrc # now /root/.acme.sh/acme.sh.env is aval
xenial @tips:ubuntu
28 Hits, Last modified:
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>
git @tips
25 Hits, Last modified:
tty=format:\"%h %ad | %s%d [%an]\" --graph --date=short 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:
{{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:
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 -
iotaiuto @projects:internetofthings
20 Hits, Last modified:
==== **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:
====== 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>
otp @tips
19 Hits, Last modified:
1) $ export HEX_SECRET=$(head -15 /dev/urandom | sha1sum | cut -b 1-30) 2) $ oathtool --verbose --t... ryone else - : ALL : ALL 7) editare /etc/pam.d/sshd (per la versione con publickey andare al capitol... h.so usersfile=/etc/users.oath 8) editare /etc/ssh/sshd_config e abilitare "ChallengeResponseAuthentication" ChallengeResponseAuthentication yes 9) ri
kinectv2 @tips:sensors
19 Hits, Last modified:
telegram @tips
18 Hits, Last modified:
atom @tips
17 Hits, Last modified:
autofs @tips
17 Hits, Last modified:
micropython @projects:internetofthings
16 Hits, Last modified:
tmux @tips
15 Hits, Last modified:
zabbix @tips
15 Hits, Last modified:
mdm @projects
14 Hits, Last modified:
server @tips:ubuntu
14 Hits, Last modified:
video @tips
13 Hits, Last modified:
stratos @tips:android
13 Hits, Last modified:
k80 @tips
12 Hits, Last modified:
vscode @projects:zibaldone
12 Hits, Last modified:
simon @tips:speech
12 Hits, Last modified:
3dprinter @projects
11 Hits, Last modified:
ionic @tips
11 Hits, Last modified:
graphite @projects:internetofthings
11 Hits, Last modified:
install @tips:archlinux
11 Hits, Last modified:
18.04 @tips:ubuntu
11 Hits, Last modified:
gnome3 @tips:ubuntu
11 Hits, Last modified:
fish @tips
10 Hits, Last modified:
jibri @tips
10 Hits, Last modified:
server @projects:livenet
10 Hits, Last modified:
openvpn @tips:vpn
10 Hits, Last modified:
chiquitita @music
9 Hits, Last modified:
turbolevo @projects:zibaldone:electronic
9 Hits, Last modified:
qemu
8 Hits, Last modified:
ladonnacannone @music
8 Hits, Last modified:
blender @tips
8 Hits, Last modified:
esphome @projects:internetofthings
8 Hits, Last modified:
shinobi @projects:internetofthings
8 Hits, Last modified:
redis @tips:db
8 Hits, Last modified:
monitor @tips:radxa
8 Hits, Last modified:
motorizzazione @tips:vpn
8 Hits, Last modified:
tuttoaposto @music
7 Hits, Last modified:
ungiornoinsieme @music
7 Hits, Last modified:
influxdb @projects:internetofthings
7 Hits, Last modified:
scipiodev @projects:livenet
7 Hits, Last modified:
docs @projects:wamp
7 Hits, Last modified:
minecraft @tips:gameengine
7 Hits, Last modified:
unreal @tips:gameengine
7 Hits, Last modified:
android @tips:radxa
7 Hits, Last modified:
galileo @tips:vpn
7 Hits, Last modified:
systemd @zibaldone:linux
7 Hits, Last modified:
bike @madmax
6 Hits, Last modified:
jupyter @tips
6 Hits, Last modified:
taskfile @tips
6 Hits, Last modified:
unms @tips
6 Hits, Last modified:
analisi @projects:charta
6 Hits, Last modified:
googlehome @projects:internetofthings
6 Hits, Last modified:
mycroft @projects:iotaiuto
6 Hits, Last modified:
bv7000 @tips:android
6 Hits, Last modified:
install @tips:opencv
6 Hits, Last modified:
17.10 @tips:ubuntu
6 Hits, Last modified:
keyboard @madmax
5 Hits, Last modified:
blocksync @tips
5 Hits, Last modified:
cvat @tips
5 Hits, Last modified:
pulsar @tips
5 Hits, Last modified:
pyramid @tips
5 Hits, Last modified:
esp32 @projects:internetofthings
5 Hits, Last modified:
virtualization @projects:livenet
5 Hits, Last modified:
postinstall @tips:archlinux
5 Hits, Last modified:
dell @tips:hw
5 Hits, Last modified:
linux @tips:radxa
5 Hits, Last modified:
turbolevo @madmax
4 Hits, Last modified:
ansible @tips
4 Hits, Last modified:
cordova @tips
4 Hits, Last modified:
jupyterhub @tips
4 Hits, Last modified:
ldap @tips
4 Hits, Last modified:
led @projects:iotaiuto
4 Hits, Last modified:
bv9500 @tips:android
4 Hits, Last modified:
redisegni @tips:blender
4 Hits, Last modified:
oracle @tips:db
4 Hits, Last modified:
minetest @tips:gameengine
4 Hits, Last modified:
letitbe @music
3 Hits, Last modified:
audio @tips
3 Hits, Last modified:
ftp @tips
3 Hits, Last modified:
gstreamer @tips
3 Hits, Last modified:
kyria @tips
3 Hits, Last modified:
mopidy @tips
3 Hits, Last modified:
sqlite @tips
3 Hits, Last modified:
vgpu @tips
3 Hits, Last modified:
dokuwiki @wiki
3 Hits, Last modified:
mev2 @projects:giano
3 Hits, Last modified:
freenove @projects:internetofthings
3 Hits, Last modified:
iotaiuto_privacy @projects:internetofthings
3 Hits, Last modified:
zigbee @projects:iotaiuto
3 Hits, Last modified:
decompile @tips:android
3 Hits, Last modified:
gianomobile @tips:android
3 Hits, Last modified:
videoediting @tips:blender
3 Hits, Last modified:
mssql @tips:db
3 Hits, Last modified:
postgres @tips:db
3 Hits, Last modified:
deb @tips:debian
3 Hits, Last modified:
gpio @tips:radxa
3 Hits, Last modified:
trusty @tips:ubuntu
3 Hits, Last modified:
univr @tips:vpn
3 Hits, Last modified:
pizza @madmax
2 Hits, Last modified:
music @music
2 Hits, Last modified:
audit @tips
2 Hits, Last modified:
calibre @tips
2 Hits, Last modified:
capacitor @tips
2 Hits, Last modified:
dns @tips
2 Hits, Last modified:
fdf @tips
2 Hits, Last modified:
openalpr @tips
2 Hits, Last modified:
pypi @tips
2 Hits, Last modified:
syncthing @tips
2 Hits, Last modified:
uwb @tips
2 Hits, Last modified:
jetsonnano @projects:internetofthings
2 Hits, Last modified:
pm10 @projects:internetofthings
2 Hits, Last modified:
tradfri @projects:internetofthings
2 Hits, Last modified:
doorbell @projects:iotaiuto
2 Hits, Last modified:
termostato @projects:iotaiuto
2 Hits, Last modified:
integration @projects:wamp
2 Hits, Last modified:
development @tips:android
2 Hits, Last modified:
panda3d @tips:gameengine
2 Hits, Last modified:
hp @tips:hw
2 Hits, Last modified:
networknamespaces @tips:linux
2 Hits, Last modified:
linux @tips:rasberry
2 Hits, Last modified:
xtion @tips:sensors
2 Hits, Last modified:
pptp @tips:vpn
2 Hits, Last modified:
corne @projects:zibaldone:electronic
2 Hits, Last modified:
iidc @projects:zibaldone:electronic
2 Hits, Last modified:
cie @madmax
1 Hits, Last modified:
orto @madmax
1 Hits, Last modified:
rocket @madmax
1 Hits, Last modified:
watches @madmax
1 Hits, Last modified:
playground @playground
1 Hits, Last modified:
bonding @tips
1 Hits, Last modified:
dac @tips
1 Hits, Last modified:
googleearth @tips
1 Hits, Last modified:
jupiterhub @tips
1 Hits, Last modified:
opengl @tips
1 Hits, Last modified:
pcb @tips
1 Hits, Last modified:
test @tips
1 Hits, Last modified:
welcome @wiki
1 Hits, Last modified:
intro @projects:autismotica
1 Hits, Last modified:
epaper @projects:internetofthings
1 Hits, Last modified:
esp32lora @projects:internetofthings
1 Hits, Last modified:
objectdetection @projects:internetofthings
1 Hits, Last modified:
smartband @projects:internetofthings
1 Hits, Last modified:
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified:
image-build @projects:livenet
1 Hits, Last modified:
python @projects:zibaldone
1 Hits, Last modified:
tutorial @tips:archlinux
1 Hits, Last modified:
fluid @tips:blender
1 Hits, Last modified:
particles @tips:blender
1 Hits, Last modified:
mariadb @tips:db
1 Hits, Last modified:
lenovo-s531 @tips:hw
1 Hits, Last modified:
ipsec @tips:vpn
1 Hits, Last modified:
juniper @tips:vpn
1 Hits, Last modified:
smtp @tips:vpn
1 Hits, Last modified:
samoklava @projects:zibaldone:electronic
1 Hits, Last modified: