Frequently Asked Questions

Which Linux Distribution You Should Use

We often get confuse which Linux distribution we are going to use. We think about it a lot. It mainly depends for which purpose you...

nginx Error: php file not found – Solved

I have installed nginx + php-fpm on my Linux, but got message like below. This my standard nginx configuration:     location ~ .php$ {         fastcgi_split_path_info...

Install And Configure Scponly In CentOS

Introduction Scponly is an alternative shell for system administrators who would like to provide access to remote users to both read and write local files...

How to install openssh in Archlinux

Question: How  to install Openssh  in Archlinux ? Answer: 1- First installl  the  packages  from pacman pacman -Sy openssh 2- Start openssh  daemon  with: rc.d start  sshd :: Starting...

How To Install OwnCloud In Linux

A brief Introduction about Cloud Every one nowadays heard about cloud storage. This notion means the storage of data online in the cloud, it is...

Gibbon: A Web-based Flexible School Management System

About Gibbon Gibbon is a free, Open Source, and web-based flexible school management system that can be used to solve real time problems of teachers,...

Comparative Introduction To FreeBSD For Linux Users

Introduction BSD was originally derived from UNIX and currently, there are various number of Unix-like operating systems descended from the BSD. While, FreeBSD is the...

Install Apache With SSL in Ubuntu 13.10

In this short tutorial let me show you how to install Apache with SSL support. My testbox details are given below: The  System info root@ubuntu-unixmen:~# ifconfig eth0...

How To Install Mozilla Firefox 27 In Elementary OS “Luna”

Hello Guys, In this tutorial I am going to show how to install Mozilla Firefox 27 in Elementary OS 0.2 "Luna". Firefox can be installed easily...

Howto- Install RPM Packages on Ubuntu

In Ubuntu/Linux Mint you can  install softwares from Software Centers or via PPA/Synaptic . If any software is not available in deb/software center/ppa and...

Howto- add FTP Users For VSFTP

Question : How to add FTP Users For VSFTP  Server ? Answer : Before you can add any users to VSFTP, the user must already exist...

How to Secure Your Home Network with OpenDNS

OpenDNS is a free DNS alternative to your ISP DNS. It helps you to get faster and as well as safer browsing at absolutely...

How To Disable Remember Open Files in Sublime Text 3

Hey Guys, If you use the Sublime Text editor, by default, its settings "remember open files" and also have "hot exit" set to the value true.  If...

Install Phabricator Software Development Platform In CentOS

About Phabricator Phabricator is an open source collection of web applications which help software companies build better software. Phabricator is similar to GIT, and SVN....

Install Puppet Server CentOS 6.5/6.4

Puppet is a tool designed to manage the configuration of Unix-like and Microsoft Windows systems declaratively. The user describes system resources and their state,...

Additionally, a 404 Not Found error was encountered while trying to...

Question: I got the following error when i run my website : Additionally, a 404 Not Found error was encountered while trying to use...

How to Extract Images from PDF Files with pdfimages

This article is going to be a bit different than other articles I have published previously. You guys have learned a lot about Linux...

How To Change Runlevels In Centos7

This Maybe be useful for the users familiar with Centos 6. Because on 7, the way is totally different to switch between run-levels. Method 1 Check Runlevel: #...