• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป key

key

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:ubuntu (7)
  • tips:vpn (3)
  • tips:blender (2)
  • tips:db (2)
  • tips:hw (2)
  • tips:archlinux (1)
  • tips:gameengine (1)
  • tips:radxa (1)
  • tips:sensors (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

telegram
26 Hits, Last modified: 4 years ago
===== send message to channel from bot (BOT_API_KEY required): - add bot to channel as admin - se... <code> curl https://api.telegram.org/bot[BOT_API_KEY]/sendMessage?chat_id=@[MY_CHANNEL_NAME]&text=[MY_... certificato self signed <code> openssl req -newkey rsa:2048 -sha256 -nodes -keyout key.pem -x509 -days 365 -out cert.pem -subj "/C=US/ST=New York/L=Brook
openvpn @tips:vpn
22 Hits, Last modified: 8 years ago
er $NAME # create passphrase here openssl rsa -in keys/$NAME.key -out keys/$NAME.pem # give passphrase here chmod 600 keys/$NAME.pem </code> ==== client certificate ==== <cod
ssl
15 Hits, Last modified: 8 weeks ago
.csgalileo.org/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/nextcloud.csgalileo.org/privkey.pem; } </file> renew <code> certbot renew [--... me.sh --issue -w /var/www -d mail.csgalileo.org --keylength ec-256 </code> results in **/root/.acme.sh... [Fri Oct 14 08:05:13 CEST 2016] Creating account key [Fri Oct 14 08:05:15 CEST 2016] Registering accou
tmux
12 Hits, Last modified: 9 years ago
====== tmux ====== {{tag>[tmux]}} ===== keyboard ===== * ctrl+a c: create * ctrl+a n: move next ... indow -t wega:2 -n 'brain & GUI' "bash" tmux send-keys -t wega:2.0 'cd wegabrain; make run' Enter tmux split-window -v "bash" tmux send-keys -t wega:2.1 'cd wegagui/wegagui/webapp; make ser... n -g status-attr default # set window split bind-key | split-window -h bind-key - split-window -v # d
tridactyl
11 Hits, Last modified: 8 months ago
yl is a Firefox WebExtension that brings Vim-like keybindings and commands to your browser, allowing for highly efficient keyboard-only navigation. Here's a cheat sheet coveri... ] [value]`: Set a Tridactyl setting * `:bind [key_sequence] [ex_command]`: Bind a key sequence to an ex-command * `:tabopen [URL]`: Open a URL in a
xenial @tips:ubuntu
11 Hits, Last modified: 9 years ago
oo.org/support/news-items/2015-08-13-openssh-weak-keys.html Re-enable ssh-dss key in /etc/ssh/sshd_config <code> PubkeyAcceptedKeyTypes=+ssh-dss </code> ~/.ssh/config <code> Host * PubkeyAcceptedKeyTypes=+ssh-dss Host
idrac
8 Hits, Last modified: 2 years ago
> jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 512 </file> ===== openjdk 1.8 ===== <file ... y> jdk.tls.disabledAlgorithms=RC4, MD5withRSA, DH keySize < 1024, \ EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 512 </file> {{ :projects:openstack:idrac-
otp
8 Hits, Last modified: 5 years ago
ditare /etc/pam.d/sshd (per la versione con publickey andare al capitolo successivo "SENZA CHIEDERE LA PASSWORD, USANDO OAUTH + PUBLICKEY ") # Exceptions from two-factor auth [success... SENZA CHIEDERE LA PASSWORD, USANDO OAUTH + PUBLICKEY 7) editare /etc/pam.d/sshd, commentare "@includ... sers.oath # Exceptions from two-factor and publickey auth required pam_sepermit.so # Disallow non-roo
calibre
7 Hits, Last modified: 8 years ago
er/DeDRM_tools, unzip and from wineprefix dir run key tool <code> cd ~.local/share/wineprefixes/adobe_d... on ~/Scaricati/DeDRM_tools-master/Other_Tools/DRM_Key_Scripts/Adobe_Digital_Editions/adobekey.pyw </code> Now key is in ~/Scaricati/DeDRM_tools-master/Other_Tools/DRM_Key_Scripts/Adobe_Digital_Ed
ansible
6 Hits, Last modified: 3 years ago
e-playbook helloworld.yaml </code> <file 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: "{{ lookup('file
jibri
6 Hits, Last modified: 4 years ago
nginx wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-st... https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add - apt-get update apt-get i
pypi
6 Hits, Last modified: 3 years ago
===== client ===== Client authentication use keyring and: - ~/.pip/pip.conf for install - ~/.pypi... .csgalileo.org username = galileo # not needed if keyring is used #password = <first-repository passwor... ine upload -r galileo dist/* </code> ===== user keyring ===== twine has keyring utility add galileo user to keyring <code> keyring set http://localhost
zabbix
6 Hits, Last modified: 5 years ago
../flussi/dati.json jq -r 'del(.[].hosts) | (map(keys) | add | unique) as $cols | map(. as $row | $col... q -r '(map(.hosts[] + {"triggerid": .triggerid} | keys) | add | unique) as $cols | map(. as $row | $col... self.shutdown = False self.float_keys = set() self.string_keys = set() def setup(self, hass): """Set up the thread and
install @tips:archlinux
6 Hits, Last modified: 3 years ago
er = http://archzfs.com/\$repo/x86_64 EOF pacman-key --init pacman-key -r F75D9D76 pacman-key --lsign-key F75D9D76 pacman -Syyu pacman --noconfirm -S linux-lts linux-lts-headers linux-firmware in
gemini
5 Hits, Last modified: 7 months ago
= CLI ===== Get [[https://aistudio.google.com/apikey|API KEY]] from google studio Install gemini-cli <code bash> yay -S gemini </code> Add KEY to environment <code bash> # fish echo 'set -x GEMINI_API_KEY "..."' >> ~/.config/fish/config.fish # bash echo
atom
4 Hits, Last modified: 8 years ago
dns
4 Hits, Last modified: 4 years ago
mariadb @tips:db
4 Hits, Last modified: 9 years ago
galileo @tips:vpn
4 Hits, Last modified: 18 months ago
autofs
3 Hits, Last modified: 9 years ago
blender
3 Hits, Last modified: 8 months ago
kyria
3 Hits, Last modified: 5 years ago
proxmox
3 Hits, Last modified: 3 months ago
syncthing
3 Hits, Last modified: 9 years ago
monitor @tips:radxa
3 Hits, Last modified: 10 years ago
kinectv2 @tips:sensors
3 Hits, Last modified: 11 years ago
airmouse
2 Hits, Last modified: 4 years ago
pulsar
2 Hits, Last modified: 6 years ago
redisegni @tips:blender
2 Hits, Last modified: 11 years ago
redis @tips:db
2 Hits, Last modified: 8 years ago
dell @tips:hw
2 Hits, Last modified: 3 years ago
18.04 @tips:ubuntu
2 Hits, Last modified: 8 years ago
locale @tips:ubuntu
2 Hits, Last modified: 8 years ago
zfs-on-root @tips:ubuntu
2 Hits, Last modified: 8 years ago
ceph-on-k0s
1 Hits, Last modified: 15 months ago
iredmail
1 Hits, Last modified: 4 years ago
mopidy
1 Hits, Last modified: 9 years ago
zsh
1 Hits, Last modified: 7 years ago
videoediting @tips:blender
1 Hits, Last modified: 6 years ago
minetest @tips:gameengine
1 Hits, Last modified: 9 years ago
dell-t3600 @tips:hw
1 Hits, Last modified: 8 years ago
17.10 @tips:ubuntu
1 Hits, Last modified: 8 years ago
server @tips:ubuntu
1 Hits, Last modified: 4 years ago
trusty @tips:ubuntu
1 Hits, Last modified: 10 years ago
univr @tips:vpn
1 Hits, Last modified: 3 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