Create a nice spectrum display of an audio file. This is very easy to do.

Creating a very nice spectrum display of an audio file is very simple to do. The FFmpeg utility is the best way to generate such a useful audio waveform demonstration. This command will generate a 2560×1080 resolution waveform display of the file underground_01.ogg ffplay -f lavfi ‘amovie=undergrnd_01.ogg, asplit [a][out1]; [a] showspectrum=size=2560×1080:overlap=1:slide=scroll:scale=cbrt:legend=true,setdar=dar=21/9 [out0]’ffplay -f lavfi ‘amovie=undergrnd_01.ogg, … Read more

How to print out bash colors and see how many are available on your chosen terminal.

A color terminal on Linux can print a wide variety of colors. But how many colors can it print? The colortest utility can show this. Install it like this. ┌──[[email protected]]─[~/Documents] └──╼ ╼ $ sudo apt-get install colortest┌──[[email protected]]─[~/Documents] └──╼ ╼ $ sudo apt-get install colortest Then run it to get a display table for 16-color terminal … Read more

How to get a nice waveform display with the MPV media player on Linux.

Play a music file in your terminal with a nice visualization, using this one-liner. This is very nice way to get a simple animation whilst playing a music file. MPV does support a massive amount of playing options, and using a visualization while playing music is another hidden feature. mpv –config=no –quiet –vo=tct –lavfi-complex='[aid1]asplit[ao][a1];[a1]avectorscope=r=25:m=lissajous_xy:bc=200:gc=100:rc=75:bf=5:gf=3:rf=1:zoom=2[vo]’ https://www.gnu.org/music/markushaist-free-software-song.oggmpv … Read more

Elevator spotted running GNU/Linux Ubuntu Unity desktop.

This photograph shows an elevator display screen that is displaying an Ubuntu Unity desktop environment with the updates manager prompting for updates to be installed. This is strange, this is not necessarily the most reliable desktop environment and running this on a computer in an elevator seems like a very dumb idea. But whoever designed … Read more

How to use VNC to connect to a remote Linux machine and administer it with the graphical desktop.

Using tightvnc to connect to a remote Linux machine is a good way to access a graphical desktop on a remote Linux box. Firstly; install the tightvnc server on the target machine to be accessed. homer@deusexmachina ~ $ sudo apt-get install tightvncserver [sudo] password for homer: Reading package lists… Done Building dependency tree Reading state … Read more

Ubuntu spotted running a promotional screen showing a Nintendo product in Best Buy.

This picture posted by Aenigma @ Reddit shows a machine at Best Buy that is advertising a Nintendo product powered by a recent distribution of Ubuntu. I do not know what release it is but it looks like 12.04. Hard to tell when you can only see the bootsplash. But this is very interesting indeed. … Read more

Ubuntu moving towards a new display server to replace Xorg.

Ubuntu developers are working on a next generation display server known as Mir. A system-level component targeted as a replacement for the X window server system to unlock next-generation user experiences for devices ranging from Linux desktop to mobile devices powered by Ubuntu. This document outlines the motivation for the project, describes the high level … Read more

Ubuntu 12.04 spotted at the Best Buy retail store?

This screen spotted in a Best Buy retail store is running a Nintendo display and appears to be using Ubuntu 12.04. Best Buy do not seem to have a very tolerant attitude towards the Ubuntu Linux distribution, but they are using it in a limited capacity to run display screens. At least it is showcased … Read more