Skip to main content

Using the AUR with Arch Linux

· 5 min read
Hirusha Adikari
Student interested in Tech

If you’re an Arch Linux user, you’re probably aware of how amazing the AUR (Arch User Repository) can be. It’s a treasure trove of community-driven packages that aren’t always available in the official repositories. In this post, I'll show you how to make use of the AUR to install packages that you might need for your system. Let’s get started!

alt text

Common Ubuntu Packages & Installation Guides

· 4 min read
Hirusha Adikari
Student interested in Tech

This guide covers essential Ubuntu packages and installation methods, including system updates, browsers, utilities, messaging apps, remote desktop tools, and development environments. It provides step-by-step installation for Docker, VS Code, and MongoDB Compass. Follow these instructions to optimize your Ubuntu setup for work, development, and daily use.

SNI Spoofing Analysis

· 11 min read
Hirusha Adikari
Student interested in Tech

In today’s internet, SNI (Server Name Indication) plays a critical role in making secure connections. However, the SNI field is sometimes used as a gatekeeper to restrict or manage content access. This blog post will walk through what SNI spoofing is, why it works, and demonstrate how to implement a basic SNI spoofing proxy in Python.

Genode Free Proxies API Wrapper

· One min read
Hirusha Adikari
Student interested in Tech

The Genode Free Proxies API Wrapper is a Python library designed to fetch free proxy lists from Geonode's public API. It provides a simple interface to retrieve and utilize proxies for web scraping, testing, and anonymizing requests. By automating the process of gathering proxies, this wrapper eliminates the need for manual scraping, making it easier to integrate proxies into your applications.