FOSSPicks
Ticker
Who would have thought stocks and cryptocurrency would become so exciting for the average Linux user? Rocketing prices and predictable crashes, billionaire influencers announcing their buy-ins, and system-crashing crowdfunding campaigns have been making history, and it can often be difficult to keep up with what's happening. The answer, of course, is to keep a careful eye on those values, but not – we recommend – via a website whose furniture has been designed to tempt you into buying this crazy stock. Which is why you need to install Ticker. Ticker will track all the stocks you care about from the comfort of your command line without adding any superfluous distractions from the prices themselves and how they're moving. It's also beautifully designed and implemented, with a set of command-line options that are perfectly tuned to the command-line "do one thing well" ethos.
To start the utility, for example, you execute the ticker
command with the -w
argument and a comma-delimited list of ticker symbols for the stocks you wish to watch, such as GME,AAPL,TSLA
. These instantly appear as live stock prices pulled from Yahoo Finance, and you can also add non-real-time data from all the major global exchanges, as well as for most cryptocurrencies. There are further options to show the open price, previous close price, and that day's price range, as well as global totals for the day on the stocks you've chosen to show. Cleverly, all of this can be put into a configuration file, which can include your personal costs for the gain or loss ranges if you happen to hold stocks or want to play with virtual investments. You can also sort the range and run the request through a proxy to sidestep firewalls. Ticker provides a budding investment voyeur with everything you need to play without the temptation of buying into the game.
Project Website
https://github.com/achannarasappa/ticker

Storage status
vizex
Keeping with the theme of doing one command-line job well is vizex, a tool that simply tells you how much storage space is being used for every partition on your device. It's surprisingly difficult to find a tool that keeps it that simple. The closest we've come to finding a user-friendly equivalent from the standard terminal is the du
disk usage command with the -hs
arguments. This provides human readable output (h
), such as gigabytes rather than a huge number of bytes, and a summary (s
) rather than listing every file and folder on your system – although that can be useful with grep
if you want individual output. Vizex does away with all of this superfluous nonsense and tells you exactly what you need to know: How much space am I using, and how much have I got left?
What's great about this little tool is that it uses simple graphics to convey this information with a filled-in bar graph for whatever partitions you have mounted. Each partition is clearly labeled in red and annotated numerically with human-readable values for the capacities involved. Finally, there's either a green, amber, or red percentage value for how much space is left. The color reflects a perceived safety range – with green meaning there's plenty of space and red meaning you'll need to free some space soon. All of this can also be configured with optional arguments for header color, style, text color, and graph color. This can help vizex integrate perfectly with your selected command-line color scheme, and you can also choose to exclude partitions (useful for snaps), display extra details such as the filesystem, and even show battery information. This makes vizex a perfect quick access tool when using high-consumption services like virtual machines on a laptop.
Project Website
https://github.com/bexxmodd/vizex

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
-
Red Hat Migrates RHEL from Xorg to Wayland
If you've been wondering when Xorg will finally be a thing of the past, wonder no more, as Red Hat has made it clear.
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.