How to upgrade Ubuntu 13.04 to 13.10 by command line In this post I am sharing a tip how to upgrade Ubuntu 13.04 to 13.10 by command line.In my last post about upgrading the Ubuntu 12.10 to 13.04 we have used the same command. Here the command is also applicable when you want to upgrade […]
Linux
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 […]
Setup MySQL master slave replication in CentOS 6
In this tutorial we will learn about how to setup MySQL Master Slave replication in CentOS 6.4.In Master-Slave replication one database server (Master) can replicate the databases to one or more MySQL database Server(slave). The Slave server is not required to be connected always with Master Server, once slave server is up and when you […]
Install latest wordpress in CentOS 6
In this tutorial we will learn how to install latest wordpress in CentOS 6.Installing the WordPress is quite easy but here we will create a database user which only has access to wordpress database.This practical is applied to VPS,Cloud Server,virtual server and dedicated server. Note: VPS,Cloud Server,virtual server are based on Virtualisation techninque We are […]
Find mysql commands history without mysql server login
This is a small tip to find mysql commands history without login into mysql server.When we login into MySQL server,generally we uses up and down arrow key to find the history of MySQL commands. Actually the MySQL commands history are saved in file called .mysql_history located in user’s home directory by which he/she logged into […]
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 […]
Recent Comments