Step 1:Install MySql with the help of homebrew. If it is not installed in your system. You can install it from here. Step 2: Run the below command from the terminal. brew install mysql Step 3:set the path of MySQL… Continue Reading →
If you are trying to install Apache in Mac OS use the below step by step tutorial. Step 1: Install Apache with the help of homebrew. If it is not installed in your system. You can install it from here…. Continue Reading →
Step 1:Install Python with the help of homebrew. If it is not installed in your system. You can install it from here.https://mybeliefs.in/install-homebrew-package-manager-in-macos/ Step 2:Run the below command in the terminal to install python3 in your system. brew install python3
Homebrew is a powerful package manager like apt in Ubuntu. With the help of homebrew you can install packages from the terminal quickly. Run the below command from the terminal to install homebrew package manager. ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”… Continue Reading →
If you want to check that which modules or packages are installed in your python environment, use below command in terminal. pip3 freeze
Use below code to send the desktop notification. As a software engineer, you can use this script to send a notification to desktop when your background running script reaches to its end or it throws an error that needs your… Continue Reading →
If you are getting low memory error while trying to upload a large CSV file in the pandas data frame, you can use below line to import to a csv file with argument low_memory False. It will work for you…. Continue Reading →
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 →
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 →
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/
© 2025 My Beliefs
Write us at [email protected]