Category: Linux

0

How to enable .htaccess file on apache server

If you are facing any difficulty about .htaccess file specially you found that .htaccess file is not working for your website then might be it’s a server issue. In order to check it you...

0

Advance SVN command for web developers

SVN command To See log of last n commits on SVN Command: svn log -l n Demo Output: revision number | user | 2012-09-26 20:12:21 +0530 (Wed, 26 Sep 2012) | 1 line Commit...

0

How to setup SSL on Linux based server

If you want to Install SSL on your server to make your pages secure then below are the process to configure SSL on your server. Step 1. Purchase SSL from your hosting company. Step...

0

Good alternative of VI editor in Linux Nano

If we talk about editors in Linux then VI is one of the oldest editor available with Linux that works with almost every version of Linux. But we have to remember a lot of...

0

Location of httpd.conf in Ubuntu Linux machine

Location of httpd.conf in Ubuntu Linux machine , How to add virtualhost in Ubuntu Linux To add a virtualhost in Ubuntu below is the directory structure /etc/apache2/sites-enabled In this directory 000-default is a file....

0

Zend Configuration for localhost or local machine

zend, which is a great PHP framework doesn’t provide any installable component untill you install Zend server on your server. Below is the directory structure of a zend project. To successfully run a Zend...

2

Linux command to Find any string from a folder

As a Programmer we usually need to a good command that can help programmers to find specific strings from whole project folder. Although these features are also provided with some text editors as well....