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…

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 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…