Dev {Tricks}


  • Home
  • WordPress
  • OJS
  • Oxwall
  • Server and Hosting
You are here: Home / Home

November 16, 2019 by dev Leave a Comment

How to install Softaculous with lifetime free license?

Free License are license(s) issued for free. The features of a Free are as following: One License per server Free Softaculous Upgrades Free Scripts Upgrades Support related to Softaculous via the Support Forums 59 scripts are included No renewal is required. It can be upgraded to Premium License anytime Login to your server and follow…

Read More

Filed Under: Digitalocean, DirectAdmin, Server and Hosting, VPS Management

November 16, 2019 by dev Leave a Comment

DirectAdmin default domain path directory

Following is the default path for DirectAdmin domain. /home/(user)/domains/(domain)/public_html/ Note: Replace (user) with DirectAdmin username and (domain) with the domain name. For example, /home/admin/domains/myblog.com/public_html/ Here, user = admin, domain = myblog.com  

Read More

Filed Under: DirectAdmin

November 15, 2019 by dev Leave a Comment

Letting Users select between multiple different php versions

You must be using the latest version of CustomBuild 2.0. The first php version will be the default, and will run all webapps. Everything else is optional. Users can select between versions on their “Domain Setup” page in DirectAdmin. Sample install of multiple php versions:

1
2
3
4
5
6
7
8
9
10
11
12
cd /usr/local/directadmin/custombuild
./build update
./build set php1_release 7.1
./build set php2_release 5.6
./build set php3_release 7.0
./build set php4_release 7.3
./build set php1_mode php-fpm
./build set php2_mode php-fpm
./build set php3_mode php-fpm
./build set php4_mode php-fpm
./build php n
./build rewrite_confs

 

Read More

Filed Under: DirectAdmin, Server and Hosting, VPS Management

November 15, 2019 by dev Leave a Comment

How to install and enable SpamAssassin to VPS ?

To enable SpamAssassin on VPS, we need to install it first. Before installing SpamAssassin, ensure have the perl/cpan requirements. Install the following required modules

1
2
3
cpan -i Archive::Tar Digest::SHA Net::DNS Net::DNS::Resolver::Programmable Mail::SPF Geo::IP Net::CIDR::Lite IO::Socket::IP \
IP::Country Net::Ident Net::Patricia IO::Socket::INET6 Compress::Zlib Mail::DKIM LWP::UserAgent HTTP::Date Encode::Detect ExtUtils::MakeMaker \
NetAddr::IP Mail::SpamAssassin::Plugin::Razor2 Razor2::Client::Agent IO::Socket::SSL DBI Sys::Syslog DBD::File

Use CustomBuild to install SpamAssassin:

1
2
3
cd /usr/local/directadmin/custombuild
./build set spamd spamassassin
./build spamassassin

Once setup, and exim is restarted, spamd should be running, confirm with:

1
ps ax |grep spamd

SpamAssassin is setup and running! https://help.directadmin.com/item.php?id=36  

Read More

Filed Under: DirectAdmin, Server and Hosting, VPS Management Tagged With: SpamAssassin

November 15, 2019 by dev Leave a Comment

How to increase Maximum File Upload Limit in DirectAdmin?

Default file upload limit is 10 MB in DirectAdmin. It can be easily increased as required as follows: Go to “Server Manager” Click on “Server Settings” tab Enter your desired limit in “Max Request / Upload Size” Save it.  

Read More

Filed Under: DirectAdmin

November 15, 2019 by dev Leave a Comment

DirectAdmin Server Management

Account Manager   Server Manager   Admin Tools   System Info & Files   Extra Features   Support & Help    

Read More

Filed Under: DirectAdmin, Server and Hosting Tagged With: DirectAdmin, server management

November 15, 2019 by dev Leave a Comment

How to connect VPS using PuTTY

Follow this steps: Download PuTTY and install it. PuTTY download page. If you want to use PuTTY in windows, download “Windows Installer” Open PuTTY In PuTTY session enter your Host Name or IP address with port 22 Confirm connection type SSH You may save your settings in”Saved Session” with unique name (for example myVPS) Then…

Read More

Filed Under: Server and Hosting, VPS Management Tagged With: easy putty installation, how to login vps, how to putty, manage vps with putty, putty, putty configuration, putty installation, putty ssh, putty vps, vps login with putty, vps putty

November 12, 2019 by dev Leave a Comment

How to publish journal issue with articles with/without abstract?

Publishing a journal issue with or without abstract of articles. Create future issue Create Journal Sections For non-abstract articles Put Section title, Abbreviation Review Form: None Indexing: Do not require abstracts For articles with abstract Put Section title, Abbreviation Review Form: None (or as required) Restrictions: Items can only be submitted by Editors and Section…

Read More

Filed Under: Help, OJS

November 10, 2019 by dev Leave a Comment

DirectAdmin installation requirements

