• 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.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:db (4)
  • tips:vpn (4)
  • tips:android (2)
  • tips:archlinux (2)
  • tips:gameengine (2)
  • tips:ubuntu (2)
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
19 Hits, Last modified: 7 days ago
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-challenge { root /va
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
lxd
8 Hits, Last modified: 6 years ago
$istance </code> ===== servers ===== prepare lxd server <code> # bind to port 8443 lxc config set core.ht... ord some-password </code> from client add remote server <code> lxc remote add myserver <ip address or DNS> </code> run command <code> lxc exec myserver:trusty1 -- bash </code> ===== xorg integration =
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
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
proxmox
4 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 to template qm template $VMID </code> ===== VM =====
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
keras
3 Hits, Last modified: 6 years ago
> build --action_env PYTHON_BIN_PATH="/lab/gianoobserver/lib/bin/python" build --action_env PYTHON_LIB_PATH="/lab/gianoobserver/lib/lib/python3.8/site-packages" build --python_path="/lab/gianoobserver/lib/bin/python" build:xla --define with_xla_suppo
pypi
3 Hits, Last modified: 3 years ago
====== PYPI ====== ===== pypiserver ===== https://hub.docker.com/r/pypiserver/pypiserver ===== authentication ===== create <code | download> htpasswd -sc htpasswd.txt galileo </
mariadb @tips:db
3 Hits, Last modified: 9 years ago
e ===== <code bash> apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 add-apt-repository 'deb [arch=amd64] http://nyc2.mirrors... 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
ftp
2 Hits, Last modified: 7 years ago
gnss
2 Hits, Last modified: 3 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
zfs-on-root @tips:ubuntu
2 Hits, Last modified: 8 years ago
ansible
1 Hits, Last modified: 3 years ago
atom
1 Hits, Last modified: 8 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
server @tips:ubuntu
1 Hits, Last modified: 4 years ago
motorizzazione @tips:vpn
1 Hits, Last modified: 7 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