Dev {Tricks}

  • Home
  • WordPress
  • OJS
  • Oxwall
  • Server and Hosting
You are here: Home / Archives for Server and Hosting / Providers / Bluehost

April 8, 2022 by dev

How to Zip and Unzip Files and Directories in Linux

  • Zip Command
  • How to zip files
  • How to zip directory / directories
  • How to Test if a ZIP File is Valid
  • How to unzip a zip
  • How to unzip a zip to a different directory

zip Command

zip OPTIONS ARCHIVE_NAME FILES

To zip one or more files

zip archive-name.zip filename1 filename2 filename3

Create a zip archive of a directory including the content of sub-directories. The -r option allows to traverse the whole directory structure recursively:

To zip one directory including sub-directories.

zip -r archive-name.zip directory-name

To add multiple files and directories in the same archive

zip -r archive-name.zip directory-name1 directory-name2 file1 file2

How to Test if a ZIP File is Valid

unzip -t archive-name.zip

This is useful if you think the zipped file has been damaged or corrupted.

To extract a zip file in the same directory

unzip archive-name.zip

To extract a zip file to a different directory

unzip -d archive-name.zip /path-to-unzip

The –d switch tells the system to put the unzipped files somewhere else.

To overwrite unzipped files/folders

unzip -o archive-name.zip

 

Filed Under: AWS, Bluehost, CentOS Web Panel, Cloudcone, Contabo, cPanel, Digitalocean, DirectAdmin, HostGator, How to, ISPConfig, Plesk, Server and Hosting, SSH, VPS Management, VPSDime, Webmin Tagged With: cli zip, linux zip command, ssh zip, ssh zip command, unzip, zip, zip cli

February 14, 2022 by dev

Migrate Accounts from CWP to CWP

To perform the migration you must follow a few simple steps:

  1. Generate an API Key on your Source CWP server.
    • CWP Settings >> API Manager
      (You can click on the CWP to CWP button and you will have the necessary options selected.)
  2. For the correct operation of this tool you must open port 2304 in the firewall of Source/Destination server.
    • Security >> CSF Firewall
  3. Open SSH port of the destination server if other than 22 in the firewall.
  4. Whitelist destination IP address.

 

Source server (Old Server)

To create a connection to your remote/source CWP server first you must generate an API Key on your Source CWP server, To create an API key/token, use API Manager (CWP Settings >> API Manager). You can click on the CWP to CWP button and you will have the necessary options selected.

Log in to the CWP panel.

  • First check your SSH port

    • Go to Services config > SSH Configuration
    • Or login to terminal and check
vi /etc/ssh/sshd_config
    • Port 2251
    • By default the port is 22, if you did not change it.
    • Then check and open TCP port. Note that you must have to add the port 2304 additionally for migration to done successfully.
  • Go to Dashboard, then click on Firewall
    • You will find “Opened TCP \ UDP ports” on the right sidebar
    • If it is not listed to TCP IN and TCP OUT
    • Go to Firewall Configuration > Main Configuration on top menu of this page
    • This will open Contents of File: /etc/csf/csf.conf
    • Go to #Allow incoming TCP ports and add your port. In my case Port 2251 and extra port for migration 2304
# Allow incoming TCP ports
TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995,2030,2031,2082,2083,2086,2087,2095,2096,2304,2251"

# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,53,80,110,113,443,2030,2031,2082,2083,2086,2087,2095,2096,587,993,995,2080,2443,2304,2251"
    • Save Changes
    • Go back to dashboard and go to Firewall again to check the port in TCP IN and OUT.
    • If everything ok, restart Firewall from the top of the menu.
  • Go back and add your Destination IP to whitelist.

    • Firewall Whitelist configuration > Add an entry add the Destination IP (New IP) and restart the firewall.
    • Note that if you whitelist IP you need not open port in all cases except Amazon S3, Google Cloud, Microsoft Azure or etc.
  • Now lets setup API connection

    • Go to CWP settings and select the option API Manager.
    • On the right top, you will find the button ‘Allow new API access’.
    • Click on it and you will get a popup window with a bunch of options.
      • Short Name: API Name. bdhostit
      • Ip Origin: Destination server IP that you want to authorize this API.
      • Key code: Click on “Generate” and save it somewhere.
        GaKPCAv3qCGpfTd2fr5IQIaxmxCIZjQJKLGgOsGHHltJa4vmpft180kfIzKfbhpB34B9HA
      • Owner: root
      • Format Request: JSON
        Select the JSON format and enable the function for the cwp to cwp move.
      • You can select CWP to CWP option to enable all functions for CWP to CWP migration.
    • Enable Functions for
      • CWP to CWP
      • WHMCS
      • CLUSTER CWP
      • OR
        You can set permission to the API to do the transfer manually.
    • The necessary functions are
      • Account (add, list)
      • Packages (add, list)
      • MySQL Databases (add, list)
      • MySQL Users (add, list)
      • Change of the password (upd)
      • Cronjobs Users (add, upd ).
      • You can add others as well based on your needs.
  • Now you have to create SSK Key

    • Server Settings > SSH Key Generator and then click on Generate new key
    • Test SSH
ssh root@185.215.164.96 -p 6316
ssh root@38.242.204.74 -p 63160 "whoami"

Destination Server (New server)

Log in to the CWP panel

Click on Firewall and Go to Whitelist configuration > Add an entry add the Source IP (Old IP) and restart the firewall.

Now go to User Accounts > CWP to CWP Migration

 

Filed Under: AWS, Bluehost, CentOS Web Panel, Cloudcone, Contabo, Digitalocean, HostGator, Providers, Security, Server and Hosting, SSH, VPS Management, VPSDime, Web Control Panel

February 5, 2022 by dev

How to Install WordPress through webmin?

How to install WordPress on Webmin – Virtualmin and Usermin

  • Login to your Webmin Account where you want to install WordPress
  • Go to Virtualmin tab
  • Click on “Install Scripts”
  • You will find “WordPress” in the Available Scripts tab. Select it.
  • Click on “Show Install Options”
  • Now select or enter installation directory or sub-directory under public_html.
    • At top level
    • WordPress (directory)
  • Click on “Install now”
  • Confirm and click “Install now”
    • Are you sure you want to install WordPress into the directory /home/username/public_html? 4 files totalling 2.81 MiB already exist, and will be deleted if the script is un-installed.
  • Click on the link
    • WordPress initial installation finished. It can be completed at https://domain.com/wp-admin/install.php.
  • Select Language
  • Provide information needed
    • Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.
  • Click on “Install WordPress”
  • That’s ALL!

 

Filed Under: AWS, Bluehost, Cloudcone, Contabo, Digitalocean, HostGator, Providers, Virtualmin, VPS Management, VPSDime, Web Control Panel, Webmin, Wordpress Tagged With: install wordpress, install wordpress virtualmin, install wordpress webmin, installation, virtualmin, virtualmin wordpress installation, webmin, webmin wordpress installation, wordpress

February 3, 2022 by dev

How to install webmin, usermin, virtualmin

Install your Operating System

List of supported OS:

  • CentOS/RHEL Linux 7, and 8 on x86_64
  • Debian 9, and 10 on i386 and amd64
  • Ubuntu 16.04 LTS, 18.04 LTS, and 20.04 LTS on i386 and amd64

How to install Virtualmin/Webmin control panel in CentOS 7?  

