use

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 a... \ -d " \ { \"jsonrpc\": \"2.0\", \"method\": \"user.login\", \"params\": { \"user\": \"$user\", \"password\": \"$password\" }, \"id\": 1, \"auth\": null } " $url | \ jq -r '.resu
postgres @tips:db
19 Hits, Last modified:
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' LOGIN NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLIC
telegram
17 Hits, Last modified:
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
galileo @tips:vpn
16 Hits, Last modified:
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=
otp
11 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 Prefi
openvpn @tips:vpn
11 Hits, Last modified:
=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
9 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); $
pypi
8 Hits, Last modified:
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
8 Hits, Last modified:
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
8 Hits, Last modified:
====== 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
airmouse
7 Hits, Last modified:
====== airmouse / gyro ====== Siti componenti: * https://lcsc.com/ * https://www.mouser.it/ * https://www.digikey.it/ Chip con suppor... : * NRF52840 * ESP32-S3 * [[https://www.mouser.it/ProductDetail/Espressif-Systems/ESP32-S3-WROO... BNO08x (mag e fusion) Esp32-s3:\\ https://www.mouser.it/ProductDetail/Espressif-Systems/ESP32-S3?qs=R
cordova
7 Hits, Last modified:
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
zfs
7 Hits, Last modified:
7.vmdk -rawdisk /dev/zvol/rpool/win7 </code> now use /opt/vms/win7.vmdk file as virtual hard disk for ... pt install pv lzop mbuffer wget https://raw.githubusercontent.com/jimsalterjrs/sanoid/master/syncoid -O... 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
ftp
6 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 <
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> ldapa
postinstall @tips:archlinux
6 Hits, Last modified:
simon @tips:speech
6 Hits, Last modified:
univr @tips:vpn
6 Hits, Last modified:
autofs
5 Hits, Last modified:
tmux
5 Hits, Last modified:
install @tips:opencv
5 Hits, Last modified:
zfs-on-root @tips:ubuntu
5 Hits, Last modified:
ansible
4 Hits, Last modified:
ssl
4 Hits, Last modified:
install @tips:archlinux
4 Hits, Last modified:
18.04 @tips:ubuntu
4 Hits, Last modified:
gnome3 @tips:ubuntu
4 Hits, Last modified:
cvat
3 Hits, Last modified:
git
3 Hits, Last modified:
idrac
3 Hits, Last modified:
lxd
3 Hits, Last modified:
minikube
3 Hits, Last modified:
inappbrowser @tips:cordova
3 Hits, Last modified:
minecraft @tips:gameengine
3 Hits, Last modified:
kuu @tips:hw
3 Hits, Last modified:
networknamespaces @tips:linux
3 Hits, Last modified:
android @tips:radxa
3 Hits, Last modified:
monitor @tips:radxa
3 Hits, Last modified:
kinectv2 @tips:sensors
3 Hits, Last modified:
iredmail
2 Hits, Last modified:
jibri
2 Hits, Last modified:
k80
2 Hits, Last modified:
windows10
2 Hits, Last modified:
zsh
2 Hits, Last modified:
bootanimation @tips:android
2 Hits, Last modified:
virtualization @tips:android
2 Hits, Last modified:
unreal @tips:gameengine
2 Hits, Last modified:
hp @tips:hw
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:
audit
1 Hits, Last modified:
fail2ban
1 Hits, Last modified:
gnss
1 Hits, Last modified:
ionic
1 Hits, Last modified:
kyria
1 Hits, Last modified:
pcb
1 Hits, Last modified:
pyramid
1 Hits, Last modified:
sqlite
1 Hits, Last modified:
taskfile
1 Hits, Last modified:
test
1 Hits, Last modified:
vrcard
1 Hits, Last modified:
bv7000 @tips:android
1 Hits, Last modified:
redisegni @tips:blender
1 Hits, Last modified:
checkin @tips:galileo
1 Hits, Last modified:
dell @tips:hw
1 Hits, Last modified:
dell-t3600 @tips:hw
1 Hits, Last modified:
linux @tips:radxa
1 Hits, Last modified:
locale @tips:ubuntu
1 Hits, Last modified:
server @tips:ubuntu
1 Hits, Last modified:
xenial @tips:ubuntu
1 Hits, Last modified:
smtp @tips:vpn
1 Hits, Last modified: