Browsing tag

mysql

Setup ownCloud 7 on openSUSE 13.2

This post may or may not work. Please use at your own risk ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser or […]

Installing LLMP (Lighttpd, PHP And MySQL) on Ubuntu 14.10

Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a web server; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting […]

Install WordPress on Ubuntu 16.04 / Ubuntu 14.04 with LAMP

WordPress is the most widely used open source web blogging and content management software written in php and MySQL. Even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation on Ubuntu 16.04 / Ubuntu 14.04. Prerequisites WordPress requires Apache, PHP, and MySQL. You can look at how to install LAMP on […]

Install phpMyAdmin on Ubuntu 14.10

phpMyaAdmin is the web based administration tool for managing the MySQL, MariaDB and Drizzle servers, it helps in performing databases activities such as creating, deleting ,querying , tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin on Ubuntu 14.10. Before installing phpMyAdmin, you can have AMP installed on the […]