Category: Tutorials

  • How can we increase earning in KLIK KLIK Application?

  • How much earning we can do in KLIK KLIK Application?

  • Difference between Generator function and Normal function

    Difference between Generator function and Normal function There are few points that can clear the difference between Generator Function and Normal Function. Normal function has only one return statement in the loop whereas generator function can use one or more yield statement in the loop. While calling the generator functions, the normal function take pause immediately and control…

  • Klik Klik – Terms & Conditions

    TERMS AND CONDITIONS TERMS OF USE:- By downloading, browsing, accessing or using Klik Klik mobile application (“Mobile Application”), you agree to be bound by these Terms and Conditions of Use. We reserve the right to amend these terms and conditions at any time. If you disagree with any of these Terms and Conditions of Use,…

  • Kalcee Business Terms & Conditions

    TERMS AND CONDITIONS TERMS OF USE:- By downloading, browsing, accessing or using Kalcee: Business Mobile Application (“Mobile Application”), you agree to be bound by these Terms and Conditions of Use. We reserve the right to amend these terms and conditions at any time. If you disagree with any of these Terms and Conditions of Use,…

  • How to manage Apache Web Server

    How to manage apache web server ? Below are some basic apache web server management path and files which we should know to work smoothly. Default Directory : /var/www/html/ By default apache served on this directory . While this can be changed by changing apache configuration file Apache Configuratio Directory : /etc/apache2/ All apache configuration…

  • How to setup virtual host on apache web server in ubuntu

    How to setup virtual host on apache web server in ubuntu. To encapsulate configuration details we can use virtual host feature. We can host more than 1 website also on ubuntu server. Apache on ubuntu has a server block enabled by default and default folder is /var/www/html if we need to host a single website…

  • how to install apache on ubuntu

    How to install apache on ubuntu ? The Apache HTTP server is the most widely-used web server in the world. It is having vast features at control level. You will see all features with time Let us go step by step on  how to install an Apache on Ubuntu  20.04 server. Step 1 : We…

  • How to install LAMP on Ubuntu

    How to install LAMP on ubuntu ? LAMP belongs to Linux Apache MySQL/Maria DB  PHP . Apache is Web Server MySQL is database PHP is Server side scripting and  development platform. All Prerequisite  Our prerequisite for LAMP installation on ubuntu 20.0 is you have already installed Ubuntu on your system. Steps to install Lamp on…

  • how to install virtual machine on windows

    How to install virtual machine on windows ? Before going on this part first let us install the prerequisite for installation of virtual machine. Virtual machine is a software implementation that helps to run operating system virtually within a operating system you can install any operating system with in VM.  Virtual Machine is used when…