Setup self signed ssl certificate on Owncloud 6 in Ubuntu 14.04 LTS Server
|

Setup self signed ssl certificate on Owncloud 6 in Ubuntu 14.04 LTS Server

In this post we will learn, how to setup self signed ssl certificate on Owncloud 6 in Ubuntu 14.04 LTS Server . The steps are almost same as we have done in post “Setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10” With the arrival of new Ubuntu version 14.04 LTS, there are…

owncloud error : You are accessing the server from an untrusted domain

owncloud error : You are accessing the server from an untrusted domain

Few days back I setup Owncloud 6 on Ubuntu 14.04 . After a gap of a few days, I again started the testing server to do some new practical. But after opening the Owncloud I got this given below error – You are accessing the server from an untrusted domain. Please contact your administrator. If…

How to install ownCloud 6 on Ubuntu 14.04 LTS Server
|

How to install ownCloud 6 on Ubuntu 14.04 LTS Server

In this tutorial we will learn about, how to install ownCloud 6 on Ubuntu 14.04 LTS Server. ownCloud now a days very popular in Internet World. It is one the awesome alternate for Drop Box. Moreover it is free and Open Source software, primarily using for ‘file hosting’. In case you are looking for creating…

Setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10
| |

Setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10

In this tutorial, we will setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10 Server.In other words,setting HTTPS for Owncloud 6 in Ubuntu 13.10 Server.In recent months, Owncloud 6 has been released.In our last post,we have already written document on “how to install Owncloud 6 in Ubuntu 13.10 Server“.Hence, we expect,you have already…

htaccess file does not work : Owncloud 6 in Ubuntu 13.10 Server
|

htaccess file does not work : Owncloud 6 in Ubuntu 13.10 Server

Owncloud 6 installation error: Your data directory and files are probably accessible from the internet because the .htaccess file does not work. For information how to properly configure your server, please see the documentation. We are sharing the troubleshooting steps, which we have done while installation Owncloud 6 in Ubuntu 13.10 Server To solve this…

How to install Owncloud 6 in Ubuntu 13.10 Server
|

How to install Owncloud 6 in Ubuntu 13.10 Server

In this tutorial we will learn,how to install Owncloud 6 in Ubuntu 13.10 Server.Recently, the Owncloud community has released its new verison called Owncloud 6. Owncloud is one the best alternative for Dropbox and Google Drive. You can self host the Owncloud very quickly in short span of time.You can access,share and sync the data…

Setup CRAM-MD5 authentication for mailing in owncloud Ubuntu
|

Setup CRAM-MD5 authentication for mailing in owncloud Ubuntu

In this tutorial we will learn about how to setup CRAM-MD5 authentication for mailing in Owncloud version 5.0.12-0 in Ubuntu.Today I found that while sharing the link in Owncloud the recipient was not getting email. It was quite obvious I have to set the Mailer. I read the online documentation from owncloud and tried to…

Reindex lucene search in owncloud 5.0.22
|

Reindex lucene search in owncloud 5.0.22

In this post we will learn about how to reindex lucene search in Owncloud 5.0.22. While working in Owncloud 5.0.22 our requirement was to reindex the lucene search. Overview: When a user placed a cursor and type some keyword ,bydefault it creates a directory lucene_index (absolute path is /path/of/owncloud_installed_dir/data/username/lucene_index ) . On writing the keyword…

how to mount NAS storage in owncloud to keep all users data
|

how to mount NAS storage in owncloud to keep all users data

In this post I am sharing about how I mounted the NAS storage in owncloud to keep all users data in it. I checked the External Storage application of owncloud but here our requirement is we want to keep all data in NAS storage and user should not save anything in Owncloud Server’s disk. The…

Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloud
|

Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloud

While reinstalling the owncloud in Ubuntu I got this error message on screen when I hit the URL of owncloud – “Your data directory and files are probably accessible from the internet because the .htaccess file does not work”. To solve this issue. We have to only correct our apache configuration file. In owncloud.conf file…

How to configure self signed SSL certificate in owncloud Ubuntu
|

How to configure self signed SSL certificate in owncloud Ubuntu

How to configure self signed SSL certificate in owncloud Ubuntu Before directly jumping into this tutorial you must have running owncloud server in your system. I have written it in my previous post,you can learn how to from this link https://sharadchhetri.com/installing-owncloud-in-ubuntu-13-04/ In this tutorial we will learn how to configure self signed ssl certificate in…

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

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…