Biapy Help Desk
  • Debian GNU/Linux
    • System Installation guides for system administration software on Debian GNU/Linux (backup, security, …)
      • SetupSetting up a new Debian GNU/Linux system.
      • SecuritySecurity enhancing software for Debian GNU/Linux.
      • SoftwareVarious command line software for Debian GNU/Linux.
      • XenHowtos about the Xen virtualization solution.
      • OVHHowtos about OVH dedicated server hosting solutions.
    • Servers Servers installation guides (HTTP, Email, Jabber, …).
      • Apache 2Apache 2 installation and configuration howtos for Debian.
      • HTTPHTTP servers installation guides for Debian GNU/Linux.
      • PHPHowtos helping to setup a PHP server.
      • MariaDB // MySQLHowtos helping to setup a MariaDB // MySQL server on Debian GNU/Linux
      • DatabasesDatabases servers installation guides for Debian GNU/Linux.
      • E-MailsE-Mails servers installation guides for Debian GNU/Linux. IMAP, SMTP, …
      • SyslogHowtos to setup Rsyslog and Syslog-NG system events logs management softwares.
      • MiscellaneousVarious servers installation guides for Debian GNU/Linux.
    • Web applications Installation guides of Web applications (Drupal, Wordpress, Tiny Tiny RSS, Piwik, …).
      • AdministrationWeb applications easing system administration.
      • BitTorrentWeb frontends for BitTorrent download tools. This applications are designed to setup a seed-box.
      • Bookmarks managementInstallation guides for bookmarks management web applications.
      • Content syndication // RSSHow to install content syndication Web tools. This include RSS feed readers and planets.
      • Files managementHow to install files management Web tools.
      • MiscellaneousInstallation guides for web applications that fits in none of the other categories.
      • MonitoringTools for monitoring servers state.
      • StatisticsHow to install statistics related web tools.
  • Ubuntu GNU/Linux
    • SoftwareHowtos helping installing third party software on Ubuntu GNU/Linux
    • SystemHowtos for setting up problematic hardware on Ubuntu GNU/Linux.

Debian GNU/Linux

Installation guides for Debian GNU / Linux.

Setup

Install Liquid Prompt sur Debian

Liquid Prompt is an adaptive prompt for Bash and Zsh. This guide ease its installation on Debian.

By Pierre-Yves Landuré, 5 yearsMarch 31, 2020 ago
Setup

Reset a USB device 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.

By Pierre-Yves Landuré, 5 yearsMarch 31, 2020 ago
Setup

Reset a PCI device on Debian

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 Pierre-Yves Landuré, 5 yearsMarch 30, 2020 ago
Setup

Maximize available disk space on Ext 3 & 4 filesystems

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.

By Pierre-Yves Landuré, 5 yearsMarch 30, 2020 ago
Setup

Change the hostname of a Debian GNU/Linux system

For system administrator frequently cloning Debian GNU/Linux virtual hosts, this guide ease the modification of the system hostname.

By Pierre-Yves Landuré, 5 yearsMarch 29, 2020 ago
Setup

Setup SSH sessions to be persistent between connections on Debian

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.

By Pierre-Yves Landuré, 5 yearsMarch 29, 2020 ago
Setup

Synchronize system clock to International Atomic Time on Debian

NTP (acronym of Network Time Protocol) is a communication protocol conceived to synchronize computer clocks worldwide to the International Atomic Time (TAI).

By Pierre-Yves Landuré, 5 yearsMarch 28, 2020 ago
Software

Install Vim on Debian

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 Pierre-Yves Landuré, 5 yearsMarch 27, 2020 ago
Setup

Redirect system emails to an external email address

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.

By Pierre-Yves Landuré, 5 yearsMarch 27, 2020 ago
Software

Setup Debian’s security repository

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.

By Pierre-Yves Landuré, 5 yearsMarch 27, 2020 ago
Web applications

Install Calibre OPDS PHP Server (COPS) on Debian

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.

By Pierre-Yves Landuré, 5 yearsMarch 26, 2020 ago
Seafile
Software

Install Seafile client on Debian

Seafile is a self-hosted alternative to Dropbox. This guide describe how to install the Seafile command-line client as a service on Debian.

By Pierre-Yves Landuré, 5 yearsMarch 26, 2020 ago
PHP

Send an email notification on PHP errors

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.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
PHP

Log PHP messages with syslog

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”.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
PHP

Install PHP extension OPCache on Debian

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.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
PHP

Install PHP extension APCu on Debian

APCu is a user data cache extension for PHP. It is used by many PHP applications to improve their performances.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
PHP

Improve PHP initial configuration on Debian

Debian’s initial PHP configuration is a very good start. This guide provides adjustments improving upon it.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
PHP

Ease PHP configuration with php-tools

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.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
PHP

Install PHP-FPM on Debian

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.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
Apache 2

Tighten Apache 2 security 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.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
Gears
Apache 2

Ease Apache 2 server administration with a2tools

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.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
Apache 2

Install Apache 2 on Debian

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.

By Pierre-Yves Landuré, 5 yearsMarch 25, 2020 ago
Software

Setup the contrib and non-free Debian repositories

The default Debian installation only provide software from the “main” repository. In order to have access to all Debian software, contrib and non-free repositories must be configured. This howto describe an automated process to enable the contrib and non-free repositories in Apt.

By Pierre-Yves Landuré, 5 yearsMarch 21, 2020 ago
Software

Setup the Debian-Updates repository (ex volatile)

The Debian-Updates repositories provides fresher versions of packages available in mainstream Debian, one of which is the well-known ClamAV. This howto describe an automated process to enable these repositories in Apt.

By Pierre-Yves Landuré, 5 yearsMarch 21, 2020 ago
HTTP

Create a SSL / TLS certificate on Debian

Creating a SSL certificate is a unavoidable step of the setup of a encrypted connexion (HTTP, IMAP, FTP, etc.). This guide describe how to generate a valid SSL / TLS certificate.

By Pierre-Yves Landuré, 5 yearsMarch 21, 2020 ago

Posts pagination

Previous 1 2 3 Next
Recent Posts
  • Install Shaarli link sharing service on Debian
  • Install biapy-downloader on Debian
  • Ease MySQL / MariaDB server administration with mysql-tools
  • Enable MariaDB (MySQL) binary log on Debian
  • Adjust filesystem options for MariaDB (MySQL)
Recent Comments
  • Pierre-Yves Landuré on Reset a USB device on Debian
  • Marc Ballat on Reset a USB device on Debian
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

  • Howtos for Debian & Ubuntu GNU/Linux
  • Latest posts
Hestia | Developed by ThemeIsle
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT