• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

name

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (59)
  • projects (34)
  • kubernetes (2)
  • madmax (2)
  • playground (1)
  • 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:

  • networknamespaces (tips:linux)

Fulltext results:

lxd @tips
34 Hits, Last modified: 6 years ago
<file bash lxc-prepare (chmod +x)> #!/bin/bash NAME=$1 ALIAS=$2 ALIAS=${ALIAS:=xenial} lxc image sho... systemctl restart apt-cacher-ng fi lxc info $NAME >/dev/null 2>&1 if [ ! $? = 0 ]; then lxc launch $ALIAS $NAME fi if [ -f /etc/apt/apt.conf.d/proxy.conf ]; th... lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt/apt.conf.d/ fi lxc file push /etc/in
minikube @tips
24 Hits, Last modified: 4 years ago
.yaml> apiVersion: v1 kind: ConfigMap metadata: name: postgres-config labels: app: postgres data... apiVersion: apps/v1 kind: Deployment metadata: name: postgres spec: replicas: 1 selector: mat... app: postgres spec: volumes: - name: postgres-pv-storage persistentVolumeClaim: claimName: postgres-pv-claim containers: - na
plate @projects
22 Hits, Last modified: 4 years ago
cls), 'w') """ Get input text file list """ txt_name_list = [] for (dirpath, dirnames, filenames) in walk(mypath): print(filenames) txt_name_list.extend(filenames) break print(txt_name_li
airos @tips
22 Hits, Last modified: 7 years ago
current radio stats // airOS_getFile_HTTP ($username, $password, $file, $address, $schema) #$out = ai... PE print $out; function airOS_getFile_HTTP ($username, $password, $file, $address, $schema) { ... curl_setopt ($ch, CURLOPT_POSTFIELDS, Array ('username' => $username, 'password' => $password)); curl_setopt ($ch, CURLOPT_HEADER, 1); $respon
openvpn @tips:vpn
20 Hits, Last modified: 8 years ago
tca </code> ==== server certificate ==== <code> NAME=legnago-gw ./pkitool --pass --server $NAME # create passphrase here openssl rsa -in keys/$NAME.key -out keys/$NAME.pem # give passphrase here chmod 600 keys/$NAME.pem </code> ==== client certificat
syntax @wiki
19 Hits, Last modified: 5 years ago
square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
esphome @projects:internetofthings
17 Hits, Last modified: 5 years ago
KEN=... PAYLOAD="{\"directive\": {\"header\": {\"namespace\": \"Alexa.Discovery\", \"name\": \"Discover\", \"payloadVersion\": \"3\", \"messageId\": \"8db404... {}, "endpointId": "camera#citofono", "friendlyName": "citofono", "description": "camera.citofono via Home Assistant", "manufacturerName": "Home Assistant", "additionalAttributes": {
git @tips
15 Hits, Last modified: 7 years ago
labla </file> <file ini ~/.gitconfig> [user] name = Stefano Scipioni email = blabla [core] ... auto </file> ===== New repo ===== <code bash> NAME=project.git mkdir $NAME cd $NAME git init --bare mv hooks/post-update* hooks/post-update chmod +x hooks/post-update git update-
video @tips
15 Hits, Last modified: 5 years ago
] || continue SIZE=$(stat -c%s "$f") OUTNAME=$OUTDIR/${f%.*}.mkv [ -f "$OUTNAME" ] && ( echo "Skip $OUTNAME"; continue ) if [ $SIZE -gt $(($LIMIT_MBYTE*1000000)) ]; then ... :v libx264 -crf $QUALITY -c:a copy -c:s copy "$OUTNAME" else echo mkvmerge $f mkvme
proxmox @tips
13 Hits, Last modified: 7 weeks ago
Set variables for easy customization VMID=9000 VM_NAME="ubuntu-2404-template" # A descriptive name for the template itself # Create the VM with your specified hardware qm create $VMID \ --name $VM_NAME \ --memory 8192 \ --cores 2 \ --net0 virtio,bridge=vmbr0,firewall=0 \ --net1 virtio,br
loadbalancing @kubernetes
12 Hits, Last modified: 12 months ago
ive.yaml </code> Adesso che è installato nel suo namespace: <code> ubuntu@kubectl:~$ kubectl get all -n metallb-system NAME READY STATUS RE... 1/1 Running 0 145m NAME TYPE CLUSTER-... P 10.105.26.211 <none> 443/TCP 145m NAME DESIRED CURRENT READY U
vscode @projects:zibaldone
12 Hits, Last modified: 3 months ago
", "configurations": [ { "name": "Python: Attach", "type": "python",... .dev extension <code | ~/.continue/config.yaml> name: Local Assistant version: 1.0.0 schema: v1 models: - name: Qwen3-coder provider: ollama apiBase: ht... - apply - autocomplete - chat - name: Nomic Embed provider: ollama apiBase: ht
docker @projects:zibaldone:linux
12 Hits, Last modified: 3 years ago
OMMAND CREATED STATUS PORTS NAMES 3fdbad8aa816 alpine "sh" 4 minutes ago... om image sslvpn-plus-leonardo <code> docker run --name vpn-leonardo --cap-add=NET_ADMIN --device=/dev/ne... ker build -t "soes/wildfly:14" . </code> ===== rename volume ===== <code> docker volume create --name <new_volume> docker run --rm -it -v <old_volume>:/from
ansible @tips
10 Hits, Last modified: 3 years ago
=== playbook ===== <file yaml helloworld.yaml> - name: helloworld hosts: nodes tasks: - name: Ping my hosts ansible.builtin.ping: - name: Print message ansible.builtin.debug: m... lloworld.yaml </code> <file yaml addkeys.yaml> - name: Add ssh key to ubuntu user hosts: nodes task
ssl @tips
10 Hits, Last modified: 3 weeks ago
rg echo quit | openssl s_client -showcerts -servername "$API_HOST" -connect "$API_HOST":443 > cacert.pem... nginx ==== <file> server { listen 80; server_name nextcloud.csgalileo.org; server_tokens off; ... } location / { return 301 https://$server_name$request_uri; } } server { listen 443; server_name nnextcloud.csgalileo.org; ssl_certificat
homeassistant @projects:internetofthings
10 Hits, Last modified: 3 years ago
iotaiuto_skill @projects:internetofthings
10 Hits, Last modified: 5 years ago
googlehome @projects:internetofthings
9 Hits, Last modified: 8 years ago
ceph-on-k0s @tips
7 Hits, Last modified: 14 months ago
fail2ban @tips
7 Hits, Last modified: 7 years ago
doorbell @projects:iotaiuto
7 Hits, Last modified: 4 years ago
server @projects:livenet
7 Hits, Last modified: 8 years ago
cordova @tips
6 Hits, Last modified: 11 years ago
zfs @tips
6 Hits, Last modified: 3 years ago
iotaiuto @projects:internetofthings
6 Hits, Last modified: 5 years ago
networknamespaces @tips:linux
6 Hits, Last modified: 7 years ago
dns @tips
5 Hits, Last modified: 4 years ago
jibri @tips
5 Hits, Last modified: 3 years ago
pcb @tips
5 Hits, Last modified: 5 years ago
telegram @tips
5 Hits, Last modified: 4 years ago
tmux @tips
5 Hits, Last modified: 9 years ago
windows10 @tips
5 Hits, Last modified: 7 years ago
influxdb @projects:internetofthings
5 Hits, Last modified: 6 years ago
totem @projects:iotaiuto
5 Hits, Last modified: 4 years ago
install @tips:archlinux
5 Hits, Last modified: 3 years ago
univr @tips:vpn
5 Hits, Last modified: 3 years ago
virtualization @projects:livenet
4 Hits, Last modified: 6 years ago
pptp @tips:vpn
4 Hits, Last modified: 9 years ago
traefik @kubernetes
3 Hits, Last modified: 12 months ago
dieta @madmax
3 Hits, Last modified: 7 months ago
3dprinter @projects
3 Hits, Last modified: 4 years ago
mdm @projects
3 Hits, Last modified: 4 years ago
brainstorming @tips
3 Hits, Last modified: 4 years ago
helm @tips
3 Hits, Last modified: 14 months ago
ionic @tips
3 Hits, Last modified: 8 years ago
jupyterhub @tips
3 Hits, Last modified: 5 years ago
keras @tips
3 Hits, Last modified: 6 years ago
zabbix @tips
3 Hits, Last modified: 4 years ago
presence @projects:iotaiuto
3 Hits, Last modified: 4 years ago
01_struttura_server @projects:livenet
3 Hits, Last modified: 12 months ago
image-build @projects:livenet
3 Hits, Last modified: 8 years ago
postgres @tips:db
3 Hits, Last modified: 7 years ago
redis @tips:db
3 Hits, Last modified: 8 years ago
systemd @zibaldone:linux
3 Hits, Last modified: 19 months ago
turbolevo @projects:zibaldone:electronic
3 Hits, Last modified: 4 years ago
agid @tips
2 Hits, Last modified: 4 years ago
k80 @tips
2 Hits, Last modified: 17 months ago
overpass @tips
2 Hits, Last modified: 5 years ago
pulsar @tips
2 Hits, Last modified: 6 years ago
pypi @tips
2 Hits, Last modified: 3 years ago
analisi @projects:charta
2 Hits, Last modified: 3 years ago
mev2 @projects:giano
2 Hits, Last modified: 3 years ago
graphite @projects:internetofthings
2 Hits, Last modified: 8 years ago
iotaiuto_privacy @projects:internetofthings
2 Hits, Last modified: 6 years ago
jetsonnano @projects:internetofthings
2 Hits, Last modified: 2 years ago
scipiodev @projects:livenet
2 Hits, Last modified: 8 years ago
docs @projects:wamp
2 Hits, Last modified: 9 years ago
adb @tips:android
2 Hits, Last modified: 8 years ago
gianomobile @tips:android
2 Hits, Last modified: 6 years ago
galileo @tips:vpn
2 Hits, Last modified: 17 months ago
backup
1 Hits, Last modified: 10 years ago
qemu
1 Hits, Last modified: 7 years ago
daniele @madmax
1 Hits, Last modified: 5 years ago
playground @playground
1 Hits, Last modified: 3 years ago
atom @tips
1 Hits, Last modified: 8 years ago
gnss @tips
1 Hits, Last modified: 3 years ago
k0s @tips
1 Hits, Last modified: 13 months ago
kvm @tips
1 Hits, Last modified: 10 years ago
ldap @tips
1 Hits, Last modified: 6 years ago
openspec @tips
1 Hits, Last modified: 5 weeks ago
test @tips
1 Hits, Last modified: 5 years ago
tridactyl @tips
1 Hits, Last modified: 7 months ago
unms @tips
1 Hits, Last modified: 4 years ago
hw @projects:internetofthings
1 Hits, Last modified: 8 years ago
orangepizero2 @projects:internetofthings
1 Hits, Last modified: 14 months ago
tradfri @projects:internetofthings
1 Hits, Last modified: 6 years ago
galileo @projects:iotaiuto
1 Hits, Last modified: 3 years ago
mycroft @projects:iotaiuto
1 Hits, Last modified: 4 years ago
occhiali @projects:iotaiuto
1 Hits, Last modified: 4 years ago
seamless @projects:livenet
1 Hits, Last modified: 10 years ago
python @projects:zibaldone
1 Hits, Last modified: 3 years ago
bootanimation @tips:android
1 Hits, Last modified: 11 years ago
videoediting @tips:blender
1 Hits, Last modified: 6 years ago
oracle @tips:db
1 Hits, Last modified: 9 years ago
minecraft @tips:gameengine
1 Hits, Last modified: 8 years ago
minetest @tips:gameengine
1 Hits, Last modified: 8 years ago
hp @tips:hw
1 Hits, Last modified: 14 months ago
gpio @tips:radxa
1 Hits, Last modified: 11 years ago
linux @tips:radxa
1 Hits, Last modified: 10 years ago
18.04 @tips:ubuntu
1 Hits, Last modified: 7 years ago
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
motorizzazione @tips:vpn
1 Hits, Last modified: 7 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