VirtualTam's bookmarks
946 bookmarks found
-
- Red Hat’s commitment to open source: A response to the git.centos.org changes
- Hackaday - CentOS Is Dead, Long Live CentOS
- Impact of RHEL changes to AlmaLinux
- Brave New World: The Path Forward for Rocky Linux
- Rocky Linux Expresses Confidence Despite Red Hat's Announcement
- Jeff Geerling - Dear Red Hat: Are you dumb?
- Jeff Geerling - Removing official support for Red Hat Enterprise Linux
- JMJ - Re-evaluating RHEL
-
Make systemd better for Podman with Quadlet
2024-11-22 Aka "Docker Compose for Podman"
— What do you get if you squash a Kubernetes kubelet? — A quadlet
-
- Build own USB device on linux-based board!
- What Are Differential Pairs?
- How to route USB data lines on a PCB
- Can You Route USB 2.0 on a 2-Layer Board?
- KiCad STM32 Hardware Design - An Overview in 20 Minutes - Phil's Lab #15
- STM32 Programming via USB (DFU) - Phil's Lab #72
- How To: STM32F103C8T6 As An USB Device (Virtual Serial Port / CDC)
-
Reference:
- abbr - manage fish abbreviations
- argparse - parse options passed to a fish script or function
- function - create a function
- string - manipulate strings
- switch - conditionally execute a block of commands
Configuration:
- Writing your own prompt
- fish_add_path - add to the path
- fish_git_prompt - output git information for use in a prompt
- Setting up my fish shell from scratch on macOS
Plugins:
- jorgebucaran/fisher - A plugin manager for Fish
- jorgebucaran/autopair.fish - Auto-complete matching pairs in the Fish command line
- PatrickF1/fzf.fish
- kidonng/zoxide.fish
-
- netman69/inficam - Android app and C++ bindings for InfiRay cameras
- stawel/ht301_hacklib - ht-301 thermal camera opencv lib
- What is the occasional clicking sound made by the Tau2 camera? What is FFC?
- diminDDL/IR-Py-Thermal - Python Thermal Camera Library
- Lock-in IR-Thermography - a novel tool for material and device characterization (PDF)
-
hanslub42/rlwrap - a readline wrapper
2024-07-09 -
Raspberry Pi Zero 2 W Audio Gadget
2024-05-21 -
Arch Linux RFCs
2024-05-15 -
pactree
- package dependency tree viewer1$ pactree python-tox | rg 'python-' 2 3python-tox 4├─python-cachetools 5├─python-chardet 6├─python-colorama 7├─python-filelock 8├─python-packaging 9├─python-platformdirs 10├─python-pluggy 11├─python-pyproject-api 12│ └─python-packaging 13└─python-virtualenv 14 ├─python-distlib 15 ├─python-filelock 16 └─python-platformdirs