Posts

Showing posts from February, 2022

Featured post

Learn Basics of Computer

What is Computer ? Computer is an electronic data processing machine which accepts input data from the user, stores the input data in its memory, processes the input data according to given instructions and finally gives us the desired output. What are Data ? Data are the raw facts and figures in the form of bits and bytes. What is information ? Information is processed data. Components of Computer Computer has two components. Such as: Hardware Software What is Hardware ? All the parts of computer that we can see and touch are known as hardware. Example - Keyboard, Mouse, Monitor, etc. What is Software ? A set of statements written in a programming language is known as a instruction. A set of instructions is known as a program. A set of programs is known as a software. Example - Microsoft Windows, Adobe Photoshop, Typing Master, etc. Classification of Computers Computers can be classified into three categories. Those are: According to type of dat...

How to Install cPanel & WHM on CentOS/RHEL & CloudLinux

WHM/cPanel  is the most popular web hosting control panel for Linux operating systems. Using WHM/cPanel we can easily manage our web hosting environment without having more technical skills. If you have basic knowledge of hosting with networking you can manage any web hosting server using WHM/cPanel. WHM/cPanel is basically divided into two parts WHM and cPanel. WHM section is used for managing your system, hosting accounts and maintenance of system where cPanel is known as single hosting account. This article will help you to install cPanel and WHM on CentOS/RHEL and CloudLinux operating systems. 1. Minimum System Requirements Before installing cPanel and WHM on your system make sure to fulfill following requirements Minimum of 1GB RAM 20 GB Harddisk Perl must be installed CentOS 7/6/5 or RHEL 6/5 or CloudLinux 6/5 For more details visit WHM/cPanel system requirements url. 2. Setup Proper Hostname Before installing WHM/cPanel on your system, make sure to set a proper f...

How to Install CloudLinux 7.9 [Complete Guide]

CloudLinux is the optimized version of CentOS for Webhosting. If you have web hosting and you have got many hosting accounts on a server, CloudLinux is the best operating system that you can use to manage your accounts. As you know, it is not possible to supply the security of each account on a server unless they are all yours. if they are not, each of them can easily become infected for any reason and infect others. Also if some of them have over usage, your server will face different issues and one of them is slowness. The slowness of the whole server will slow down all of the websites and it will make your clients angry and unhappy. To prevent this, CloudLinux provides features such as LVE manager and CageFS to provide dedicated resources to each account and to keep each account in a cage to avoid infecting other accounts. If you have CentOS installed, it is not necessary to uninstall it and install CloudLinux from zero. You can easily convert CentOS to CloudLinux but in this tutori...

Tutorial Install CloudLinux On Cpanel/WHM

As an administrator, you may face some issues such as sudden resource usage spikes, increases in traffic, and hacker attacks. All these problems inflictions costs on your business. Also, it costs money, time, and customer trust. So, you can choose the solution of changing the underlying OS to eliminate those costs. While you care about stability, security, and churns in web hosting, CloudLinux will be your choice. CloudLinux has been optimized for shared hosting. It will make sense to you because using CloudLinux provides you higher uptime, significant improvement in density. This article will present you with the  Tutorial Install CloudLinux On Cpanel/WHM . Do not miss new 2021 offers and discounts on Eldernode to buy your own Linux VPS. Table of Contents How to Install CloudLinux On Cpanel/WHM Results of CloudLinux and Cpanel integration Install CloudLinux On Cpanel/WHM Installation Notes Conclusion How to Install CloudLinux On Cpanel/WHM Join us with this guide a...

How to Install CloudLinux OS on CentOS Server with cPanel

In this tutorial, we can check how to install CloudLinux OS on CentOS Server with cPanel. CloudLinux CloudLinux was released to the market in 2010. Today, it is a must-have for any web host who cares about stability, security, and churn. It is used by more than 2,000 hosting companies on 20,000+ servers. It was specifically optimized for shared hosting as it isolates each customer into a separate “Lightweight Virtualized Environment” (LVE).  Web hosts that use CloudLinux report higher uptime, significant improvements in density, decrease in number of reboots, and decrease in number of account suspension they have to perform. It has also produced a significant decrease in churn for a number of customers. The software is specially designed and built for cPanel servers.   Converting to CloudLinux It is easy to switch server from CentOS 5.x, 6.x or 7.x to CloudLinux as it is interchangeable with CentOS. The CloudLinux OS installation process takes a few minutes and replaces a handful of RP...

When To Use Cloudlinux On Your Virtual Private Server (VPS)

