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 →
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 →
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 →
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/
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 →
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 →
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 →
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 →
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 →
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 →
© 2024 My Beliefs
Write us at [email protected]