InfiniteCast E05:- Raspberry Pi 4 Is Finally Here
The Raspberry Pi foundation has released a new model of Raspberry Pi, A single board small computer i.e. Raspberry Pi 4 Model B.
If Opportunity Doesn't Knock, Build A Door!
The Raspberry Pi foundation has released a new model of Raspberry Pi, A single board small computer i.e. Raspberry Pi 4 Model B.
After the notebook is installed it is now time to run the Jupyter Notebook. To run the notebook simply type: jupyter-notebook
You might encounter an access issue while running this command. You might try running jupyter-notebook with sudo command. But this will not solve the issue. In order to resolve the access issue you should type:
I find out that my mysql user didn’t have privileges on objects in the database.
Before that I changed my database password just to make the password characted easier to remember using following command:
SET PASSWORD FOR ‘test’@’localhost’ = PASSWORD(‘myeasypassword’)
After changing the password, I provided privileges on objects in the database by following command:
This issue exists because of the Authentication Method in MySQL. By default during the installation, the authentication method for our user is set to the auth_socket method/plugin. You can observe the configuration by checking your mysql instance via sudo login.
Because such information are stored in CACHE, our program sometimes doesn’t reflect the latest change that we have made. In Laravel there are few areas which stores the cache i.e. Application, route, config and view files.
Following series of Laravel tutorial are covered in order to create a Web Application in PHP. Below are the links of tutorials in descending orders we have covered so far
This blog post contains the presentation slides for eight queens problem and also the source code. Source code is maintained in my GitHub repository. The source code gives a solution
Before you jump into this blog to implement Authentication module in your Laravel application, I’m sure you have your Laravel application up and running. If you don’t then follow the
It took me a few hours to figure out the proper way of installing MySQL server in Windows. I wanted to install MySQL to perform some CRUD operations in python.
Youtube allows us to set custom name i.e. preferable channel name. But this requires your channel to be eligible youtube account with following four requirements:
Daily blogging has stopped due to these interesting stuffs too 🙂 Gradlife at KU is all about making presentations. But this was for a workshop which went well 🙂 आजकाल
This is a presentation given by two of us Graduate students (Sanjog Sigdel & Birat Bade Shrestha), DoCSE, Kathmandu University as a part of the assignment on course Emerging