Skip to content

Instantly share code, notes, and snippets.

View ltenzil's full-sized avatar

L Tenzil ltenzil

  • Chennai
View GitHub Profile
@ltenzil
ltenzil / ubuntu1804_ruby_elixir.md
Created March 28, 2020 21:35 — forked from brycejohnston/ubuntu1804_ruby_elixir.md
Ubuntu 18.04 / 18.10 Ruby and Elixir Development Setup

Ubuntu 18.04 / 18.10 Ruby and Elixir Development Setup

Guide to setting up a new Ubuntu 18.04 dev environment with Ruby and Elixir installed with the asdf version management tool.

Update system and install prerequisite packages

Some of these packages may already be installed

sudo apt-get install make binutils gcc build-essential \
 git curl zlib1g-dev openssl libssl-dev libreadline-dev \
@ltenzil
ltenzil / service file for start, stop and restart rails
Created December 10, 2019 09:28
Understanding service files
refer
=> https://linuxconfig.org/how-to-create-systemd-service-unit-in-linux
=> https://medium.com/@damuz91/setting-up-puma-as-a-service-in-systemd-in-ubuntu-18-9d2c1fe774e4
[with pumactl]
[Unit]
Description=Puma HTTP Server
After=network.target
@ltenzil
ltenzil / 01. Title and its options
Last active December 9, 2019 12:17
Understanding Highcharts
https://www.highcharts.com/docs/chart-concepts/titleandsubtitle.png
title: {
text: ‘the title comes here’,
style: { color: ‘blue’, fontWeight: ‘normal’ },
x: 10,
y: 20,
align: ‘right’,
verticalAlign: ‘top’,
margin: 50,
widthAdjust: -100,
@ltenzil
ltenzil / sublime settings
Created December 15, 2017 10:46
Settings for sublime
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Breakers.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[