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 […]
Linux
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 […]
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
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
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 […]
How to install vim editor in Linux Mint
vim is a free and open source text editor. vim stands from Vi IMproved,it is based upon vi editor. vim can be used in command line as well in Graphical User Mode. Vim editor was developed by Bram Moolenar. The installation of vim in Linux Mint is very simple and quick.Follow the simple steps to […]
Recent Comments