Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- zabbix
- ls url=http://monitor.iotaiuto.it/api_jsonrpc.php user=xxx password=xxx # 2. get authorization token a... \ -d " \ { \"jsonrpc\": \"2.0\", \"method\": \"user.login\", \"params\": { \"user\": \"$user\", \"password\": \"$password\" }, \"id\": 1, \"auth\": null } " $url | \ jq -r '.resu
- galileo @tips:vpn
- izzo server concentratore: vpn1.csgalileo.org * username e password <code> yay -S networkmanager-l2t... 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=
- telegram
- coding: utf-8 -*- """Basic example for a bot that uses inline keyboards. # This program is dedicated t... isAuthorized(update): isOk = update.effective_user['id'] in AUTHORIZED if not isOk: upd... aybe another time, you are %s' % update.effective_user['id']) return isOk def rep... "show ...") if _isAuthorized(update): user_id = update.effective_user['id'] subproc
- postgres @tips:db
- s in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable e... noauth TO postgres; DROP OWNED BY gianoauth; DROP USER IF EXISTS gianoauth; </code> create role gianoauth <code> CREATE USER gianoauth WITH ENCRYPTED PASSWORD 'xxx' LOGI... A auth TO gianoauth; ALTER DEFAULT PRIVILEGES FOR USER postgres IN SCHEMA auth GRANT SELECT ON TABLES T
- otp
- 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 Prefi
- openvpn @tips:vpn
- =10.15.32.34-10.15.32.38 </code> profile and vpn user <code> /ppp profile add change-tcp-mss=default ... file" only-one=default remote-address=ovpn-pool \ use-compression=default use-encryption=required use-vj-compression=default </code> define vpn user <code> /ppp secret add caller
- airos
- 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); $
- pypi
- date <code | download> htpasswd -s htpasswd.txt <user2> </code> ===== client ===== Client authentication use keyring and: - ~/.pip/pip.conf for install - ~/.... host = localhost </code> now it is possible to use install command like "pip install blabla" ===== ... t [localhost] repository = http://localhost:8081 username = galileo #password = <first-repository pass
- redis @tips:db
- each value has an associated score. This score is used to sort the elements in the set. <code> ZADD hac... 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
- motorizzazione @tips:vpn
- ====== Motorizzazione ====== Motorizzazione uses cisco anyconnect VPN, available in linux with opencon... redenziali VPN: For Municipalities (Local Police) username begins: COM.xxxxxxxxxxxx For Police, the Sta... ose relating to driving license in points and are used for the deduction points driving license (no fee... > <file txt /etc/openconnect/motorizzazione.env> user=COMxxx password=yyy url=https://anyvpn.ilportale
- ldap
- ====== 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> ldapa
- zfs
- 7.vmdk -rawdisk /dev/zvol/rpool/win7 </code> now use /opt/vms/win7.vmdk file as virtual hard disk for ... ool/test@snap01 </code> if files are added to FS used space of FS grow <code bash> sync && zfs list -... - 100M - </code> if files are changed in FS used space of SNAP grow <code bash> sync && zfs list ... every day <code bash> LIMIT_MB=100 FS=rpool/test USED=$(zfs get -Hp used $FS@01 | cut -f3) if [ $USED
- univr @tips:vpn
- network manager: * gateway: remote.univr.it * username: ateneo\01scpsfn29 * password: xxx * gro... 622ead54d0 type=vpn autoconnect=false permissions=user:scipio:; timestamp=1630335537 [vpn] IKE DH Grou... =server Vendor=cisco Xauth password-flags=0 Xauth username=xxx ipsec-secret-type=save xauth-password-ty... Host umfa Hostname mfa-ssh-srv.univr.it User 01scpsfn29 ForwardAgent yes Host ucd Hostna
- cordova
- er', ['--test-type', '--disable-web-security', '--user-data-dir=/tmp/temp_chrome_user_data_dir_for_cordova_browser', project]); break; </code> ==== Crosswalk ==== Optionally it is possible to use crosswalk instead of android webview Add android... to platforms/android/AndroidManifest.xml <code> <uses-permission android:name="android.permission.ACCE
- trac
- ord ==== Le password sono memorizzate 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}