Weekly Shaarli

All links of one week in a single page.

Week 39 (September 21, 2020)

GitHub - bcicen/ctop: Top-like interface for container metrics
thumbnail

Top-like interface for container metrics. top/htop for containers

GitHub - tulir/gomuks: A terminal based Matrix client written in Go.
thumbnail

A terminal based Matrix client written in Go.

NOT a cli client, less useful for scripting

Python 101: An Intro to Working with JSON - The Mouse Vs. The Python

Encoding a JSON String
Decoding a JSON String
Saving JSON to Disk
Loading JSON from Disk
Validating JSON with json.tool

Using <code>gpg-agent</code> Effectively

Running gpg-agent as a systemd user process

Understanding Systemd Units and Unit Files | DigitalOcean

Increasingly, Linux distributions are adopting or planning to adopt the systemd init system. This powerful suite of software can manage many aspects of your server, from services to mounted devices and system states. In systemd, a unit refers to any r

GitHub - 2mol/pboy at 1.3
thumbnail

a small .pdf management tool with a command-line UI - 2mol

paperboy

VisiData - quickly explore almost ANY data set on the terminal

allows csv, sqlite, db, git, zip, many many more

set battery max charge level to limit on dell laptops

sudo /opt/dell/dcc/cctk --primarybatterycfg=custom:50-85

Online SMTP Test - Send and Check your Email Server

Free advanced online tool to Test and check your SMTP server. SMTPer provides you a full interface to test and check your Mail server on the fly. Specify the SMTP host and the port, you can eventually use a Secured Connection (ssl, tsl ..) and authentication...

GitHub - metabase/metabase: The simplest, fastest way to get business intelligence and analytics to everyone in your company
thumbnail

The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: - metabase

Exposing your Homelab ::Blog ::TheOrangeOne
thumbnail

goes over the techniques (and the reasons) for exposing a server to the internet

  • Don’t
  • Port forward
  • VPN only
  • VPN Gateway
  • Reverse Proxies
Welcome to Python 101! — Python 101 1.0 documentation

Extensive python introduction book leaning toward cli work and data ingestion (json, csv), as well as transformation (working with dates, numbering, etc)

Vim+Zathura+Synctex · GitHub
thumbnail

Vim+Zathura+Synctex. GitHub Gist: instantly share code, notes, and snippets.

My Polybar Tips and Tricks – Rahat Zaman
thumbnail
  • stop polybar taking up fixed space
  • two lines of text below each other
  • choosing the right monitor
  • dynamic monitor placement
  • IPC in polybar
GitHub - ad-si/TaskLite: The CLI task manager for power users
thumbnail

The CLI task manager for power users. Contribute to ad-si

GitHub - RobinLinus/snapdrop: A Progressive Web App for local file sharing
thumbnail

A Progressive Web App for local file sharing. Mirrors Apple's airdrop

Share files between PC and android/ios or any other device which can browse to the address you have the application running at.

GitHub - ahmedsaadxyzz/matrixcli: Command line matrix client
thumbnail

Command line matrix client. Contribute to ahmedsaadxyzz

CLI client for matrix -> useful for notification daemon, polybar integration, or other scripting purposes

NOT a tui client (perhaps look into gomuks instead)

Creating systemd timers instead of a personal crontab – Niels K.

Systemd timers explained in-depth

systemd - Writing a service that depends on Xorg - Super User
thumbnail

I'm trying to write a user level service for redshift, and it needs to wait until Xorg is up and running.


Combine the answers from gue and the top answer -- XAUTHORITY and DISPLAY should be automatically imported now, but xsession.target still needs to be run manually, afaik.

GitHub - neovim/nvim-lspconfig: Quickstart configurations for the Nvim LSP client
thumbnail

Quickstart configurations for the Nvim LSP client. Contribute to neovim