Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- lxd @tips
 - <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
 - .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 persistentVolumeCl... me: postgres-pv-claim containers: - name: postgres image: postgres:12
 - openvpn @tips:vpn
 - 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
 - plate @projects
 - 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_list) """ Process """ for txt_name in txt_name_list: # txt_file = open("Labels/stop_sign/001.txt"
 - git @tips
 - 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-
 - proxmox @tips
 - 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
 - esphome @projects:internetofthings
 - KEN=... PAYLOAD="{\"directive\": {\"header\": {\"namespace\": \"Alexa.Discovery\", \"name\": \"Discover\", \"payloadVersion\": \"3\", \"messageId\": \"8db404... { "supported": [ { "name": "connectivity" } ], "... { "supported": [ { "name": "connectivity" } ], "
 - loadbalancing @kubernetes
 - 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
 - ", "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
 - ansible @tips
 - === 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
 - syntax @wiki
 - l characters are not allowed. You can use [[some:namespaces]] by using a colon in the pagename. You can use [[some:namespaces]] by using a colon in the pagename. For details about namespaces see [[doku>namespaces]]. Linking to a specific section is possible, too. Just add the section na
 - docker @projects:zibaldone:linux
 - 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... ename volume ===== <code> docker volume create --name <new_volume> docker run --rm -it -v <old_volume>:... reate a docker builder or use existing one <code> NAME=builder1 docker buildx use $NAME || docker buildx
 - homeassistant @projects:internetofthings
 - ostato [[reference|<Product type="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wenzhou/tz10.xm... acturer_specific.xml near <Manufacturer id="0118" name="Wenzhou TKB Control System"> <code> <Product type="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wenzhou/tz10.xm... homeassistant> server { listen 80; server_name "scipio.csgalileo.org"; # create this fold
 - ceph-on-k0s @tips
 - : <code> ubuntu@joint-mongoose:~$ helm install --namespace "ceph-csi-rbd" "ceph-csi-rbd" ceph-csi/ceph-csi-rbd NAME: ceph-csi-rbd LAST DEPLOYED: Wed Oct 30 10:58:07 2024 NAMESPACE: ceph-csi-rbd STATUS: deployed REVISION: 1 T... goose:~$ sudo k0s kubectl -n ceph-csi-rbd get all NAME READY
 - ssl @tips
 - 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... site.conf> server { listen 80; server_name "mail.csgalileo.org"; # create this folde