bash

Search

You can find the results of your search below.

zfs-on-root @tips:ubuntu
14 Hits, Last modified:
-ZFS ===== Livecd ===== boot live cd and <code bash> sudo su passwd ubuntu apt-add-repository univers... -t1:BF01 $DISK </code> Create pool or ... <code bash> zpool create -o ashift=12 \ -O atime=off -... SK}-part1 </code> ... import existing pool <code bash> zpool export rpool zpool import -R /mnt rpool ..... l/ROOT/ubuntu </code> or create raidz pool <code bash> zpool create -O atime=off -O mountpoint=/ -R /mn
lxd
13 Hits, Last modified:
ct 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 >/d... lxc launch mycustomimage newcontainer </code> bash inside <code> lxc exec trusty1 -- /bin/bash </code> stop and delete <code> lxc stop trusty1 lxc delete
git
12 Hits, Last modified:
ui = auto </file> ===== New repo ===== <code bash> NAME=project.git mkdir $NAME cd $NAME git init -... er-info </code> ===== change origin ===== <code bash> git remote -v </code> <code bash> git remote set-url origin http://git.csgalileo.org/livenet-server.git </code> check origin <code bash> git remote show origin </code> if prune needed
adb @tips:android
12 Hits, Last modified:
====== Android ====== {{tag>[android]}} <code bash> apt-get install android-tools-fastboot apt-get inst... ools-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>
zfs
11 Hits, Last modified:
{{tag>[zfs libvirt]}} ====== ZFS ====== <code bash> apt install zfsutils-linux </code> <code> sudo zf... ode> ===== virtualbox ===== create volume <code bash> zfs create -V 50G rpool/win7 </code> create vmd... e> ===== zfs root from live system ===== <code bash> zpool export rpool zpool import -R /mnt rpool u... roc mount --rbind /sys /mnt/sys chroot /mnt /bin/bash --login ... work here exit mount | grep -v zfs
kinectv2 @tips:sensors
11 Hits, Last modified:
TR{idProduct}=="02d9", MODE="0666" </code> <code bash> sudo udevadm control --reload </code> On Ubuntu... Add usbcore.autosuspend=-1 to grub options <code bash> # check with grep . /sys/bus/usb/devices/*/power... Host Controller </code> ===== OpenCL ===== <code bash> sudo apt-get install beignet beignet-dev opencl-... 23/kinect-v2-with-libfreenect2/|...leggi]] <code bash> git clone https://github.com/xlz/libfreenect2.gi
ionic
8 Hits, Last modified:
equisites ===== ==== 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... odeenv </code> ===== Create library ===== <code bash> LIB=<some-path> nodeenv --node=0.10.33 $LIB . $L
jibri
7 Hits, Last modified:
:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash apt install nginx wget -qO - https://download.jit... in ''/etc/prosody'', ''/var/lib/prosody''. <code bash> echo deb http://packages.prosody.im/debian $(lsb... ere il permesso di lettura al certificato: <code bash> chmod +r /etc/prosody/certs/localhost.key </code... iavvio di prosody nei log viene riportato: <code bash> javax.net.ssl.SSLHandshakeException: sun.securit
ssl
7 Hits, Last modified:
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 bash alias </code> ==== certificate generation ==== ... erver_name$request_uri; } } </file> <code bash> # /var/www is documentroot of mail.csgalileo.org... == certificate integration for apache ==== <code bash> HOST=mail.csgalileo.org acme.sh --installcert -d
video
7 Hits, Last modified:
le> </code> ===== Convert to webm ===== <code bash> ffmpeg -i input.video -threads 4 -b:v 1M -crf 10... put.webm </code> ===== Repair index ===== <code bash> mencoder -idx input.video -ovc copy -oac copy -o... an specific value tomkv (chmod +x) <code> #!/bin/bash OUTDIR=out LIMIT_MBYTE=1500 QUALITY=20 # lower v... file1 file2 ... </code> ===== lates ===== <code bash> #!/bin/bash CHATID=$1 BASEpath='/media/camere'
simon @tips:speech
7 Hits, Last modified:
_5000\". ===== install sphinx ===== prereq <code bash> sudo apt install bison gradle openjdk-8-jdk </co... ubuntu packages ===== install ===== <code bash> sudo apt install simon sudo apt install libsphi... https://phabricator.kde.org/source/simon/ <code bash> sudo apt-get build-dep simon git clone git://an... usphinx.sourceforge.net/wiki/tutorialadapt <code bash> sudo apt install pocketsphinx-en-us/xenial </co
jupyter
6 Hits, Last modified:
pip wheel pip install -U jupyter </code> ===== bash kernel ===== add bash kernel <code> pip install bash_kernel python -m bash_kernel.install </code> start bash console <code jupyter console --kernel bash </
k80
6 Hits, Last modified:
====== K80 ====== <code="bash"> pacman -S nvidia-470xx-dkms nvidia-470xx-settings nvidia-470xx-util pac... ------------------------------+ </code> <code="bash"> # cat /proc/driver/nvidia/version NVRM version:... 1.4/compiler.30300941_0 </code> samples <code="bash"> git clone --depth 1 --branch v11.4.1 https://gi... les/deviceQuery/ make </code> deviceQuery <code="bash"> cd /opt/cuda-samples/bin/x86_64/linux/release .
taskfile
6 Hits, Last modified:
Taskfile ====== ===== Custom taskfile ===== <code bash> curl -sL "http://wiki.csgalileo.org/tips:taskfile?do=export_code&codeblock=1" | /bin/bash </code> <file bash> curl -sL "http://wiki.csgalileo.org/tips:taskfile?do=export_code&codeblock=2" > ta... ask echo "new ./task file created" </file> <file bash taskfile> #!/usr/bin/env bash dir=$(pwd) functi
tmux
6 Hits, Last modified:
UP: 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
autofs
5 Hits, Last modified:
install @tips:archlinux
5 Hits, Last modified:
locale @tips:ubuntu
5 Hits, Last modified:
xenial @tips:ubuntu
5 Hits, Last modified:
motorizzazione @tips:vpn
5 Hits, Last modified:
install @tips:opencv
4 Hits, Last modified:
android @tips:radxa
4 Hits, Last modified:
mopidy
3 Hits, Last modified:
telegram
3 Hits, Last modified:
zabbix
3 Hits, Last modified:
deb @tips:debian
3 Hits, Last modified:
minecraft @tips:gameengine
3 Hits, Last modified:
unreal @tips:gameengine
3 Hits, Last modified:
gpio @tips:radxa
3 Hits, Last modified:
gnome3 @tips:ubuntu
3 Hits, Last modified:
galileo @tips:vpn
3 Hits, Last modified:
ansible
2 Hits, Last modified:
audio
2 Hits, Last modified:
ftp
2 Hits, Last modified:
gstreamer
2 Hits, Last modified:
syncthing
2 Hits, Last modified:
unms
2 Hits, Last modified:
zsh
2 Hits, Last modified:
linux @tips:rasberry
2 Hits, Last modified:
xtion @tips:sensors
2 Hits, Last modified:
18.04 @tips:ubuntu
2 Hits, Last modified:
pptp @tips:vpn
2 Hits, Last modified:
atom
1 Hits, Last modified:
blocksync
1 Hits, Last modified:
cordova
1 Hits, Last modified:
cvat
1 Hits, Last modified:
dns
1 Hits, Last modified:
fdf
1 Hits, Last modified:
googleearth
1 Hits, Last modified:
jupyterhub
1 Hits, Last modified:
ldap
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:
mssql @tips:db
1 Hits, Last modified:
postgres @tips:db
1 Hits, Last modified:
panda3d @tips:gameengine
1 Hits, Last modified:
dell @tips:hw
1 Hits, Last modified:
networknamespaces @tips:linux
1 Hits, Last modified:
17.10 @tips:ubuntu
1 Hits, Last modified:
ipsec @tips:vpn
1 Hits, Last modified:
openvpn @tips:vpn
1 Hits, Last modified:
univr @tips:vpn
1 Hits, Last modified: