Category: Linux

PHP: Display directory contents

For security reasons, most servers on the Internet do not show the contents of a directory if the directory address is typed. The user is either redirected to index.whatever, a…

rsync command

rsync is a very useful alternative to rcp and scp. It tool lets you copy files and directories between a local host and a remote host. The main advantage of…

Linux split command

In Linux you can use split and join commands to split large files into smaller files or join many smaller files into a large file. This kind of operations are…

Installing DKAN on Debian (Ubuntu)

Following are the steps: Install the necessary libraries Setup the database Install and Setup DKAN Install necessary libraries Note: write down the password you create for the database Copy the…

Installing Mahara on Ubuntu

You can now install Mahara using the Synaptic Package Manager. But before you install mahara, you should create a database for mahara in MySQL or PostgreSQL. You will be asked…