SMSammy Mulandiinsamm.dev·Nov 8, 2023 · 3 min readRust and Difinity Installation process for Canister Development in ICP.1.2.1 Installing Rust Before diving into creating ICP Canisters with Rust, let's set up your Rust development environment to ensure a smooth workflow. Rust offers a powerful toolset for system-level programming and web development alike. We'll instal...00
SMSammy Mulandiinsamm.dev·Oct 27, 2023 · 1 min readEnabling UFW and Setting Up Firewall RulesEnable UFW: To enable UFW, use the following command: sudo ufw enable After running this command, UFW will be active, and the default policy will be to deny all incoming connections. Allow Specific Services or Ports: You can allow specific serv...00
SMSammy Mulandiinsamm.dev·Oct 27, 2023 · 4 min readHow to install Apache web server on ubuntu 22.04Step 1 — Installing Apache Apache is available within Ubuntu’s default software repositories, making it possible to install it using conventional package management tools. Begin by updating the local package index to reflect the latest upstream chang...00
SMSammy Mulandiinsamm.dev·Oct 14, 2023 · 2 min readBuilding and Deploying a Lightning-Fast React App with Vite (Latest Version) and GitHub + Vercel Integration.Introduction In the ever-evolving landscape of frontend development, the need for speed and efficiency is paramount. With Vite, the lightning-fast frontend build tool, and the seamless integration between GitHub and Vercel, deploying React applicatio...00