• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป sh

sh

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:ubuntu (8)
  • tips:vpn (8)
  • tips:android (7)
  • tips:db (5)
  • tips:blender (4)
  • tips:gameengine (4)
  • tips:radxa (4)
  • tips:archlinux (3)
  • tips:hw (3)
  • tips:sensors (2)
  • tips:debian (1)
  • tips:linux (1)
  • tips:opencv (1)
  • tips:rasberry (1)
  • tips:speech (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • fish (tips)
  • zsh (tips)

Fulltext results:

zsh
47 Hits, Last modified: 7 years ago
====== 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) </
lxd
31 Hits, Last modified: 6 years ago
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: 8 years ago
====== 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
ssl
29 Hits, Last modified: 7 days ago
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: 8 years ago
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
25 Hits, Last modified: 7 years ago
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
25 Hits, Last modified: 3 years ago
{{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: 8 years ago
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
20 Hits, Last modified: 8 years ago
====== 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
19 Hits, Last modified: 5 years ago
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: 11 years ago
{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
telegram
18 Hits, Last modified: 4 years ago
self signed <code> openssl req -newkey rsa:2048 -sha256 -nodes -keyout key.pem -x509 -days 365 -out c... /bot${TOKEN}/getUpdates (negative number) <code bash> TOKEN= curl https://api.telegram.org/bot${TOKEN}... | jq . </code> Send a message to group <code bash> TOKEN= CHATID= curl -X POST "https://api.telegra... acy" of BOT ==== curl ==== send message <code bash> #/bin/sh API="112212222:XXX..." CHATID=123456 T
atom
17 Hits, Last modified: 8 years ago
===== /usr/local/bin/atom-update <code> #!/bin/bash wget -q https://github.com/atom/atom/releases... 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
autofs
17 Hits, Last modified: 9 years ago
====== 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 pr
tmux
15 Hits, Last modified: 9 years ago
: scroll mode ===== sessions ===== list <code bash> tmux ls </code> attach <code bash> tmux a [-t name] </code> kill detached <code bash> tmux kill-server </code> ===== script ===== <code bash> tmux -2 new-session -d -s wega -n 'all' 'make ru
zabbix
15 Hits, Last modified: 4 years ago
rocm
14 Hits, Last modified: 3 days ago
server @tips:ubuntu
14 Hits, Last modified: 4 years ago
video
13 Hits, Last modified: 5 years ago
stratos @tips:android
13 Hits, Last modified: 8 years ago
blender
12 Hits, Last modified: 6 months ago
k80
12 Hits, Last modified: 17 months ago
simon @tips:speech
12 Hits, Last modified: 9 years ago
ionic
11 Hits, Last modified: 8 years ago
install @tips:archlinux
11 Hits, Last modified: 3 years ago
18.04 @tips:ubuntu
11 Hits, Last modified: 7 years ago
fish
10 Hits, Last modified: 2 years ago
jibri
10 Hits, Last modified: 3 years ago
openspec
10 Hits, Last modified: 2 weeks ago
openvpn @tips:vpn
10 Hits, Last modified: 8 years ago
redis @tips:db
8 Hits, Last modified: 8 years ago
monitor @tips:radxa
8 Hits, Last modified: 10 years ago
motorizzazione @tips:vpn
8 Hits, Last modified: 7 years ago
gemini
7 Hits, Last modified: 5 months ago
tridactyl
7 Hits, Last modified: 6 months ago
minecraft @tips:gameengine
7 Hits, Last modified: 8 years ago
unreal @tips:gameengine
7 Hits, Last modified: 11 years ago
android @tips:radxa
7 Hits, Last modified: 11 years ago
galileo @tips:vpn
7 Hits, Last modified: 17 months ago
jupyter
6 Hits, Last modified: 8 years ago
proxmox
6 Hits, Last modified: 4 weeks ago
taskfile
6 Hits, Last modified: 3 years ago
unms
6 Hits, Last modified: 4 years ago
bv7000 @tips:android
6 Hits, Last modified: 8 years ago
install @tips:opencv
6 Hits, Last modified: 8 years ago
17.10 @tips:ubuntu
6 Hits, Last modified: 8 years ago
blocksync
5 Hits, Last modified: 9 years ago
cvat
5 Hits, Last modified: 5 years ago
pulsar
5 Hits, Last modified: 6 years ago
pyramid
5 Hits, Last modified: 10 years ago
postinstall @tips:archlinux
5 Hits, Last modified: 3 years ago
dell @tips:hw
5 Hits, Last modified: 3 years ago
linux @tips:radxa
5 Hits, Last modified: 10 years ago
ansible
4 Hits, Last modified: 3 years ago
cordova
4 Hits, Last modified: 11 years ago
jupyterhub
4 Hits, Last modified: 5 years ago
ldap
4 Hits, Last modified: 6 years ago
bv9500 @tips:android
4 Hits, Last modified: 4 years ago
redisegni @tips:blender
4 Hits, Last modified: 11 years ago
oracle @tips:db
4 Hits, Last modified: 9 years ago
minetest @tips:gameengine
4 Hits, Last modified: 8 years ago
gnome3 @tips:ubuntu
4 Hits, Last modified: 5 months ago
audio
3 Hits, Last modified: 9 years ago
ftp
3 Hits, Last modified: 7 years ago
gstreamer
3 Hits, Last modified: 2 years ago
k0s
3 Hits, Last modified: 13 months ago
kyria
3 Hits, Last modified: 5 years ago
mopidy
3 Hits, Last modified: 9 years ago
sqlite
3 Hits, Last modified: 6 years ago
vgpu
3 Hits, Last modified: 4 years ago
decompile @tips:android
3 Hits, Last modified: 6 years ago
gianomobile @tips:android
3 Hits, Last modified: 6 years ago
videoediting @tips:blender
3 Hits, Last modified: 6 years ago
mssql @tips:db
3 Hits, Last modified: 9 years ago
postgres @tips:db
3 Hits, Last modified: 7 years ago
deb @tips:debian
3 Hits, Last modified: 11 years ago
gpio @tips:radxa
3 Hits, Last modified: 11 years ago
trusty @tips:ubuntu
3 Hits, Last modified: 10 years ago
univr @tips:vpn
3 Hits, Last modified: 3 years ago
audit
2 Hits, Last modified: 7 years ago
calibre
2 Hits, Last modified: 8 years ago
capacitor
2 Hits, Last modified: 8 years ago
dns
2 Hits, Last modified: 4 years ago
fdf
2 Hits, Last modified: 5 years ago
helm
2 Hits, Last modified: 13 months ago
openalpr
2 Hits, Last modified: 10 years ago
pypi
2 Hits, Last modified: 3 years ago
syncthing
2 Hits, Last modified: 9 years ago
uwb
2 Hits, Last modified: 6 years ago
development @tips:android
2 Hits, Last modified: 9 years ago
panda3d @tips:gameengine
2 Hits, Last modified: 11 years ago
hp @tips:hw
2 Hits, Last modified: 14 months ago
networknamespaces @tips:linux
2 Hits, Last modified: 7 years ago
linux @tips:rasberry
2 Hits, Last modified: 9 years ago
xtion @tips:sensors
2 Hits, Last modified: 11 years ago
pptp @tips:vpn
2 Hits, Last modified: 9 years ago
bonding
1 Hits, Last modified: 5 years ago
ceph-on-k0s
1 Hits, Last modified: 13 months ago
dac
1 Hits, Last modified: 9 years ago
googleearth
1 Hits, Last modified: 9 years ago
ipv6
1 Hits, Last modified: 5 days ago
jupiterhub
1 Hits, Last modified: 6 years ago
opengl
1 Hits, Last modified: 11 years ago
pcb
1 Hits, Last modified: 5 years ago
test
1 Hits, Last modified: 5 years ago
tutorial @tips:archlinux
1 Hits, Last modified: 7 years ago
fluid @tips:blender
1 Hits, Last modified: 11 years ago
particles @tips:blender
1 Hits, Last modified: 11 years ago
mariadb @tips:db
1 Hits, Last modified: 9 years ago
lenovo-s531 @tips:hw
1 Hits, Last modified: 7 years ago
ipsec @tips:vpn
1 Hits, Last modified: 9 years ago
juniper @tips:vpn
1 Hits, Last modified: 11 years ago
smtp @tips:vpn
1 Hits, Last modified: 10 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki