sh

Search

You can find the results of your search below.

zsh
20 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) </code> plugins <code> gi... nconsolata%20for%20Powerline.otf?raw=true -O /usr/share/fonts/OTF/Inconsolata\ for\ Powerline.otf sudo
ssl
19 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
telegram
15 Hits, Last modified:
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
13 Hits, Last modified:
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
10 Hits, Last modified:
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
10 Hits, Last modified:
=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
9 Hits, Last modified:
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
9 Hits, Last modified:
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
9 Hits, Last modified:
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
8 Hits, Last modified:
====== 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
8 Hits, Last modified:
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
7 Hits, Last modified:
===== <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
7 Hits, Last modified:
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
6 Hits, Last modified:
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
6 Hits, Last modified:
>/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
18.04 @tips:ubuntu
6 Hits, Last modified:
kinectv2 @tips:sensors
5 Hits, Last modified:
cvat
4 Hits, Last modified:
unms
4 Hits, Last modified:
adb @tips:android
4 Hits, Last modified:
redisegni @tips:blender
4 Hits, Last modified:
minecraft @tips:gameengine
4 Hits, Last modified:
simon @tips:speech
4 Hits, Last modified:
server @tips:ubuntu
4 Hits, Last modified:
blocksync
3 Hits, Last modified:
ionic
3 Hits, Last modified:
pulsar
3 Hits, Last modified:
vgpu
3 Hits, Last modified:
decompile @tips:android
3 Hits, Last modified:
postinstall @tips:archlinux
3 Hits, Last modified:
videoediting @tips:blender
3 Hits, Last modified:
minetest @tips:gameengine
3 Hits, Last modified:
unreal @tips:gameengine
3 Hits, Last modified:
dell @tips:hw
3 Hits, Last modified:
17.10 @tips:ubuntu
3 Hits, Last modified:
audit
2 Hits, Last modified:
calibre
2 Hits, Last modified:
cordova
2 Hits, Last modified:
git
2 Hits, Last modified:
openalpr
2 Hits, Last modified:
otp
2 Hits, Last modified:
pyramid
2 Hits, Last modified:
sqlite
2 Hits, Last modified:
uwb
2 Hits, Last modified:
zfs
2 Hits, Last modified:
development @tips:android
2 Hits, Last modified:
postgres @tips:db
2 Hits, Last modified:
hp @tips:hw
2 Hits, Last modified:
install @tips:opencv
2 Hits, Last modified:
android @tips:radxa
2 Hits, Last modified:
monitor @tips:radxa
2 Hits, Last modified:
motorizzazione @tips:vpn
2 Hits, Last modified:
dac
1 Hits, Last modified:
dns
1 Hits, Last modified:
fdf
1 Hits, Last modified:
ftp
1 Hits, Last modified:
gstreamer
1 Hits, Last modified:
jibri
1 Hits, Last modified:
jupiterhub
1 Hits, Last modified:
ldap
1 Hits, Last modified:
pcb
1 Hits, Last modified:
bv7000 @tips:android
1 Hits, Last modified:
install @tips:archlinux
1 Hits, Last modified:
tutorial @tips:archlinux
1 Hits, Last modified:
particles @tips:blender
1 Hits, Last modified:
mssql @tips:db
1 Hits, Last modified:
oracle @tips:db
1 Hits, Last modified:
linux @tips:radxa
1 Hits, Last modified:
trusty @tips:ubuntu
1 Hits, Last modified:
zfs-on-root @tips:ubuntu
1 Hits, Last modified:
galileo @tips:vpn
1 Hits, Last modified: