How to download package using apt-get command in ubuntu
|

How to download package using apt-get command in ubuntu

How to download package using apt-get command in ubuntu To download the package in ubuntu with the help of command apt-get use the flag called download Note: download flag will download the given binary package into the current directory. apt-get download package-name eg. apt-get download apache2 This below given is the practical which I did…

Installing owncloud in Ubuntu 13.04
| |

Installing owncloud in Ubuntu 13.04

Installing owncloud in Ubuntu 13.04 In this tutorial we will learn how to install owncloud in ubuntu 13.04. Step 1: Update the apt repo source list sudo echo ‘deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/ /’ >> /etc/apt/sources.list.d/owncloud.list Step 2: Now add the repository key to apt sudo wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/Release.key apt-key add – < Release.key Step 3: Update the system...

How to upgrade ubuntu 12.10 to 13.04 through command line
|

How to upgrade ubuntu 12.10 to 13.04 through command line

In this method we will learn how to upgrade ubuntu 12.10 to 13.04 through command line. We will upgrade the ubunutu online hence the good speed internet connection is required. We will stepwise use two commands to upgrade the system. Note: Upgrading the Ubuntu will take time it depends upon your internet speed as well….

How to install iredmail with mysql in Ubuntu 12.04 LTS
|

How to install iredmail with mysql in Ubuntu 12.04 LTS

How to install iredmail with mysql in Ubuntu 12.04 LTS Introduction: iredmail is a mail server software which basically uses the Postfix(MTA). You can create virtual user and virtual domain in iredmail server from its admin panel. It has both free and paid version. For more detail visit https://www.iredmail.org/ In this tutorial we will learn…

The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form
| |

The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form

The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form After installing the owncloud in Ubuntu Server I faced the problem, I was not able to upload the file. I was getting this error “The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form” How I solved…

How to enable direct ssh to EC2 linux instance without keypair file

How to enable direct ssh to EC2 linux instance without keypair file

how to enable direct ssh to EC2 linux instance without keypair file To enable the direct ssh to linux EC2 instance without using keypair file we have to edit the sshd_config file. Follow the given below steps Step 1 : Login into linux EC2 instance with the help of keypair. Use the user name which…

How to install owncloud in Ubuntu 12.10
| |

How to install owncloud in Ubuntu 12.10

In this we will learn,how to install owncloud in Ubuntu 12.10. Owncloud is a free and opensource software.Through owncloud you can store,sync or share data. The owncloud is managed through web browser by user. In this tutorial we are installing the owncloud with the help of apt-get command. You can download the package supporting other…

How to zip the directory in linux with command line
|

How to zip the directory in linux with command line

In this tutorial we will learn,how to zip the directory in linux with command line.Zip is a compression and file packaging utility for Linux,Unix,Windows and various Operating system. The zip helps to compress and reduce the size of file and directory.To zip a directory,first of all we will check ,do we have zip command installed…

4 Different commands to find system uptime in linux
|

4 Different commands to find system uptime in linux

In this tutorial,we will learn about 4 different commands to find system uptime in linux.Uptime of system means how long the server has been running and up since its last shutdown or reboot.The information about uptime is very useful in many cases it helps to audit how long the server is running and even some…

Installation of OpenERP 7.0 in Ubuntu
|

Installation of OpenERP 7.0 in Ubuntu

Installation of OpenERP 7.0 in Ubuntu Operating System : Ubuntu 12.04 LTS Installation Directory : /opt/openerp/ OpenERP testing Server’s IP : 172.16.1.1 Prerequisite Requirements: Python2.7 Python Modules PostgreSQL 9.1 OpenERP Version : Open ERP 7.0 (All In One) Download URL : http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-latest.tar.gz Installation Steps: Step 1: Install all the python modules . sudo apt-get install…

4 different commands to check the load average in linux

4 different commands to check the load average in linux

In this tutorial we will learn,4 different commands to check the load average in linux.Loadaverage is the system load,which is a measure of the amount of computational work that a computer system performs.When you run the command in output,you will see one, five, and fifteen minute moving load average of the system.The practical of load…