Fulltext results:
- syntax @wiki
- by\\ a whitespace \\this happens without it. You should use forced newlines only if really needed. =... otes: * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones... ia's page about Wikis: [[wp>Wiki]]. ==== Windows Shares ==== Windows shares like [[\\server\share|this]] are recognized, too. Please note that these onl
- zsh @tips
- ====== 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) </code> plugins <code> gi... nconsolata%20for%20Powerline.otf?raw=true -O /usr/share/fonts/OTF/Inconsolata\ for\ Powerline.otf sudo
- ssl @tips
- 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
- telegram @tips
- self signed <code> openssl req -newkey rsa:2048 -sha256 -nodes -keyout key.pem -x509 -days 365 -out c... T ==== curl ==== send message <code bash> #/bin/sh API="112212222:XXX..." CHATID=123456 TEXT="$*" ... reply(update, message): reply_keyboard = [['/show', '/motion', '/day']] update.message.reply_... ize_keyboard=True, one_time_keyboard=False)) def show(bot, update): print("show ...") if _isA
- vscode @projects:zibaldone
- Container edit created configurations: * ctrl+shift+p (F1 command palette): Remote-Containers: Ope... n.com/post/2015/05/18/visual-studio-code-keyboard-shortcut-cheat-sheet <file json keybindings.json> [ { "key": "ctrl+s", "command": "workbench.action... } ] </file> * ctrl-alt--: go back * ctrl-shift--: go forward * ctrl-b: side bar toggle *
- atom @tips
- ps://github.com/$LATEST" -O /tmp/atom-amd64.deb --show-progress dpkg -i /tmp/atom-amd64.deb echo... l \ symbols-tree-view \ merge-conflicts \ todo-show \ auto-detect-indentation \ jumpy \ autocomplete-python \ </code> show installed packages <code> apm list --installed ... invisibles: {} preferredLineLength: 120 showIndentGuide: true tabLength: 4 welcome:
- blender @tips
- ====== Blender 2.9 ====== ====== shortcuts ====== * SHIFT z: switch wireframe and object mode * f: fill faces or edges between edges... othing * c: circle select * b: box select * SHIFT+b: zoom to box * SHIFT+s: cursor move or selection move * w: cycle between selecion modes *
- docker @projects:zibaldone:linux
- 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... docker backup example ===== <code bash> #!/bin/sh CONTAINER=52e59999a02b TARGET=/backup/ SOURCE=/v... container on alpine image docker run -dit alpine sh # get container id docker ps CONTAINER ID IMA
- zabbix @tips
- on ESP32 CAM ===== API ===== <code bash> #!/bin/sh # 1. set connection details url=http://monitor.... auth\": null } " $url | \ jq -r '.result' ) # 3. show triggers in problem state curl -s -X POST \ -H ... ) }, \"auth\": \"$auth\", # 3. show triggers in problem state curl -s -X POST \... uth\": null } " $url | \ jq -r '.result' ) # 3. show triggers in problem state curl -s -X POST \ -H
- locale @tips:ubuntu
- =2 sts=2 sw=2 expandtab set paste set mouse=r set showcmd " Show (partial) command in status line. set showmatch " Show matching brackets. set ignorecase " Do case insensitive matching set smartcase " Do
- lxd @tips
- er session or use the "newgrp lxd" command in the shell you're going to interact with lxd from <code> ... AME=$1 ALIAS=$2 ALIAS=${ALIAS:=xenial} lxc image show $ALIAS >/dev/null 2>&1 if [ ! $? = 0 ]; then ... pt install apt-cacher-ng PROXY=$( lxc network show lxdbr0 | sed -n 's/\s\+ipv4.address: \([0-9\.]\... xc config set <name> boot.autostart true </code> show container configuration <code bash> lxc config
- tmux @tips
- rrent pane splitting paths. # from powerline run-shell "tmux set-environment -g TMUX_VERSION_MAJOR $(... ' -f2 | cut -d'.' -f1 | sed 's/[^0-9]*//g')" run-shell "tmux set-environment -g TMUX_VERSION_MINOR $(... -d'.' -f2 | sed 's/[^0-9]*//g')" # status bar if-shell '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VE... ption -g status-utf8 on' # rm mouse mode fail if-shell '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VE
- xenial @tips:ubuntu
- ms=+ssh-dss KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 </code> ===== post install ===== disable non needed packages <code>... ugh the Dash/Activities overview. There you go to Shortcuts -> Custom Shortcuts and add a new one with
- orin
- 186ref/BCT/ sudo ./tools/l4t_flash_prerequisites.sh sudo ./apply_binaries.sh sudo cp orin_nx_JP5_1_bsp/nvgpu.ko rootfs/usr/lib/modules/5.*/kernel/driver... ra sudo ./tools/backup_restore/l4t_backup_restore.sh -b jetson-orin-nx-devkit-16gb </code> ===== fla... fs <code bash> sudo tools/l4t_create_default_user.sh -u ubuntu -p ubuntu -a -n orin --accept-license <