Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- telegram
- -H "Content-Type: application/json" \ -X POST --data-urlencode '{"url":"https://giano.comune.verona.... -X POST https://api.telegram.org/bot${TOKEN}/getUpdates | jq . </code> certificato self signed <code... ey rsa:2048 -sha256 -nodes -keyout key.pem -x509 -days 365 -out cert.pem -subj "/C=US/ST=New York/L=Br... om curl https://api.telegram.org/bot${TOKEN}/getUpdates (negative number) <code bash> TOKEN= curl http
- k80
- man -U https://archive.archlinux.org/packages/c/cuda/cuda-11.4.2-1-x86_64.pkg.tar.zst </code> nvidia-smi <code> +---------------------------------------... A-SMI 470.256.02 Driver Version: 470.256.02 CUDA Version: 11.4 | |----------------------------... 1.1 20240522 (GCC) # nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2021 NVIDIA Co
- 18.04 @tips:ubuntu
- h --login </code> fuse <code> dpkg-reconfigure tzdata </code> keyboard localization <code> dpkg-reco... locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX DIS... deb http://archive.ubuntu.com/ubuntu $DISTRO-updates main universe #deb-src http://archive.ubuntu.com/ubuntu $DISTRO-updates main universe EOF ln -s /proc/self/mounts /e
- verbaliesempio
- ====== verbali di esempio ====== Date impostate: * data accertamento: data della violazione impostata dall'utente * data stampa Date calcolate: * data notifica = data st
- gianomobile @tips:android
- e persone fisiche con riguardo al trattamento dei dati personali n. 679/2016 (di seguito GDPR) e del p... une informazioni relative al trattamento dei Suoi dati personali in relazione all’utilizzo dell’applic... e dei servizi ivi forniti. ====== CATEGORIE DEI DATI TRATTATI ====== A) Dati personali raccolti attraverso strumenti automatizzati Dati di utilizzo del
- agid
- ver** • Utilizzare configurazioni sicure standard per la protezione dei sistemi operativi. • Definire ed impiegare una configurazione standard per workstation, server e altri tipi di sistemi usati dall'organizzazione. • Eventuali sistemi in ese... re ripristinati utilizzando la configurazione standard. • Le immagini d'installazione devono esser
- jibri
- rosody </code> ====== jitsi ====== <code> apt update apt install -y curl && curl -s "http://wiki.csg... apt/sources.list.d/jitsi-stable.list apt-get -y update apt-get -y install jitsi-meet </code> Se la ma... === Prosody - upgrade last version ==== Versione da 0.10.x (Bionic) a 0.11.5 Eseguire preventivament... n-packages.key -O- | sudo apt-key add - apt-get update apt-get install prosody </code> Modificare lo
- dac
- ====== DAC ====== * [[http://r3dux.org/2013/12/how-to-enable-high-quality-audio-in-linux/|interesti... > aplay -l [-L] </code> <code> flac -d 01-Wednesday\ Night\ Prayer\ Meeting.flac -c | aplay --device... code> <code> for card in `aplay -L | grep "CARD=DAC"`; do echo ./hw_params $card; ./hw_params $card ... (ASYNC) Rates: 44100, 48000, 88200, 96000 Data packet interval: 500 us </code> ===== REGA ===
- minikube
- guration.yaml> apiVersion: v1 kind: ConfigMap metadata: name: postgres-config labels: app: postgres data: POSTGRES_DB: postgresdb POSTGRES_USER: adm... --- apiVersion: apps/v1 kind: Deployment metadata: name: postgres spec: replicas: 1 selecto... chLabels: app: postgres template: metadata: labels: app: postgres spec:
- server @tips:ubuntu
- remove -y apparmor ufw sudo systemctl disable apt-daily-upgrade.timer sudo systemctl mask apt-daily-upgrade.service sudo systemctl disable apt-daily.timer sudo systemctl mask apt-daily.service grep -q menu-complete /etc/inputrc if [ $? = 1 ]; th
- zfs-on-root @tips:ubuntu
- u passwd ubuntu apt-add-repository universe apt update apt install openssh-server # connect from anoth... de> ===== System install ===== create filesystem dataset to act as container <code> zfs create -o can... .UTF-8"' > /etc/default/locale dpkg-reconfigure tzdata dpkg-reconfigure keyboard-configuration locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX DIST
- lxd
- ove lxd lxd-client snap install lxd # create zfs dataset on pool rpool zfs create rpool/lxd # create... lxd storage called zfspool using previous defined dataset lxc storage create zfspool zfs source=rpool/... ges <code> lxc image list images: </code> auto update remote images <code> lxc config set images.auto_update_cached true </code> import image <code> lxc im
- git
- --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short type = cat-file -t dump = cat-fil... ir $NAME cd $NAME git init --bare mv hooks/post-update* hooks/post-update chmod +x hooks/post-update git update-server-info </code> ===== change origin ===== <code bash> g
- postgres @tips:db
- ile> ===== Basic operations ===== <code> # list databases \l # connect to database \c giano # list schema \dn # list tables in schema \dt auth.* # d... expanded display \x </code> set search path for database <code> psql <database> ALTER DATABASE database_name SET search_path TO schema_name,public; </co
- locale @tips:ubuntu
- locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX timedatectl set-timezone Europe/Rome grep -q menu-comple... ": "\C-p\C-a\M-f " EOF fi # disable automatic updates cat > /etc/apt/apt.conf.d/20auto-upgrades <<EOF4 APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Unattended-Up