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.

System

Installation guides for system administration software on Debian GNU/Linux (backup, security, …)

Software

Install biapy-downloader on Debian

biapy-downloader is a script created to automate the downloading of software’s latest versions. It find the URL of the latest version of the software, download its content and, if needed, extract it. This guide describe its installation on Debian. This howto is tested on: Debian 10.0 Buster This howto is Read more…

By Pierre-Yves Landuré, 4 yearsApril 22, 2021 ago
MariaDB // MySQL

Install Tuning Primer on Debian

Tuning Primer is a tool helping to tune the performances of a MariaDB (MySQL) server. This howto is tested on: Debian 10.0 Buster Requirements This howto requires: a MySQL or MariaDB server, as described by Install MariaDB (MySQL) on Debian. Installation Install the software’s requirements: Install the software: Usage Wait Read more…

By Pierre-Yves Landuré, 4 yearsMarch 31, 2021 ago
MariaDB // MySQL

Install MySQLTuner on Debian

This howto is tested on: Debian 10.0 Buster Requirements This howto requires: a MySQL or MariaDB server, as described by Install MariaDB (MySQL) on Debian. the MariaDB sys schema, as described by Install the MariaDB sys schema on Debian. Environment setup Installation Install the software: Performance schema Enable the database Read more…

By Pierre-Yves Landuré, 4 yearsMarch 31, 2021 ago
Backups

Backup MariaDB (MySQL) databases with Backup Manager on Debian

This howto is tested on: Debian 10.0 Buster Requirements This howto requires: a MariaDB (MySQL) server, as described by Install MariaDB (MySQL) on Debian. Backup Manager, as described by Install Backup Manager on Debian. Settings Initialize the settings associative array: Set the name of the MySQL account to be created Read more…

By Pierre-Yves Landuré, 4 yearsMarch 31, 2021 ago
Archives
Backups

Export Backup Manager archives via SFTP

Backup Manager store its backups archives on the local disk. To prevent data loss in case of hardware failure, it is recommended to create a backup copy of the archives on a remote host. This post describe how to setup Backup Manager to copy its archives to a remote host Read more…

By Pierre-Yves Landuré, 4 yearsMarch 30, 2021 ago
Security

Setup a SFTP server on Debian

SFTP is a protocol allowing for secure file transfers over SSH. This guide describe how to setup SFTP only accounts on a SSH server.

By Pierre-Yves Landuré, 4 yearsMarch 30, 2021 ago
Backup & Restore
Backups

Manage backups with bu-tools

bu-tools is a shell script easing the management of backup software such as Backup Manager. It offer a standardized method to manage the list of backed-up paths. This howto is tested on: Debian 10.0 Buster Requirements This howto recommends: biapy-updater, for automatic software updates. This howto recommends one of these Read more…

By Pierre-Yves Landuré, 4 yearsMarch 28, 2021 ago
Tape backup library
Backups

Install Backup Manager on Debian

Backup Manager is a comprehensive backup tool providing a host of data backup methods. While too simple to manage a server farm, it is perfectly able to backup a lone server. This howto is tested on: Debian 10.0 Buster Settings Initialize the settings associative array: Set the group owning the Read more…

By Pierre-Yves Landuré, 4 yearsMarch 28, 2021 ago
Security

Install Rootkit Hunter (rkhunter) on Debian

Rootkit Hunter is, as its name describe, a rootkits detection tool. It can detect if a system has been compromised. It is a required tool for checking a system health. This guide describe how to configure rkhunter on Debian.

By Pierre-Yves Landuré, 5 yearsApril 6, 2020 ago
Security

Block DFind vulnerability scanner using IPtables

DFind is the vulnerability scanner generating the “w00tw00t.at.ISC.SANS.DFind” HTTP requests found in Web servers logs. This guide setup some iptables rules blocking these requests. A better method is to use fail2ban to block the sources of these requests.

By Pierre-Yves Landuré, 5 yearsApril 4, 2020 ago
Security

Set access restrictions on a network port with iptables on Debian

This post describe a simple way to block all access to a network port on Debian, except for specified IP addresses.

By Pierre-Yves Landuré, 5 yearsApril 4, 2020 ago
Security

Install PeerGuardian Peer to Peer firewall on Debian

PeerGuardian is a firewall for Peer to Peer software (i.e. BitTorrent) blocking bad peers.

By Pierre-Yves Landuré, 5 yearsApril 4, 2020 ago
Security

Secure /tmp folder on Debian

The /tmp folder can be used to compromise the system security. A simple way to prevent this issue is to prevent the execution of scripts stored in this path. This guide describe how to do this.

By Pierre-Yves Landuré, 5 yearsApril 4, 2020 ago
Software

Install sf-downloader on Debian

sf-downloader is a script created to ease the download of software’s latest versions (from sourceforge.net initially). It find the correct download link for the software, and then download it and, if needed, extract it. This guide describe its installation on Debian.

By Pierre-Yves Landuré, 5 yearsApril 1, 2020 ago
Software

Install biapy-updater on Debian

biapy-updater is a Bash script designed to automate keep up-to-date tools provided by this site. It is a wrapper around wget to only replace the checked tool if a newest version is available. This guide describe how to install it on Debian.

By Pierre-Yves Landuré, 5 yearsApril 1, 2020 ago
Setup

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.

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

Posts pagination

1 2 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