• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

user

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (36)
  • projects (20)
  • wiki (3)
  • kubernetes (1)
  • playground (1)
  • zibaldone (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

zabbix @tips
22 Hits, Last modified: 4 years ago
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
16 Hits, Last modified: 5 years ago
====== 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
14 Hits, Last modified: 4 years ago
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
12 Hits, Last modified: 7 years ago
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
12 Hits, Last modified: 17 months ago
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
9 Hits, Last modified: 18 months ago
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 <
05-installazione @projects:openstack-ansible
8 Hits, Last modified: 16 hours ago
enstack_deploy cp /etc/openstack_deploy/openstack_user_config.yml.example /etc/openstack_deploy/openstack_user_config.yml </code> Lavorare sui files: * openstack_user_config.yml: questo è un inventory in cui si dichi... i, host, gruppi, ruoli openstack es storage) * user_variables.yml: variabili di configurazione * us
seamless @projects:livenet
6 Hits, Last modified: 10 years ago
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 \
04-connessione-ceph @projects:openstack-ansible
5 Hits, Last modified: 16 hours ago
==== Configurazioni ==== Nel file ''user_variables.yaml'': <code> # === CONFIGURAZIONE CEPH === ceph_m... tp glance_rbd_store_pool: images glance_rbd_store_user: glance glance_rbd_store_chunk_size: 8 glance_rbd... unk_size: 4 rados_connect_timeout: -1 rbd_user: cinder rbd_secret_uuid: "{{ cinder_ceph_clie... ceph_conf: /etc/ceph/ceph.conf cinder_backup_ceph_user: cinder-backup cinder_backup_ceph_pool: backups c
motorizzazione @tips:vpn
5 Hits, Last modified: 7 years ago
> <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
5 Hits, Last modified: 8 years ago
=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
4 Hits, Last modified: 3 years ago
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
4 Hits, Last modified: 14 months ago
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
4 Hits, Last modified: 8 years ago
[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
4 Hits, Last modified: 3 years ago
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
4 Hits, Last modified: 5 years ago
univr @tips:vpn
4 Hits, Last modified: 3 years ago
playground @playground
3 Hits, Last modified: 3 years ago
mdm @projects
3 Hits, Last modified: 4 years ago
autofs @tips
3 Hits, Last modified: 9 years ago
idrac @tips
3 Hits, Last modified: 2 years ago
openspec @tips
3 Hits, Last modified: 2 weeks ago
shinobi @projects:internetofthings
3 Hits, Last modified: 8 years ago
mycroft @projects:iotaiuto
3 Hits, Last modified: 4 years ago
10-storage-backend @projects:openstack-ansible
3 Hits, Last modified: 15 hours ago
postinstall @tips:archlinux
3 Hits, Last modified: 3 years ago
redis @tips:db
3 Hits, Last modified: 8 years ago
monitor @tips:radxa
3 Hits, Last modified: 10 years ago
cordova @tips
2 Hits, Last modified: 11 years ago
minikube @tips
2 Hits, Last modified: 4 years ago
pypi @tips
2 Hits, Last modified: 3 years ago
rocm @tips
2 Hits, Last modified: 3 days ago
welcome @wiki
2 Hits, Last modified: 5 years ago
docs @projects:wamp
2 Hits, Last modified: 9 years ago
17.10 @tips:ubuntu
2 Hits, Last modified: 8 years ago
18.04 @tips:ubuntu
2 Hits, Last modified: 7 years ago
fiocco @projects:internetofthings:clients
2 Hits, Last modified: 8 years ago
docker @projects:zibaldone:linux
2 Hits, Last modified: 3 years ago
orin
1 Hits, Last modified: 3 years ago
traefik @kubernetes
1 Hits, Last modified: 12 months ago
atom @tips
1 Hits, Last modified: 8 years ago
audio @tips
1 Hits, Last modified: 9 years ago
cvat @tips
1 Hits, Last modified: 5 years ago
git @tips
1 Hits, Last modified: 7 years ago
ldap @tips
1 Hits, Last modified: 6 years ago
lxd @tips
1 Hits, Last modified: 6 years ago
otp @tips
1 Hits, Last modified: 5 years ago
proxmox @tips
1 Hits, Last modified: 4 weeks ago
dokuwiki @wiki
1 Hits, Last modified: 5 years ago
syntax @wiki
1 Hits, Last modified: 5 years ago
analisi @projects:charta
1 Hits, Last modified: 3 years ago
graphite @projects:internetofthings
1 Hits, Last modified: 8 years ago
influxdb @projects:internetofthings
1 Hits, Last modified: 6 years ago
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified: 3 years ago
virtualization @projects:livenet
1 Hits, Last modified: 6 years ago
python @projects:zibaldone
1 Hits, Last modified: 3 years ago
install @tips:archlinux
1 Hits, Last modified: 3 years ago
checkin @tips:galileo
1 Hits, Last modified: 3 years ago
unreal @tips:gameengine
1 Hits, Last modified: 11 years ago
kuu @tips:hw
1 Hits, Last modified: 3 years ago
linux @tips:radxa
1 Hits, Last modified: 10 years ago
zfs-on-root @tips:ubuntu
1 Hits, Last modified: 8 years ago
smtp @tips:vpn
1 Hits, Last modified: 10 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