Search
You can find the results of your search below.
Fulltext results:
- lxd @tips
- es: </code> auto update remote images <code> lxc config set images.auto_update_cached true </code> impor... t </code> profile.yaml <code> name: juju-default config: boot.autostart: "true" security.nesting: "tr... lxc launch images:ubuntu/xenial/amd64 xenial1 lxc config set xenial1 boot.autostart false lxc list </code>... 1 </code> autostart on host boot <code bash> lxc config set <name> boot.autostart true </code> show cont
- juju @tips
- p testcloud manual/10.0.1.21 --upload-tools \ --config default-series=xenial \ --config apt-http-proxy="http://10.0.1.1:8000" \ --config agent-stream=devel # Controllare con juju model-config default-series # ed eventualmente correggere con
- mycroft @projects:iotaiuto
- code> **Impostare lingua italiana** <code> nano .config/mycroft/mycroft.conf </code> Aggiungere: <code> {... eech-server cd deepspeech-server pip install . cp config.sample.json config.json nano config.json </code> Aggiungere a config.json: (assicurarsi che le path siano corrette) <code>
- homeassistant @projects:internetofthings
- e="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wenzhou/tz10.xml"/>]] <file txt /etc/udev/rules... /lib/python3.5/site-packages/python_openzwave/ozw_config/manufacturer_specific.xml near <Manufacturer id="... e="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wenzhou/tz10.xml"/> </code> wenzhou/tz10.xml <c... /file> ===== github ===== setup <code bash> git config --global push.default simple git clone https://gi
- minikube @tips
- on: v1 kind: ConfigMap metadata: name: postgres-config labels: app: postgres data: POSTGRES_DB: ... - configMapRef: name: postgres-config volumeMounts: - mountPath: ... on: v1 kind: ConfigMap metadata: name: postgres-config labels: app: postgres data: POSTGRES_DB: ... - configMapRef: name: postgres-config volumeMounts: - mountPath:
- orin
- -misc-p3767-0000.dts sed -i "s/ODMDATA=\"gbe-uphy-config-8,hsstp-lane-map-3,hsio-uphy-config-0\";/ODMDATA=\"gbe-uphy-config-9,hsstp-lane-map-3,hsio-uphy-config-0\";/g" p3767.conf.common </code> ===== backup (not working) =====
- idrac @tips
- USER} -p ${DRAC_PASSWORD} getconfig -f node4_drac_config.txt </code> Per caricare la configurazione (que... -r 10.45.1.4 -u ${DRAC_USER} -p ${DRAC_PASSWORD} config -f node4_drac_config.txt </code> ===== Impostazioni idrac9 da server ===== https://linux.dell.com/rep... Estraggo la configurazione in formato XML <code> racadm get -f node01_drac_config.xml -t xml </code>
- k0s @tips
- :~$ sudo mkdir -p /etc/k0s ubuntu@k0s-ctrl:~$ k0s config create | sudo tee /etc/k0s/k0s.yaml ubuntu@k0s-ct... la gestione: <code> ubuntu@k0s-ctrl:~$ mkdir -p .config/k0s ubuntu@k0s-ctrl:~$ sudo k0s kubeconfig admin | tee ~/.config/k0s/admin.conf ubuntu@k0s-ctrl:~$ echo "alias kubectl='k0s kubectl --kubeconfig="$HOME"/.config/k0s/admin.conf'" >> ~/.bash_aliases </code> ===
- syntax @wiki
- t, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's en... quotes". They can be turned off through a [[doku>config:typography|config option]]. ===== Quoting ===== Some times you want to mark some text to show it's a re... description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripp
- liberidicomunicare @projects:iotaiuto
- tro a un video: <code> $ tutor local stop $ tutor config save --set OPENEDX_EXTRA_PIP_REQUIREMENTS="- git+... ure ==== <code> $ tutor local stop $ nano $(tutor config printroot)/config.yml </code> Aggiungere al file le seguenti righe: <code> OPENEDX_EXTRA_PIP_REQUIREMENTS... </code> Salvare la configurazione: <code> $ tutor config save $ tutor images build openedx $ tutor local s
- postgres @tips:db
- in4-4.2-py2.py3-none-any.whl # define ip binding CONFIG=/usr/local/lib/python3.5/dist-packages/pgadmin4/config.py sed -i -e "s/DEFAULT_SERVER\s*=.*/DEFAULT_SERVER = '0.0.0.0'/" $CONFIG # define pgadmin admin user python3 /usr/local/l... l -y make g++ qt5-qmake libxml2-dev libpq-dev pkg-config libqt5svg5-dev # runtime dependencies sudo apt i
- linux @tips:radxa
- in $KERNEL_SRC/arch/arm/configs/ * make kernel-config - configure the linux kernel" * make uboot - c... rock.dts cp arch/arm/configs/rockchip_defconfig .config # change this in .config # CONFIG_CMDLINE="console=tty0 console=ttyS2,115200 debug earlyprintk root=/dev/block/mtd/by-name/linuxro
- galileo @tips:vpn
- 255.255.252.0 #log-append log.txt askpass chiave.config providers legacy default data-ciphers-fallback B... ode 2.3.18 </file> <file txt go> sudo openvpn --config openvpn.conf </file> Connect with <code bash> .... Winzozz ==== <file txt c:\Program Files\OpenVPN\config\auth_galileo.cfg> username password </file> <file txt c:\Program Files\OpenVPN\config\galileo.ovpn> client dev tun proto tcp-client rem
- git @tips
- ====== GIT ====== ===== credentials and config ===== <file ini ~/.netrc> machine git.csgalileo.org logi... favor our current version of the file <code> git config --global merge.ours.driver true </code> into rep... it branch -u origin/master master cd <parent> git config -f .gitmodules submodule.<submodule>.branch maste