Weekly Shaarli

All links of one week in a single page.

Week 19 (May 4, 2020)

Autodoist: generation of next action labels and re-use of sub-tasks in recurring lists : todoist
thumbnail

Hi everyone, I wanted to share a tool with you that I made to bring you the following additional features for Todoist: 1. Assign automatic...

What to do to switch to biblatex? - TeX - LaTeX Stack Exchange
thumbnail

Because of the great answers posted around in the site, I'm finally considering to do the switch and move to biblatex. So, the question is what do I have to do?

To give the question some focus, as...

GitHub - sotetsuk/gobibtex: BibTeX parser written in Go
thumbnail

BibTeX parser written in Go. Contribute to sotetsuk

Learning systemd
thumbnail

Systemd is coming to a linux distro near you.

VLANs — Open vSwitch 2.13.90 documentation

virtual lans explained, guide

GitHub - 0x000NULL/CSSR: Repository of practice, guides, list, and scripts to help with cyber security.
thumbnail

Repository of practice, guides, list, and scripts to help with cyber security. - 0x000NULL

VIM Spelling Suggestions with fzf | COREYJA

TlDr Use fzf to show VIM spelling suggestions, and override the built in shortcut Background Recently I was looking to add spell-checking to VIM and came…

KVM and anti-cheat systems? : VFIO

Virtual machines and cheat VAC anti-cheat software

bash - How to concatenate stdin and a string? - Stack Overflow
thumbnail

The more idiomatic way of doing what you want is then:

echo 'http://dx.doi.org/'"$(pbpaste)"
The $(...) syntax is called command substitution. In short, it executes the commands enclosed in a new subshell, and substitutes the its stdout output to where the $(...) was invoked in the parent shell. So you would get, in effect:

echo 'http://dx.doi.org/'"rsif.2012.0125"

GitHub - caltechlibrary/bibtex: A Golang BibTeX package and bibfilter tool
thumbnail

A Golang BibTeX package and bibfilter tool. Contribute to caltechlibrary

DIY SpotifyDevice / Vintage Raspberry Pi Internet-Radio - Album on Imgur
thumbnail

Post with 101 votes and 145435 views. Shared by mxmln23. DIY SpotifyDevice

[Youtube] 2012 Red Hat Summit: SELinux For Mere Mortals
thumbnail
Six things to keep in mind when working with Dockerfiles : docker
File System Pass-Through in KVM/Qemu/libvirt -

This post doesn’t cover fully setting up KVM

GPU passthrough: gaming on Windows on Linux
thumbnail

For a long time, I’ve been trying to figure out just how to get the best of both worlds in terms of running Windows and Ubuntu1 on my desktop PC. I’ve tried the obvious options: I dual-booted Windows and Ubuntu on my laptop for most of my university career, and more recently I’ve tried just running a Windows host with a virtualised Ubuntu in VMWare. Neither of these approaches fully satisfied me.

CS:GO blocking VM gamers and why we shouldn't be too worried about it : VFIO

Virtual machines and cheat VAC anti-cheat software

GitHub - clibs/entr: A utility for running arbitrary commands when files change. Uses kqueue(2) or inotify(7) to avoid polling. entr responds to file system events by executing command line arguments or by writing to a FIFO. entr was written to provide to make rapid feedback and automated testing natural and completely ordinary.
thumbnail

A utility for running arbitrary commands when files change. Uses kqueue(2) or inotify(7) to avoid polling. entr responds to file system events by executing command line arguments or by writing to a FIFO. entr was written to provide to make rapid feedback and automated testing natural and completely ordinary. - clibs

Why I Prefer systemd Timers Over Cron – Thomas Stringer – Software Engineer
Understanding and Using Systemd - Linux.com
thumbnail
How to edit command line in full screen editor in ZSH? - Unix & Linux Stack Exchange
thumbnail

In bash, using vi mode, if I hit Esc,v, my current command line is opened in the editor specified by $EDITOR and I am able to edit it in full screen before 'saving' the command to be returned to the

GitHub - gollum/gollum: A simple, Git-powered wiki with a sweet API and local frontend.
thumbnail

A simple, Git-powered wiki with a sweet API and local frontend. - gollum