• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » file

file

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (67)
  • projects (28)
  • livenet (2)
  • madmax (2)
  • wiki (1)
  • zibaldone (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • taskfile (tips)

Fulltext results:

lxd @tips
25 Hits, Last modified: 6 years ago
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... -f /etc/apt/apt.conf.d/proxy.conf ]; then lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt/apt.conf.d/ fi lxc file push /etc/inputrc $NAME/etc/ </file> ===== basic
syntax @wiki
24 Hits, Last modified: 5 years ago
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... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
plate @projects
23 Hits, Last modified: 4 years ago
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, dirname... cess """ for txt_name in txt_name_list: # txt_file = open("Labels/stop_sign/001.txt", "r")
homeassistant @projects:internetofthings
23 Hits, Last modified: 3 years ago
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
16 Hits, Last modified: 17 months ago
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
airos @tips
15 Hits, Last modified: 7 years ago
== 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");
ionic @tips
15 Hits, Last modified: 8 years ago
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=
ssl @tips
14 Hits, Last modified: 2 weeks ago
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: 3 years ago
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: 8 years ago
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-
taskfile @tips
12 Hits, Last modified: 3 years ago
====== 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
vscode @projects:zibaldone
12 Hits, Last modified: 3 months ago
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
ansible @tips
10 Hits, Last modified: 3 years ago
ible all -m ping </code> ===== playbook ===== <file yaml helloworld.yaml> - name: helloworld hosts:... ansible.builtin.debug: msg: Hello world </file> <code> ansible-playbook helloworld.yaml </code> <file yaml addkeys.yaml> - name: Add ssh key to ubuntu ... s tasks: - name: Set authorized key took from file authorized_key: user: ubuntu stat
mycroft @projects:iotaiuto
10 Hits, Last modified: 4 years ago
picroft-image * Estrarre lo zip * Flashare il file .img sulla sd del raspberry (si può usare balena ... a_supplicant.conf </code> Aggiungere in fondo al file le credenziali della rete wifi: <code> network={... raspi-blacklist.conf </code> Scrivere in fondo al file: <code> blacklist snd_bcm2835 </code> Chiudere e ... tc/pulse/daemon.conf </code> Scrivere in fondo al file: <code> default-sample-rate = 48000 alternate-sam
minecraft @tips:gameengine
10 Hits, Last modified: 8 years ago
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
fail2ban @tips
9 Hits, Last modified: 7 years ago
git @tips
9 Hits, Last modified: 7 years ago
iotaiuto @projects:internetofthings
9 Hits, Last modified: 5 years ago
pptp @tips:vpn
9 Hits, Last modified: 9 years ago
zsh @tips
8 Hits, Last modified: 7 years ago
graphite @projects:internetofthings
8 Hits, Last modified: 8 years ago
01_struttura_server @projects:livenet
8 Hits, Last modified: 12 months ago
postgres @tips:db
7 Hits, Last modified: 7 years ago
18.04 @tips:ubuntu
7 Hits, Last modified: 7 years ago
docker @projects:zibaldone:linux
7 Hits, Last modified: 3 years ago
audio @tips
6 Hits, Last modified: 9 years ago
locale @tips:ubuntu
6 Hits, Last modified: 8 years ago
zfs-on-root @tips:ubuntu
6 Hits, Last modified: 8 years ago
motorizzazione @tips:vpn
6 Hits, Last modified: 7 years ago
jibri @tips
5 Hits, Last modified: 3 years ago
video @tips
5 Hits, Last modified: 5 years ago
zfs @tips
5 Hits, Last modified: 3 years ago
iotaiuto_skill @projects:internetofthings
5 Hits, Last modified: 5 years ago
led @projects:iotaiuto
5 Hits, Last modified: 4 years ago
server @projects:livenet
5 Hits, Last modified: 8 years ago
backup
4 Hits, Last modified: 10 years ago
autofs @tips
4 Hits, Last modified: 9 years ago
gnss @tips
4 Hits, Last modified: 3 years ago
idrac @tips
4 Hits, Last modified: 2 years ago
minikube @tips
4 Hits, Last modified: 4 years ago
mopidy @tips
4 Hits, Last modified: 9 years ago
otp @tips
4 Hits, Last modified: 5 years ago
systemd @zibaldone:linux
4 Hits, Last modified: 18 months ago
3dprinter @projects
3 Hits, Last modified: 4 years ago
agid @tips
3 Hits, Last modified: 4 years ago
cordova @tips
3 Hits, Last modified: 11 years ago
fdf @tips
3 Hits, Last modified: 5 years ago
k0s @tips
3 Hits, Last modified: 13 months ago
openspec @tips
3 Hits, Last modified: 4 weeks ago
tmux @tips
3 Hits, Last modified: 9 years ago
occhiali @projects:iotaiuto
3 Hits, Last modified: 4 years ago
development @tips:android
3 Hits, Last modified: 9 years ago
turbolevo @projects:zibaldone:electronic
3 Hits, Last modified: 4 years ago
keyboard @madmax
2 Hits, Last modified: 6 years ago
mdm @projects
2 Hits, Last modified: 4 years ago
capacitor @tips
2 Hits, Last modified: 8 years ago
cvat @tips
2 Hits, Last modified: 5 years ago
ftp @tips
2 Hits, Last modified: 7 years ago
rocm @tips
2 Hits, Last modified: 38 hours ago
sqlite @tips
2 Hits, Last modified: 6 years ago
broadlink @projects:internetofthings
2 Hits, Last modified: 6 years ago
tradfri @projects:internetofthings
2 Hits, Last modified: 6 years ago
seamless @projects:livenet
2 Hits, Last modified: 10 years ago
python @projects:zibaldone
2 Hits, Last modified: 3 years ago
minetest @tips:gameengine
2 Hits, Last modified: 8 years ago
linux @tips:radxa
2 Hits, Last modified: 10 years ago
simon @tips:speech
2 Hits, Last modified: 9 years ago
xenial @tips:ubuntu
2 Hits, Last modified: 8 years ago
juniper @tips:vpn
2 Hits, Last modified: 11 years ago
smtp @tips:vpn
2 Hits, Last modified: 10 years ago
10_data_collector @livenet
1 Hits, Last modified: 12 months ago
10_rsyslog_container @livenet
1 Hits, Last modified: 12 months ago
oruxmaps @madmax
1 Hits, Last modified: 4 years ago
atom @tips
1 Hits, Last modified: 8 years ago
blender @tips
1 Hits, Last modified: 7 months ago
dac @tips
1 Hits, Last modified: 10 years ago
gstreamer @tips
1 Hits, Last modified: 2 years ago
jupiterhub @tips
1 Hits, Last modified: 6 years ago
jupyterhub @tips
1 Hits, Last modified: 5 years ago
multiboot @tips
1 Hits, Last modified: 3 years ago
openalpr @tips
1 Hits, Last modified: 10 years ago
pyramid @tips
1 Hits, Last modified: 10 years ago
trac @tips
1 Hits, Last modified: 14 months ago
tridactyl @tips
1 Hits, Last modified: 7 months ago
unms @tips
1 Hits, Last modified: 4 years ago
esp32 @projects:internetofthings
1 Hits, Last modified: 4 years ago
iotaiuto_privacy @projects:internetofthings
1 Hits, Last modified: 6 years ago
jetsonnano @projects:internetofthings
1 Hits, Last modified: 2 years ago
orangepizero2 @projects:internetofthings
1 Hits, Last modified: 14 months ago
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified: 3 years ago
scipiodev @projects:livenet
1 Hits, Last modified: 8 years ago
virtualization @projects:livenet
1 Hits, Last modified: 6 years ago
adb @tips:android
1 Hits, Last modified: 8 years ago
bv7000 @tips:android
1 Hits, Last modified: 8 years ago
gianomobile @tips:android
1 Hits, Last modified: 6 years ago
install @tips:archlinux
1 Hits, Last modified: 3 years ago
inappbrowser @tips:cordova
1 Hits, Last modified: 11 years ago
oracle @tips:db
1 Hits, Last modified: 9 years ago
checkin @tips:galileo
1 Hits, Last modified: 4 years ago
panda3d @tips:gameengine
1 Hits, Last modified: 11 years ago
android @tips:radxa
1 Hits, Last modified: 11 years ago
corne @projects:zibaldone:electronic
1 Hits, Last modified: 4 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