-
$ sudo pacman -S tor $ ## nyx provides a terminal status monitor for bandwidth usage, connection details and more.
$ sudo pacman -S nyx
| # HOW TO BUILD A CLUSTER LIKE TELECOMIX | |
| p:We want to be copied because we believe that there is no limit to how many activist clusters there can be in the world. Below are some instructions on how we did it. Of course, there is a multitude of other ways to do it. We want to share our experiences. | |
| 1. Throw a party with friends who share similar interests. Cook some food if you like, or buy some beer, it is up to what you prefer. Make sure you have internet connectivity and encourage people to bring laptops. Play music. Or, if you do not have a place to entertain, find a pub or internet cafe that you can meet in and bring your laptops too. | |
| 2. Start an IRC-channel and spread all over the internet that this is the place where stuff happens. Use a cool network such as Freequest or Anonnet. Get an IRC shell and dive in. "Your home is where your shell is" (who said that?) | |
| 3. Gather friends with various skills. You will need coders as well as philosophers, people who know politics and people who know Photoshop ( |
| to_expr(x) = x | |
| to_expr(t::Tuple) = Expr(to_expr.(t)...) # Recursive to_expr implementation courtesy of Mason Protter | |
| lisparse(x) = to_expr(eval(Meta.parse(x))) # Note that the `eval` in here means that any normal (non-s-expression) Julia syntax gets treated a bit like a preprocessor macro: evaluated _before_ the s-expression syntax is compiled and evaluated | |
| function lispmode() | |
| # READ | |
| printstyled("\nlisp> ", color=:magenta, bold=true) | |
| l = readline() | |
| while l !== "(:exit)" | |
| try # So we don't get thrown out of the mode | |
| # EVAL |
| GOCMD=go | |
| GOTEST=$(GOCMD) test | |
| GOVET=$(GOCMD) vet | |
| BINARY_NAME=example | |
| VERSION?=0.0.0 | |
| SERVICE_PORT?=3000 | |
| DOCKER_REGISTRY?= #if set it should finished by / | |
| EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true | |
| GREEN := $(shell tput -Txterm setaf 2) |
$ sudo pacman -S tor
$ ## nyx provides a terminal status monitor for bandwidth usage, connection details and more.$ sudo pacman -S nyx