Login to your server as root and follow the steps

  1. Let us update the packages before starting the installation process.
    yum -y update
  2. Download the installer file with the below command for Virtualmin/Webmin control panel on CentOS 7.
    wget http://software.virtualmin.com/gpl/scripts/install.sh
  3. Run the installer now with the below command.
    chmod +x install.sh && ./install.sh
  4. You will be prompted.
    Continue? (y/n)
  5. Write “y” and hit enter. The installation will start and it may take about 10-15 minutes to finish.
    [INFO] Started installation log in /root/virtualmin-install.log
    ▣□□ Phase 1 of 3: Setup
    Downloading RPM-GPG-KEY-virtualmin-6 [ ✔ ]
    Downloading RPM-GPG-KEY-webmin [ ✔ ]
    Installing Virtualmin 6 key [ ✔ ]
    Installing Webmin key [ ✔ ]
    Updating apt metadata [ ✔ ]
    Downloading repository metadata [ ✔ ]
    Enabling universe repositories, if not already available [ ✔ ]
    Disabling cdrom: repositories [ ✔ ]
    Cleaning out old metadata [ ✔ ]
    
    ▣▣□ Phase 2 of 3: Installation
    Installing Webmin [ ✔ ]
    Installing Usermin [ ✔ ]
    Installing fail2ban [ ✔ ]
    Removing nginx (if installed) before LAMP installation. [ ✔ ]
    Removing unneeded packages that could conflict with LAMP stack. [ ✔ ]
    Installing postfix [ ✔ ]
    Installing virtualmin-lamp-stack [ ✔ ]
    Installing Virtualmin and plugins [ ✔ ]
    3 Feb 16:49:24 ntpdate[53399]: adjust time server 91.189.89.199 offset -0.000487 sec
    Installing updates to Virtualmin-related packages [ ✔ ]
    
    ▣▣▣ Phase 3 of 3: Configuration
    [1/23] Configuring AWStats [ ✔ ]
    [2/23] Configuring Apache [ ✔ ]
    [3/23] Configuring Bind [ ✔ ]
    [4/23] Configuring ClamAV [ ✔ ]
    [5/23] Configuring Dovecot [ ✔ ]
    [6/23] Configuring Firewalld [ ✔ ]
    [7/23] Configuring MySQL [ ✔ ]
    [8/23] Configuring NTP [ ✔ ]
    [9/23] Configuring Net [ ✔ ]
    [10/23] Configuring ProFTPd [ ✔ ]
    [11/23] Configuring Procmail [ ✔ ]
    [12/23] Configuring Quotas [ ✔ ]
    [13/23] Configuring SASL [ ✔ ]
    [14/23] Configuring Shells [ ✔ ]
    [15/23] Configuring SpamAssassin [ ✔ ]
    [16/23] Configuring Status [ ✔ ]
    [17/23] Configuring Upgrade [ ✔ ]
    [18/23] Configuring Usermin [ ✔ ]
    [19/23] Configuring Webalizer [ ✔ ]
    [20/23] Configuring Webmin [ ✔ ]
    [21/23] Configuring Fail2banFirewalld [ ✔ ]
    [22/23] Configuring Postfix [ ✔ ]
    [23/23] Configuring Virtualmin [ ✔ ]
    ▣▣▣ Cleaning up
    
    [SUCCESS] Installation Complete!
  6. Now login to your webmin panel at https://serverip:10000 and create new virtual server. You may receive a security warning in your browser on your first visit.
    • You will be prompted for Post-Installation Wizard. Click on the next and select the appropriate setting for your system.
    • Install default virtual server and let’s Encrypt SSL
  7.  Multiple PHP Versions

Filed Under: AWS, Bluehost, Cloudcone, Contabo, Digitalocean, HostGator, Providers, Server and Hosting, Usermin, Virtualmin, VPS Management, VPSDime, Web Control Panel, Webmin Tagged With: cloudmin, usermin, virtualmin, webmin, webmin checklist, webmin checklisty

January 23, 2022 by dev

ISPConfig Installation Checklist on Ubuntu 20.04

