V2Ray Repo Image

Straightforward Guide on Bypassing Internet Packages Using V2ray : No Nonsense Guide

Here’s how to Utilizing V2Ray to overcome ISP Data Package Restrictions, Especially for Zoom Conferencing Package. What Is V2Ray ? Well you could say V2Ray is like a Regular VPN on steroids, “in a way” because it offers more flexibility, features and sh!t. Prerequisites Before we begin, makesure you have these following things in line: A Windows computer with administrative access A V2ray server (self-hosted or a subscription from a service provider) – There are free services like FastSSH, VPN Jantit V2ray client software for Windows How To Install V2Ray On Your Windows PC ?...

June 9, 2024 · 3 min · 431 words · Kavishka Dahanayaka

How to install software using powershell on windows

Streamlining Software Installation with PowerShell and Chocolatey Introduction: Installing and managing software on a Windows system can be a time-consuming task, especially when dealing with multiple applications. PowerShell, a powerful scripting language and automation framework, comes to the rescue when it comes to automating repetitive tasks. In this article, we will explore how to simplify software installation on Windows using PowerShell and Chocolatey, a package manager for Windows. What is Chocolatey?...

January 4, 2024 · 2 min · 338 words · Kavishka Dahanayaka

How to Clean Up a Debian OS

Introduction: Debian, known for its stability and reliability, can benefit from occasional cleanup to free up disk space and enhance system performance. In this guide, we’ll walk through essential steps to tidy up your Debian OS. Update and Upgrade: Keeping your system up-to-date is crucial. Run the following commands to ensure you have the latest software versions: sudo apt update sudo apt upgrade sudo apt dist-upgrade Autoremove: Remove packages that were automatically installed to satisfy dependencies but are no longer needed:...

December 24, 2023 · 2 min · 312 words · Kavishka Dahanayaka