If you are working on VueJS application along with Laravel and trying build ckeditor from source, you may face the error 'cannot read property getAttribute of null' most probably. I... read more →
Most of the developers use git as version control and want to know the current working branch. In case of Windows, if you are using Gitbash, you can see the... read more →
As a developer, anyone want at least to try two operating systems. I always love to work in Linux for any works except Microsoft .NET like systems. Not for me,... read more →
Step 1: Install Java Install Java, preferred 1.8 or higher. Step 2: Create Tomcat User sudo groupadd tomcat sudo useradd -s /bin/false -g tomcat -d /opt/tomcat tomcat Step 3: Install... read more →
Being a linux lover, I have been using Ubuntu since 2008 and am pretty happy with everything that I can do as a developer locally. I have changed couple of... read more →
Though it is rare case to change the root password of MySQL, but sometimes it happens the situation that you need to. You are helpless to recover the password and... read more →
Recent Comments