Firefox 16, a treat for developers http://t.co/cnd27CzT
Tag Archives: music player
Banshee vs Clementine vs Tomahawk | Reviews
Computers have always been used as music playing devices. Big collections with thousand of songs coming from hundreds of different artists are easily organized using the right application. Many people nowadays, don’t even use a music player to listen to … Continue reading
Read More 48 Comment(s)
GrooveWalrus: Music Player with GrooveShark and Last.fm Support
GrooveWalrus is a unique standalone music player for both Windows and Linux operating systems. With GrooveWalrus you can play all the music stored in your computer just like the other music players. However, the unique thing about this software is … Continue reading
Read More 0 Comment(s)
Clementine 0.7 gains a brand new edit tag dialog with autocompletion
Clementine 0.7 is released, This release comes with some new features and improvements. According to the announcement, in this release Clementine gains a brand new edit tag dialog with autocompletion and the ability to automatically identify music and fetch missing … Continue reading
Read More 2 Comment(s)
TagPlayer – Play music based on the music's lastfm tags
TagPlayer is a Boffin like application. It allows the user to play music based on the music’s lastfm tags. It uses pylast for Last.fm API access, GStreamer for music playback and pyGTK for GUI. The project is developped using Quickly … Continue reading
Read More 0 Comment(s)
Exaile 3.2 is released !
Exaile 3.2 is released. Exaile is a music manager and player for GTK+ written in Python. It incorporates automatic fetching of album art, lyrics fetching, Last.fm scrobbling, support for many portable media players, internet radio such as shoutcast, and tabbed … Continue reading
Read More 0 Comment(s)
Exaile music player is released! Equalizer and new plugins added
Exaile music player is released, the n ew release come with many new features and many bugs fixed, now in the new version is including a completely revamped and much more powerful tag editor, an equalizer, Collection panel should now … Continue reading
Read More 0 Comment(s)

















Anders Jackson
| #
As I understand it so do VLC use same encoders as ffmpeg. And yes, there are less code that can break when you use command line instead of a graphical UI.
And may I ask what mono has to do with VLC? *facepalm*
Anders Jackson
| #
Just some thoughts about Java.
OpenJDK7 are now THE Java implementation and Oracles are just one more of the reimplementations. So you should not need to install Oracles version.
And you really don’t need to remove the OpenJDK7 installation to also have Sun Java JDK 7. Just run
sudo update-java-alternatives –list
and select which java you want to have as default java of all that is installed.
And if you want to run a program with one special version, check manpage for java-wrappers how to do that.
man java-wrappers
so you can run java program rasterizer like this:
JAVA_FLAVOR=openjdk rasterizer
JAVA_ARGS=-Xmx80m rasterizer
JAVA_BINDIR=/usr/share/
etc
Anders Jackson
| #
Yes, it is. If you are a “5 years old schizophrenic kid” who can’t restrict what effects to use and what to not use. It’s actually usefull, if you can restrain yourself.
Anders Jackson
| #
Agree with BA. You should teach how to remove telnetd from your servers, and tell them to use SSH instead.
And explain that telnet is not secured. It’s easy for anyone to see what you type in clear text or MIM-attacks.
Or you might want to add a kerberos version of telnetd and se to it that it denies any try without kerberos authorization.
The tool telnet is usefull, for example to explain how SMTP protocoll or HTTP-protocoll works by making the user be the client (mail client or web client).
But you do not need to install telnetd for that.
Anders Jackson
| #
Can you resolve that name on your machine?
$ getent hosts server.example.com
192.168.0.10 server.example.com
Where this should be your IP-address and then all aliases for that machine (where you obviously change DNS name to your own. ;-)