user

Search

You can find the results of your search below.

zabbix
23 Hits, Last modified:
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
postgres @tips:db
18 Hits, Last modified:
s in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable ex... 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 NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLICA
telegram
14 Hits, Last modified:
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
galileo @tips:vpn
14 Hits, Last modified:
izzo server concentratore: vpn1.csgalileo.org * username e password <code> yay -S networkmanager-l2tp... 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
otp
10 Hits, Last modified:
4F (53192527) 95354783 3) creare e securizzare "users.oath": touch /etc/users.oath chmod 0600 /etc/users.oath 4) aggiungere le seguenti righe (il codice รจ l'Hex secret) al "users.oath": vi /etc/users.oath # Option User Prefix
openvpn @tips:vpn
7 Hits, Last modified:
=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... led=no limit-bytes-in=0 \ limit-bytes-out=0 name="username" password="password" \ routes="" service=any ... -rsa-legnago/keys/nms.pem tls-client port 1194 user nobody group nogroup #comp-lzo # Do not use comp
airmouse
6 Hits, Last modified:
mponenti: * https://lcsc.com/ * https://www.mouser.it/ * https://www.digikey.it/ Chip con support... : * NRF52840 * ESP32-S3 * [[https://www.mouser.it/ProductDetail/Espressif-Systems/ESP32-S3-WROOM... BNO08x (mag e fusion) Esp32-s3:\\ https://www.mouser.it/ProductDetail/Espressif-Systems/ESP32-S3?qs=Rp... FNWuUy%252BBihNw%3D%3D Nrf52840:\\ https://www.mouser.it/ProductDetail/aconno/ACN52840?qs=Zz7%252BYVVL6
airos
6 Hits, Last modified:
the current radio stats // airOS_getFile_HTTP ($username, $password, $file, $address, $schema) #$out ... // CPE 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); $re
ldap
6 Hits, Last modified:
====== LDAP ====== users.ldif <code> dn: ou=people,dc=csgalileo,dc=org objectClass: organizationalUnit ... bjectClass: organizationalUnit ou: Groups dn: cn=users,ou=Groups,dc=csgalileo,dc=org cn: users gidNumber: 5159 objectclass: top objectclass: posixGroup dn: ... ectClass: posixAccount objectClass: shadowAccount userPassword: {SSHA}x </code> import <code> ldapad
postinstall @tips:archlinux
6 Hits, Last modified:
yay android-emulator yay gradle </code> <code> USER=scipio usermod -a -G adbusers $USER usermod -a -G kvm $USER </code>
redis @tips:db
6 Hits, Last modified:
mespace:table:id <code> INCR gianoauth:realm:next_user_id => 1 HSET gianoauth:realm:user:1 id 1 username "scipio" name "Stefano Scipioni" password "hash" visits 0 </code> add an INDEX with **... ontain duplicates <code> SADD gianoauth:realm:all-users gianoauth:realms:users:1 </code> visits <code>
motorizzazione @tips:vpn
6 Hits, Last modified:
redenziali VPN: For Municipalities (Local Police) username begins: COM.xxxxxxxxxxxx For Police, the Stat... > <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"
univr @tips:vpn
6 Hits, Last modified:
network manager: * gateway: remote.univr.it * username: ateneo\01scpsfn29 * password: xxx * grou... 622ead54d0 type=vpn autoconnect=false permissions=user:scipio:; timestamp=1630335537 [vpn] IKE DH Group... =server Vendor=cisco Xauth password-flags=0 Xauth username=xxx ipsec-secret-type=save xauth-password-typ... Host umfa Hostname mfa-ssh-srv.univr.it User 01scpsfn29 ForwardAgent yes Host ucd Hostnam
ftp
5 Hits, Last modified:
pure-ftpd </code> <code bash> groupadd ftpgroup useradd ftpuser -g ftpgroup -s /sbin/nologin -d /dev/null ln -s /etc/pure-ftpd/conf/PureDB /etc/pure-ftpd/auth/60puredb pure-pw useradd hass -u ftpuser -g ftpgroup -d /media/photo/ -m pure-pw mkdb systemctl restart pure-ftpd.service </c
pypi
5 Hits, Last modified:
date <code | download> htpasswd -s htpasswd.txt <user2> </code> ===== client ===== Client authent... t [localhost] repository = http://localhost:8081 username = galileo #password = <first-repository passw... [galileo] repository = https://pypi.csgalileo.org username = galileo # not needed if keyring is used #pa... d> twine upload -r galileo dist/* </code> ===== user keyring ===== twine has keyring utility add gal
ansible
4 Hits, Last modified:
cordova
4 Hits, Last modified:
install @tips:archlinux
4 Hits, Last modified:
zfs-on-root @tips:ubuntu
4 Hits, Last modified:
autofs
3 Hits, Last modified:
idrac
3 Hits, Last modified:
minikube
3 Hits, Last modified:
monitor @tips:radxa
3 Hits, Last modified:
18.04 @tips:ubuntu
3 Hits, Last modified:
cvat
2 Hits, Last modified:
windows10
2 Hits, Last modified:
zsh
2 Hits, Last modified:
networknamespaces @tips:linux
2 Hits, Last modified:
17.10 @tips:ubuntu
2 Hits, Last modified:
pptp @tips:vpn
2 Hits, Last modified:
atom
1 Hits, Last modified:
audio
1 Hits, Last modified:
git
1 Hits, Last modified:
iredmail
1 Hits, Last modified:
lxd
1 Hits, Last modified:
test
1 Hits, Last modified:
zfs
1 Hits, Last modified:
bv7000 @tips:android
1 Hits, Last modified:
inappbrowser @tips:cordova
1 Hits, Last modified:
checkin @tips:galileo
1 Hits, Last modified:
minecraft @tips:gameengine
1 Hits, Last modified:
unreal @tips:gameengine
1 Hits, Last modified:
kuu @tips:hw
1 Hits, Last modified:
install @tips:opencv
1 Hits, Last modified:
android @tips:radxa
1 Hits, Last modified:
linux @tips:radxa
1 Hits, Last modified:
kinectv2 @tips:sensors
1 Hits, Last modified:
smtp @tips:vpn
1 Hits, Last modified: