.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
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
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
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>
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
>
#!/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).
to your main lighttpd configuration file:
<code>
server.use-ipv6 = "enable"
$SERVER["socket"] == "0.0.0.0:80" {
# listen on all ipv4 interfaces.
}
</code>
=====
-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
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