Search

You can find the results of your search below.

Fulltext results:

openvpn
34 Hits, Last modified:
.0 config file # # for connecting to multi-client server. # # ... pulling certain config file directives # from the server. client # Use the same setting as you are using on # the server. # On most systems, the VPN will not function # u... tls-client # Are we connecting to a TCP or # UDP server? Use the same setting as # on the server. ;proto
ssh
12 Hits, Last modified:
connects to the distant_private_ip_adress adress server using the public longname.domain.tld host. Of cou... rge.net/|netcat]] must be installed on the public server. ====== Tunnels ====== We can map distant ports... l ports, using a bounce host: <code> ssh -L 8080:server_to_forward_ports_of:80 server_to_connect_to </code> once connected to server_to_connect_to, localhost:80
vimbashfactory
11 Hits, Last modified:
postgresql_upgrade_on_freebsd
10 Hits, Last modified:
r/ports/basejail/usr/ports/databases/postgresql15-server/work/postgresql-15.2/src/backend/utils/adt/pg_loc... /usr/ports/databases/postgresql${PSQLOLDVERSION}-server/ && make cd /usr/ports/databases/postgresql${PSQL... /usr/ports/databases/postgresql${PSQLNEWVERSION}-server/ && make cd /usr/ports/databases/postgresql${PSQL... var/ports/basejail/usr/ports/databases/postgresql-server${PSQLNEWVERSION}/work/stage/usr/local/bin/initdb
groupware_toaster
6 Hits, Last modified:
already up and running. ===== nginx ===== <code> server { # put listen directives & tls stuff here # server_name sub.domain.tld; access_log /var/log... SION, '5.2.3', '>=') && version_compare(mysql_get_server_info(), '5.0.7', '>=')) ? FALSE : TRUE; + ... ION, '5.2.3', '>=') && version_compare(mysqli_get_server_info($this->conn_id), '5.0.7', '>=')) ? FALSE : T
mysql
5 Hits, Last modified:
better to activate it at the very begining of the server's setup (i.e. before creating or importing any da... reation ==== * Set up an account on the master server that the slave server can use to connect <code sql> mysql> GRANT REPLICATION SLAVE ON *.* TO 'repl'@'sla... ing lines to slave's my.cnf file <code> [mysqld] server-id = slave_id report-host = slave_name </code>
top
4 Hits, Last modified:
cts/apache-top/|apache-top]] is used to parse the server-status/ apache page (usage: apache-top.py http://servername/server-status, so the server needs - obviously - mod_status) Note: Not to be confused with [[http://freshmeat.n... th no password by default, so create on the MySQL server. ====== iotop ====== [[http://guichaz.free.fr/io
backup_your_mailbox_with_gmail
3 Hits, Last modified:
> #!/bin/sh IMAPSYNCOPTS='--ssl1 --host1 my_mail_server --user1 my_email_user --passfile1 /etc/secret1 --... folder INBOX$folder done </code> Replace my_mail_server, my_email_user, my_gmail_user, my_domain by the a... Of course, for this to work, you have to have shell access to your local IMAP server (the one to backup).
my_own_ipv6_tips_for_servers
2 Hits, Last modified:
to your main lighttpd configuration file: <code> server.use-ipv6 = "enable" $SERVER["socket"] == "0.0.0.0:80" { # listen on all ipv4 interfaces. } </code> =====
nagios_toaster
2 Hits, Last modified:
-on-Steroids//. The goal here is to get a Nagios server monitor, with graphing capabilities and integrate... s ([[http://collectd.org/|collectd]]). ===== Web Server ===== Any Webserver will fit there, as long as it
vpn_vs_proxies
2 Hits, Last modified:
ould be easily adapted to other platforms. ===== Server Part ===== For a basic OpenVPN setup, you should... nvpn to listen on TCP-443 port: <code> proto tcp-server port 443 </code> ==== Sharing the HTTPS port wit
fofox
1 Hits, Last modified:
g depicting the location of the current website's server and provides quick access to detailed location an
gemini_toaster
1 Hits, Last modified:
xec/nginx/ngx_stream_module.so; stream { server { listen 1965 ssl;
public
1 Hits, Last modified:
[[public:wipeliveserver|Wipe/shred/nuke a living server]] **FreeBSD** * [[public:deinstall_removed_port
wipeliveserver
1 Hits, Last modified:
====== Wipe/shred/nuke a living server ====== <note important>WIP. Only tested on Debian 7.x</note> <co