VirtualTam's bookmarks
15 bookmarks found
Page 1 of 1
-
-
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://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
-
ngrep: grep applied to the network layer
2018-12-22 A PCAP-based tool that allows you to specify an extended regular or hexadecimal expression to match against data payloads of packets. It understands many kinds of protocols, including IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw, across a wide variety of interface types, and understands BPF filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.
-
Extension with Compose format 3.4+:
- https://github.com/moby/moby/issues/31101
- https://github.com/docker/compose/issues/4315
- https://github.com/docker/cli/pull/452
- https://github.com/docker/compose/pull/5140
- https://stackoverflow.com/questions/45279662/extend-service-in-docker-compose-3
Inheritance through YAML anchors:
-
Proxmox: Networking, Firewall, Security
2018-05-15 - https://pve.proxmox.com/wiki/Network_Configuration
- https://pve.proxmox.com/wiki/Firewall
- https://pve.proxmox.com/wiki/Fail2ban
- https://forum.proxmox.com/threads/how-to-implement-fail2ban-on-host.3583/
- https://forum.proxmox.com/forums/proxmox-ve-networking-and-firewall.17/
- https://myatus.com/p/guide-firewall-and-router-with-proxmox-extending-its-us/
- https://www.kiloroot.com/secure-proxmox-install-sudo-firewall-with-ipv6-and-more-how-to-configure-from-start-to-finish/
- https://blog.waccabac.com/gestion-du-pare-feu-de-proxmox-ve-4/
-
DMARC reports analysis tools
2017-12-21 - https://dmarc.org/resources/code-and-libraries/
- https://blog.returnpath.com/how-to-read-your-first-dmarc-reports-part-1/
- https://domainaware.github.io/checkdmarc/
- https://github.com/domainaware/checkdmarc
- https://github.com/domainaware/parsedmarc
- https://github.com/trailofbits/dmarc
- https://github.com/beckspaced/Dmarc-Report-Viewer-Extended
- https://github.com/linkedin/lafayette/
- https://github.com/thinkingserious/sendgrid-python-dmarc-parser
- https://github.com/prbinu/dmarc-report-processor
- https://github.com/alan-hicks/django-dmarc
- https://github.com/martinhoefling/go-dmarc-report
- https://github.com/cheatas/DMARCate
-
Building a DLL in Cygwin
2017-04-25 error: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'
- https://cygwin.com/ml/cygwin/2014-04/msg00058.html
- https://stackoverflow.com/questions/10486116/what-does-this-gcc-error-relocation-truncated-to-fit-mean
- https://www.technovelty.org/c/relocation-truncated-to-fit-wtf.html
error: undefined symbols not allowed
- http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html
- http://stackoverflow.com/questions/17487891/libtool-undefined-symbols-not-allowedin-i686-pc-mingw32-shared#22884787
error: undefined reference to winmain
- http://stackoverflow.com/questions/33734016/undefined-reference-to-winmain-with-cygwin-and-cmake
- http://stackoverflow.com/questions/13871617/winmain-and-main-in-c-extended
Autotools:
- https://www.sourceware.org/autobook/autobook/autobook_135.html
- https://www.sourceware.org/autobook/autobook/autobook_136.html
- https://sourceware.org/autobook/autobook/autobook_137.html
- http://stackoverflow.com/questions/26151995/autotools-make-doesnt-create-dll-under-cygwin
- https://autotools.io/libtool/windows.html
Cygwin:
General:
-
This document describes the current state of packaging in Python using Distribution Utilities (“Distutils”) and its extensions from the end-user’s point-of-view, describing how to extend the capabilities of a standard Python installation by building packages and installing third-party packages, modules and extensions.
Page 1 of 1