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