-
Setup a Squid proxy server on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 17, 2011
—
last modified
Nov 11, 2017 09:42
The use of a Squid proxy server can solve many problems: reduce bandwith usage, filter visited Internet pages (anti-virus, parental control, ...), overide a IP based access control, ... This howto describe some Squid configurations for a better protected surf.
Located in
Debian GNU/Linux
/
Servers
/
HTTP
-
Setup a status page on a Apache 2 server
-
by
Pierre-Yves Landuré
—
published
Apr 28, 2012
—
last modified
Nov 11, 2017 09:29
Apache 2, PHP-FPM, APC, and other tools have usage statistics in Web pages. The data provided by these statistics are critical. It is important to secure the access to them. This howto setup a secure sub-domain dedicated to the display of HTTP server statuses.
Located in
Debian GNU/Linux
/
Servers
/
Apache 2
-
Setup an email alert on SSL / TLS certificate expiration
-
by
Pierre-Yves Landuré
—
published
Dec 06, 2011
—
last modified
Oct 22, 2018 07:51
SSL / TLS certificates are signed by certificate authority for a defined period, usually 1 year. Once the expiration date has passed, the certificate is considered invalid by the clients (browsers, mail clients, etc.). Being alerted of a server expired certificates help to anticipate renewals.
Located in
Debian GNU/Linux
/
Servers
/
HTTP
-
Setup and use the Logical Volume Manager (LVM) on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 11, 2011
—
last modified
Nov 11, 2017 09:44
LVM stands for "Logical Volume Manager". It sits between the partitions and hard disk, and provides flexibility and power to partitions management. It is particularly useful for managing partitions used by the Xen domains. It provides the ability to create partitions over several hard disks (software RAID), to resize partitions on the fly, ...
Located in
Debian GNU/Linux
/
System
/
Setup
-
Setup Debian Testing sources apt repository on Debian Stable
-
by
Pierre-Yves Landuré
—
published
Mar 06, 2013
—
last modified
Jan 15, 2014 03:41
This guide adds the Debian Testing sources repositories to Debian Stable without changing the standard system behaviour.
Located in
Debian GNU/Linux
/
System
/
Software
-
Setup disk quotas on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 18, 2011
—
last modified
Nov 11, 2017 09:30
Quotas are a simple mean to limit the disk usage of some software or users. This article list some of the methods used to implement disk quotas on Debian.
Located in
Debian GNU/Linux
/
System
/
Setup
-
Setup email alerts for PHP errors
-
by
Pierre-Yves Landuré
—
published
Jul 27, 2011
—
last modified
Mar 02, 2018 06:04
Being alerted of PHP errors raising on production sites increase the reactivity in face of problems. This howto offers a solution to implement such alerts.
Located in
Debian GNU/Linux
/
Servers
/
PHP
-
Setup master/slave replication between two MySQL servers
-
by
Pierre-Yves Landuré
—
published
Sep 30, 2013
—
last modified
Nov 11, 2017 09:44
This howto ease the setup of data replication from a MySQL master server to a MySQL slave server.
Located in
Debian GNU/Linux
/
Servers
/
MySQL
-
Setup of a OVH dedicated server
-
by
Pierre-Yves Landuré
—
published
Jun 25, 2012
—
last modified
Jan 31, 2014 06:40
This howto present various enhancements to apply immediately after the activation / installation of a OVH dedicated server.
Located in
Debian GNU/Linux
/
System
/
OVH
-
Setup the contrib and non-free Debian repositories
-
by
Pierre-Yves Landuré
—
published
May 25, 2012
—
last modified
Nov 26, 2016 09:52
The default Debian installation only provide software from the "main" repository. In order to have access to all Debian softwares, contrib and non-free repositories must be configured. This howto describe an automated process to enable the contrib and non-free repositories in Apt.
Located in
Debian GNU/Linux
/
System
/
Software