Search
You can find the results of your search below.
Fulltext results:
- zabbix @tips
- ls url=http://monitor.iotaiuto.it/api_jsonrpc.php user=xxx password=xxx # 2. get authorization token au... \ -d " \ { \"jsonrpc\": \"2.0\", \"method\": \"user.login\", \"params\": { \"user\": \"$user\", \"password\": \"$password\" }, \"id\": 1, \"auth\": null } " $url | \ jq -r '.result
- iotaiuto_skill @projects:internetofthings
- ====== iotaiuto skill ====== <uml> actor "user" as user order 10 participant "alexa" as alexa order 20 #99FF99 participant "skill AWS iotaiuto" as ski... ss" as hass order 50 #0055FF == connettività == user --> alexa alexa --> skill: amazon skill --> proxy... oxy --> skill skill --> alexa == flusso dati == user --> alexa alexa -[#0000FF]-> skill: alexa_id skil
- telegram @tips
- isAuthorized(update): isOk = update.effective_user['id'] in AUTHORIZED if not isOk: upda... aybe another time, you are %s' % update.effective_user['id']) return isOk def repl... "show ...") if _isAuthorized(update): user_id = update.effective_user['id'] subprocess.call(["/home/pi/preview.sh", str(user_id)], shell=F
- postgres @tips:db
- noauth TO postgres; DROP OWNED BY gianoauth; DROP USER IF EXISTS gianoauth; </code> create role gianoauth <code> CREATE USER gianoauth WITH ENCRYPTED PASSWORD 'xxx' LOGIN... A auth TO gianoauth; ALTER DEFAULT PRIVILEGES FOR USER postgres IN SCHEMA auth GRANT SELECT ON TABLES TO gianoauth; ALTER DEFAULT PRIVILEGES FOR USER postgres IN SCHEMA auth GRANT SELECT, USAGE ON SE
- galileo @tips:vpn
- 19f2820e57 type=vpn autoconnect=false permissions=user:scipio:; timestamp=1623922800 [vpn] gateway=94.230.76.2 mru=1400 mtu=1400 password-flags=0 user=xxx user-auth-type=password service-type=org.freedesktop.NetworkManager.l2tp [vpn-secrets] password=xx... eo.nmconnection </code> change: * permissions=user:scipio:; (this is local linux user) * user=xxx
- systemd @zibaldone:linux
- systemctl daemon-reload </code> ===== Systemd as user ===== enable systemd for specific user <code> loginctl enable-linger <username> </code> * add user to systemd-journal group to permit journactl operations <code> usermod -a -G systemd-journal <user> </code> * modify /etc/systemd/journald.conf <
- seamless @projects:livenet
- onfig </code> Call remoteapp <code> xfreerdp /u:user /p:user \ +clipboard /drive:home,${HOME} /sound:sys:pulse \ /app:"||appname" /v:<ip_windows_machine> xfreerdp /u:user /p:user \ +clipboard /drive:home,${HOME} /sound:sys:pulse /cert-ignore \ -encryption -compression \
- motorizzazione @tips:vpn
- > <file txt /etc/openconnect/motorizzazione.env> user=COMxxx password=yyy url=https://anyvpn.ilportaled... tc/openconnect/motorizzazione.env openconnect -u $user -b $url </code> test if resolve with 10.x.x.x <c... ExecStart=/bin/bash -c "/usr/sbin/openconnect -u $user --servercert "$servercert" -b $url <<< $password"... ExecStart=/bin/bash -c "/usr/sbin/openconnect -u $user --servercert "$servercert" $url <<< $password" [
- openvpn @tips:vpn
- =10.15.32.34-10.15.32.38 </code> profile and vpn user <code> /ppp profile add change-tcp-mss=default c... ed use-vj-compression=default </code> define vpn user <code> /ppp secret add caller-id="" comment="" d... -rsa-legnago/keys/nms.pem tls-client port 1194 user nobody group nogroup #comp-lzo # Do not use comp... e verb 3 cipher AES-256-CBC auth SHA1 pull auth-user-pass auth.cfg script-security 2 up /etc/openvpn/
- ansible @tips
- yaml addkeys.yaml> - name: Add ssh key to ubuntu user hosts: nodes tasks: - name: Set authorized key took from file authorized_key: user: ubuntu state: present key: "{{ looku... stall ===== <code bash> python3 -m pip install --user ansible </code> ===== config ===== <file ini /etc/ansible/hosts> [all:vars] ansible_user='ubuntu' ansible_become=yes ansible_become_method
- trac @tips
- nel file ''users.passwd'' e ognuna ha la forma ''user:realm:password'' Per generare una password: <code> user="guest" realm="trac" password="sldjfsdfoih" echo ${user}:${realm}:$(printf "${user}:${realm}:${password}" | md5sum - | sed -e 's/\s\+-//') </code>
- googlehome @projects:internetofthings
- [a different long URL safe random string] agent_user_id: [a string to identify user] api_key: [a Homegraph API Key generated for the Google Actions projec... on, click Permissions - Click Add, type the new user’s e-mail address and choose Project -> Editor role - Have the new user go to developer console and repeat steps starting
- homeassistant @projects:internetofthings
- stant After=network.target [Service] Type=simple User=pi ExecStart=/home/pi/venv/bin/hass -c "/home/pi" [Install] WantedBy=multi-user.target </file> enable service <code bash> system... "66"> <Value type="string" genre="user" instance="1" index="0" label="Operating State" u... h> echo hass > /etc/incron.allow </code> as hass user edit incron table '''incrontab -e''' (incrontab -
- iotaiuto @projects:internetofthings
- tant After=network.target [Service] Type=simple User=pi ExecStart=/home/pi/lib/bin/hass -c "/home/pi/.homeassistant" [Install] WantedBy=multi-user.target # 4. abilitare il servizio Homeassistant ... -rsa-legnago/keys/nms.pem tls-client port 1194 user nobody group nogroup #comp-lzo # Do not use comp... e verb 3 cipher AES-256-CBC auth SHA1 pull auth-user-pass auth.cfg script-security 2 up /etc/openvpn/
- univr @tips:vpn
- 622ead54d0 type=vpn autoconnect=false permissions=user:scipio:; timestamp=1630335537 [vpn] IKE DH Group... Host umfa Hostname mfa-ssh-srv.univr.it User 01scpsfn29 ForwardAgent yes Host ucd Hostname cd-www-srv.univr.it User 01scpsfn29 ProxyJump umfa Host ustage Hostname stage-dev.univr.it User 01scpsfn29 ProxyJump umfa </code> Oppure, al