摘要: How to install packages Using brew, Homebrew/Linuxbrew Download Github Repository Homebrew from Link Install it under ~/.homebrew Write the file locat 阅读全文
posted @ 2024-02-05 09:11 DORAB 阅读(17) 评论(0) 推荐(0)
摘要: Decorations in Python References: ref1, ref2, ref3 A decorator is a design pattern in Python that allows a user to add new functionality to an existin 阅读全文
posted @ 2024-02-05 07:14 DORAB 阅读(17) 评论(0) 推荐(0)
摘要: Reference What is Yield Keyword in Python Python's yield keyword is like another one we use to return an expression or object, typically in functions, 阅读全文
posted @ 2024-02-04 15:02 DORAB 阅读(32) 评论(0) 推荐(0)
摘要: Memory Protection Keys Reference: MPK in Linux kernel document Memory Protection Keys for Userspace (PKU aka PKEYs) is a feature which is found on Int 阅读全文
posted @ 2024-02-04 13:11 DORAB 阅读(117) 评论(0) 推荐(0)
摘要: Bounds checking strategy - mprotect()-based protection - Does not saturate the CPU like other mechanisms Source Szewczyk, R., Stonehouse, K., Barbalac 阅读全文
posted @ 2024-02-04 12:49 DORAB 阅读(31) 评论(0) 推荐(0)
摘要: Problem statement: Cannot assemble AT&T assembly code because of pwn's default is Intel assemble Errors encountered [ERROR] There was an error running 阅读全文
posted @ 2024-01-29 05:18 DORAB 阅读(59) 评论(0) 推荐(0)
摘要: NVIDIA-Driver in Linux Ubuntu Before all DKMS stands for Dynamic Kernel Module Support. It is a framework that allows third-party kernel modules, such 阅读全文
posted @ 2024-01-05 00:58 DORAB 阅读(295) 评论(0) 推荐(0)
摘要: NVIDIA-Driver in Linux Ubuntu Before all DKMS stands for Dynamic Kernel Module Support. It is a framework that allows third-party kernel modules, such 阅读全文
posted @ 2024-01-05 00:15 DORAB 阅读(193) 评论(0) 推荐(0)
摘要: Happens in the process when installing cuda-toolkit-12-3 Problem Install cuda-toolkit-12-3, but there is no space, so use ctrl-C to terminate the inst 阅读全文
posted @ 2024-01-05 00:12 DORAB 阅读(34) 评论(0) 推荐(0)
摘要: Download and install the WasmEdge Env Follow the tutorials, Build WasmEdge from source: Build on Linux Build in debug mode# After pulling our wasmedge 阅读全文
posted @ 2023-11-07 05:04 DORAB 阅读(144) 评论(0) 推荐(0)