Skip to main content

Debian

How To Install and Configure DKIM with Postfix on Debian Wheezy
Tutorials Debian DNS Email Security
Introduction> Introduction # The frustration of getting falsely flagged as a spammer is not strange to most of the mail server admins. By excluding the possibility of a compromised server, a false flag is usually caused by one of the following:
How To Install and Use PostgreSQL 9.4 on Debian 8
Tutorials Debian PostgreSQL
Introduction> Introduction # Relational databases are the cornerstone of data organization for a multitude of needs. They power everything from online shopping to rocket launches. A database that is both venerable but very much still in the game is PostgreSQL.
How To Configure a Linux Service to Start Automatically After a Crash or Reboot – Part 1: Practical Examples
Tutorials CentOS Debian Linux Commands System Tools Ubuntu
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction> Introduction # In this two-part tutorial, you will learn how to configure a Linux service to restart automatically after a reboot or crash using systemd.
How To Install and Secure phpMyAdmin on Debian 7
Tutorials Debian PHP
phpMyAdmin> phpMyAdmin # phpMyAdmin is a free web software to work with MySQL on the web. It provides a convenient visual front end to the MySQL capabilities. Setup> Setup # Before working with phpMyAdmin, you need to have LAMP installed on your server.
How To Reset Your MySQL or MariaDB Root Password
Tutorials CentOS Databases Debian MariaDB MySQL Ubuntu Ubuntu 16.04
Introduction> Introduction # Forgetting passwords happens to the best of us. If you forget or lose the root password to your MySQL or MariaDB database, you can still gain access and reset the password if you have access to the server and a sudo-enabled user account.
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Debian
Tutorials Debian
About LAMP> About LAMP # LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP.
How To Set Up Apache Virtual Hosts on Debian 8
Tutorials Apache Debian Deployment DNS
Introduction> Introduction # The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on the internet and is extremely powerful and flexible.
How to Set Up and Configure an OpenVPN Server on Debian 6
Tutorials Debian VPN
Getting Started> Getting Started # You will need to open an SSH connection on your cloud server as the root user or an SSH connection to a user with sudo access.