Category Technology

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 →

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 →

How to run a shell command from jupyter notebook

Many of us are not aware that we can run shell commands and install packages from the Jupyter notebook directly. There is a very simple hack for this. We just have to add an exclamation mark before the command and… Continue Reading →

How to setup your wordpress blog step by step

If you are passionate about writing and believe in sharing is caring, writing a blog will be your favourite part-time hobby. Many of us are just content consumers but being a content producer will inject your thoughts into other people’s minds… Continue Reading →

Serialization Vs deserialization

Here we will talk about the definition of Serialization and deserialization. Serialization: When we have to save an object into the disk or send the data over the network then we use this concept. It converts data into byte stream… Continue Reading →

Newer posts »

© 2024 My Beliefs

Write us at [email protected]