How to Install Transmission and How to Use Torrents

Torrents have become a popular way to share and download large files over the internet. To engage in torrenting, you’ll need a torrent client, and Transmission is one of the most user-friendly options available. In this guide, we’ll walk you through the process of installing Transmission and using it to download torrents. What is a Torrent? A torrent is a file-sharing protocol used to distribute data across the internet. Instead of relying on a single server, torrents utilize a network of users (peers) to share and download files....

October 29, 2023 · 3 min · 542 words · Haziq Rohaizan

Setting Up GPG to Verify Commits on Windows

Git is a powerful version control system that allows developers to track changes in their codebase. When collaborating on projects, it’s essential to verify the authenticity of commits to ensure the integrity of the code. One way to achieve this is by using GPG (GNU Privacy Guard) to sign and verify commits. In this guide, we’ll walk you through the process of setting up GPG to verify commits on a Windows machine....

October 10, 2023 · 3 min · 524 words · Haziq Rohaizan

Connecting to Github With SSH on Windows

Secure Shell (SSH) is a cryptographic network protocol used for secure communication over unsecured networks. It’s commonly used for securely accessing remote servers and services like GitHub. By setting up SSH on your Windows machine and linking it to your GitHub account, you can interact with your repositories using secure, encrypted connections. In this guide, we’ll walk you through the steps to set up SSH on GitHub and Windows. Prerequisites Before we begin, make sure you have the following:...

September 30, 2023 · 3 min · 570 words · Haziq Rohaizan