- Source: http://cheat.errtheblog.com/s/tmux
- Version: 7 (udpated by mloskot)
$ tmux # start tmux server
$ tmux at # attach running sessions to a terminal
$ tmux ls # list running tmux sessions
$ tmux # start tmux server
$ tmux at # attach running sessions to a terminal
$ tmux ls # list running tmux sessions
| #!/usr/bin/env python | |
| # Counts Git LFS objects and per file type, and calculates total sizes. | |
| import os | |
| import sys | |
| import tempfile | |
| print('Collecting sizes of Git LFS objects') | |
| tmp_file = os.path.join(os.getcwd(), 'tmp_sizes.tx') | |
| os.system('git lfs ls-files --long --size > {0}'.format(tmp_file)) |
Based on
General rules, KISS:
| Author | |
|---|---|
Mateusz Loskot (aka mloskot) |
mateusz@loskot.net |
Follow-up to SIG-Windows weekly meeting from Jan 2, 2024, this is my brainstorm of ideas and issues about the state and future of SWDT. It turned out to be not as structured and systematic as I wished, apologies
Apparently, after a while of using Kubernetes, everyone comes to the point realisation there is a need to dive into CNI and the overall networking deeper. So, here is my diving kit:
Random list of resources I've found informative during my learning of libvirt and related technologies from a software developer perspective and Go learner too as prep for an exciting git using libvirt and Go.
I hereby claim:
To claim this, I am signing this object:
| -- SQL script to quickly generate and test PostGIS geometry formats in pgAdmin | |
| SELECT | |
| ST_AsText(g), | |
| --ST_AsGeoJSON(g), | |
| encode(ST_AsBinary(g), 'hex') | |
| FROM (SELECT | |
| ------------ EMPTY by PostGIS and SQL Server: | |
| ------------ http://blog.cleverelephant.ca/2010/03/nothing-nada-zip-bupkus.html | |
| ------ OGC 1.0 | |
| --'POINT EMPTY'::geometry --"010400000000000000" |
| $▶ mage | tee.exe x.log | |
| Running dependency: main.Config.Settings | |
| Running dependency: Fetch | |
| [swdt-mage] --- Begin of configuration from settings.yaml ------------ | |
| calico: | |
| calico_version: 3.25.0 | |
| kubernetes: | |
| kubernetes_build_from_source: false | |
| kubernetes_version: "1.26" | |
| network: |