If you’re using your VPS hosting package to resell web hosting, then you probably want to look into using Cloudlinux. Cloudlinux allows you the ability to set cPanel specific limits where you can define a set amount of member, I/O usage, Inodes (files), etc. protecting the entire machine from becoming overloaded. Back in the “old days” when one customer started using too many resources, entire servers would become sluggish creating a bad experience for everyone.  This also created the need for a number of reboot requests, crushing uptime. We use Cloudlinux on both our Shared and Reseller hosting packages and publish our cPanel specific limits so our customers know exactly what to expect.  If a customer needs more resources, we recommend upgrading to our  Basic Business package or to a VPS. PHP Selector Another tremendous benefit to using Cloudlinux is their PHP selector that displays inside each cPanel account.  This allows your web hosting customers the ability to set their own versio...

What are the best ways to learn Apache Spark?

If you ask any industry expert what language should you learn for Big Data? You will get an obvious reply to learn Apache Spark. Apache Spark is widely considered as the future of the Big Data industry. Since Apache Spark has stepped into Big data market, it has gained a lot of recognition for itself. Today, most of the cutting-edge companies like Apple, Facebook, Netflix, and Uber, etc. have deployed Spark at massive scale. In this blog post, we will understand why one should learn Apache Spark? And several ways to learn it. Apache Spark is a powerful open-source framework for the processing of large datasets .  It is the most successful projects in the Apache software foundation. Apache Spark basically designed for fast computation, also which runs faster than Hadoop. Apache Spark can collectively process huge amount of data present in clusters over multiple nodes. The main feature of Apache Spark is its in-memory cluster computing that increases the processing speed of an applicatio...

Start / Stop and Restart Apache 2 Web Server Command

Image
H ow do I restart an Apache 2 Web Server under a Debian / Ubuntu / CentOS / RHEL / Fedora Linux or UNIX-like operating systems? Can you tell me command to start or stop Apache 2 web server running on Linux? Tutorial details Difficulty level Easy Root privileges Yes Requirements Apache 2 on Linux / Unix Est. reading time 4 mintues Apache is primarily used to serve both static content and dynamic Web pages on the World Wide Web. Many web applications are designed expecting the environment and features that Apache provides. Apache can be started or restarted using any one of the following methods on Linux or Unix-like systems. First, login to your web-server using ssh client, if server is not in your local data center: ssh root@your-server-com  #Linode box ssh ec2-user@aws-ip-here  # AWS ssh vivek@192.168.2.100  # My home dev server Once logged in type the following commands as per your Linux or Unix variant. Debian/Ubuntu Linux Specific Commands to Start/Stop/Restart Apache You can eithe...

How To Install the Apache Web Server on Ubuntu 18.04

Introduction The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, robust media support, and extensive integration with other popular software. In this guide, you will learn how to install an Apache web server on your Ubuntu 18.04 server. This guide also outlines information about important Apache files and directories. Prerequisites Before you begin this guide, you should have a regular, non-root user with sudo privileges configured on your server. Additionally, you will need to enable a basic firewall to block non-essential ports. You can learn how to configure a regular user account and set up a firewall for your server by following our initial server setup guide for Ubuntu 18.04. When you have an account created, log in as your non-root user to begin. Step 1 — Installing Apache Apache is available within Ubuntu’s default software repositories, making it possible to install it using conventi...

Apache Tutorials for Beginners

What is Apache? Apache is a remarkable piece of application software. It is the most widely used Web Server application in the world with more than 50% share in the commercial web server market. Apache is the most widely used Web Server application in Unix-like operating systems but can be used on almost all platforms such as Windows, OS X, OS/2, etc. The word, Apache, has been taken from the name of the Native American tribe ‘ Apache’ , famous for its skills in warfare and strategy making. It is a modular, process-based web server application that creates a new thread with each simultaneous connection. It supports a number of features; many of them are compiled as separate modules and extend its core functionality, and can provide everything from server side programming language support to authentication mechanism. Virtual hosting is one such feature that allows a single Apache Web Server to serve a number of different websites. How to install Apache There are numerous ways of install...

CakePHP 4.x CMS Tutorial - Authorization

Page Contents CMS Tutorial - Authorization Installing Authorization Plugin Enabling the Authorization Plugin Creating our First Policy Checking Authorization in the ArticlesController Fixing the Add & Edit Actions Wrapping Up CMS Tutorial - Authorization With users now able to login to our CMS, we want to apply authorization rules to ensure that each user only edits the posts they own. We’ll use the authorization plugin to do this. Installing Authorization Plugin Use composer to install the Auhorization Plugin: composer require "cakephp/authorization:^2.0" Load the plugin by adding the following statement to the  bootstrap()  method in  src/Application.php : $this -> addPlugin ( 'Authorization' ); Enabling the Authorization Plugin The Authorization plugin integrates into your application as a middleware layer and optionally a component to make checking authorization easier. First, lets apply the middleware. In  src/Application.php  a...