Tag: Ubuntu

Installing VirtualBox

A virtual machine is a a software that allows users to install multiple operating systems within an operating system. For example, if you are running Mac OS, you can install…

What user is apache running as?

You often need to know the username of Apache to assign proper permissions to certain files it will be accessing. To find out: You will probably see multiple users. Ignore…

How to install npm on Ubuntu

Update your repository if you haven’t done so in a long time Install nodejs Install npm Check if npm installed correctly You shouldn’t get any error messages and the second…

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…