I recently purchased two FriendlyARM NanoPI Fire 3’s for my homelab project. This is an honest non-sponsored review. The NanoPI Fire 3 is a small SBC that is slightly larger than the Pi Zero at 75x40mm. It features an 8 core Samsung S5P6818 CPU and 1GB DDR3 RAM, gigabit ethernet 1x USB 2.0 type B […]
Author archives: James
ARM64 Home Lab – LXC, DNS and DHCP – Part 1
Edit 2019/04/23 – I can’t keep track of all the comments on social media, leave a reply below if you have a question. I’ve wanted a small homelab for some time, I don’t currently have much space and I had a need for multiple hosts. I decided to go down the ARM route as this […]
A URL Shortener at the BASH/ZSH Prompt.
URL shortening is nothing new, it was originally made popular due to the 140 character limit of Twitter and the 160 character limit of SMS messages. https://trimlink.site https://trimlink.site has been a project of mine for sometime, it is a simple URL Shortener designed to be integrated into larger projects or just to be used to shorten […]
C-SKY – The Chinese CPU Architecture in Linux Mainline!
Introduction C-SKY is a CPU architecture that is designed to be used in DVB set-top TV boxes. In Late 2018 Linux was ported to the C-SKY Architecture and accepted into Mainline. This is likely the last CPU Architecture to be added to mainline Linux. C-Sky Architecture C-SKY was recently acquired by Alibaba and the CPU […]
Persistent Ramdisk on Debain/Ubuntu
The performance of a RAM drive is in general orders of magnitude faster than other forms of storage media, such as an SSD, hard drive, tape drive, or optical drive. This performance gain is due to multiple factors, including access time, maximum throughput, and type of file system because the storage is in RAM, it […]