• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

code

Search

You can find the results of your search below.

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

lxd
100 Hits, Last modified: 6 years ago
LXD ======= {{tag>[lxd]}} ===== install ===== <code> apt remove lxd lxd-client snap install lxd # cr... ool=zfspool # initialize network sudo lxd init </code> Because group membership is only applied at log... 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:=xe
zfs-on-root @tips:ubuntu
62 Hits, Last modified: 8 years ago
ot-on-ZFS ===== Livecd ===== boot live cd and <code bash> sudo su passwd ubuntu apt-add-repository un... penssh-server # connect from another PC via ssh </code> <code> apt install --yes debootstrap gdisk zfs-initramfs </code> ===== Disk ===== Reset disk and create GPT par
install @tips:archlinux
60 Hits, Last modified: 3 years ago
ystem from https://github.com/eoli3n/archiso-zfs <code> curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash </code> ===== ext4 ===== create partition <code> DISK=ata-SSDPR-CX400-256-G2_GY3042305 sgdisk --clear -g $D... bios_grub on sgdisk -n1:0:0 -t1:8300 $DISK </code> format <code> mkfs.ext4 -L ROOT $DISK-part1 </c
cordova
56 Hits, Last modified: 11 years ago
=== ===== Install ===== Install nodejs and npm <code> sudo apt-get install nodejs npm </code> Install cordova <code> sudo npm install -g cordova </code> cordova need node and ubuntu install nodejs <code> sudo ln -s /us
zfs
55 Hits, Last modified: 3 years ago
{{tag>[zfs libvirt]}} ====== ZFS ====== <code bash> apt install zfsutils-linux </code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD''' pool <code> sudo zfs create LXD/lab su
git
48 Hits, Last modified: 7 years ago
r] ui = auto </file> ===== New repo ===== <code bash> NAME=project.git mkdir $NAME cd $NAME git i... mod +x hooks/post-update git update-server-info </code> ===== change origin ===== <code bash> git remote -v </code> <code bash> git remote set-url origin http://git.csgalileo.org/livenet-ser
18.04 @tips:ubuntu
48 Hits, Last modified: 7 years ago
ntu on guest install newer system in new ZFS fs <code> sudo su DISTRO=bionic apt install -y debootstra... /$DISTRO/sys chroot /$DISTRO /bin/bash --login </code> fuse <code> dpkg-reconfigure tzdata </code> keyboard localization <code> dpkg-reconfigure keyboard-configuration
xenial @tips:ubuntu
44 Hits, Last modified: 8 years ago
bootable USB ===== Create usb bootable from iso <code> cp xenial.iso xenial-copy.iso isohybrid xenial-copy.iso dd if=xenial-copy.iso of=/dev/sd? </code> ===== ssh ===== See https://www.gentoo.org/sup... l Re-enable ssh-dss key in /etc/ssh/sshd_config <code> PubkeyAcceptedKeyTypes=+ssh-dss </code> ~/.ssh/config <code> Host * PubkeyAcceptedKeyTypes=+ssh-dss
video
38 Hits, Last modified: 5 years ago
=== Video TIPS ====== ===== Getting INFO ===== <code> avprobe <file> </code> ===== Convert to webm ===== <code bash> ffmpeg -i input.video -threads 4 -b:v 1M -crf 10 output.webm </code> ===== Repair index ===== <code bash> mencoder
pyramid
37 Hits, Last modified: 10 years ago
== classic ===== ==== Environment ==== library <code> BASE=/lab/ztl cd $BASE virtualenv lib . lib/bin/activate pip install pyramid </code> library activation in active shell (for starting project and running) <code> . lib/bin/activate </code> start project **ztlbrain** <code> pcreate --scaffold alchemy ztlbrain cd z
postgres @tips:db
36 Hits, Last modified: 7 years ago
Install ===== container xenial 16.04 (optional) <code> lxc image copy images:ubuntu/xenial/amd64 local:... c launch xenial postgres lxc exec postgres bash </code> <code> sudo apt install postgresql </code> eventually open network for remote connections <file ini /etc/pos
openvpn @tips:vpn
35 Hits, Last modified: 8 years ago
tion Autorithy ===== Create certificate folder <code> apt-get install easy-rsa make-cadir /etc/easy-rsa-legnago cd /etc/easy-rsa-legnago </code> Edit vars and <code> source vars ./clean-all ./build-dh ./pkitool --initca </code> ==== server certificate ==== <code> NAME=legna
jibri
33 Hits, Last modified: 3 years ago
a version of jibri with pulse and xdummy support <code | download> git clone https://github.com/prayagsingh/docker-jibri-pulseaudio.git </code> change Dockerfile with specific chrome version <code | Dockerfile> ARG CHROME_RELEASE=96.0.4664.45 ARG CHROMEDRIVER_MAJOR_RELEASE=96 </code> create empty file ${CONFIG}/conf/jibri/finalize
dac
30 Hits, Last modified: 9 years ago
able-high-quality-audio-in-linux/|interesting]] <code> aplay -v -D plughw:1,0 test192.wav </code> <code> aplay -l [-L] </code> <code> flac -d 01-Wednesday\ Night\ Prayer\ Meeting.flac -c | aplay --device=h
gstreamer
30 Hits, Last modified: 2 years ago
====== gstream jetson ====== orin native <code bash> URL=rtsp://192.168.1.1:7447/IFnqNlmdfTQxDOWV #UR... nvv4l2decoder ! nvvideoconvert ! autovideosink </code> deepstream amd64 <code bash> URL=rtsp://192.168.2.35:7447/60e1a6425a20203019f719aa_1 </code> nvv4l2h264enc <code> gst-launch-1.0 videotestsr
ssl
30 Hits, Last modified: 7 days ago
kinectv2 @tips:sensors
30 Hits, Last modified: 11 years ago
monitor @tips:radxa
27 Hits, Last modified: 10 years ago
adb @tips:android
26 Hits, Last modified: 8 years ago
postinstall @tips:archlinux
24 Hits, Last modified: 3 years ago
redis @tips:db
24 Hits, Last modified: 8 years ago
gnss
22 Hits, Last modified: 3 years ago
openspec
22 Hits, Last modified: 2 weeks ago
telegram
22 Hits, Last modified: 4 years ago
minecraft @tips:gameengine
22 Hits, Last modified: 8 years ago
jupyter
20 Hits, Last modified: 8 years ago
keras
20 Hits, Last modified: 6 years ago
trusty @tips:ubuntu
20 Hits, Last modified: 10 years ago
atom
19 Hits, Last modified: 8 years ago
k0s
18 Hits, Last modified: 13 months ago
dell @tips:hw
18 Hits, Last modified: 3 years ago
ionic
17 Hits, Last modified: 8 years ago
fail2ban
16 Hits, Last modified: 7 years ago
minikube
16 Hits, Last modified: 4 years ago
networknamespaces @tips:linux
16 Hits, Last modified: 7 years ago
17.10 @tips:ubuntu
16 Hits, Last modified: 8 years ago
k80
14 Hits, Last modified: 17 months ago
pulsar
14 Hits, Last modified: 6 years ago
simon @tips:speech
14 Hits, Last modified: 9 years ago
fish
12 Hits, Last modified: 2 years ago
ftp
12 Hits, Last modified: 7 years ago
idrac
12 Hits, Last modified: 2 years ago
pypi
12 Hits, Last modified: 3 years ago
zsh
12 Hits, Last modified: 7 years ago
tutorial @tips:archlinux
12 Hits, Last modified: 7 years ago
inappbrowser @tips:cordova
12 Hits, Last modified: 11 years ago
unreal @tips:gameengine
12 Hits, Last modified: 11 years ago
install @tips:opencv
12 Hits, Last modified: 8 years ago
linux @tips:radxa
12 Hits, Last modified: 10 years ago
linux @tips:rasberry
12 Hits, Last modified: 9 years ago
airos
11 Hits, Last modified: 7 years ago
motorizzazione @tips:vpn
11 Hits, Last modified: 7 years ago
ansible
10 Hits, Last modified: 3 years ago
autofs
10 Hits, Last modified: 9 years ago
blender
10 Hits, Last modified: 6 months ago
capacitor
10 Hits, Last modified: 8 years ago
juju
10 Hits, Last modified: 5 years ago
overpass
10 Hits, Last modified: 5 years ago
unms
10 Hits, Last modified: 4 years ago
decompile @tips:android
10 Hits, Last modified: 6 years ago
mssql @tips:db
10 Hits, Last modified: 9 years ago
oracle @tips:db
10 Hits, Last modified: 9 years ago
android @tips:radxa
10 Hits, Last modified: 11 years ago
galileo @tips:vpn
10 Hits, Last modified: 17 months ago
univr @tips:vpn
10 Hits, Last modified: 3 years ago
ceph-on-k0s
9 Hits, Last modified: 13 months ago
calibre
8 Hits, Last modified: 8 years ago
cvat
8 Hits, Last modified: 5 years ago
ldap
8 Hits, Last modified: 6 years ago
openalpr
8 Hits, Last modified: 10 years ago
tmux
8 Hits, Last modified: 9 years ago
vgpu
8 Hits, Last modified: 4 years ago
zed @tips:sensors
8 Hits, Last modified: 6 years ago
locale @tips:ubuntu
8 Hits, Last modified: 8 years ago
smtp @tips:vpn
8 Hits, Last modified: 10 years ago
pcb
7 Hits, Last modified: 5 years ago
audit
6 Hits, Last modified: 7 years ago
borg
6 Hits, Last modified: 5 years ago
dns
6 Hits, Last modified: 4 years ago
onvif
6 Hits, Last modified: 7 years ago
proxmox
6 Hits, Last modified: 4 weeks ago
taskfile
6 Hits, Last modified: 3 years ago
xpath
6 Hits, Last modified: 10 years ago
zabbix
6 Hits, Last modified: 4 years ago
stratos @tips:android
6 Hits, Last modified: 8 years ago
deb @tips:debian
6 Hits, Last modified: 11 years ago
minetest @tips:gameengine
6 Hits, Last modified: 8 years ago
kuu @tips:hw
6 Hits, Last modified: 3 years ago
gpio @tips:radxa
6 Hits, Last modified: 11 years ago
fdf
5 Hits, Last modified: 5 years ago
mopidy
5 Hits, Last modified: 9 years ago
audio
4 Hits, Last modified: 9 years ago
bonding
4 Hits, Last modified: 5 years ago
gemini
4 Hits, Last modified: 5 months ago
gpu
4 Hits, Last modified: 3 years ago
jupyterhub
4 Hits, Last modified: 5 years ago
pypy
4 Hits, Last modified: 8 years ago
syncthing
4 Hits, Last modified: 9 years ago
test
4 Hits, Last modified: 5 years ago
bootanimation @tips:android
4 Hits, Last modified: 11 years ago
bv7000 @tips:android
4 Hits, Last modified: 8 years ago
bv9500 @tips:android
4 Hits, Last modified: 4 years ago
manjaro @tips:archlinux
4 Hits, Last modified: 6 years ago
fluid @tips:blender
4 Hits, Last modified: 11 years ago
panda3d @tips:gameengine
4 Hits, Last modified: 11 years ago
gpio @tips:rasberry
4 Hits, Last modified: 10 years ago
xtion @tips:sensors
4 Hits, Last modified: 11 years ago
juniper @tips:vpn
4 Hits, Last modified: 11 years ago
pptp @tips:vpn
4 Hits, Last modified: 9 years ago
blocksync
2 Hits, Last modified: 9 years ago
googleearth
2 Hits, Last modified: 9 years ago
helm
2 Hits, Last modified: 13 months ago
ipv6
2 Hits, Last modified: 5 days ago
iredmail
2 Hits, Last modified: 4 years ago
kvm
2 Hits, Last modified: 10 years ago
kyria
2 Hits, Last modified: 5 years ago
multiboot
2 Hits, Last modified: 3 years ago
optimus
2 Hits, Last modified: 5 years ago
smartreader
2 Hits, Last modified: 7 years ago
sqlite
2 Hits, Last modified: 6 years ago
trac
2 Hits, Last modified: 14 months ago
appimage @tips:archlinux
2 Hits, Last modified: 6 years ago
mariadb @tips:db
2 Hits, Last modified: 9 years ago
checkin @tips:galileo
2 Hits, Last modified: 3 years ago
brother @tips:hw
2 Hits, Last modified: 8 years ago
lenovo-s531 @tips:hw
2 Hits, Last modified: 7 years ago
gnome3 @tips:ubuntu
2 Hits, Last modified: 5 months ago
server @tips:ubuntu
2 Hits, Last modified: 4 years ago
ipsec @tips:vpn
2 Hits, Last modified: 9 years ago
development @tips:android
1 Hits, Last modified: 9 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