You may wonder why would you even need to do that.. Well in my case, I was using virtualenv for a project I was working on and when it came time to install the needed python packages, I realized I was on a train with no internet connection. I had …
How to enable upload of files over 2MB in Wordpress running on nginx
I was writing a post on a chicken dish I cooked yesterday. As I was trying to upload some pictures, I saw that the upload failed because the files were over 2MB. This was the first time I was posting pictures on my wordpress since I move to Digital Ocean …
Yummy Chicken Adraki
This dish came out really good!! Very tasty if I can say so myself. It is not very different from my previous effort which you can read here. There were slight changes, so I am writing it down so I remember what I did and of course to share it …
How to Reset Django’s admin password
I was working on a django application and because of getting busy at work and home, the project took a backseat. After getting back to the project, I realized I don’t remember what was the username/password I used to create the admin account.
Here is what I did …
How to install numpy scipy pandas matplotlib and scikit-learn on Mavericks
These are all excellent data analysis tools. I cam across some python tutorials on data sciences and wanted to follow the examples from the video.. so went ahead and installed these python packages. This post is here for future reference on the hurdles I had and how I solved them …
