Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- syntax @wiki
- 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
- 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
- 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
- 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
- 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
- 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
- == 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
- 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
- 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
- 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
- ====== ===== 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
- ====== 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
- 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
- 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
- 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