PHP intermediate essential guide- PHP Challenge users visit Count-
In this blog, I am going to explain Php Challenge users Visits Count. First I am going to create a “.php” file. Within this challenge what we want to do…
Read more »PHP intermediate essential guide- PHP Challenge users visits
In this blog, I am going to explain PHP Challenge users Visits. First I am going to create a “.php” file after that create two variable like $users & $visittime…
Read more »PHP intermediate essential guide- PHP using sessions
In this blog, I am going to how to use a session in PHP? So, first Now there’s also another way to store and retrieve the values on the multiple…
Read more »PHP intermediate essential guide- PHP setting cookies
In this blog, I am going to What is Php Cookies & How to use Cookies in PHP. PHP cookies are the same in all languages but the different types…
Read more »PHP 7 Essential Guide – PHP switch statement
In this blog I am going to explain PHP 7 Essential Guide – PHP switch statement. Switch statement is opposite to if elseif else statement which does almost the same…
Read more »PHP 7 Essential Guide- PHP adding to an array-
In this blog I am going to explain that how to adding array in PHP. So, as stated in the PHP documentation, if you’r only pushing a single element every…
Read more »
AngularJS Tutorial for Beginners
AngularJS is a JavaScript Framework. It can be added an HTML Page with a <Script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. It…
Read more »
Beginner guide of PHP Strings
A string is arrangement of characters, where a character is equivalent to a byte. This implies PHP just supports a 256-character set, and subsequently doesn’t offer local Unicode support. String…
Read more »
Complete reference guide of PHP Arrays!
What is PHP Arrays Arrays are complex variables that allow us to store more than one value or a group of values under a single variable name. Let’s suppose you…
Read more »
Beginner guide of PHP General Types
PHP General Types means Basics of PHP programming language:- Comments & case-sensitivity Variables Includes below topic:- Integers, Booleans, Decimals, Constants Using built and functions determine types:- This model are very…
Read more »
Ansible Tower Install and Setup Quick Guide
Supported Operating Systems: Red Hat Enterprise Linux 6 64-bit Red Hat Enterprise Linux 7 64-bit CentOS 6 64-bit CentOS 7 64-bit Ubuntu 12.04 LTS 64-bit Ubuntu 14.04 LTS 64-bit Other…
Read more »
How to install Ansible in Centos 7/RHEL 7?
How to install Ansible in Centos 7/RHEL 7? Install Ansible via Pip in RHEL/CENTOS
Read more »
Kibana 7.2 Install and configuration in RHEL 7/Centos
Install and Setup JDK 8+ Download and Install Kibana 7.X Configure Kibana 7.X How to start kibana service?
Read more »
Ansible Tower Administration Guide
Ansible Tower Support – If you have paid membership, you can contact the support team at https://access.redhat.com How to understand Ansible Tower Subscription Types Self-Support Enterprise: Standard Enterprise: Premium https://docs.ansible.com/ansible-tower/latest/html/administration/license-support.html#subscription-types…
Read more »Joomla Website Performance
SEO and PERFORMANCE http://www.joomlaaa.com/Joomla-Articles/optimization/How-can-I-make-my-Joomla-site-load-faster.html http://www.joomlaperformance.com http://www.websiteoptimization.com http://www.pathos-seo.com/joomla-technical-optimization/making-a-faster-joomla-website.html http://www.pathos-seo.com/joomla-technical-optimization/making-a-faster-joomla-website.html http://www.wzcreativetechnology.com/joomla-tips-and-tricks/74-how-to-make-joomla-site-load-fast.html http://extensions.joomla.org/extensions/site-management/cache/7350 http://www.open-source-depot.com/archives/13-MySQL-Performance-Tip-on-CentOS4-on-GoDaddy.html http://www.open-source-depot.com/archives/13-MySQL-Performance-Tip-on-CentOS4-on-GoDaddy.html http://www.cyberciti.biz/tips/enable-the-query-cache-in-mysql-to-improve-performance.html http://forum.joomla.org/viewtopic.php?f=433&t=344013l http://kb.siteground.com/article/How_to_optimize_a_MySQL_database_using_phpMyAdmin.html http://www.electrictoolbox.com/mysql-optimize-table-cli/ http://forum.joomla.org/viewtopic.php?p=1250059 http://kb.siteground.com/article/How_to_optimize_a_MySQL_database.html http://developer.yahoo.com/performance/rules.html http://www.mightyjoomla.com/Joomla-Tips-Tricks/enable-and-use-gzip-compression-in-joomla-cms-to-enhance-website-performance.html http://forum.joomla.org/viewtopic.php?t=50278 www.websiteoptimization.com/services/analyze/ http://forum.joomla.org/viewtopic.php?t=50278 http://www.phpmagicbook.com/htaccess-essential-tricks-for-blog-website-performance-a-guide/ http://www.dquinn.net/htaccess-adding-etags-gzip-expires-headers/
Read more »
Java Installation Process in Linux – Complete guide
Download, Install and Configure JDK 8 & JRE 8 Platfrom – Debian & Ubuntu [code] #JRE8 – Package contains just the Java Runtime Environment 8 $ sudo apt-get install openjdk-8-jre…
Read more »
Configure the Knife Command – Chef
We now have to configure the knife command. This command is the central way of communicating with our server and the nodes that we will be configuring. We need to tell it…
Read more »
How to Setup Puppet Learning VM – Complete Process/Guide
Download the VM(Zip File here) https://pe-education-vms.s3.amazonaws.com/learning/learning_puppet_vm.zip Minimum requirements Internet-enabled Windows, OS X, or Linux computer with 10GB free space and a VT-x/AMD-V enabled processor. Up to date virtualization software….
Read more »
How to Install Jenkins using Docker | Step by step guide | scmGalaxy
Step 1: Installing Docker [code] $ apt-get install docker (Ubuntu) $ yum install docker (RHEL/CENTOS) [/code] For more info, please following this http://www.scmgalaxy.com/scm/software-containers/how-to-install-docker-in-linux.html Step 2: First, pull the official jenkins…
Read more »