-
Install Pydio/AjaXplorer web file manager on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 20, 2011
—
last modified
Nov 11, 2017 09:43
Pydio is a web file manager allowing to manage server files through a Web browser. It is light, simple of use, and allow to access the server file system using WebDAV protocol.
Located in
Debian GNU/Linux
/
Web applications
/
Files management
-
BitTorrent download
-
by
Pierre-Yves Landuré
—
published
Aug 13, 2011
—
last modified
Jul 05, 2012 08:13
Web frontends for BitTorrent download tools. This applications are designed to setup a seed-box
Located in
Debian GNU/Linux
/
Web applications
-
Various
-
by
Pierre-Yves Landuré
—
published
Aug 08, 2011
—
last modified
Apr 24, 2015 10:53
Software for archiving, burning, optimization, etc... Anything that does not match the other categories.
Located in
Windows
-
Setup the Debian Backports apt repository
-
by
Pierre-Yves Landuré
—
published
Oct 16, 2012
—
last modified
Oct 01, 2013 11:06
The Debian Backports repositories provide recent versions of fast release software. Maintained by the Debian community, they allow to install recent software without newer dependencies.
Located in
Debian GNU/Linux
/
System
/
Software
-
Install the anonymizing proxy server TOR on Debian
-
by
Pierre-Yves Landuré
—
published
Aug 09, 2011
—
last modified
Mar 02, 2018 08:35
TOR (aka. The Onion Router) is a network of chained and encrypted proxy servers hiding your true identity to the visited web sites at the cost of a slightly slower download speed. Privoxy add a protection layer to TOR. It blocks ads, referrer and add SOCKS protocol compatibility.
Located in
Debian GNU/Linux
/
Servers
/
HTTP
-
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
-
Enhance PHP 5 initial setup on Debian
-
by
Pierre-Yves Landuré
—
published
May 24, 2012
—
last modified
Aug 16, 2018 12:57
The initial PHP 5 setup provided by Debian is just fine. This howto provide adjustments enhancing it.
Located in
Debian GNU/Linux
/
Servers
/
PHP
-
Log PHP errors with Syslog
-
by
Pierre-Yves Landuré
—
published
Apr 26, 2012
—
last modified
Aug 16, 2018 05:46
Function of the server configuration, the PHP messages are not logged to HTTP server error log. In this case, it is necessary to setup PHP to log errors to a dedicated log file, or to Syslog. This howto propose a simple setup to log PHP errors in the file "/var/log/php.log"
Located in
Debian GNU/Linux
/
Servers
/
Syslog
-
Install Apache 2 on Debian
-
by
Pierre-Yves Landuré
—
published
Jul 18, 2011
—
last modified
Mar 02, 2018 08:35
Apache is a commonly used HTTP server. It is known for its modularity and the flexibility of its usages. This guide help you setup Apache 2 on Debian GNU/Linux. It accelerates the creation of basic virtualhosts.
Located in
Debian GNU/Linux
/
Servers
/
Apache 2
-
Get the real IP address of a visitor accessing to a Apache 2 server behind a reverse proxy
-
by
Pierre-Yves Landuré
—
published
Dec 08, 2011
—
last modified
Mar 02, 2018 08:35
Reverse proxy usage has many reasons: cache the served pages (Varnish), set up a load balancing (HAProxy) or serve the content of many servers on only one IP address. The reverse proxy provide the visitor real IP address in the X-Forwarded-For header. This howto provides a method to get the IP address from this header and use it as the client IP address instead of the reverse proxy IP address.
Located in
Debian GNU/Linux
/
Servers
/
Apache 2