Install subversion 1.8 on Ubuntu using apt

Install subversion 1.8 on Ubuntu using apt

In this tutorial,we will install subversion 1.8 on Ubuntu using apt.We have done this practical in Ubuntu 13.04 and 13.10 version.Generally when you install subversion by using command apt-get install subversion ,it will install the subversion 1.7 .Here we will add the new apt source list for subversion 1.8 . Description: Operating System : Ubuntu…

Another MySQL daemon already running with the same unix socket
|

Another MySQL daemon already running with the same unix socket

In this post ,I am sharing the error message ” Another MySQL daemon already running with the same unix socket “. The error found in our own sharadchhetri.com blog while restarting the MySQL server.It is at 6:55 PM IST,I noticed the weird error message on blog,”Error establishing a database connection”.I log into the server and…

How to install linux operating system in remote machine with telnet

How to install linux operating system in remote machine with telnet

In this tutorial we will learn,how to install linux operating system in remote machine with telnet.Sometimes you do not want to keep standing in front of system for installation process.In this practical we will use telnet to install linux O.S in remote machine.We are doing this practical in CentOS 6.5 Install Linux O.S in Remote…

Virtual Machine inaccessible status on VirtualBox 4.3
|

Virtual Machine inaccessible status on VirtualBox 4.3

Problem of the day : Virtual Machine inaccessible status on VirtualBox 4.3 . Today while working in VirtualBox 4.3 ,I got an issue.The Virtual Machine got the status “inaccessible” .After searching in VirtualBox related directories and commands,I finally able to resolve the issue.For resolving this issue,we will use command line.We have another option i.e by…

How to add excerpt on wordpress thematic child theme

How to add excerpt on wordpress thematic child theme

In this post we will learn,how to add excerpt on wordpress Thematic child theme . Thematic framework is highly SEO optimized and it is also free. It is very simple, clean and lightweight. While working on Thematic framework,I enjoyed a lot. From scratch,I started creating a child theme on Thematic framework and modified many things.There…

learn very useful alias command with examples
|

learn very useful alias command with examples

Here in this post,we will learn very useful alias command with examples.In linux and Unix like operating system,mainly we use the alias command to shorten the long command.It is something like instead of writing long command in terminal,you type a few letters on terminal and your desired command get run. To understand the meaning of…

How to add favicon in WordPress theme and child theme
|

How to add favicon in WordPress theme and child theme

In this tutorial we will learn about,how to add favicon in WordPress theme and child theme.Favicon is important for branding of the site.Many website and blog are running on WordPress.If you are using a wordpress theme which do not have favicon option,you can add by this method.I used this code in theme which I have…

This kernel requires an x86-64 CPU but only detected an i686 CPU
|

This kernel requires an x86-64 CPU but only detected an i686 CPU

Error : This kernel requires an x86-64 CPU,but only detected an i686 CPU.Unable to boot – please use a kernel appropriate for your CPU . This error is commonly seen when you try to install a new Operating System in Virtual Box.The error occur mostly comes due to user mistake. Before going further ,first check…

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…

Yum Error database disk image is malformed

Yum Error database disk image is malformed

In this post I am sharing, the troubleshooting step of the error which we found on using linux yum command.Error: database disk image is malformed, we found this problem running the command yum update To resolve this issue run the below given command yum clean dbcache If still issue persist,run below given command yum clean…

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…