This guide will show you how you can install Python 3.7 (or any other version) for a single user without using sudo. Note that it will only be available for that user, and can be convenient if you don’t want to affect other users on the same machine. 1. Download the source code First download
CategoryTutorials
Inject Adsense into Production React Application
Adsense is great and a very easy way to put ads in your web content. A problem I encountered however when developing single page applications (SPAs) with React is injecting it into the header of index.html. We have this script from Google Adsense that we have to inject inside the <header></header> tag: You could still
How to make a Python package with compiled Rust (and why you should to increase performance)
Without going into too much detail on academic source referencing because this is a just a blog, I think it is fair to say that Python is at least one of the most commonly used programming languages in scientific application development. Python is great in that is is easy to learn, is very popular and
How to install Ubuntu Linux alongside Windows 10 (dual boot)
You can kind of think of the Linux operating system (which is actually called GNU/Linux, look into it) as a loose definition, which describes a bunch of operating systems that are very similar. As most of them in general are pretty much free and open source, anyone can make a copy of one and modify
Use PyMOL legally without license (open source)
This will allow you to run PyMOL without an aqcuired license which you certainly would need if you were to use the compiled binaries provided from the PyMOL website. This is just a very simple guide providing a list of the packages you need to install, and showing how to run the scripts you need
Flashing Stock or Custom Firmware with Heimdall (on linux)
I had a bit of a learning curve when learning how to use Heimdall to flash images onto my phone (i9506, aka ks01lte) so hopefully this can help others with what I learned. First of all, Heimdall is a flashing software for putting firmware into the different partitions of Samsung Android phones. It’s cross platform,