krizna

How to install LAMP server on centos 7

LAMP is a group of open source softwares installed together to build a webserver. LAMP refers to Linux (Operating system),…

10 years ago

How to install VNC server on Centos 7

VNC server is used to connect and control desktop environment of the server from remote clients. VNC viewer is used…

10 years ago

How to Setup network on centos 7

After installing Centos 7, You may not able to connect network in that machine. This will happen because Ethernet interfaces…

10 years ago

How to install webmin on centos 6

Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk managemet,…

10 years ago

How to setup SVN server on ubuntu 14.04

SVN (Subversion) is an opensource version control system. it is used to store previous changes of your project files like…

10 years ago

How to configure DNS server in ubuntu 14.04

DNS server is used to resolve domain name into IP address. There are three common DNS server configurations can be…

10 years ago

Setup NFS server on ubuntu 14.04

NFS ( Network file systems ) is used to share files with other computers over the network. It is mainly…

10 years ago

How to install eclipse in ubuntu 14.04

Eclipse is a open-source development environment used to develop applications . it supports various programming languages and can be installed…

10 years ago

How to install skype on ubuntu 14.04

Skype is a popular messaging and voip service which supports almost all OS platforms . It offers free skype to…

10 years ago

How to install adobe reader in ubuntu 14.04

Adobe reader is the most essential PDF viewer . This guide helps you to install adobe reader in ubuntu 14.04…

10 years ago

How to install tomcat 7 on ubuntu 14.04

Apache Tomcat is an open source web application which is used to deploy JAVA servlets and JSPs. This article helps…

10 years ago

How to setup FTP server on ubuntu 14.04 ( VSFTPD )

FTP is used to transfer files from one host to another over TCP network. This article explains how to setup…

10 years ago

Setup mail server on ubuntu 14.04 ( Postfix – dovecot )

This tutorial explains how to setup mail server on ubuntu 14.04 using postfix,dovecot and squirrelmail. » Postfix ( for sending…

10 years ago

How to install phpmyadmin on ubuntu 14.04

Phpmyadmin is a free web tool used to administrative MySQL database. You can perform all major tasks like creating , deleting …

10 years ago

How to install Lamp server on ubuntu 14.04

How to install LAMP server on Ubuntu 14.04 LAMP stack is nothing but a combination of opensource softwares to make…

10 years ago

How to install google chrome on ubuntu 14.04

Google chrome has become most popular browser . it is fast and extremely flexible . By default ubuntu 14.04 has…

10 years ago

How to Install adobe flash player on ubuntu 14.04

Installing flash player on ubuntu 14.04 : Adobe flash player is the most essential application. it allows you to browse…

10 years ago

How to install phpmyadmin on nginx on centos 6

Phpmyadmin is a free tool used to administrate MySQL . it supports all major operation with MySQL in GUI mode.…

10 years ago

How to install LEMP on centos 6 ( Nginx, PHP, Mysql )

LEMP stack LEMP stack is nothing but a group of open source softwares combined together to make a webserver .…

10 years ago

Installing node.js on centos 6 with sample app

Node.js is a platform that works on V8 JavaScript Engine .it uses an event-driven function which is very useful for…

10 years ago