Posts

Showing posts with the label php

How to setup and configure LAMP on ubuntu server?

Image
LAMP stands for Linux Apache Mysql and PHP stack which is the base to run web server and websites based on PHP. I am going to explain how you can set up LAMP on any ubuntu server or ubuntu machine step by step. Like and Share to spread this to people who needs it. Hello Intelligent people out there, greet from Dheeraj. If you are a Web developer, or system administrator, you must be having idea what LAMP is, and just like LAMP there are WAMP stands for Windows Apache Mysql and PHP and XAMPP where X stands for Cross platform. If you are on linux machine and working with command lines only, let's get to know how you can setup LAMP within 10 minute at max, depending on your internet speed for sure. First thing first Make sure all your packages are updated on server. To make sure this, execute this command sudo apt-get install updates This should install updates if available for your system. Once done, let’s get started. Install LAMP Packages First of all let’s execute command to insta...

How do I access/share xampp or localhost website from another computer

Image
Hi web developers, and everyone, ever faced problem like how do I access or show my local website to user on internet without hosting on server? Here is solution for you that you can use temporary show your local projects to someone remotely. Continue reading..

Faster your web development with Helper_model in codeigniter.

Image
Hi folks out there, Dheeraj here with a complete new series of coding course on Intelligent computing. During these time i was proceeding on programming and with as you know, programmers are too lazy to write same code again, i solved problem by creating few function that helped me to reduce development and coding time straight by 30%. Continue reading..

How do i begin learning code?

Image
Hello people! We Intelligent Computing are about to start a whole new section on Programming but before we start on that I would highly recommend you to read this article first if you are just starting to learn. Continue reading..