Category: major 1 minor 2

  • Site to Site VPN

    A Site-to-Site Virtual Private Network (VPN) is a network configuration that allows secure communication between two or more physically separate locations or networks over the internet or other untrusted networks. This type of VPN is often used by businesses to connect multiple office locations, data centers, or remote offices in a secure and private manner. […]

  • Virtual Private Network

    Virtual Private Network (VPN) is a technology that has become more important in the modern age especially with COVID and the rise of remote work. It provides a secure and encrypted connection over the internet, which allows users to access resources, communicate, and conduct online activities while preserving their privacy and anonymity. VPNs have gained […]

  • Installing Cross Compiling Tools for Raspberry Pi

    Compiling a large project on a raspberry may take days compared to several minutes on a x86 CPU. The Raspberry Pi has very little RAM. In comparison, cross-compiling and linking the same code on a modern machine takes a fraction of the time. Since we are going to run on an Intel processor, and we […]

  • Installing WordPress on Raspberry Pi

    In this article, we will be showing you how to set up a WordPress server. According to W3Techs, WordPress powers over 40% of all the websites on the Internet[1]. More than one in three websites that you visit are likely powered by WordPress. For CMS, or content management systems, almost every 2 out of 3 […]