Sparkling gems and new releases from the world of Free and Open Source Software
FOSSPicks
Behind every good tool is a good idea. Read on for some unsung tools that could save time and solve some practical problems – but be ready to work with the source code. Most of these tools are still experimental or in early stages of development.
HTTP request builder
CuTE 0.0.1
A console-based HTTP client such as CuTE provides genuine benefits to anybody who needs to maintain web applications or wants to test their web server's response. CuTE offers a convenient interface for sending HTTP requests from the terminal. You can use the CuTE interface to formulate the request. In addition, CuTE lets you store previous requests and even API keys.
According to the project documentation, "This is a tool for when your requests are not complex enough for something like Postman, but more complicated than you would want to use with curl CLI, or if you just don't want to remember all those commands. You can make a few requests to your back ends for testing, set up with your API key and save the requests to be executed again later."
You need to build CuTE yourself from the sources. If called without any parameters, it comes up with a very simple interface, in which you can compose new HTTP requests or edit saved commands. When you create a new query, you can choose between HTTP request commands such as GET
, POST
, or PUT
. Then enter the target URL and, if needed, the authentication details, configure header settings, and set up a proxy tunnel or cookies to be used if required. If so desired, CuTE can use an arbitrary user agent ID when it logs onto the web server. In the background, it uses Curl to send the complete request to the specified web server, and the results appear in the lower area of the console window. CuTE offers a variety of optional settings, but you will need to try them out on a trial and error basis. The documentation of this relatively new project is quite spartan, although you'll find a brief description on the project's GitHub page.
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.