Install ISPConfig on Ubuntu 20.04 LTS Focal Fossa

  1. At first, make sure that all your system packages are up-to-date
    sudo apt update
    sudo apt upgrade

    To see upgradable Packages run ‘apt list –upgradable’

    • Configuring openssh-server
      A new version (/tmp/fileKeVqSI) of configuration file /etc/ssh/sshd_config is available, but the version installed currently has been locally modified.
      What do you want to do about modified configuration file sshd_config?
      │ install the package maintainer’s version
      │ keep the local version currently installed
      │ show the differences between the versions
      │ show a side-by-side difference between the versions
      │ show a 3-way difference between available versions
      │ do a 3-way merge between available versions
      │ start a new shell to examine the situation
      <Ok>
      Normally the best thing to do is to keep the currently installed if you’re on a VPS. But, if you didn’t touch the file and you know for sure that nothing will break by updating the defaults, then that’s the best option.
  2. Setup Hostname.
    • Check the hostname in /etc/hosts and change it when necessary:
      vi /etc/hosts

      Add the following line:

      127.0.0.1 localhost.localdomain localhost
      # This line should be changed to the correct servername:
      127.0.1.1 myserver.bdhostit.com myserver
      
      # The following lines are desirable for IPv6 capable hosts
      ::1 localhost ip6-localhost ip6-loopback
      ff02::1 ip6-allnodes
      ff02::2 ip6-allrouters
    • Then, edit the /etc/hostname file:
      vi /etc/hostname

      Add the following line:

      myserver
  3. Reboot
    reboot
  4. Now it’s time to Install ISPConfig 3 on Ubuntu 20.04 Log in again and check if the hostname
    hostname
    hostname -f
    • Download ISPConfig auto-installer
      wget -O - https://get.ispconfig.org | sh -s -- --help

      The installer automatically configures all underlying services, no manual configuration needed.
      When the installer is finished it will show you the ISPConfig admin and MySQL root password like this:

      [INFO] Your ISPConfig admin password is: adminpass
      [INFO] Your MySQL root password is: mysqlpass
    • If you can not get the INFO, you can now run the script with arguments. For example, if you want a normal install with a port range for Passive FTP + unattended-upgrades, run:
      wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades

      Answer “yes” and hit enter. The installer will now start.

      WARNING! This script will reconfigure your complete server!
      It should be run on a freshly installed server and all current configuration that you have done will most likely be lost!

      Final Output

      [INFO] Installation ready.
      [INFO] Your Mailman password is: mailmanpass
      [INFO] Your ISPConfig admin password is: adminpass
      [INFO] Your MySQL root password is: mysqlrootpass
      [INFO] Warning: Please delete the log files in /tmp/ispconfig-ai/var/log/setup-* once you don't need them anymore because they contain your passwords!
    • Write down the password information. Delete the setup log file at /tmp/ispconfig-ai/var/log
      setup-1234567890.log
  5. Now accessing ISPConfig Web Interface with admin password.
    https://myserver.bdhostit.com:8080

    You should change the default password after your first login

  6. Change default SSH Port 22 to your choice
    vi /etc/ssh/sshd_config
  7. Setting up the firewall. Adding SSH port
    • Go to System -> Firewall. Then click “Add new firewall record”
    • You can save the default port.
    • The necessary ports for every service are:
      Web: 20, 21, 22, 80, 443 and 40110:40210 (TCP ports)
      Mail: 25, 110, 143, 465, 587, 993, and 995 (TCP ports)
      DNS: 53 (TCP and UDP)
      Panel: 8080 and 8081 (TCP ports)

Update Instructions

Run this command on the shell of the server as root user:

ispconfig_update.sh

The ISPConfig updater will then check for new releases and guide you through the update process.

Filed Under: AWS, Bluehost, Cloudcone, Contabo, Digitalocean, HostGator, ISPConfig, Providers, Server and Hosting, VPS Management, VPSDime, Web Control Panel Tagged With: ISPConfig, Ubuntu 20.04

  • « Previous Page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next Page »
  • Upwork
  • Freelancer
  • Fiverr
  • Guru

www.ojsexpert.com
www.ojsdev247.com

Recent Posts

  • To get your email for castamodel.com going to the right place, you need to update your DNS settings.
  • Security and WordPress
  • ROR
  • How do we copy google form to google workspace?
  • Install ImageMagick – Almalinux
  • How to remove /public/ from URL in Laravel
  • How to install Maldet alert?
  • How to Install Maldet and Run a Scan | Maldetect
  • Where is Roundcube location on CWP control panel?
  • How To Add Node.js Projects In aaPanel?
  • SPF/DKIM/DMARC Tools
  • Associative arrays – How to loop over Associative arrays
  • Indexed Arrays. How to loop over Indexed Arrays.
  • PHP Break | Continue
  • For Loop | While Loop | Do…While Loop | Foreach Loop
  • Strict mode in PHP
  • PHP Function Return Types
  • PHP Anonymous Functions (or Closures)
  • PHP Variadic Functions
  • PHP nullable type hints

