Featured

How to Upgrade Manually to Ubuntu 26.10 "Stonking Stingray"

  With the development cycle for Ubuntu 26.10 officially underway, Canonical has published stonking/snapshot-1 . For early adopters, developers, and enthusiasts looking to ride the absolute edge of the open-source wave, the temptation to jump from the stable shores of 26.04 LTS, Resolute Raccoon, into the development stream is strong. Because the automated release pathways are not populated so early in the cycle, the standard do-release-upgrade -d tool will politely decline to find the new branch. To make the leap, we must step past the guardrails and manage our repository tracking manually. > Important Prerequisite: Upgrading to a day-one snapshot moves your environment into a highly experimental space. Ensure all core personal files, configurations, and local development repositories are thoroughly backed up before executing these steps. Ubuntu 26.04 has transitioned to a modern, structured deb822 formatting layout for core package sources. This means standard mod...

How to Create a Torrent: A Beginner's Guide

If you've ever downloaded a file through a torrent, you may have wondered how to create one yourself. Creating a torrent file is a straightforward process and can be useful for sharing files efficiently with others. Whether you want to distribute a large document, a collection of media files, or open-source software, torrents are a reliable way to do it. Here’s a step-by-step guide to creating your own torrent file.


A torrent is a small file that contains metadata about the files you want to share. It does not contain the files themselves but rather information about where the files are stored and how they can be downloaded using a peer-to-peer (P2P) protocol like BitTorrent.


To create a torrent file, you'll need a torrent client. Some popular options include:

qBittorrent (recommended for beginners)




Once you've chosen a client, download and install it on your computer.


Make sure the files you want to share are well-organized. For example, if you’re sharing a collection of files, place them all in a single folder. This makes it easier for others to download and understand the content.


Look for the option to create a new torrent. This is typically found under File > Create New Torrent or a similar menu.


In the torrent creation window, you’ll see options to add files or a folder.

Select the file or folder you want to share.

Ensure that the path to the files is correct.


Trackers are servers that help coordinate peer-to-peer file sharing. Most torrent clients will suggest default trackers, but you can also add public trackers. A few popular trackers include:

udp://tracker.openbittorrent.com:80
udp://tracker.opentrackr.org:1337

Adding multiple trackers can improve the performance and availability of your torrent.


Private Torrent: If you want to restrict sharing to a specific group of people, you can create a private torrent.

Start Seeding: Enabling this option means you’ll start sharing the files immediately after the torrent is created.

Click the Create or Generate button in your torrent client.

You’ll be asked where you want to save the torrent file on your computer. Choose a location and save it.

Now that you have a torrent file, share it with others. You can:

Upload it to a torrent website 

Share it via email or cloud services.

Provide the magnet link if your torrent client generates one.

Seeding is essential for others to download your files. Leave your torrent client running so that others can connect to your computer and download the shared files. The longer you seed, the better availability your files will have.

Comments