Uploading to Usenet

via the command line upload with Newspost

In this tutorial, uploading with Newspost on Ubuntu. I will explain how you can upload to the newsgroups. Via the command line with Newspost.

Installing software to upload to the newsgroups.

First we need to Install the necessary software to pack files and upload them to the newsgroups.

sudo apt-get install par2 newspost rar

The software is now installed.

Create rar files

We will now create the Rar files.

rar a “name of the rar file file” -v50m -m0 “/home/example/upload/”*

Explanation of the above command.

v50m are 50mb rar files each.

-m0 is the compression level. 0 Is saving. 3 Is standard. 5 Is the best compressed.

/home/example/upload Everything in this folder is packed.

Create par files

Now we will create the par files.

par2create -r5 -n8 “name of par file” /home/example/upload/*.rar*

Explanation of the above command.

r5 is what percentage you want to make. So in this case that is 5% percent.

-n8 Is how many files you want to create. So in this case these are 8 par files.

/home/example/upload/*.rar* is everything in this folder that ends with .rar

Newspost Uploading Ubuntu – Post in the newsgroups

Now we will upload to the newsgroups.

newspost -i upload.server-usenet-provider.com -u username -p password -f noreply@gmail.com -n alt.binaries.moovee -y -s “topic” “/home/example/upload/*.part*” “/home/example/upload/*.par*”

The above speaks for itself. Everything in the “/home/example/upload/” folder. Is uploaded to the “alt.binaries.moovee” newsgroup. With the subject “topic”.

Admin

Gepubliceerd door
Admin

Recente berichten

Anonynews Usenet provider

In this Anonynews Usenet review, we look at the key features, performance, and costs of…

2 weeks geleden

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

2 months geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

2 months geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

3 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

3 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

3 months geleden

Deze website gebruikt cookies.