How to find PHP Configuration file location in Linux, if you are on Linux and want to know the location of PHP configuration file. Then execute these below commands in terminal to get the exact php configuration file or php.ini file. Otherwise create a php file and place phpinfo() function, run this file in browser […]
Continue readingSecure Linux Server in CentOs, when you first access your new vps or dedicated server you should follow few steps to make Linux server more secure. First step is creating new user and disabling ssh login for root user, and modifying ssh port other than default port 22. As from the below screenshot, you will […]
Continue readingRestart Apache Server in Linux using command line terminal, is just matter of executing commands through terminal in linux, mac or putty in windows. But for different operating systems these commands are different. Here we have commands for all major server operating systems like CentOs, Ubuntu, Redhat and other operating systems.
Continue readingPutty is command line tool for windows. And it is used for connecting to servers from clients computers. Here we will see, how we can use putty SSH tool and how we can connect to server and execute commands in server.
Continue readingHow to execute php scripts using command line in Linux, if you want to learn how to run php scripts in linux, I’ll show you in this article. Before proceeding further Install Apache and PHP5 in Linux. After installing create a simple PHP file and executing that file through Command Line Interface in Linux. Here […]
Continue readingInstall Apache and PHP5 in Linux, If you are doing any development on PHP, then you need a PHP development environment in Linux with apache and php. Here I’ll show you process to install Apache, PHP5 and where to find configuration files, where to place your website files. Here I’m doing this Ubuntu Linux, before […]
Continue readingLinux Dreamweaver alternative, Adobe Dreamweaver is popular application used by many designers and developers to design and develop websites. If you are looking for an alternative to Dreamweaver in Linux, then here are list of application that you can use in Linux Operating System. These are open source applications you can use them in windows, […]
Continue readingHow to access windows shared folder from Linux. To share windows shared folder form Linux in a local network. We can do this different ways. Here i’m in Linux Mint, And i’m accessing windows shared folder from Linux Computer.
Continue reading