Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- zsh
- ====== 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
- 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
- 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
- atom
- 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:
- zabbix
- 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
- 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
- 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
- blender
- ====== 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 *
- stratos @tips:android
- 8506 * [[https://goo.gl/sJ6tsX|ita]] <code> adb shell reboot bootloader fastboot devices fastboot ge... push recovery.img /sdcard/ adb push start_update.sh /sdcard/ adb push md5s.txt /sdcard/ adb root adb shell cd /sdcard/; sh start_update.sh </code> <code> # avoid loop adb root adb shell rm /data/syste
- gnome3 @tips:ubuntu
- ===== <code bash> sudo apt install gpaste gnome-shell-extensions-gpaste </code> change keyboard shortcut of show history to <ALT>+v use <SHIFT>+Ins to paste selected element ===== gnome shell extensions =====
- openvpn @tips:vpn
- ce <code> /interface ovpn-server server set auth=sha1,md5 certificate=router_cert \ cipher=blowfish12... tput, 9 = verbose verb 3 cipher AES-256-CBC auth SHA1 pull auth-user-pass auth.cfg script-security 2 up /etc/openvpn/up.sh </code> /etc/openvpn/up.sh (chmod +x) <code> #!/bin/sh ip route add 10.90.0.0/16 via 10.15.32.33 </
- k80
- mory: 65536 bytes Total amount of shared memory per block: 49152 bytes Total shared memory per multiprocessor: 114688 bytes... kernels: No Integrated GPU sharing Host Memory: No Support host pa... mory: 65536 bytes Total amount of shared memory per block: 49152 bytes Total s
- video
- >/dev/null 2>/tmp/preview$i.log ; \ ~/telegram.sh "$ago (camera $i)" "${preview}" $CHATID ) & sle... ) & </code> ===== telegram ===== <code> #!/bin/sh set -x caption=$1 video=$2 CHATID=$3 # TOKEN=... -r 0.1 -c:v libx264 -an -y $video fi ~/telegram.sh "Camera $i" "${video}" $CHATID </code> ===== cam... p -i $INPUT -c:v libx264 -an -y test.mp4 </code> shinobi <code> ffmpeg -loglevel warning -analyzedura