Skip to content

Instantly share code, notes, and snippets.

View zvory's full-sized avatar
🧌

Alex Zvorygin zvory

🧌
View GitHub Profile
az~/stripe/presto$ ./mvnw -e clean install -DskipTests
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] presto-root
[INFO] presto-spi
[INFO] presto-plugin-toolkit
[INFO] presto-client
az~/stripe/presto$ ./mvnw test -e -T 2.0C -pl presto-main
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] Using the MultiThreadedBuilder implementation with a thread count of 24
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building presto-main 0.215
[INFO] ------------------------------------------------------------------------
[INFO]
az~/stripe/presto$ ./mvnw test -e -pl presto-main
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building presto-main 0.215
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (default) @ presto-main ---
[INFO] Ignoring requireUpperBoundDeps in org.codehaus.plexus:plexus-utils

mod1 - option + shift

mod2 - ctrl + option + shift


mod1 + space — cycle to next layout

mod2 + space - cycle to previous layout

mod1 + w - focus 1st screen

mod1 + e - focus 2nd screen

mod1 + r - focus 3rd screen

mod2 + w - move focused window to 1st screen

mod2 + e - move focused window to 2nd screen

@zvory
zvory / gist:28f00f715a50045dbfecda0ca1365b44
Last active October 19, 2018 16:54
Unix 101, Computer Science Club, University of Waterloo

Unix 101.

We'll be covering these topics:

  • Why people use the shell 🤔
  • Basics of shell interaction
    • Less, basic editing like nano maybe?, cd, file system, running programs
  • Some fun commands
    • How to install new programs (Mac / Linux) 🛠️
  • Writing a simple script :writ
  • Background tasks (?)