• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » server

server

Search

You can find the results of your search below.

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

Matching pagenames:

  • server (tips:ubuntu)

Fulltext results:

ssl
21 Hits, Last modified: 7 days ago
ileo.org echo quit | openssl s_client -showcerts -servername "$API_HOST" -connect "$API_HOST":443 > cacert... ns \ --email stefano.scipioni@csgalileo.org \ --server https://acme-v02.api.letsencrypt.org/directory \ ... -d *.iotaiuto.it </code> ==== nginx ==== <file> server { listen 80; server_name nextcloud.csgalileo.org; server_tokens off; location /.well-known/acme-
openvpn @tips:vpn
11 Hits, Last modified: 8 years ago
n-all ./build-dh ./pkitool --initca </code> ==== server certificate ==== <code> NAME=legnago-gw ./pkitool --pass --server $NAME # create passphrase here openssl rsa -in ke... E.key -out keys/$NAME.pem </code> ===== Mikrotik server ===== Upload and import certificates <code> /certificate import file=server.crt import file=server.pem import file=ca.crt </c
jibri
9 Hits, Last modified: 3 years ago
" . </code> ===== (deprecated) on jitsi meet server ===== <file ini /etc/prosody/conf.d/jibri.cfg.lu... onnect 5000 timeout client 50000 timeout server 50000 timeout check 10000 log global ... backend bk_http_default mode http server s1 94.230.76.84:8080 check id 1 backend bk_http mode http server s2 localhost:8080 check id 2 backend bk_https
agid
6 Hits, Last modified: 4 years ago
i necessari per ciascun tipo di sistema, compresi server, workstation e laptop di vari tipi e per diversi ... are sui dispositivi mobili, laptop, workstation e server** • Utilizzare configurazioni sicure standar... gare una configurazione standard per workstation, server e altri tipi di sistemi usati dall'organizzazione... tutte le operazioni di amministrazione remota di server, workstation, dispositivi di rete e analoghe appa
motorizzazione @tips:vpn
6 Hits, Last modified: 7 years ago
https://anyvpn.ilportaledellautomobilista.it get server fingerprint with <code> openconnect --authenticat... //anyvpn.ilportaledellautomobilista.it/utentiMCTC servercert=sha256:f3cab3bff048bf7f68e0c1c019cc31c8a0e70d... rt=/bin/bash -c "/usr/sbin/openconnect -u $user --servercert "$servercert" -b $url <<< $password" ExecStart=/bin/bash -c "/usr/sbin/openconnect -u $user --serverc
lxd
5 Hits, Last modified: 6 years ago
ress 10.99.10.42 lxc start $istance </code> ===== servers ===== prepare lxd server <code> # bind to port 8443 lxc config set core.https_address "[::]" # passwo... ord some-password </code> from client add remote server <code> lxc remote add myserver <ip address or DNS... <code> # add destination lxd lxc remote add other-server <ip-address> # take snap0 on gianocop container
minikube
4 Hits, Last modified: 4 years ago
===== Install on arch ===== ==== Run PostgreSQL server and Pgadmin on minikube ==== **Deploy Postgres**... -f <filename.yaml> </code> **Connect pgadmin to server** <code>minikube service <NamePgadminService></code> - Login Pgadmin - Server --> Properties - Change host name/address to Po... port (if not default) to ContainerPort (not Minikube service port) --> 5432 - Connect to server
galileo @tips:vpn
4 Hits, Last modified: 17 months ago
VPN Galileo ====== VPN PPTP/L2TP: * indirizzo server concentratore: vpn1.csgalileo.org * username e ... tpp-galileo.png |}} ===== galileo openvpn ===== Server certificate <file txt ca.crt> -----BEGIN CERTIFIC... ersist-key persist-tun tls-client remote-cert-tls server ca cert_export_CA-VPNCONC-MEUCCI.crt cert cert_ex... > client dev tun proto tcp-client remote-cert-tls server remote vpn.csgalileo.org 1194 route 10.0.0.0 255
git
3 Hits, Last modified: 7 years ago
post-update chmod +x hooks/post-update git update-server-info </code> ===== change origin ===== <code ba... e set-url origin http://git.csgalileo.org/livenet-server.git </code> check origin <code bash> git remote show origin </code> if prune needed (on server restart apache if dav is used) <code bash> git re
proxmox
3 Hits, Last modified: 4 weeks ago
es.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img # IMPORTANT: Replace 'local-l... get storage name qm importdisk $VMID ubuntu-24.04-server-cloudimg-amd64.img local-lvm # Attach the import... 0.1.109.1 # (Optional but recommended) Set a DNS server qm set $VMID --nameserver 8.8.8.8 # convert vm t
mariadb @tips:db
3 Hits, Last modified: 9 years ago
-galera-cluster-with-mariadb-10-1-on-ubuntu-16-04-servers Three Ubuntu 16.04 servers ===== install on each node ===== <code bash> apt-key adv --recv-keys --key... italocean.com/mariadb/repo/10.1/ubuntu xenial main' apt update apt install mariadb-server rsync </code>
mssql @tips:db
3 Hits, Last modified: 9 years ago
overflow.com/questions/15750711/connecting-to-sql-server-2012-using-sqlalchemy-and-pyodbc * https://blog... ls.aspx?id=36437|Microsoft ODBC Driver 11 for SQL Server® - RedHat Linux]] (RedHat6\msodbcsql-11.0.2270.0.... rce </code> check timeout to localhost (no MSSQL server on linux host !!!) <code> sqlcmd -S localhost </c
postgres @tips:db
3 Hits, Last modified: 7 years ago
-packages/pgadmin4/config.py sed -i -e "s/DEFAULT_SERVER\s*=.*/DEFAULT_SERVER = '0.0.0.0'/" $CONFIG # define pgadmin admin user python3 /usr/local/lib/python3.5/... apt install -y qt5-default libqt5svg5 postgresql-server-dev-all cd /usr/local/src sudo apt install -y wge
minetest @tips:gameengine
3 Hits, Last modified: 8 years ago
r> keys: * F5 Shows player coordinates Shows server stats * F7 Changes camera view Cycles through... Closes HUD * F12 Takes a screenshot – ===== server ===== <code> sudo add-apt-repository ppa:minetes... ble sudo apt-get update sudo apt install minetest-server apt install minetest-mod-moreblocks minetest-mod-
audio
2 Hits, Last modified: 9 years ago
udio.service [Unit] Description=Pulseaudio sound server After=avahi-daemon.service network.target [Servi... /file> <file ini /etc/pulse/client.conf> default-server = 127.0.0.1 </file> ===== test ===== <code bas
ftp
2 Hits, Last modified: 7 years ago
idrac
2 Hits, Last modified: 2 years ago
zfs
2 Hits, Last modified: 3 years ago
gianomobile @tips:android
2 Hits, Last modified: 6 years ago
redis @tips:db
2 Hits, Last modified: 8 years ago
minecraft @tips:gameengine
2 Hits, Last modified: 8 years ago
ansible
1 Hits, Last modified: 3 years ago
atom
1 Hits, Last modified: 8 years ago
gnss
1 Hits, Last modified: 3 years ago
otp
1 Hits, Last modified: 5 years ago
pypi
1 Hits, Last modified: 3 years ago
rocm
1 Hits, Last modified: 3 days ago
tmux
1 Hits, Last modified: 9 years ago
vgpu
1 Hits, Last modified: 4 years ago
virtualization @tips:android
1 Hits, Last modified: 10 years ago
install @tips:archlinux
1 Hits, Last modified: 3 years ago
postinstall @tips:archlinux
1 Hits, Last modified: 3 years ago
gpio @tips:radxa
1 Hits, Last modified: 11 years ago
locale @tips:ubuntu
1 Hits, Last modified: 8 years ago
server @tips:ubuntu
1 Hits, Last modified: 4 years ago
zfs-on-root @tips:ubuntu
1 Hits, Last modified: 8 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