VirtualTam's bookmarks
274 bookmarks found
-
Python testing: unittest / pytest
2020-09-07 - https://blog.j-labs.pl/2019/02/Pytest-why-its-more-popular-than-unittest
- https://www.reddit.com/r/Python/comments/fdv5f2/pytest_or_unittest_in_2020/
- https://www.reddit.com/r/Python/comments/6s4a4p/played_with_pytest_for_the_first_time_today_uhh/
- https://www.reddit.com/r/Python/comments/5uxh22/unittest_vs_pytest/
- https://stackoverflow.com/questions/61121824/pytest-vs-unittest-framework-testloader-and-loadtestsfromtestcase-methods
- https://stackoverflow.com/questions/27954702/unittest-vs-pytest
-
Open questions, potential solutions or workarounds:
- Loki does not support out-of-order message ingestion
- There is not Java client for Loki
- The Wiced MQTT queue might be limited depending on the volume of logs
-
X11 / XKB custom keyboard layout definition
2020-08-15 - https://web.archive.org/web/20170825051821/http://madduck.net:80/docs/extending-xkb/
- https://web.archive.org/web/20170720005456/http://pascal.tsu.ru/en/xkb/
- https://web.archive.org/web/20170709093947/https://wiki.debian.org/XStrikeForce/InputHotplugGuide
- https://help.ubuntu.com/community/Custom%20keyboard%20layout%20definitions
- http://linux.lsdev.sil.org/wiki/index.php/Building_an_XKB_Keyboard
- https://rlog.rgtti.com/2014/05/01/how-to-modify-a-keyboard-layout-in-linux/
- https://www.freedesktop.org/wiki/Software/XKeyboardConfig/
- https://askubuntu.com/questions/482678/how-to-add-a-new-keyboard-layout-custom-keyboard-layout-definition
- https://wiki.archlinux.org/index.php/X_keyboard_extension
-
- https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
- https://stackoverflow.com/questions/223678/which-commit-has-this-blob
1git rev-list --objects --all \ 2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \ 3| sed -n 's/^blob //p' \ 4| sort --numeric-sort --key=2 --reverse \ 5| head -n 150 \ 6| cut -c 1-12,41- \ 7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
-
- https://colemak.com/Unix
- https://forum.colemak.com/topic/2315-dreymars-big-bag-of-keyboard-tricks-main-topic/
- https://forum.colemak.com/topic/1438-dreymars-big-bag-of-keyboard-tricks-linuxxkb-files-included/
- https://forum.colemak.com/topic/2014-extend-extra-extreme/
- https://forum.colemak.com/topic/50-colemak-vim/
- https://forum.colemak.com/topic/513-modifications-for-other-languages/
- https://colemakmods.github.io/ergonomic-mods/extend.html
- https://colemakmods.github.io/ergonomic-mods/modifiers.html
- https://www.youtube.com/watch?v=xlqDCY05Hpk
- https://stackoverflow.com/questions/253820/colemak-keyboards-with-emacs-or-vim
-
Docker:
- https://github.com/moby/moby/issues/9021
- https://github.com/moby/moby/issues/11185
- https://github.com/moby/moby/issues/11185#issuecomment-245983651
- https://github.com/moby/moby/issues/19017
- https://github.com/docker/for-mac/issues/2670#issuecomment-372365274
Kubernetes:
- https://github.com/kubernetes/kubernetes/issues/1802
- https://github.com/kubernetes/kubernetes/issues/23864
- https://github.com/kubernetes/kubernetes/issues/23864#issuecomment-387070644
Disabling userland proxy:
- https://github.com/moby/moby/issues/5618
- https://github.com/moby/moby/issues/14856
- https://github.com/moby/moby/issues/11185#issuecomment-129085898
Threads:
-
- https://stackoverflow.com/questions/415452/object-orientation-in-c
- https://sites.google.com/site/cinterfacesimplementations/
- http://web.archive.org/web/20190125125043/http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-c-style.pdf
- https://www.maultech.com/chrislott/resources/cstyle/
- https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard
-
Docker & UFW
2019-10-24 - https://github.com/moby/moby#4737
- https://github.com/docker/for-linux/issues/690
- https://stackoverflow.com/questions/30383845/what-is-the-best-practice-of-docker-ufw-under-ubuntu
- https://www.mkubaczyk.com/2017/09/05/force-docker-not-bypass-ufw-rules-ubuntu-16-04/
- https://www.techrepublic.com/article/how-to-fix-the-docker-and-ufw-security-flaw/
- https://www.linux.com/news/how-fix-docker-and-ufw-security-flaw/
- https://svenv.nl/unixandlinux/dockerufw/
- https://blog.viktorpetersson.com/2014/11/03/the-dangers-of-ufw-docker.html
- https://news.ycombinator.com/item?id=27613217
-
Paravirtual (PV) to Hardware Virtual Machine (HVM):
ENA support:
- https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html
- https://forums.aws.amazon.com/thread.jspa?threadID=166135
- https://aws.amazon.com/premiumsupport/knowledge-center/boot-error-linux-m5-c5/
- https://bugs.centos.org/view.php?id=14107
- https://ygrene.tech/how-to-enable-ena-support-for-aws-amis-in-5-steps-and-make-your-bamboo-remote-jobs-really-fast-f2a4254a9955
Build Debian AMIs from scratch:
- https://bootstrap-vz.readthedocs.io/en/master/
- https://github.com/andsens/bootstrap-vz
- https://www.slideshare.net/JamesBromberger/debian-cloud-building-the-debian-amis
- https://blog.james.rcpt.to/2012/12/06/official-debian-images-on-amazon-web-services-ec2/
Squeeze:
Wheezy:
- https://lists.debian.org/debian-cloud/2014/10/msg00009.html
- https://lists.debian.org/debian-cloud/2014/11/msg00000.html
Boot to chroot: