Category: Project

Under this project category will include all the project I have done so far

  • Create unique download links in Raspberry Pi using Apache

    For all package download and installation, I will do that under virtual environment to manage dependencies without affecting the system Python installation. The detail of creating a virtual environment can be found in my previous blog https://cs-student.com/virtual-environment-in-raspberry-pi/ Step 1: Download package for Raspberry Pi Open a terminal and run the following commands to ensure your system… Read more

  • Virtual Environment in Raspberry Pi

    When I try to install one package such as flask in my Raspberry Pi by running following command in terminal : Error is shown as below: The error message encountering indicates that the environment is managed in such a way that it restricts the installation of packages directly using pip in the system-wide Python environment.… Read more

  • IP routing in Raspberry Pi

    One of the primary functions of IP routing in a network device, such as a computer, is to identify the optimal path for data packets to navigate across networks, ensuring they arrive at their intended destination. I am developing a backend and frontend application using a Raspberry Pi 4B. The Pi board connects to several… Read more