Categories

  • Affiliate Marketing (1)
  • Customization (4)
    • CSS (2)
  • Email Solutions (23)
    • FrontApp (2)
    • Google Spreadsheet (2)
    • Microsoft Outlook (1)
    • PHP Email Form (3)
    • PolyMail (2)
    • Recaptcha (1)
    • Roundcube (4)
    • Thunderbird (3)
    • WebMail (5)
  • Games (1)
  • How to (87)
  • Joomla (6)
    • Akeeba (1)
    • Fix & Tricks (3)
  • jQuery (4)
  • jQuery Plugins (4)
    • BX Slider (1)
    • Slick (1)
  • Laravel (5)
  • Marketplace (5)
  • Miscellaneous (31)
  • MultiSaaS (1)
  • OJS (56)
    • Crossref (1)
    • Help (37)
    • Installation (10)
      • Issues (5)
    • Plugins (8)
    • Scholar Indexing (2)
    • Theme (7)
      • Templates (7)
        • Frontend (6)
        • legacy (1)
    • Theme Customization (10)
    • Theme Development (14)
    • TPL CSS JS (2)
    • Upgrade (11)
  • OSTAD (17)
  • Oxwall (3)
  • Payment Methods (1)
    • Paypal (1)
  • PC Tips and Tricks (14)
    • MS Office (2)
      • PowerPoint (1)
    • Windows (4)
  • PHP Parse error (2)
  • phpBB (2)
  • Server and Hosting (213)
    • Billing and Management (10)
      • Blesta (5)
      • Boxbilling (2)
      • WHMCS (5)
    • Email (10)
      • Postfix (3)
    • Error and Fix (17)
    • FTP (2)
    • Linux Distribusion (28)
      • Almalinux (13)
      • CentOS (17)
      • Debian (21)
      • Ubuntu (19)
    • Mail Server Solusion (7)
      • iRedMain (6)
    • MySQL (12)
    • Providers (69)
      • AWS (37)
      • Bluehost (37)
      • Cloudcone (26)
      • Contabo (40)
      • Digitalocean (68)
      • Hetzner (3)
      • HostGator (36)
      • Hostinger (8)
      • RackNerd (10)
      • VPSDime (38)
    • Security (21)
      • SSH (8)
    • VPS Management (72)
    • Web Control Panel (147)
      • aaPanel (14)
      • CentOS Web Panel (46)
      • cPanel (33)
      • CyberPanel (7)
      • DirectAdmin (96)
        • Find & fix (38)
      • ISPConfig (17)
      • KeyHelp (7)
      • Plesk (26)
      • Webmin (25)
        • Usermin (2)
        • Virtualmin (13)
      • WHM (18)
  • Uncategorized (19)
  • Wordpress (89)
    • Elementor (2)
    • Find and Fix (11)
    • Functions (5)
    • Genesis (9)
    • Glossary (1)
    • How to (22)
    • Neuron TD (15)
      • Console Error (1)
      • functions (5)
        • register_post_type (1)
        • register_sidebar (1)
        • theme_files (1)
        • theme_supports (1)
      • Image Directory (1)
      • Menu (2)
      • Query (4)
    • Plugins (13)
      • Contact Form 7 (5)
      • Duplicator (1)
      • Essential Grid (2)
    • Softaculous (3)
    • Speed and Security (4)
    • Stock Theme Development (6)
      • Header Footer (1)
      • PHP (1)
      • VC (1)
    • Theme Development (2)
      • Issues (1)
      • Menu (1)
    • Timer Theme Development (3)
    • Update (2)
    • Woocommerce (2)
    • WP Basic Guideline (8)

Important DEV links

  • Premium Themes
    • Themeforest
    • Envato Market
  • Built With (What Theme is That?)
    • What WP theme is that
    • Joomla Template Detector
    • Drupal Template Detector
    • Prestashop Template Detector
    • Shopify Theme Detector
    • Squarespace Template Detector
    • OpenCart Detector
    • WordPress.com Theme Detector
  • Domain/IP history checker
    • Who IS request
    • Hosting Info
  • Check DNS Propagation
    • DNS Checker
    • intoDNS
  • What is my IP
    • What is My IP Address
    • What is My IP
    • IP location
    • What is My IP
    • Porkbun
  • SEO Tools
    • Visitor Traffic
    • Broken Link
    • Website Speed Test
      • SEMrush
      • GTmetrix
      • Pingdom
      • PageSpeed Insights
      • DebugBear
      • keyCDN
  • Photo Image
    • Remove Background 50 Free Preview Image 375 × 666 per month
  • Domain Registrars
    • 123-Reg
    • Porkbun
    • Freenom
    • Namecheap NEWCOM598
  • Hosting Providers
    • Bluehost
    • Hostgator
    • Inmotion
  • Hosting Control Panel
    • CWPpro (FREE)
    • DirectAdmin (Trial 60 Days, One account $2/month)
    • ISPConfig (Free)
  • Webmaster Tools
    • Google
    • Bing
    • Yandex
  • Miscellaneous
    • Time Calculator

 

