AstraZeneca Registers Phase III Clinical Trial for B7-H4 ADC, Hansoh/GSK Leads, Pfizer Halts Development

AstraZeneca Registers Phase III Clinical Trial for B7-H4 ADC, Hansoh/GSK Leads, Pfizer Halts Development

On November 17, 2025, the drug clinical trial registration and information disclosure platform showed that AstraZeneca registered the B7-H4 ADC Puxitatug Samrotecan (P-Sam, AZD8205) in a single-agent controlled physician’s choice chemotherapy treatment for patients with advanced/metastatic endometrial cancer (EC) that selectively expresses B7-H4 (≥25% tumor cell expression) and has progressed during or after platinum-based chemotherapy … Read more

RK3399 Environment Configuration (Part 2): Samba Service Configuration and Cross-Compiler Setup

RK3399 Environment Configuration (Part 2): Samba Service Configuration and Cross-Compiler Setup

Samba Service Configuration Introduction to Samba Samba is a file and print sharing service based on the SMB/CIFS protocol, commonly used for sharing files between Linux and Windows. In our development environment, Samba can be used to: Share directories from the Ubuntu virtual machine; Directly access, copy, and modify files generated by the cross-compiler on … Read more

OpenWrt Configuration Guide

OpenWrt Configuration Guide

OpenWrt Configuration Guide 1. Hardware and Software Router: Xiaomi Router R3G OS: OpenWrt 21.02.2 Chip: MT7621 SSH Client: MobaXterm Personal 12.4 Browser: Microsoft Edge OpenWrt Theme: Luci-theme-argon 2.2.9.4 (Theme package: Releases · jerrykuku/luci-theme-argon (github.com), Configuration GUI: Releases · jerrykuku/luci-app-argon-config (github.com)) 2. Network Configuration 1. Static Address Configuration for Interfaces WAN Port: The static address protocol … Read more

Installing Samba Service on Rocky Linux 9.5

Installing Samba Service on Rocky Linux 9.5

To install and configure the Samba server on Rocky Linux 9.5, follow the steps below. Samba is an open-source software that implements the SMB/CIFS protocol, allowing Linux systems to share files with Windows. 1. Install Samba sudo dnf install samba samba-client samba-common -y 2. Create a Shared Directory sudo mkdir -p /srv/samba/share sudo chmod -R … Read more

Transforming a Bicycle into a Motorcycle – Building a Personal Server!

Transforming a Bicycle into a Motorcycle - Building a Personal Server!

Source: WeChat Official Account 【Osprey Talks Microcontrollers】 Author: Osprey ID: emOsprey Introduction Recently, I set up a personal server at home. With the home broadband, I decided to build a server, YYDS (forever). I used a Raspberry Pi 3B+, with a 16GB (TF card) + 1GB configuration, but after adding various functions, it became clear … Read more

Solution for Missing ‘Mount Points’ in OpenWrt Navigation Menu

Solution for Missing 'Mount Points' in OpenWrt Navigation Menu

Install the following plugins: Method 1: Install via Command Line: opkg update # Update package opkg install kmod-usb-storage block-mount samba36-server luci-app-samba ntfs-3g The key plugin that enables the “Mount Points” menu is luci-app-samba. The others are necessary plugins for mounting NTFS formatted disks. Method 2: Using the Web Management Interface: Go to: System -> Software … Read more