Skip to content

Instantly share code, notes, and snippets.

View abd6982's full-sized avatar
🏠
Working from home

Abhishek Dubey abd6982

🏠
Working from home
  • Ghaziabad, U. P., India
View GitHub Profile
@abd6982
abd6982 / linear-programming-with-r.rmd
Created June 15, 2020 15:15
Linear Programming with R
---
title: "Linear Programming with R"
author: "Abhishek Dubey"
date: "15 June 2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
@abd6982
abd6982 / README.md
Last active June 2, 2021 04:06
Ubuntu Development Environment Setup Script

Ubuntu Dev Setup Script

I tend to setup and teardown my dev environments quite frequently. So I have created this setup.sh script to automate setting up the dev environment with my preferences.

This script -

  • Installs curl, git, net-tools, and tree.
  • Installs build-essential package which installs gcc, g++ and some other libs.
  • Installs the latest openjdk and maven.
  • Installs python3 and some required libraries (I use them pretty often).
  • Installs nodejs 12 globally. Then installs Node Version Manager and installs all LTS versions.