Endian IP Blocking Firewall Rule Rumi, March 14, 2019 You can make a general IP ban list. You need to go to Port forwarding / Destination NAT Create a new rule Click on the advanced mode Incoming IP: Type: Zone/VPN/Upllink. Select Uplink main – IP:All known. Incoming service port, Service: Any, Port: Any. In the Translate To section set… Continue Reading
Install LAMP on Centos 7 with PHP 5.x/7.0/7.1/7.2 Rumi, March 10, 2019 In this tutorial, I use the hostname server1.example.com with the IP p 192.168.1.100. These settings might differ for you, so you have to replace them where appropriate. I will add the EPEL repo here to install latest phpMyAdmin as follows: rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY* yum -y install epel-release To edit files… Continue Reading
Endian Community (3.x)- network configuration using CLI- Netwizard Rumi, February 20, 2019 After you login in you Endian Appliance, simply issue the following command: root@endian # netwizard You will be asked a couple of questions. If the network has already been configured, the current values are shown: simply press Enter if you want to keep that value. The snippet below shows some… Continue Reading
Endian Community (2.5.1)- Change the green IP address from console Rumi, February 18, 2019 Management URL: https://192.168.0.15:10443 Green IP: 192.168.0.15/24 —————– 0) Shell 1) Reboot 2) Change Root Password 3) Change Admin Password 4) Restore Factory Defaults Choice: 0[endian]: login root’s password: Welcome to Endian Firewall Appliance release 2.5-0 (Deployset #0) [endian] root: bash Continue Reading
Install Percona XtraDB Cluster for MySQL 5.7 on Debian 8 Rumi, February 18, 2019 First of all, why we choose three nodes and not only two? In any cluster, the number of nodes should be odd, so in the case of disconnection of a node, we assume that the highest group of servers has the fresh data, and should be replicated to the down node… Continue Reading
Configure Apache With Self-Signed TLS/SSL Certificate on Ubuntu 16.04 Rumi, February 10, 2019 Step 1: Generating the certificate First, let’s create a place to store the file. mkdir ~/certificates cd ~/certificates Generate CSR and private key. openssl req -x509 -newkey rsa:4096 -keyout apache.key -out apache.crt -days 365 -nodes It will ask for information for the certificate request. Complete with the appropriate information. Country… Continue Reading
Windows 7/10 auto login and locking tricks Rumi, February 9, 2019 Setup auto-login Open Start menu/Search Search for and open regedit Navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Window NT/CurrentVersion/Winlogon Create or edit DefaultUserName (string) and set it to your username to run plex under Create or edit DefaultPassword (string) and set it to the password for the default user Create or edit AutoAdminLogon (string) and… Continue Reading
Upgrade PHP version to 7.2 from 7.0 on Ubuntu 16.04 Rumi, February 9, 2019 Check your PHP version installed Before we start, we can simply type the following command to check the existing PHP version installed on the server. $ php -v If you installed Ubuntu 16.04 LTS, you will get PHP 7.0.30 installed on your server by running installation script from VestaCP. In… Continue Reading
Install MariaDB on CentOS 7 Rumi, February 9, 2019 MariaDB is an open source relational database management system, backward compatible, binary drop-in replacement of MySQL. It is developed by some of the original developers of the MySQL and by many people in the community. With the release of CentOS 7, MySQL was replaced with MariaDB as the default database… Continue Reading
Install and setup Plex Media Server Ubuntu 16.04 Rumi, January 28, 2019 Plex is a free feature-rich media library platform that provides a way to store all your movies, shows, and other media in one place. You can access Plex from any device, whether you’re at home or on-the-go. There are many different media tools available in the world like, Kodi, Xmbc,… Continue Reading