file

Search

You can find the results of your search below.

syntax @wiki
32 Hits, Last modified:
mple markup language, which tries to make the datafiles to be as readable as possible. This page contain... is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ning the syntax for links and [[#images_and_other_files|images]] (see below) like this: [[http://php.
plate @projects
31 Hits, Last modified:
ithub.com/puzzledqs/BBox-Label-Tool.git </code> <file python convert.py> import os from os import walk,... abels/output/" cls = "001" wd = getcwd() list_file = open('%s/%s_list.txt'%(wd, cls), 'w') """ Get input text file list """ txt_name_list = [] for (dirpath, dirnames, filenames) in walk(mypath): print(filenames) t
lxd @tips
26 Hits, Last modified:
e=rpool/lxd # define default storage pool lxc profile device add default root disk path=/ pool=zfspool ... nteract with lxd from <code> newgrp lxd </code> <file bash lxc-prepare (chmod +x)> #!/bin/bash NAME=$1... udo tee /etc/apt/apt.conf.d/proxy.conf echo "PfilePattern = .*" | sudo tee -a /etc/apt-cacher-ng/acn... -f /etc/apt/apt.conf.d/proxy.conf ]; then lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt
homeassistant @projects:internetofthings
23 Hits, Last modified:
heel pip install homeassistant </code> service <file txt /etc/systemd/system/hass.service> [Unit] Desc... /home/pi" [Install] WantedBy=multi-user.target </file> enable service <code bash> systemctl daemon-rel... Wall Thermostat" config="wenzhou/tz10.xml"/>]] <file txt /etc/udev/rules.d/local.conf> SUBSYSTEM=="tty... 58", ATTRS{idProduct}=="0200", SYMLINK+="zwave" </file> Add to ~/lib/lib/python3.5/site-packages/python
galileo @tips:vpn
18 Hits, Last modified:
pn:vpn03.png?400 |}} ====== pptp manual ====== <file ini /etc/NetworkManager/system-connections/galile... e-privacy dns-search= method=disabled [proxy] </file> <code> chmod 600 /etc/NetworkManager/system-con... ===== galileo openvpn ===== Server certificate <file txt ca.crt> -----BEGIN CERTIFICATE----- MIIDVDCCA... eonX/UwmzrztRd+QZ2w== -----END CERTIFICATE----- </file> ==== GUI ==== ubuntu <code bash> sudo apt inst
ionic @tips
16 Hits, Last modified:
pler_mode In <project root> add: CMakeLists.txt <file> cmake_minimum_required(VERSION 3.4.1) set(CMAKE_VERBOSE_MAKEFILE on) find_library(log-lib log) set(OpenCV_DIR "an... sage(STATUS "OpenCV libraries: ${OpenCV_LIBS}") </file> and add to //build-extras.gradle// (this file is copied with hook <hook src="scripts/gradle.sh" type=
airos @tips
15 Hits, Last modified:
== http API ===== <code php> <?php // airOS-getFile_HTTP() from Omniflux: // https://community.ubnt.c... of JSON with the current radio stats // airOS_getFile_HTTP ($username, $password, $file, $address, $schema) #$out = airOS_getFile_HTTP ("root", "xxx", "status.cgi", "10.210.48.2", "https");
ssl @tips
14 Hits, Last modified:
ee-tos -d *.iotaiuto.it </code> ==== nginx ==== <file> server { listen 80; server_name nextcloud.cs... /live/nextcloud.csgalileo.org/privkey.pem; } </file> renew <code> certbot renew [--dry-run] </code> ... ble this server on port 80 for initial challenge <file txt site.conf> server { listen 80; se... 301 https://$server_name$request_uri; } } </file> <code bash> # /var/www is documentroot of mail
analisi @projects:charta
14 Hits, Last modified:
Fase di scan === Un operatore scannerizza i vari file che compongono un documento digitale (che viene c... i sono informazioni giĆ  contenute all'interno dei file scansionati, e questa fase serve a renderli digit... compilando i campi in modo automatico leggendo i file scansionati. In questa fase l'operatore deve ave... un oggetto composto da: * Un certo numero di **file** * Un insieme di **tag** a cui vengono attribu
openvpn @tips:vpn
14 Hits, Last modified:
nd import certificates <code> /certificate import file=server.crt import file=server.pem import file=ca.crt </code> <del>Simplier method</del> <code bash> openssl genrsa -des3 -out... n-pool ranges=10.15.32.34-10.15.32.38 </code> profile and vpn user <code> /ppp profile add change-tcp-
video @tips
13 Hits, Last modified:
====== ===== Getting INFO ===== <code> avprobe <file> </code> ===== Convert to webm ===== <code ba... onvert to mkv <code> mkvmerge -o output.mkv <inputfile> </code> convert to mkv and downgrade quality <code> avconv -i <inputfile> -map 0 -c:v libx264 -crf 20 -c:a copy -c:s copy <outfile>.mkv </code> concatenate all *.mp4 files to outp
taskfile @tips
12 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:ta
zfs @tips
11 Hits, Last modified:
nux </code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD''' pool <code> sudo zfs... 1026048 74426367 35.0 GiB 8300 Linux filesystem 2 2048 1026047 500.... e-zfs && systemctl restart libvirtd # create zfs filesystem zfs create rpool/libvirt virsh pool-define... ool maas2 </code> add volume to instance create file mydevice.xml <code> <disk type='block' device='di
vscode @projects:zibaldone
11 Hits, Last modified:
ll fonts-firacode paru -S ttf-fira-code </code> <file json settings.json> { "editor.fontSize": 16, ... ue, "python.formatting.provider": "black" } </file> <code> code --install-extension Angular.ng-temp... Containers: Open Attached Container Configuration File <code | angular remote configuration> { "works... ugger create in app folder (for example dnnutils) file .vscode/launch.json. From vscode attached to dock
minecraft @tips:gameengine
11 Hits, Last modified:
inecraft <code> java -jar Minecraft.jar </code> <file txt ~/.minecraft/options.txt> pauseOnLostFocus:false </file> launcher <file bash ~/minecraft/minecraft.sh> #!/bin/sh java -jar ~/.minecraft/launcher.jar </file> ===== Python ===== <code> sudo apt install -y p
ansible @tips
10 Hits, Last modified:
git @tips
10 Hits, Last modified:
mycroft @projects:iotaiuto
10 Hits, Last modified:
zfs-on-root @tips:ubuntu
10 Hits, Last modified:
fail2ban @tips
9 Hits, Last modified:
iotaiuto @projects:internetofthings
9 Hits, Last modified:
locale @tips:ubuntu
9 Hits, Last modified:
pptp @tips:vpn
9 Hits, Last modified:
zsh @tips
8 Hits, Last modified:
graphite @projects:internetofthings
8 Hits, Last modified:
postgres @tips:db
7 Hits, Last modified:
18.04 @tips:ubuntu
7 Hits, Last modified:
docker @projects:zibaldone:linux
7 Hits, Last modified:
3dprinter @projects
6 Hits, Last modified:
audio @tips
6 Hits, Last modified:
gstreamer @tips
6 Hits, Last modified:
jibri @tips
6 Hits, Last modified:
pcb @tips
6 Hits, Last modified:
server @projects:livenet
6 Hits, Last modified:
motorizzazione @tips:vpn
6 Hits, Last modified:
systemd @zibaldone:linux
6 Hits, Last modified:
backup
5 Hits, Last modified:
cordova @tips
5 Hits, Last modified:
minikube @tips
5 Hits, Last modified:
iotaiuto_skill @projects:internetofthings
5 Hits, Last modified:
led @projects:iotaiuto
5 Hits, Last modified:
mdm @projects
4 Hits, Last modified:
autofs @tips
4 Hits, Last modified:
fdf @tips
4 Hits, Last modified:
gnss @tips
4 Hits, Last modified:
idrac @tips
4 Hits, Last modified:
mopidy @tips
4 Hits, Last modified:
otp @tips
4 Hits, Last modified:
xenial @tips:ubuntu
4 Hits, Last modified:
agid @tips
3 Hits, Last modified:
tmux @tips
3 Hits, Last modified:
occhiali @projects:iotaiuto
3 Hits, Last modified:
development @tips:android
3 Hits, Last modified:
turbolevo @projects:zibaldone:electronic
3 Hits, Last modified:
qemu
2 Hits, Last modified:
keyboard @madmax
2 Hits, Last modified:
oruxmaps @madmax
2 Hits, Last modified:
playground @playground
2 Hits, Last modified:
atom @tips
2 Hits, Last modified:
capacitor @tips
2 Hits, Last modified:
cvat @tips
2 Hits, Last modified:
ftp @tips
2 Hits, Last modified:
iredmail @tips
2 Hits, Last modified:
sqlite @tips
2 Hits, Last modified:
tourbillon @tips
2 Hits, Last modified:
unms @tips
2 Hits, Last modified:
broadlink @projects:internetofthings
2 Hits, Last modified:
tradfri @projects:internetofthings
2 Hits, Last modified:
seamless @projects:livenet
2 Hits, Last modified:
virtualization @projects:livenet
2 Hits, Last modified:
python @projects:zibaldone
2 Hits, Last modified:
install @tips:archlinux
2 Hits, Last modified:
minetest @tips:gameengine
2 Hits, Last modified:
linux @tips:radxa
2 Hits, Last modified:
simon @tips:speech
2 Hits, Last modified:
server @tips:ubuntu
2 Hits, Last modified:
juniper @tips:vpn
2 Hits, Last modified:
smtp @tips:vpn
2 Hits, Last modified:
bike @madmax
1 Hits, Last modified:
orto @madmax
1 Hits, Last modified:
blender @tips
1 Hits, Last modified:
calibre @tips
1 Hits, Last modified:
dac @tips
1 Hits, Last modified:
gpu @tips
1 Hits, Last modified:
jupiterhub @tips
1 Hits, Last modified:
jupyterhub @tips
1 Hits, Last modified:
multiboot @tips
1 Hits, Last modified:
onvif @tips
1 Hits, Last modified:
openalpr @tips
1 Hits, Last modified:
pyramid @tips
1 Hits, Last modified:
trac @tips
1 Hits, Last modified:
uwb @tips
1 Hits, Last modified:
esp32 @projects:internetofthings
1 Hits, Last modified:
iotaiuto_privacy @projects:internetofthings
1 Hits, Last modified:
jetsonnano @projects:internetofthings
1 Hits, Last modified:
pm10 @projects:internetofthings
1 Hits, Last modified:
shinobi @projects:internetofthings
1 Hits, Last modified:
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified:
scipiodev @projects:livenet
1 Hits, Last modified:
adb @tips:android
1 Hits, Last modified:
bv7000 @tips:android
1 Hits, Last modified:
bv9500 @tips:android
1 Hits, Last modified:
gianomobile @tips:android
1 Hits, Last modified:
inappbrowser @tips:cordova
1 Hits, Last modified:
oracle @tips:db
1 Hits, Last modified:
checkin @tips:galileo
1 Hits, Last modified:
panda3d @tips:gameengine
1 Hits, Last modified:
unreal @tips:gameengine
1 Hits, Last modified:
kuu @tips:hw
1 Hits, Last modified:
android @tips:radxa
1 Hits, Last modified:
corne @projects:zibaldone:electronic
1 Hits, Last modified: