You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.9 KiB
48 lines
1.9 KiB
5 years ago
|
+++
|
||
|
title = "Links for 2020-03-16"
|
||
|
date = 2020-03-16
|
||
|
|
||
|
[taxonomies]
|
||
|
tags = ["links", "devops", "books", "covid-19", "licensing", "python", "cheatsheet", "erland", "language server", "text processing"]
|
||
|
+++
|
||
|
|
||
|
Free DevOps Books, COVID-19 Vaccine Fight, License Writing Tool, Python
|
||
|
Cheatsheet, Erland LS, Unix Text Processing.
|
||
|
|
||
|
<!-- more -->
|
||
|
|
||
|
# [You can get my DevOps books free the rest of this month](https://www.jeffgeerling.com/blog/2020/you-can-get-my-devops-books-free-rest-month)
|
||
|
|
||
|
Jeff Geerling, author of "Ansible for DevOps" and "Kubernetes for DevOps" made
|
||
|
those two books free on LeanPub, but only for this month.
|
||
|
|
||
|
# [Germany tries to halt U.S. interest in firm working on coronavirus vaccine](https://www.reuters.com/article/us-health-coronavirus-germany-usa/germany-tries-to-stop-us-from-luring-away-firm-seeking-coronavirus-vaccine-idUSKBN2120IV)
|
||
|
|
||
|
Welt am Sonntag, a German newspaper, got hold on the fact that the US
|
||
|
government is trying to buy the company working on a cure of COVID-19, "but
|
||
|
only for the US".
|
||
|
|
||
|
Hey, nice showing on how to be a super-power, US Government.
|
||
|
|
||
|
# [Licensor: write licenses to stdout](https://github.com/raftario/licensor)
|
||
|
|
||
|
Tired of searching how to write the license for your project? Worry no more!
|
||
|
Licensor have a list of licenses and you can use it to generate your LICENSE
|
||
|
file!
|
||
|
|
||
|
# [Comprehensive Python Cheatsheet](https://github.com/gto76/python-cheatsheet)
|
||
|
|
||
|
Chearsheets are abound, but this one for Python is pretty damn nice -- and
|
||
|
_really_ complete.
|
||
|
|
||
|
# [Welcome to Erlang LS](https://erlang-ls.github.io/)
|
||
|
|
||
|
Erlang got its own Language Server, allow you to use any editor (that supports
|
||
|
LSP -- Language Server Protocol -- that is) to write Erland code and get
|
||
|
auto-completion and jump to definitions.
|
||
|
|
||
|
# [Text processing in the shell](https://blog.balthazar-rouberol.com/text-processing-in-the-shell)
|
||
|
|
||
|
A short explanation of lots of tools for text processing on Unix (actually,
|
||
|
POSIX) systems.
|