Categories

  • Affiliate Marketing (1)
  • Customization (4)
    • CSS (2)
  • Email Solutions (23)
    • FrontApp (2)
    • Google Spreadsheet (2)
    • Microsoft Outlook (1)
    • PHP Email Form (3)
    • PolyMail (2)
    • Recaptcha (1)
    • Roundcube (4)
    • Thunderbird (3)
    • WebMail (5)
  • Games (1)
  • How to (87)
  • Joomla (6)
    • Akeeba (1)
    • Fix & Tricks (3)
  • jQuery (4)
  • jQuery Plugins (4)
    • BX Slider (1)
    • Slick (1)
  • Laravel (5)
  • Marketplace (5)
  • Miscellaneous (31)
  • MultiSaaS (1)
  • OJS (56)
    • Crossref (1)
    • Help (37)
    • Installation (10)
      • Issues (5)
    • Plugins (8)
    • Scholar Indexing (2)
    • Theme (7)
      • Templates (7)
        • Frontend (6)
        • legacy (1)
    • Theme Customization (10)
    • Theme Development (14)
    • TPL CSS JS (2)
    • Upgrade (11)
  • OSTAD (17)
  • Oxwall (3)
  • Payment Methods (1)
    • Paypal (1)
  • PC Tips and Tricks (14)
    • MS Office (2)
      • PowerPoint (1)
    • Windows (4)
  • PHP Parse error (2)
  • phpBB (2)
  • Server and Hosting (213)
    • Billing and Management (10)
      • Blesta (5)
      • Boxbilling (2)
      • WHMCS (5)
    • Email (10)
      • Postfix (3)
    • Error and Fix (17)
    • FTP (2)
    • Linux Distribusion (28)
      • Almalinux (13)
      • CentOS (17)
      • Debian (21)
      • Ubuntu (19)
    • Mail Server Solusion (7)
      • iRedMain (6)
    • MySQL (12)
    • Providers (69)
      • AWS (37)
      • Bluehost (37)
      • Cloudcone (26)
      • Contabo (40)
      • Digitalocean (68)
      • Hetzner (3)
      • HostGator (36)
      • Hostinger (8)
      • RackNerd (10)
      • VPSDime (38)
    • Security (21)
      • SSH (8)
    • VPS Management (72)
    • Web Control Panel (147)
      • aaPanel (14)
      • CentOS Web Panel (46)
      • cPanel (33)
      • CyberPanel (7)
      • DirectAdmin (96)
        • Find & fix (38)
      • ISPConfig (17)
      • KeyHelp (7)
      • Plesk (26)
      • Webmin (25)
        • Usermin (2)
        • Virtualmin (13)
      • WHM (18)
  • Uncategorized (19)
  • Wordpress (89)
    • Elementor (2)
    • Find and Fix (11)
    • Functions (5)
    • Genesis (9)
    • Glossary (1)
    • How to (22)
    • Neuron TD (15)
      • Console Error (1)
      • functions (5)
        • register_post_type (1)
        • register_sidebar (1)
        • theme_files (1)
        • theme_supports (1)
      • Image Directory (1)
      • Menu (2)
      • Query (4)
    • Plugins (13)
      • Contact Form 7 (5)
      • Duplicator (1)
      • Essential Grid (2)
    • Softaculous (3)
    • Speed and Security (4)
    • Stock Theme Development (6)
      • Header Footer (1)
      • PHP (1)
      • VC (1)
    • Theme Development (2)
      • Issues (1)
      • Menu (1)
    • Timer Theme Development (3)
    • Update (2)
    • Woocommerce (2)
    • WP Basic Guideline (8)
  • Home
  • WordPress
  • OJS
  • Oxwall
  • Server and Hosting

Copyright © 2025 · Executive Pro Theme on Genesis Framework · WordPress · Log in