In Ubuntu Linux operating systems, the root account is blocked and cannot be used by users who do not have 'superuser' rights. To enable the root... Read more
User-defined tasks can be done by executing a script at startup and shutdown for Linux. To execute script at startup of Ubuntu, the rc.local can be modified... Read more
A proxy server on network can be useful regarding security. Proxy servers can also act as a cache that enables users to get faster internet access. At the... Read more
SSH server allows users to connect remotely in a secure way and allows access to file transfers. Installation of the SSH server on Ubuntu requires the use... Read more
Ubuntu is the free open source operating system used in Linux distribution. It may be that in a computer based on Ubuntu OS, the user wishes to uninstall... Read more
Start writing the shell script in Ubuntu Linux Operating System with #! /bin/bash or #!/bin/sh or #!/usr/bin/sh, meaning that the shell script file gets... Read more
In systems using Ubuntu , the free / open source operating system that uses the Linux kernel has many features that are meant to be convenient for its... Read more
There are numerous file formats, and people face installation issues with many of them. Tar.gz file is one file type which often creates installation... Read more
People using UbuntuLinux as the operating system on their computers may have encountered scenarios where the file system may have been damaged due. In such... Read more
This article discusses installing Java under Ubuntu Firefox. Given that Firefox does not come with Java, here is a solution to this issue. By default,... Read more
To install the FTP server, type the following command in a terminal: sudo aptitude install vsftpd The FTP server configuration is done by editing the... Read more
Installing VLC and Firefox plug-ins on Ubuntu, distribution of the Linux operating system, can be done by using the synaptic GUI or by using the apt-get... Read more
Under Ubuntu, like any operating system, obsolete or unnecessary files are not automatically destroyed. It is possible to remove them to save space. A... Read more
Ubuntu, the free or open source operating system using Linux distribution has many features that have made computing a convenient exercise. Under Ubuntu ,... Read more
You prefer using Opera as your Web browser on Ubuntu. Opera is fast and supports a lot of features. Please follow these steps to successfully install opera:... Read more
Here below is a list of some useful commands that will make your life easier whe using Ubuntu ls: Lists the contents in a directory mv:Move your files from... Read more
Some individuals may need help and tutorials to help them deal with true type fonts. Installing the fonts can either be done in such a way that all users of... Read more
It may happen that upon installing a package or a new software on Ubuntu, the system prompts you with the following error message: Unable to... Read more
To disable the firewall utility, open a terminal and type: sudo ufw disable To enable it: sudo ufw enable Read more
To mount your CD/DVD: Open a terminal and type sudo mount /media/cdrom0/ -o unhide To unmount/eject your CD/DVD: Open a terminal and type: sudo umount... Read more