• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

bash

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:ubuntu (6)
  • tips:vpn (6)
  • tips:db (3)
  • tips:gameengine (3)
  • tips:radxa (2)
  • tips:sensors (2)
  • tips:android (1)
  • tips:archlinux (1)
  • tips:blender (1)
  • tips:debian (1)
  • tips:hw (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

Fulltext results:

zfs-on-root @tips:ubuntu
14 Hits, Last modified: 8 years ago
-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: 6 years ago
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: 7 years ago
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: 8 years ago
====== 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: 3 years ago
{{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: 11 years ago
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: 8 years ago
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
openspec
8 Hits, Last modified: 2 weeks ago
or-free-openspec-2c85 ===== install ===== <code bash> yay -S openspec </code> <code bash | ~/.kilocode/workflows/openspec-refine.md> <!-- OPENSPEC:START --... pec to existing project ===== cd <project> <code bash> openspec init </code> from agent auto compile **openspec\project.md** with command <code bash> Please read openspec/project.md and help me fill
rocm
8 Hits, Last modified: 3 days ago
ater) for optimal Zen 5 and RDNA 3.5 support. ```bash # Update system and install a recent kernel if no... ource **Mesa** stack via the **RADV** driver. ```bash # Install Mesa with Vulkan support for AMDGPU sud... pport in recent ROCm versions (e.g., $6.4+$). ```bash # Install essential ROCm packages sudo pacman -S ... e manager or downloading the official binary. ```bash # Install Ollama from the Arch Linux repository (
jibri
7 Hits, Last modified: 3 years ago
: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: 7 days ago
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: 5 years ago
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: 9 years ago
_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: 8 years ago
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: 17 months ago
====== 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: 3 years ago
tmux
6 Hits, Last modified: 9 years ago
autofs
5 Hits, Last modified: 9 years ago
install @tips:archlinux
5 Hits, Last modified: 3 years ago
locale @tips:ubuntu
5 Hits, Last modified: 8 years ago
xenial @tips:ubuntu
5 Hits, Last modified: 8 years ago
motorizzazione @tips:vpn
5 Hits, Last modified: 7 years ago
install @tips:opencv
4 Hits, Last modified: 8 years ago
android @tips:radxa
4 Hits, Last modified: 11 years ago
gemini
3 Hits, Last modified: 5 months ago
mopidy
3 Hits, Last modified: 9 years ago
proxmox
3 Hits, Last modified: 4 weeks ago
telegram
3 Hits, Last modified: 4 years ago
zabbix
3 Hits, Last modified: 4 years ago
deb @tips:debian
3 Hits, Last modified: 11 years ago
minecraft @tips:gameengine
3 Hits, Last modified: 8 years ago
unreal @tips:gameengine
3 Hits, Last modified: 11 years ago
gpio @tips:radxa
3 Hits, Last modified: 11 years ago
galileo @tips:vpn
3 Hits, Last modified: 17 months ago
ansible
2 Hits, Last modified: 3 years ago
audio
2 Hits, Last modified: 9 years ago
ftp
2 Hits, Last modified: 7 years ago
gstreamer
2 Hits, Last modified: 2 years ago
syncthing
2 Hits, Last modified: 9 years ago
unms
2 Hits, Last modified: 4 years ago
zsh
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
18.04 @tips:ubuntu
2 Hits, Last modified: 7 years ago
pptp @tips:vpn
2 Hits, Last modified: 9 years ago
atom
1 Hits, Last modified: 8 years ago
blocksync
1 Hits, Last modified: 9 years ago
cordova
1 Hits, Last modified: 11 years ago
cvat
1 Hits, Last modified: 5 years ago
dns
1 Hits, Last modified: 4 years ago
fdf
1 Hits, Last modified: 5 years ago
googleearth
1 Hits, Last modified: 9 years ago
ipv6
1 Hits, Last modified: 5 days ago
jupyterhub
1 Hits, Last modified: 5 years ago
k0s
1 Hits, Last modified: 13 months ago
ldap
1 Hits, Last modified: 6 years ago
sqlite
1 Hits, Last modified: 6 years ago
test
1 Hits, Last modified: 5 years ago
fluid @tips:blender
1 Hits, Last modified: 11 years ago
mariadb @tips:db
1 Hits, Last modified: 9 years ago
mssql @tips:db
1 Hits, Last modified: 9 years ago
postgres @tips:db
1 Hits, Last modified: 7 years ago
panda3d @tips:gameengine
1 Hits, Last modified: 11 years ago
dell @tips:hw
1 Hits, Last modified: 3 years ago
networknamespaces @tips:linux
1 Hits, Last modified: 7 years ago
17.10 @tips:ubuntu
1 Hits, Last modified: 8 years ago
gnome3 @tips:ubuntu
1 Hits, Last modified: 5 months ago
ipsec @tips:vpn
1 Hits, Last modified: 9 years ago
openvpn @tips:vpn
1 Hits, Last modified: 8 years ago
univr @tips:vpn
1 Hits, Last modified: 3 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