Operating system Supported operating systems of DirectAdmin are as follows: CloudLinux 6.x 32/64-bit, 7.x 64-bit (recommended) RedHat Enterprise / CentOS 6.x 32/64-bit, 7.x 64-bit, 8.x 64-bit Debian 8.x 64-bit, , 9.x 64-bit, 10.x 64-bit (click for Ubuntu) FreeBSD 11.x 64-bit, 12.x 64-bit Hardware Processor: At least 500 Mhz (recommended) RAM: Minimum 1 GB (2+ GB…

Read More

Filed Under: DirectAdmin, Server and Hosting Tagged With: DirectAdmin

November 10, 2019 by dev Leave a Comment

How to install and setup DirectAdmin on CentOS 8 VPS.

DirectAdmin is one of the best alternatives of cPanel control panel due to its user friendly interface. This article will show you how to install DirectAdmin on CentOS VPS. Please check DirectAdmin installation requirements first. Easy steps of DirectAdmin (DA) installation for success are as follows: Make sure your domain is running with the IP…

Read More

Filed Under: DirectAdmin, How to, Server and Hosting Tagged With: directacdmin installation, DirectAdmin, enable selinux, selinux

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 12
  • Next Page »

Recent Posts

  • How to create One-Click login to RoundCube and phpMyAdmin ?
  • How to add Swap file on CentOS 8?
  • Start / Stop / Restart Berkeley Internet Name Daemon (BIND) DNS Server
  • ConfigServer Security & Firewall, CSF basic commands, advanced configurations and settings
  • How to install VNC in CentOS 8 ?
  • Centos 8 with DirectAdmin installation checklist
  • How to move domain between DirectAdmin user accounts ?
  • How to enable and disable to a website with IP address | DirectAdmin
  • Securing DirectAdmin VPS
  • How to install ioncube in PHP 7 ?
  • How to install Softaculous with lifetime free license?
  • DirectAdmin default domain path directory
  • Letting Users select between multiple different php versions
  • How to install and enable SpamAssassin to VPS ?
  • How to increase Maximum File Upload Limit in DirectAdmin?
  • DirectAdmin Server Management
  • How to connect VPS using PuTTY
  • How to publish journal issue with articles with/without abstract?
  • DirectAdmin installation requirements
  • How to install and setup DirectAdmin on CentOS 8 VPS.

Recent Comments

  • bukujudi.wordpress.com on How to Remove ‘Powered by Oxwall Community Software” from footer?
  • xe nâng tay cao on Upwork Video Verification – Questions and Answers
  • Bandar Taruhan on How to Remove ‘Powered by Oxwall Community Software” from footer?
  • Nonton Online on How to Remove ‘Powered by Oxwall Community Software” from footer?
  • Brands4friendsgutschein on How to Remove ‘Powered by Oxwall Community Software” from footer?

Archives

  • December 2019 (1)
  • November 2019 (20)
  • October 2019 (3)
  • September 2019 (2)
  • August 2019 (10)
  • July 2019 (4)
  • June 2019 (10)
  • May 2019 (7)
  • April 2019 (5)
  • March 2019 (4)
  • February 2019 (1)
  • December 2018 (5)
  • November 2018 (1)
  • October 2018 (1)
  • August 2018 (1)
  • July 2018 (23)
  • June 2018 (7)
  • April 2018 (1)
  • March 2018 (13)

Categories

  • Email Solutions (5)
    • Google Spreadsheet (2)
    • PHP Email Form (1)
    • Recaptcha (1)
    • Thunderbird (1)
  • FrontApp (1)
  • How to (13)
  • jQuery Plugins (2)
    • BX Slider (1)
  • Marketplace (3)
  • Miscellaneous (4)
  • MS Office (1)
    • PowerPoint (1)
  • 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)
  • OJS (10)
    • Help (1)
    • Installation (1)
      • Issues (1)
    • Theme (1)
    • Theme Development (2)
    • TPL CSS JS (1)
    • Upgrade (4)
  • Oxwall (2)
  • Payment Methods (1)
    • Paypal (1)
  • PolyMail (1)
  • Server and Hosting (28)
    • Boxbilling (1)
    • Digitalocean (8)
    • DirectAdmin (18)
    • Security (5)
    • VPS Management (14)
    • WHMCS (4)
  • Uncategorized (6)
  • Wordpress (40)
    • Functions (2)
    • Genesis (6)
    • Glossary (1)
    • How to (3)
    • Plugins (6)
      • Contact Form 7 (3)
      • Essential Grid (2)
    • Speed and Security (4)
    • Stock Theme Development (6)
      • Header Footer (1)
      • PHP (1)
      • VC (1)
    • Theme Development (1)
      • Menu (1)
    • Timer Theme Development (3)
    • Update (1)
    • WP Basic Guideline (6)
  • Home
  • WordPress
  • OJS
  • Oxwall
  • Server and Hosting

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