Archive for the ‘Ubuntu’ Category

Easiest and Quickest way / tutorial to learn cronjob in ubuntu

cronjob, ubuntu, easiest, tutorial Full story

Easiest way to install LAMP On Ubuntu

For a beginner its really a difficult to install LAMP on Ubuntu. Even if it is installed its very difficult to run phpmyadmin properly. I am going to share my personal experience and difficulties we may encounter during installation. First of all we are going to install apache, php, mysql and phpmyadmin A) Installing Apache B) Installing Php C) Installing Mysql D) Installing Phpmyadmin A) Installing Apache 1. Open up the Terminal (Applications ... Full story

How to solve “Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required ‘/opt/lampp/htdocs/……/index.php’ (include_path=’.:/opt/lampp/lib/php’) in Unknown on line 0 ” problem?

This error is due to the file permission. To resolve this issue we should change permission with SuperUser(sudo). So syntax is sudo chmod -R 0755 foldername I have installed lampp in /opt/lampp/htdocs folder so command for this is sudo chmod -R 0755 /opt/lampp/htdocs Open your terminal and run this command, hope this helps. If you are helped with this please don't forget to post comment. Full story
Copyright © 2024 Programmer to Programmer- A website for web programming and mobile application programming tutorials.
Wordpress themes