FOSSPicks

Undervolt GUI

There's a fantastic command-line tool called intel-undervolt that gives you a fine level of control over how your Intel CPU is powered. It's the opposite of what you might typically do to facilitate overclocking your CPU, and it's useful for reducing power consumption and heat generation at the cost of performance. It can be a very effective way to extend battery life, especially if you're simply web browsing or typing up a document. As with overclocking, there is a risk you can damage your hardware, and it only works with Haswell and newer Intel CPUs. The intel-undervolt command can be a little intimidating, requiring a specific configuration file and command-line arguments, which is where linux-intel-undervolt-gui can help; it's a graphical wrapper around a Python script that is itself a wrapper around the voltage control provided by intel-undervolt.

The GUI requires your root password, so you may want to test this on a non-critical machine first. With those credentials it can then read your current voltages with a single click. There are four sliders: core/cache voltage (a single slider, because these need to be the same), GPU voltage, uncore voltage, and analog I/O voltage. Start with the CPU/cache voltage, and see how your system performs. However, only make small changes, because it can take a while for problems to become apparent. One change too many is likely to cause your computer to hang, especially when dealing with the CPU. This happened when we tested values over -100mv, for example. The GPU voltage for your graphics hardware seems to be a little more forgiving and less likely to cause crashes. Values less than -120mv caused graphical glitches for us, but we were able to restore the slider to a more modest value without a crash.

Project Website

https://github.com/lukechadwick/linux-intel-undervolt-gui

Give your laptop better battery performance, with less heat, by undervolting its Intel hardware.

Git explorer

gitin

Tools for navigating git repositories, their history, and their branches are becoming almost as common as CPU monitors. But like CPU monitors, they also happen to be very useful. Having more options to choose from means you're more likely to find a tool to fit your exact requirements. One fully fledged option is grv, which runs from the command line and features several different view modes for diving into the details of any git repository. At the other end of the feature spectrum, gitin is another great option. Unlike grv, gitin isn't an application in which you spend time in; instead, it works best as a form of wrapper around the git commands you might use anyway. Its principle functions allow you to work with branches, check the status of a repository, and view the logs, which are all you need in a tool since you don't want to duplicate what git already does so well.

Type gitin log within a repository, for instance, and you see a list of the most recent commits. Using the cursor keys to scroll through them updates details on each commit, and pressing return dives into which files have changed. Select a file, and you get the traditional diff view of what's changed within that file. It's minimal and effective and, most importantly, doesn't detract from the work you're likely trying to do in the same terminal. It just lets you see the same details git can provide in a more convenient and interactive way that's also quicker than trying to work out the commands using git alone. The use of color is also very effective and helps especially in the diff view where the red of a remove line and the green of a new line is far easier to see than the - and the +.

Project Website

https://github.com/isacikgoz/gitin

If you need a simple, quick, and easy way to view vital git repo information, gitin is an excellent choice.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • FOSSPicks

    Graham looks at Graphite, retrogram~rtlsdr, Piano Forte, OneTrick SIMIAN, The Command Line Murders, and more!

  • Kodi 18.0 and LibreELEC 9.0

    Thanks to Kodi 18.0, LibreELEC 9.0 now supports the DRM encryption used by many streaming services. However, integrating Netflix, Amazon, and other streaming services does involve some manual work.

  • FOSSPicks

    This month Graham fires up MuseScore 3.0, hexyl, weborf, Chrono, and several other useful Linux tools.

  • Neural Networks

    3, 4, 8, 11… ? A neural network can complete this series without knowledge of the underlying algorithm – by a kind of virtual gut feeling. We’ll show you how neural networks solve problems by simulating the behavior of a human brain.

  • Doghouse: Player Piano Rolls

    maddog finds out that copyright prevents preserving paper player piano rolls.

comments powered by Disqus
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.

Learn More

News