I hereby claim:
- I am musale on github.
- I am musale (https://keybase.io/musale) on keybase.
- I have a public key ASBOCqg17Qf9QZ-ajWU6i12_NDP5XJRdABikfXz3Ebq80Qo
To claim this, I am signing this object:
include "secure" | |
fixedConnectionPool = 5 | |
repository.dispatcher { | |
executor = "thread-pool-executor" | |
throughput = 1 | |
thread-pool-executor { | |
fixed-pool-size = ${fixedConnectionPool} | |
} |
// The Typesafe repository | |
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/" | |
// The Play plugin | |
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12") | |
// Scala formatting: "sbt scalafmt" | |
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.12") | |
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")% |
sbt.version=1.1.1 |
scalaVersion in ThisBuild := "2.12.4" | |
crossScalaVersions := Seq("2.11.12", "2.12.4") | |
name := "random-quote" | |
version := "1.0.0-SNAPSHOT" | |
libraryDependencies += guice | |
libraryDependencies += "net.codingwell" %% "scala-guice" % "4.1.1" | |
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.2" % Test | |
lazy val root = (project in file(".")).enablePlugins(PlayScala) |
I hereby claim:
To claim this, I am signing this object:
# Hello, and welcome to makefile basics. | |
# | |
# You will learn why `make` is so great, and why, despite its "weird" syntax, | |
# it is actually a highly expressive, efficient, and powerful way to build | |
# programs. | |
# | |
# Once you're done here, go to | |
# http://www.gnu.org/software/make/manual/make.html | |
# to learn SOOOO much more. |
# Clone letsenrypt to /opt | |
sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt | |
# To Create Certs | |
sudo -H /opt/letsencrypt/letsencrypt-auto certonly --standalone -d site.com -d www.site.com | |
# To Renew | |
sudo -H /opt/letsencrypt/letsencrypt-auto certonly --standalone --renew-by-default -d site.com -d www.site.com | |
# To Autorenew |
# create folders if does not exist | |
mkdir -p ~/.fonts | |
mkdir -p ~/.config/fontconfig/ | |
# download noto color emoji font from https://www.google.com/get/noto/#emoji-zsye-color | |
# extract NotoColorEmoji.ttf file into ~/.fonts/ | |
# create font config file | |
cat << 'EOF' > ~/.config/fontconfig/fonts.conf | |
<?xml version="1.0" encoding="UTF-8"?> |
[global_config] | |
suppress_multiple_term_dialog = True | |
title_transmit_bg_color = "#839496" | |
title_inactive_fg_color = "#93a1a1" | |
title_transmit_fg_color = "#eee8d5" | |
title_inactive_bg_color = "#586e75" | |
[keybindings] | |
[profiles] | |
[[default]] | |
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1" |
# initialization file (not found) |