Skip to content

How to Install ionCube Loader in CentOS 7

  • AppTeam
  • 02/09/2020
  • 02/09/2020
  • 6 min read

ionCube is a commercial software suite consisting of a PHP encoder, package foundry, bundler, a real time site intrusion detection and error reporting application as well as a loader. PHP encoder is an application for PHP software protection: used to secure, encrypt and license PHP source code. ionCube loader is an extension used to load […]

Leggi ancora

How to Install phpBolt Loader in CentOS 7

  • AppTeam
  • 10/05/2020
  • 10/05/2020
  • 5 min read

phpBolt is a free software suite consisting of a PHP encoder, package foundry, bundler, a real time site intrusion detection and error reporting application as well as a loader. PHP encoder is an application for PHP software protection: used to secure, encrypt and license PHP source code. phpBolt loader is an extension used to load […]

Leggi ancora

Sometimes we need to mount the FTP server as a folder on Linux and automatically mount it on reboot. We used this system on a client who needed to back up to an external server. This example is for CentOS 7. # Installing the CurlFtpFS package (need EPEL repo): yum install curlftpfs A few CurlFtpFS […]

Leggi ancora

Setting, Changing and Resetting MySQL Root Passwords

  • AppTeam
  • 10/04/2020
  • 10/04/2020
  • 5 min read

his tutorial explains how you can set, change and reset (if you’ve forgotten the password) MySQL or MariaDB root passwords. Time and again I see problems like mysqladmin:  connect to server at ‘localhost’ failed error: ‘Access denied for user ‘root’@’localhost’ (using password: YES)’. So I thought it’s time to remind you how to solve MySQL […]

Leggi ancora

How to install or upgrade to PHP 7 on CentOS 7 Linux Server

  • AppTeam
  • 07/03/2020
  • 07/03/2020
  • 2 min read

Objective The objective is to install or replace existing PHP 5 with PHP 7 on CentOS 7 Linux server. As you will see, this procedure is fairly simple when using Remi Repository. Requirements Privileged access to your CentOS Linux system either directly as root user or via sudo command is required. Difficulty EASY Conventions # […]

Leggi ancora

Installing ProFTPD Server on RHEL/CentOS 7

  • AppTeam
  • 20/01/2020
  • 20/01/2020
  • 6 min read

This tutorial describes the installation and configuration of ProFTPD on a CentOS 7.2 Server. ProFTPD is an FTP daemon for Unix and Linux operating systems and distributed under the GNU Public License (GPL). 1 Preliminary Note This tutorial is based on a CentOS server, so you should set up a basic CentOS 7.2 server installation […]

Leggi ancora