sh

Search

You can find the results of your search below.

ssl
26 Hits, Last modified:
-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 avalaible with b
zsh
26 Hits, Last modified:
===== 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> git clone git://github.com/zsh
git
23 Hits, Last modified:
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 set-url origin http://git.csgalileo.org/livenet-server
lxd
20 Hits, Last modified:
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 >... /apt/apt.conf.d/proxy.conf ]; then lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt/apt.conf.d/ fi lxc file push /etc/inputrc $NAME/etc/ </file> ===== basic ====
xenial @tips:ubuntu
19 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>
zfs
18 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
17 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 -
adb @tips:android
16 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>
locale @tips:ubuntu
16 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... lias lle="ls -alth --color | head -n30" alias s="ssh -l root" alias sud="sudo su" alias llast="ls -alt
kinectv2 @tips:sensors
15 Hits, Last modified:
{idProduct}=="02d9", MODE="0666" </code> <code bash> sudo udevadm control --reload </code> On Ubuntu... dd usbcore.autosuspend=-1 to grub options <code bash> # check with grep . /sys/bus/usb/devices/*/power... st Controller </code> ===== OpenCL ===== <code bash> sudo apt-get install beignet beignet-dev opencl-... /kinect-v2-with-libfreenect2/|...leggi]] <code bash> git clone https://github.com/xlz/libfreenect2.gi
autofs
10 Hits, Last modified:
====== autofs ====== <code bash> sudo apt install autofs sudo mkdir /etc/auto.master.d/ </code> ====... ng ===== stop service and run foreground <code bash> systemctl stop autofs sudo automount -f -v </code> ===== sshfs ===== <code bash> sudo apt install sshfs </code> autofs use root account and ssh key has to be present in /root/.ssh <code bash> s
ionic
10 Hits, Last modified:
uisites ===== ==== nodejs (latest) ==== <code bash> sudo apt-get install build-essential # curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - # sudo apt install nodejs </code> ==== nodeenv ==== <code bash> sudo apt-get install python-pip sudo pip install... eenv </code> ===== Create library ===== <code bash> LIB=<some-path> nodeenv --node=0.10.33 $LIB . $L
otp
10 Hits, Last modified:
h.so usersfile=/etc/users.oath 8) editare /etc/ssh/sshd_config e abilitare "ChallengeResponseAuthent... rg/index.php/Pam_oath https://dnns.no/two-factor-ssh-using-oathtool-on-ubuntu-18.04.html https://spod.cx/blog/two-factor-ssh-auth-with-pam_oath-google-authenticator.shtml https://semjonov.de/post/2016-03/openssh-oath-totp/ SENZA CHIEDERE LA PASSWORD, USANDO O
video
10 Hits, Last modified:
> </code> ===== Convert to webm ===== <code bash> ffmpeg -i input.video -threads 4 -b:v 1M -crf 10... t.webm </code> ===== Repair index ===== <code bash> mencoder -idx input.video -ovc copy -oac copy -o... specific value tomkv (chmod +x) <code> #!/bin/bash OUTDIR=out LIMIT_MBYTE=1500 QUALITY=20 # lower v... le1 file2 ... </code> ===== lates ===== <code bash> #!/bin/bash CHATID=$1 BASEpath='/media/camere'
jibri
9 Hits, Last modified:
create empty file ${CONFIG}/conf/jibri/finalize.sh build image <code> docker build -t "galileo/jibr... buntu:locale?do=export_code&codeblock=1" | /bin/bash apt install nginx wget -qO - https://download.jit... ''/etc/prosody'', ''/var/lib/prosody''. <code bash> echo deb http://packages.prosody.im/debian $(lsb... e il permesso di lettura al certificato: <code bash> chmod +r /etc/prosody/certs/localhost.key </code
simon @tips:speech
9 Hits, Last modified:
telegram
8 Hits, Last modified:
stratos @tips:android
8 Hits, Last modified:
install @tips:archlinux
8 Hits, Last modified:
redis @tips:db
7 Hits, Last modified:
minecraft @tips:gameengine
7 Hits, Last modified:
android @tips:radxa
7 Hits, Last modified:
server @tips:ubuntu
7 Hits, Last modified:
jupyter
6 Hits, Last modified:
k80
6 Hits, Last modified:
taskfile
6 Hits, Last modified:
tmux
6 Hits, Last modified:
unms
6 Hits, Last modified:
monitor @tips:radxa
6 Hits, Last modified:
18.04 @tips:ubuntu
6 Hits, Last modified:
bv7000 @tips:android
5 Hits, Last modified:
unreal @tips:gameengine
5 Hits, Last modified:
motorizzazione @tips:vpn
5 Hits, Last modified:
openvpn @tips:vpn
5 Hits, Last modified:
ansible
4 Hits, Last modified:
zabbix
4 Hits, Last modified:
install @tips:opencv
4 Hits, Last modified:
gnome3 @tips:ubuntu
4 Hits, Last modified:
audio
3 Hits, Last modified:
blocksync
3 Hits, Last modified:
fish
3 Hits, Last modified:
jupyterhub
3 Hits, Last modified:
mopidy
3 Hits, Last modified:
vgpu
3 Hits, Last modified:
bv9500 @tips:android
3 Hits, Last modified:
gianomobile @tips:android
3 Hits, Last modified:
oracle @tips:db
3 Hits, Last modified:
deb @tips:debian
3 Hits, Last modified:
gpio @tips:radxa
3 Hits, Last modified:
17.10 @tips:ubuntu
3 Hits, Last modified:
galileo @tips:vpn
3 Hits, Last modified:
univr @tips:vpn
3 Hits, Last modified:
cordova
2 Hits, Last modified:
fdf
2 Hits, Last modified:
ftp
2 Hits, Last modified:
gstreamer
2 Hits, Last modified:
openalpr
2 Hits, Last modified:
pypi
2 Hits, Last modified:
pyramid
2 Hits, Last modified:
syncthing
2 Hits, Last modified:
decompile @tips:android
2 Hits, Last modified:
development @tips:android
2 Hits, Last modified:
postinstall @tips:archlinux
2 Hits, Last modified:
mssql @tips:db
2 Hits, Last modified:
panda3d @tips:gameengine
2 Hits, Last modified:
dell @tips:hw
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:
atom
1 Hits, Last modified:
cvat
1 Hits, Last modified:
dns
1 Hits, Last modified:
googleearth
1 Hits, Last modified:
ldap
1 Hits, Last modified:
opengl
1 Hits, Last modified:
pulsar
1 Hits, Last modified:
sqlite
1 Hits, Last modified:
test
1 Hits, Last modified:
fluid @tips:blender
1 Hits, Last modified:
mariadb @tips:db
1 Hits, Last modified:
postgres @tips:db
1 Hits, Last modified:
networknamespaces @tips:linux
1 Hits, Last modified:
linux @tips:radxa
1 Hits, Last modified:
ipsec @tips:vpn
1 Hits, Last modified:
juniper @tips:vpn
1 Hits, Last modified: