August 2007

KSH for Syntax

by Vivek Gite on August 31, 2007 · 0 comments

Can you explains UNIX ksh for loop syntax which can repeatedly execute a block of statements with a simple ksh script example?

{ 0 comments }

Q. I find vi hard to use. How do I change my default text editor from vim / vi to Pico under Debian Linux? A. To use and change an editor to edit your text message, set the variable EDITOR to the pathname of the vi / vim binary file. You need to use export [...]

{ 5 comments }

Linux rpm list installed package

by Vivek Gite on August 30, 2007 · 7 comments

Q. How do I list all installed packages using rpm under Linux? A. rpm is a powerful Package Manager, which can be used to build, install, query, verify, update, and erase individual software packages. rpm has -a option to query (list) all installed packages. List all installed packages using rpm -a option Type the command [...]

{ 7 comments }

How do I install and configure PHP5 and MySQL for the Apache 2 web server under Ubuntu Linux operating systems?

{ 1 comment }

Ubuntu Linux The Apache Configuration

by Vivek Gite on August 28, 2007 · 0 comments

How do I configure the Apache 2 web server securely under Ubuntu Linux operating systems?

{ 0 comments }

How To: Ubuntu Install Apache Software

by Vivek Gite on August 28, 2007 · 1 comment

How do I install Apache 2 software under Ubuntu Linux?

{ 1 comment }

Q. How do I disable unneeded Apache modules under Debian Linux? A. You can disable all unneeded modules in Apache to save memory and improve performance. This may also result into improved security. Different Linux distribution follows different methods for disabling modules. Debian / Ubuntu Linux disable a module Debian / Ubuntu Linux comes with [...]

{ 2 comments }