This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .dataType : CVE_RECORD | |
| .containers.adp[0].title : CISA ADP Vulnrichment | |
| .containers.adp[0].metrics[0].other.type : ssvc | |
| .containers.adp[0].metrics[0].other.content.id : CVE-2026-32202 | |
| .containers.adp[0].metrics[0].other.content.role : CISA Coordinator | |
| .containers.adp[0].metrics[0].other.content.options[0].Exploitation : none | |
| .containers.adp[0].metrics[0].other.content.options[1].Automatable : no | |
| .containers.adp[0].metrics[0].other.content.options[2].Technical Impact : partial | |
| .containers.adp[0].metrics[0].other.content.version : 2.0.3 | |
| .containers.adp[0].metrics[0].other.content.timestamp : 2026-04-14T19:31:55.747426Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "dataType": "CVE_RECORD", | |
| "containers": { | |
| "adp": [ | |
| { | |
| "title": "CVE Program Container", | |
| "references": [ | |
| { | |
| "url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5449", | |
| "tags": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit aa0bb49e0355a0853e9019d87a4741fc0ec7cf55 | |
| Author: agrajag9 <agrajag9@a9development.com> | |
| Date: Sat May 3 09:00:10 2025 +0000 | |
| emulators/wine-devel: implement create_logical_proc_info on FreeBSD | |
| see: wine merge request 7339 | |
| https://gitlab.winehq.org/wine/wine/-/merge_requests/7339 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 9c496d7af149cd9db9cc99d1d65841c3b1a0d552 | |
| Author: agrajag9 <agrajag9@a9development.com> | |
| Date: Sat May 17 06:57:19 2025 +0000 | |
| misc/hworld-kmod | |
| diff --git a/misc/hworld-kmod/Makefile b/misc/hworld-kmod/Makefile | |
| new file mode 100644 | |
| index 0000000000..b21d06e344 | |
| --- /dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export FILEBOT_FORMAT_MOVIE="/tank/media/library/movies/{ny}/{ny}{' - pt'+pi}" | |
| export FILEBOT_FORMAT_TV="/tank/media/library/tv/{n}/{n} - Season {s.pad(2)}/{n} - {s00e00} - {t}" | |
| alias filebot='filebot --log all --log-file /var/log/filebot.log -no-xattr -no-probe -rename -non-strict --mode interactive' | |
| alias test_movie='filebot --db TheMovieDB --format "${FILEBOT_FORMAT_MOVIE}" --action test' | |
| alias move_movie='filebot --db TheMovieDB --format "${FILEBOT_FORMAT_MOVIE}" --action move' | |
| alias link_movie='filebot --db TheMovieDB --format "${FILEBOT_FORMAT_MOVIE}" --action hardlink' | |
| alias test_tv='filebot --db TheTvDB --format "${FILEBOT_FORMAT_TV}" --action test' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| LIBS="dri/radeonsi_drv_video.so libdrm_amdgpu.so.1 libdrm.so.2 libva-drm.so.2 libva.so.2" | |
| SYS_ROOT="/zroot/iocage/jails/plex/root" | |
| PLEX_PATH="$SYS_ROOT/usr/local/share/plexmediaserver-plexpass/lib" | |
| LIB_PATH="/usr/local/lib" | |
| SYS_PATH="$SYS_ROOT/$LIB_PATH" | |
| iocage restart plex | |
| iocage pkg plex update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Node 0x38: | |
| model: | |
| 51 75 61 6c 63 6f 6d 6d 20 54 65 63 68 6e 6f 6c 6f 67 69 65 | |
| 73 2c 20 49 6e 63 2e 20 4d 53 4d 20 38 39 39 38 20 76 31 20 | |
| 53 6f 43 00 | |
| 'Qualcomm Technologies, Inc. MSM 8998 v1 SoC' | |
| compatible: | |
| 71 63 6f 6d 2c 6d 73 6d 38 39 39 38 00 | |
| 'qcom,msm8998' | |
| qcom,board-id: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| echo "Storing tmp csvs in /tmp/dupes.$$/" | |
| mkdir -p /tmp/dupes.$$ | |
| echo -n "Hashing files... " | |
| find $(pwd) -mindepth 1 -maxdepth 1 -type f \ | |
| | while IFS= read FULLPATH; do \ | |
| MD5=$( md5 -q "${FULLPATH}" ) | |
| MTIME=$( stat -f %m "${FULLPATH}" ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BackgroundColour=27,34,41 | |
| ForegroundColour=187,194,207 | |
| CursorColour=236,190,123 | |
| Black=27,34,41 | |
| BoldBlack=63,68,74 | |
| Red=255,108,107 | |
| BoldRed=218,133,72 | |
| Green=152,190,101 | |
| BoldGreen=77,181,189 | |
| Yellow=236,190,123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Option: 00. Variable: Boot0003 | |
| Desc - UEFI Samsung SSD 970 EVO Plus 250GB S59BNJ0N117895H 1 | |
| DevPath - PcieRoot(0x2)/Pci(0x0,0x0)/Pci(0x0,0x0)/NVMe(0x1,A8-C4-43-01-51-38-25-00) | |
| Optional- Y | |
| Option: 01. Variable: Boot0001 | |
| Desc - UEFI Misc Device | |
| DevPath - SD(0xCA) | |
| Optional- Y | |
| Option: 02. Variable: Boot0002 | |
| Desc - UEFI Misc Device 2 |
NewerOlder