Firefox 16, a treat for developers http://t.co/cnd27CzT
Tag Archives: youtube
No more blue videos on Youtube
Quite recently many Ubuntu users using nVIDIA hardware as their primary graphics card, experienced an unhappy situtation watching blue color videos on Youtube. The problem is widely known, since Ubuntu is the top mainsteam Linux distribution and Youtube is one … Continue reading
Read More 8 Comment(s)
Write your own Youtube music downloader script
It’s an undeniable fact that Youtube is one of the top three most visited websites in the world. Many people upload their personal moments, funny stuff, cover songs, podcasts, screencasts etc, all globally shared over the Internet.
Read More 2 Comment(s)
Minitunes 1.0 has been released!
Minitunes 1.0 has been released, The new release added a new search box that allow you to search music in your collection , added drag’n’drop, which let us to add songs or entire albums simply by dragging them within the … Continue reading
Read More 4 Comment(s)
Now You Tube 3D arrive on WebM
You Tube continues to prove that it is the future of where the internet is going to be in the next few years by introducing the ultimate in internet media viewership. Meeting the demand from a growing number of 3D … Continue reading
Read More 0 Comment(s)
Minitube 1.4.3 is Released! | PPA Ubuntu
Minitube 1.4.3 is Released! This is a bug fix release that comes to fix some important bugs in the previous version. like videos not starting, especially in languages different than English.Hide toolbar and playlist in fullscreen on mouseleave , Fixed … Continue reading
Read More 2 Comment(s)
Mediadownloader- Search, watch and download items with Google Image and YouTube
Mediadownloader is an opensource software that lets you search, watch and download items with Google Image and YouTube. It grabs video streams while browsing with firefox (only linux). Videos can be converted automatically using ffmpeg.
Read More 0 Comment(s)
Downloadtube- An online tool to download/ convert online videos and save them to your PC, iPOD, PS and mobile phone
Downloadtube is an online tool that Download and convert favorite videos from Youtube, Vimeo …. directly to your PC, ipod, PS, and mobile phone . This online tool can convert the video to .mpg, .mov, .3gp, (Flash) .flv, and .mp4. … Continue reading
Read More 0 Comment(s)
Install flashplayer in centos 64bit
How to enable flash player for Centos or Fedora 64 bit ?
Read More 2 Comment(s)
Download and convert Youtube videos in linux with Utube Ripper
Utube Ripper is an application written in Gambas that works exclusively on Linux. It’s useful to download and convert Youtube videos in a simple and efficient way. The latest version is 2.0 and was released the 2009-11-21.
Read More 3 Comment(s)
Download Youtube videos from command line
Do you like to download youtube video easy way ? Now under debian and ubuntu using a magic command, you will be able to download the movies easy way from youtube website. Follow the steps bellow to see how to … Continue reading
Read More 5 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. ;-)