Site icon R-bloggers

My experience in switching from Windows 10 to Linux Mint 18.2

[This article was first published on R and Finance, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

It has been 8 months since I switched from Windows 10 to Linux Mint. In this post I’ll talk about my experience as a scholar and R user in this transition.

My work is, simply put, to communicate ideas. A typical day of work is a mixture of writing research papers, creating classroom material such as slides and exercises, and analyzing data. Most of my work happens in front of a computer.

Without a doubt, my greatest asset are my computer files. I reuse them over and over. Every new research script I write is a new version of something I’ve done in the past. The same for class slides and exercises. At each iteration, I add new material and update information. Said that, one problem in using Windows software is the proprietary format of Office packages. Once my Office license expired late 2016, I quick realized that I was not able to work on my files the same way I did before. While there are alternatives to Office products and online platforms, they don’t work out of the box in all cases. As an example, if you have a ppt presentation with many figures, it is likely that you’ll have to resize them individually when opening it in Libreoffice. So, by using Office, my work was trapped in that format.

Another problem with Windows is the amount of resources it needs to run. I have an old laptop that is just unworkable in Windows 10 due to its low specs. My desktop computer at work was also becaming slower. By switching to a less resource demanding operational system, I am able to work with low end computers and use them for a few more years. Maintaining windows systems is also a hassle. Every other year I needed to format, reinstall all software, download all dropbox files. If you have three or more computer to maintain, it become a burden to carry.

On the other side, I have been extremely impressed by what open source communities can build. After embracing R from a background in Matlab, writing a book about R, I’m constantly overwhelmed by the high quality work that open source communities do. If you do not know, Linux Mint and others are all free operations systems, developed by a large group of people that don’t necessarily make a living out of it.

After some research, I decided to go with Linux Mint due to its large ammount of users and my previous positive experience. Another distribution worth looking is Debian, but I haven’t tried it. You can find a lot of information about possible Linux distributions in Distro Watch.

The positive side

The negative side

Writing research articles: Latex (textudio + texlive)

Writing other documents: Writer (libreoffice) and gedit

Spreadsheets: Calc (libreoffice)

Slides: Impress (libreoffice), Latex beamer and RMarkdown

Data Analysis: R+RStudio and Python+Spyder (ocasionally),

Data storage: SQLITE and csv files

Remote access: RealVnc

Browser: Chrome

Conclusion

I’m very happy with my choice and advise everyone to make the switch. I’m more productive in Linux than I was in Windows. But, the transition is not easy. You’ll need to learn many new things. Be confident that the positive payoff vastly outweigh the costs.

I hope this post gives some pointers for those considering making the change. You can find many tutorials in the internet about how to install and use Linux mint.

To leave a comment for the author, please follow the link and comment on their blog: R and Finance.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.