Page 8 of 9

How to setup ejabberd on Ubuntu

There are lot of ways to install ejabberd on Ubuntu like from operating system specific package, install it from source code etc. I will prefer to install it from source code so I am going to write steps for the… Continue Reading →

Connect Ejabberd with Mysql instead of Mnesia

By default, Ejabberd uses mnesia database and if you are not familiar with this then Ejabberd provides many other database options for you. You can connect with any one of them in which you are comfortable. The advantage of connecting… Continue Reading →

Unable to create directory wp-content/uploads/. Is its parent directory writable by the server?

This is a very common error, you will encounter in the wordpress. When we try to upload any media file from the wordpress admin, You will get this error if your webserver doesn’t have permission to create folder or file…. Continue Reading →

Basic GIT commands

Install Git in Linux: apt-get install git Commit on demo_sept Branch: git checkout demo_sept (switch branch) git branch (check current branch) git branch -b new_branch (To create a new branch and then push the branch in origin if want to… Continue Reading →

sign-in crashes in Google Chrome

If your google chrome sign in crashes then try to sign in using the below URL. Hope it will work for you. chrome://chrome-signin/

Basics of Python

Web tool: (Install and run from here (http://jupyter.org/install.html)) jupyter notebook ———————————————————————————- pip install -r requirements.txt for python 3.x ————————————————————————————————— Ipython – interactive python ————————————————————————————————— Comments: Single line or multi-line: # Hi this is single line comment “””HI, this is multiline… Continue Reading →

Create a new Dataflow in TCR

When you create a new developer Org with Einstein Analytics enabled, you won’t be allowed to create a new dataset initially because a user will need to have the “Edit Analytics Dataflows“ user permission and the organization will need Data Sync… Continue Reading →

Set Finder’s default folder in Mac OS X

When you open the finder then by default it opens the recent folder but sometimes you want to customize it according to your need or most frequently visited folder. Follow the below steps to set the Mac Finder default folder… Continue Reading →

How to cut and paste a file or folder in mac OS

If you are new to mac and previously worked on Windows and Linux, I am sure it will be a nightmare for you to do cut and paste. I was also struggling for the same, finally got the below solution… Continue Reading →

Install Java in the Mac step by step

If you are new to java and mac then this blog will be helpful for you to start with install java in mac.Step 1: Download Java from its official website, open the below URL.https://java.com/en/download/ Step 2: Click on “Java download”… Continue Reading →

« Older posts Newer posts »

© 2024 My Beliefs

Write us at [email protected]