Fix the network interface disappearance issue on Debian
After a hardware change (either network interface or motherboard), the network interfaces can be missing. This guide describe how to fix this issue.
After a hardware change (either network interface or motherboard), the network interfaces can be missing. This guide describe how to fix this issue.
Liquid Prompt is an adaptive prompt for Bash and Zsh. This guide ease its installation on Debian.
This howto describes how to reinitialize the state of a USB device without unplugging it. It does not work for USB devices not listed by “lsusb” command.
In some cases, i can be needed to reset a PCI device without restarting the system. This guide describe how to reset a PCI device from command line.
By default, Ext 3 & 4 filesystems reserve 5% of available disk space for special processes (root user, syslog, fragmentation avoidance, etc.). On big partitions, it amount to quite a lot of lost space. This howto describe how to get back this disk space.
For system administrator frequently cloning Debian GNU/Linux virtual hosts, this guide ease the modification of the system hostname.
By default, a SSH session close in case of network disconnection, killing automatically any and all software currently running. This guide use the “byobu” software render SSH sessions persistent during disconnections.
NTP (acronym of Network Time Protocol) is a communication protocol conceived to synchronize computer clocks worldwide to the International Atomic Time (TAI).
Vim (for Vi Improved) is a screen-oriented text editor originally created for the Unix operating system. This guide install some helpful plugins for PHP development.
Vim (for Vi Improved) is a screen-oriented text editor originally created for the Unix operating system. This guide install a configured Vim as the default system editor.
By default, system emails are sent to the local root account. These emails can provide alerts and tips on the system health. This guide help you setup a redirection to an external email address (sysadmin’s one) for these emails.
The Debian security team provides regular security fixes in a dedicated software repository. It is enabled by default. This guide move the security repository configuration from APT main repository configuration to a satellite file.
COPS is a Web application allowing the publishing of a Calibre e-books library as a OPDS catalog (Open Publication Distribution System). It allow to easily download e-books from a Calibre library on a e-reader supporting the OPDS format.
Seafile is a self-hosted alternative to Dropbox. This guide describe how to install the Seafile command-line client as a service on Debian.
Being notified quickly of errors triggered on a server allow for a quick resolution of problems on a production site. This guide set up a e-mail notification of PHP errors.
PHP messages are often stored in the HTTP server logs. It is easier to watch for security issues when PHP errors are sent to a central location. This guide use syslog to store PHP messages in “/var/log/php.log”.
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. This guide describe its installation on Debian.
APCu is a user data cache extension for PHP. It is used by many PHP applications to improve their performances.
Debian’s initial PHP configuration is a very good start. This guide provides adjustments improving upon it.
Memory limit, upload file size, quotes management, etc. are all PHP configuration options which change is required by various Web applications during their installation. This howto provides a command-line tool to automate the edition of PHP global settings.
PHP-FPM is an greatly enhanced FastCGI mechanism for PHP. It greatly raise the performances of PHP sites. This howto help you to setup this software on Debian.
Apache 2 is a robust server with many features. This guide tightens the security of an Apache 2 server by applying basic settings.
a2tools is a command-line tool easing and automating the daily administration of a Apache 2 server on Debian. This howto describe its installation and usage.
Apache is one of the most used HTTP server worldwide. It is known for is configurability and modularity. a very popular HTTP server. This guide helps you deploy an Apache 2 HTTP server on Debian GNU / Linux.
Calibre is an e-book library manager. One of its notable features is the conversion between various e-book formats. Its fast development cycle prevent the use of apt repositories to install it. This guide describes how to install Calibre and set up a auto-update cron task.