Oct 1, 2021Installing Texlive Latest Version (Texlive-2021) on Ubuntu-20.04/18.04Hello there! In this tutorial, we will learn how to install the latest version of texlive in the ubuntu system! Generally, Ubuntu 20.04 / 18.04 only install Texlive-version-2019 from the local repository! But the Texlive current version is 2021! So, a lot happened in these updates. So, we need to…Texlive3 min readTexlive3 min read
Dec 26, 2020Installing Docker, and Creating, Running First Python Script Using it on Ubuntu 20.04 LTSI always get in trouble when creating a new project with different dependencies installed on my machine. I had to reinstall new libraries, which is doing a new thing repeatedly, and it’s time-consuming. Then I learned about docker. Docker will allow you to create a virtual machine to install all…Docker5 min readDocker5 min read
Sep 6, 2020How to Install R and two most popular R packages (tidyverse & rstan) in Ubuntu 20.04 LTSHello there! In this post, we are going to see how we can install R in our Ubuntu 20.04 LTS. Also, we will install two of R's popular packages, namely: tidyverse & rstan. Both of these packages are important tools for data scientists. Rstan is the R interface for stan…Ubuntu 20 043 min readUbuntu 20 043 min read
Jul 30, 2020Julia Tutorial Part 2: Data StructuresData Structures In this tutorial, we will see Julia's data structure. Namely, Tuple, Array, Dictionary, and Set On to the article! Originally published at https://fahim-sikder.github.io on July 30, 2020.Julialang1 min readJulialang1 min read
Jul 8, 2020Julia Tutorial Part 1: Installations & BasicsJulia is an open-source programming language. It was designed from the beginning for high performance. Julia programs compile to efficient native code for multiple platforms via LLVM. To install it we need to download it's binary from here. On to the article! Originally published at https://fahim-sikder.github.io on July 8, 2020.Julia1 min readJulia1 min read